/[ports]
ViewVC logotype

Revision 485326


Jump to revision: Previous Next
Author: 0mp
Date: Mon Nov 19 15:25:08 2018 UTC (5 years, 7 months ago)
Changed paths: 5
Log Message:
New port: textproc/chkascii: Check an ASCII text file for invalid characters

chkascii is a small C program that checks files for any ASCII values
that are possibly junk. The following are considered the only good ASCII
values permissible in a text file: 32-126, 9, 10

The user can optionally force additional ASCII values to be treated as
good.

For good text files, chkascii will wind up by checking on proper EOL
termination. If the file is not EOL-terminated, that too is reported as
an error.

WWW: https://github.com/bourne-again/chkascii

PR:		233254
Submitted by:	bourne.identity@hotmail.com
Reviewed by:	krion
Approved by:	krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D18047


Changed paths

Path Details
Directoryhead/textproc/Makefile modified , text changed
Directoryhead/textproc/chkascii/ added
Directoryhead/textproc/chkascii/Makefile added
Directoryhead/textproc/chkascii/distinfo added
Directoryhead/textproc/chkascii/pkg-descr added

  ViewVC Help
Powered by ViewVC 1.1.27