Upgrade to 2.24.
Changelog at <http://billposer.org/Software/unidesc.html#changelog>. Remark: this port has been renamed to uniutils.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,6 +2,7 @@ bin/ExplicateUTF8
|
||||
bin/unidesc
|
||||
bin/unihist
|
||||
bin/uniname
|
||||
bin/unirev
|
||||
bin/utf8lookup
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/Test1.ann
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/Test1.u
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,6 +2,7 @@ bin/ExplicateUTF8
|
||||
bin/unidesc
|
||||
bin/unihist
|
||||
bin/uniname
|
||||
bin/unirev
|
||||
bin/utf8lookup
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/Test1.ann
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/Test1.u
|
||||
|
||||
Reference in New Issue
Block a user