# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # textproc/chkascii # textproc/chkascii/Makefile # textproc/chkascii/distinfo # textproc/chkascii/pkg-descr # echo c - textproc/chkascii mkdir -p textproc/chkascii > /dev/null 2>&1 echo x - textproc/chkascii/Makefile sed 's/^X//' >textproc/chkascii/Makefile << '653d8389b3836fc04e4c768da0c983b5' X# $FreeBSD$ X XPORTNAME= chkascii XPORTVERSION= 1.0 XCATEGORIES= textproc X XMAINTAINER= bourne.identity@hotmail.com XCOMMENT= Check an ASCII text file for invalid characters X XUSE_GITHUB= yes XGH_ACCOUNT= bourne-again X XPLIST_FILES= bin/chkascii \ X man/man1/chkascii.1.gz X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/chkascii ${STAGEDIR}${PREFIX}/bin/chkascii X ${INSTALL_MAN} ${WRKSRC}/chkascii.1 ${STAGEDIR}${MANPREFIX}/man/man1 X X.include 653d8389b3836fc04e4c768da0c983b5 echo x - textproc/chkascii/distinfo sed 's/^X//' >textproc/chkascii/distinfo << '912e621faa2517512025fe1c2ce8d075' XTIMESTAMP = 1542378537 XSHA256 (bourne-again-chkascii-1.0_GH0.tar.gz) = 6ec6e99b73cd2ad99f74d466e30d52e45481be6ffee8b4f35dfbdfa358ac3ff3 XSIZE (bourne-again-chkascii-1.0_GH0.tar.gz) = 3061 912e621faa2517512025fe1c2ce8d075 echo x - textproc/chkascii/pkg-descr sed 's/^X//' >textproc/chkascii/pkg-descr << 'eece709c5983ade3818bc1a43b27352e' Xchkascii is a small C program that checks files for any ASCII values Xthat are possibly junk. The following are considered the only good ASCII Xvalues permissible in a text file : X X32-126 X9 X10 X XThe user can optionally force additional ASCII values to be treated as Xgood. X XFor good text files, chkascii will wind up by checking on proper EOL Xtermination. If the file is not EOL-terminated, that too is reported as Xan error. X XWWW: https://github.com/bourne-again/chkascii eece709c5983ade3818bc1a43b27352e exit