diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-01-30 20:18:07 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-01-30 20:18:07 +0000 |
commit | 074317532bb8431f9d760f2d3f392a391e2aeca6 (patch) | |
tree | d5554d06b8b91f5aba3e33e3bbdbda732845960d /sysutils/uniutils | |
parent | 480885b1d1171d31a3edab92c8ac83a036f09ff7 (diff) | |
download | ports-074317532bb8431f9d760f2d3f392a391e2aeca6.tar.gz ports-074317532bb8431f9d760f2d3f392a391e2aeca6.zip |
Notes
Diffstat (limited to 'sysutils/uniutils')
-rw-r--r-- | sysutils/uniutils/Makefile | 7 | ||||
-rw-r--r-- | sysutils/uniutils/distinfo | 6 | ||||
-rw-r--r-- | sysutils/uniutils/pkg-descr | 10 | ||||
-rw-r--r-- | sysutils/uniutils/pkg-plist | 1 |
4 files changed, 12 insertions, 12 deletions
diff --git a/sysutils/uniutils/Makefile b/sysutils/uniutils/Makefile index 22ac7a2f78a5..c93f4c70f463 100644 --- a/sysutils/uniutils/Makefile +++ b/sysutils/uniutils/Makefile @@ -5,11 +5,10 @@ # $FreeBSD$ # -PORTNAME= unidesc -PORTVERSION= 2.23 +PORTNAME= uniutils +PORTVERSION= 2.24 CATEGORIES= sysutils textproc MASTER_SITES= http://billposer.org/Software/Downloads/ -EXTRACT_SUFX= .tgz MAINTAINER= thierry@FreeBSD.org COMMENT= Unicode Description Utilities @@ -28,7 +27,7 @@ TESTFILES= Test1.ann Test1.u Test2.ann Test2.u Test3.ann Test3.u \ Test4.ann Test4.u PORTDOCS= AUTHORS NEWS README -MAN1= unidesc.1 uniname.1 ExplicateUTF8.1 unihist.1 +MAN1= ExplicateUTF8.1 unidesc.1 unihist.1 uniname.1 unirev.1 pre-configure: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile.in diff --git a/sysutils/uniutils/distinfo b/sysutils/uniutils/distinfo index aec82c35d5db..738efd7aceee 100644 --- a/sysutils/uniutils/distinfo +++ b/sysutils/uniutils/distinfo @@ -1,3 +1,3 @@ -MD5 (unidesc-2.23.tgz) = b726d2169343b58c23bcce2829ef0e15 -SHA256 (unidesc-2.23.tgz) = c9f8168527d7f85fc995bbb606fc0ff12b828640f79330b68074069053b75164 -SIZE (unidesc-2.23.tgz) = 252576 +MD5 (uniutils-2.24.tar.gz) = 24d39bd35d995fa69e748188216972f7 +SHA256 (uniutils-2.24.tar.gz) = e69b4636c158cb148ff608392c264d5a13f5d90364a7646d3b641fd1e68c37cd +SIZE (uniutils-2.24.tar.gz) = 254835 diff --git a/sysutils/uniutils/pkg-descr b/sysutils/uniutils/pkg-descr index 08381b35c444..8d039b69ab95 100644 --- a/sysutils/uniutils/pkg-descr +++ b/sysutils/uniutils/pkg-descr @@ -1,4 +1,4 @@ -Unidesc consists of four programs for finding out what is in a Unicode file. +Unidesc consists of five programs for finding out what is in a Unicode file. They are useful when working with Unicode files when one doesn't know the writing system, doesn't have the necessary font, needs to inspect invisible characters, needs to find out whether characters have been combined or in what @@ -12,12 +12,12 @@ belong. It can also be used to identify Unicode encodings (e.g. UTF-16be) flagged by magic numbers. unihist generates a histogram of the characters in its input, which must be -encoded in UTF-8 Unicode. By default, for each character it prints the -frequency of the character as a percentage of the total, the absolute number of -tokens in the input, the UTF-32 code in hexadecimal, and, if the character is -displayable, the glyph itself as UTF-8 Unicode. +encoded in UTF-8 Unicode. ExplicateUTF8 is intended for debugging or for learning about Unicode. It determines and explains the validity of a sequence of bytes as a UTF8 encoding. +Unirev is a filter that reverses UTF-8 strings character-by-character (as +opposed to byte-by-byte). + WWW: http://billposer.org/Software/unidesc.html diff --git a/sysutils/uniutils/pkg-plist b/sysutils/uniutils/pkg-plist index 010a23b5ea2c..9e3bbc16f6d1 100644 --- a/sysutils/uniutils/pkg-plist +++ b/sysutils/uniutils/pkg-plist @@ -2,6 +2,7 @@ bin/ExplicateUTF8 bin/unidesc bin/unihist bin/uniname +bin/unirev bin/utf8lookup %%PORTDOCS%%%%EXAMPLESDIR%%/Test1.ann %%PORTDOCS%%%%EXAMPLESDIR%%/Test1.u |