aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2007-01-31 04:18:07 +0800
committerthierry <thierry@FreeBSD.org>2007-01-31 04:18:07 +0800
commit75ba1216eeaf61163505efc73032e3800d0f1c0f (patch)
tree8ff21c0981738f23d7414f37417f8d63e9ab2f9d
parent2b455a70ba1fc813769b64872e736d337c4a0d93 (diff)
downloadfreebsd-ports-gnome-75ba1216eeaf61163505efc73032e3800d0f1c0f.tar.gz
freebsd-ports-gnome-75ba1216eeaf61163505efc73032e3800d0f1c0f.tar.zst
freebsd-ports-gnome-75ba1216eeaf61163505efc73032e3800d0f1c0f.zip
Upgrade to 2.24.
Changelog at <http://billposer.org/Software/unidesc.html#changelog>. Remark: this port has been renamed to uniutils.
-rw-r--r--sysutils/unidesc/Makefile7
-rw-r--r--sysutils/unidesc/distinfo6
-rw-r--r--sysutils/unidesc/pkg-descr10
-rw-r--r--sysutils/unidesc/pkg-plist1
-rw-r--r--sysutils/uniutils/Makefile7
-rw-r--r--sysutils/uniutils/distinfo6
-rw-r--r--sysutils/uniutils/pkg-descr10
-rw-r--r--sysutils/uniutils/pkg-plist1
8 files changed, 24 insertions, 24 deletions
diff --git a/sysutils/unidesc/Makefile b/sysutils/unidesc/Makefile
index 22ac7a2f78a5..c93f4c70f463 100644
--- a/sysutils/unidesc/Makefile
+++ b/sysutils/unidesc/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/unidesc/distinfo b/sysutils/unidesc/distinfo
index aec82c35d5db..738efd7aceee 100644
--- a/sysutils/unidesc/distinfo
+++ b/sysutils/unidesc/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/unidesc/pkg-descr b/sysutils/unidesc/pkg-descr
index 08381b35c444..8d039b69ab95 100644
--- a/sysutils/unidesc/pkg-descr
+++ b/sysutils/unidesc/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/unidesc/pkg-plist b/sysutils/unidesc/pkg-plist
index 010a23b5ea2c..9e3bbc16f6d1 100644
--- a/sysutils/unidesc/pkg-plist
+++ b/sysutils/unidesc/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
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