./misc/ascii, ASCII character table program

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.18, Package name: ascii-3.18, Maintainer: pkgsrc-users

This is a handy little utility that recognizes many different ways of
naming an ASCII character (hex, octal, binary, decimal, C escape, ISO
character table pair, slang names, and others) and prints out all the
equivalents. A CGI script that can be used to enable access over the
Web is included.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 14.317 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (possibly fetched
conditionally?):

./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
   2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Remove SHA1 hashes for distfiles
   2020-03-07 19:31:03 by Frederic Cambus | Files touched by this commit (3) | Package updated
Log message:
ascii: update to 3.18.

ChangeLog:

3.18: 2017-08-01
  Fix a packaging error, include NEWS in the tarball.

3.17: 2017-07-31
  Add -b option to generate a table with binary code-points.

3.16: 2017-07-18
  Add -a option to print in 4-column mode.
  0-fill fix and octal code-point literals.
   2019-11-03 18:04:28 by Roland Illig | Files touched by this commit (71)
Log message:
misc: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423)
Log message:
*: Move SUBST_STAGE from post-patch to pre-configure

Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
   2016-03-07 20:59:33 by Niclas Rosenvik | Files touched by this commit (3)
Log message:
Update ascii to version 3.15.

Changelog:

3.15: 2015-04-02
  Gitorious is doomed. Project must move and metadata change accordingly.
   2015-11-04 00:49:56 by Alistair G. Crooks | Files touched by this commit (330)
Log message:
Add SHA512 digests for distfiles for misc category

Problems found locating distfiles:
	Package colorls: missing distfile ls.tar.gz
	Package molden: missing distfile molden-4.6/molden4.6.tar.gz
	Package softmaker-office-demo: missing distfile ofl06trial.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2014-12-21 00:51:52 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Correct the error on previous commit.
(1) ${PREFIX} handling was not correct
(2) It is said ascii.cgi is deleted in ChangeLog, it was not taken care
   properly.
   3.14: 2013-11-27
      ascii.cgi deleted: the <isindex> it relies on is archaic and \ 
nonconformant.
Thanks joerg@ for review.