Port details |
- chkascii Check an ASCII text file for invalid characters
- 2.4_1 textproc
=2 2.4_1Version of this port present on the latest quarterly branch. - Maintainer: bourne.identity@hotmail.com
 - Port Added: 2018-11-19 15:25:26
- Last Update: 2024-01-11 13:59:36
- Commit Hash: 7074d7f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/bourne-again/chkascii
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- chkascii>0:textproc/chkascii
- To install the port:
- cd /usr/ports/textproc/chkascii/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/chkascii
- pkg install chkascii
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: chkascii
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1605443795
SHA256 (bourne-again-chkascii-2.4_GH0.tar.gz) = 597b5c6052c5ad62d819686c0eac895e4f55aaf0656744a5341e36fc0d2c8658
SIZE (bourne-again-chkascii-2.4_GH0.tar.gz) = 6440
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_chkascii
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4_1 11 Jan 2024 13:59:36
    |
Baptiste Daroussin (bapt)  |
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.4 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.4 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.4 16 Nov 2020 15:18:31
  |
fernape  |
textproc/chkascii : update to 2.4
PR: 251155
Submitted by: bourne.identity@hotmail.com (maintainer) |
2.3 12 Sep 2020 04:38:29
  |
lwhsu  |
textproc/chkascii: Update to version 2.3
PR: 249266
Submitted by: bourne.identity@hotmail.com (maintainer) |
2.2 19 Aug 2020 14:17:05
  |
lwhsu  |
textproc/chkascii: Update to 2.2
PR: 248750
Submitted by: bourne.identity@hotmail.com (maintainer) |
2.1 10 Aug 2020 17:05:40
  |
lwhsu  |
Update to 2.1
PR: 248578
Submitted by: bourne.identity@hotmail.com (maintainer) |
2.0 05 May 2020 05:46:27
  |
fernape  |
textproc/chkascii : update to 2.0
PR: 246110
Submitted by: bourne.identity@hotmail.com (maintainer) |
1.7 28 Jan 2020 14:38:09
  |
dbaio  |
textproc/chkascii: Update to 1.7
PR: 243573
Submitted by: bourne.identity@hotmail.com (maintainer) |
1.6 25 Jul 2019 12:07:28
  |
swills  |
textproc/chkascii: update to version 1.6
PR: 239398
Submitted by: bourne.identity@hotmail.com (maintainer) |
1.4 31 Jan 2019 01:23:06
  |
swills  |
textproc/chkascii: update to version 1.4
PR: 235332
Submitted by: bourne.identity@hotmail.com (maintainer) |
1.3 15 Jan 2019 12:07:01
  |
swills  |
textproc/chkascii: update to version 1.3
PR: 234911
Submitted by: bourne.identity@hotmail.com (maintainer) |
1.2 12 Dec 2018 14:33:43
  |
0mp  |
textproc/chkascii: Update to 1.2
PR: 233370
Submitted by: bourne.identity@hotmail.com (maintainer)
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D18524 |
1.0 19 Nov 2018 15:25:08
  |
0mp  |
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 |