diff options
author | thierry <thierry@FreeBSD.org> | 2006-01-31 07:26:16 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-01-31 07:26:16 +0800 |
commit | a23c4d523b26dd444f796ecad3a00327f8db080b (patch) | |
tree | 3eef06452eaa471ae40f292de3b4452f79faba14 /sysutils/uniutils | |
parent | 03ad2639abec9addec6e8487cf9576b2083bad71 (diff) | |
download | freebsd-ports-gnome-a23c4d523b26dd444f796ecad3a00327f8db080b.tar.gz freebsd-ports-gnome-a23c4d523b26dd444f796ecad3a00327f8db080b.tar.zst freebsd-ports-gnome-a23c4d523b26dd444f796ecad3a00327f8db080b.zip |
Upgrade to 2.16.
Changelog at <http://billposer.org/Software/unidesc.html#changelog>.
Diffstat (limited to 'sysutils/uniutils')
-rw-r--r-- | sysutils/uniutils/Makefile | 5 | ||||
-rw-r--r-- | sysutils/uniutils/distinfo | 6 | ||||
-rw-r--r-- | sysutils/uniutils/files/patch-utf8lookup | 11 | ||||
-rw-r--r-- | sysutils/uniutils/pkg-plist | 1 |
4 files changed, 18 insertions, 5 deletions
diff --git a/sysutils/uniutils/Makefile b/sysutils/uniutils/Makefile index 34651b80479e..95f61ebb6127 100644 --- a/sysutils/uniutils/Makefile +++ b/sysutils/uniutils/Makefile @@ -6,7 +6,7 @@ # PORTNAME= unidesc -PORTVERSION= 2.15.1 +PORTVERSION= 2.16 CATEGORIES= sysutils textproc MASTER_SITES= http://billposer.org/Software/Downloads/ DISTNAME= ${PORTNAME} @@ -16,13 +16,14 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= thierry@FreeBSD.org COMMENT= Unicode Description Utilities +RUN_DEPENDS= ascii2binary:${PORTSDIR}/converters/ascii2binary + GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ LIBS="-lintl" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GETTEXT= yes -USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} TESTFILES= Test1.ann Test1.u Test2.ann Test2.u Test3.ann Test3.u \ diff --git a/sysutils/uniutils/distinfo b/sysutils/uniutils/distinfo index c5f41d38edd4..915bbd0c7ad5 100644 --- a/sysutils/uniutils/distinfo +++ b/sysutils/uniutils/distinfo @@ -1,3 +1,3 @@ -MD5 (unidesc-2.15.1/unidesc.tgz) = 757fa8c22e12e7af8fb330cca4632490 -SHA256 (unidesc-2.15.1/unidesc.tgz) = 4f8502824ff94cd6f7d23bd31387f1bc31a6943198b4b6df71c6dc685a5102e5 -SIZE (unidesc-2.15.1/unidesc.tgz) = 230125 +MD5 (unidesc-2.16/unidesc.tgz) = ded55747869a89e3f48fc1b842ae0569 +SHA256 (unidesc-2.16/unidesc.tgz) = 23b839d10922b8c0672bf2dcbb5e7d2c51e9f5ff128af851859aee3226002a55 +SIZE (unidesc-2.16/unidesc.tgz) = 235722 diff --git a/sysutils/uniutils/files/patch-utf8lookup b/sysutils/uniutils/files/patch-utf8lookup new file mode 100644 index 000000000000..556a3cb5dadc --- /dev/null +++ b/sysutils/uniutils/files/patch-utf8lookup @@ -0,0 +1,11 @@ +--- utf8lookup.orig Sun Jan 29 21:43:23 2006 ++++ utf8lookup Tue Jan 31 00:11:48 2006 +@@ -10,7 +10,7 @@ + # + echo 0x$1 | # feed command-line argument to ascii2binary's stdin + ascii2binary -t ui | # convert text to unsigned integer +-iconv -f utf32 -t utf8 | # convert utf-32 to utf-8 encoding ++iconv -f ucs-4le -t utf-8 | # convert utf-32 to utf-8 encoding + uniname -b -c -e -g # feed to uniname, suppressing byte and character offsets, + # UTF-8 encoding, and glyph + diff --git a/sysutils/uniutils/pkg-plist b/sysutils/uniutils/pkg-plist index 52fe8e96a04c..010a23b5ea2c 100644 --- a/sysutils/uniutils/pkg-plist +++ b/sysutils/uniutils/pkg-plist @@ -2,6 +2,7 @@ bin/ExplicateUTF8 bin/unidesc bin/unihist bin/uniname +bin/utf8lookup %%PORTDOCS%%%%EXAMPLESDIR%%/Test1.ann %%PORTDOCS%%%%EXAMPLESDIR%%/Test1.u %%PORTDOCS%%%%EXAMPLESDIR%%/Test2.ann |