mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Upgrade to 2.16.
Changelog at <http://billposer.org/Software/unidesc.html#changelog>.
This commit is contained in:
parent
d503a25a2c
commit
c7aa5d4b62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154860
8 changed files with 36 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= unidesc
|
PORTNAME= unidesc
|
||||||
PORTVERSION= 2.15.1
|
PORTVERSION= 2.16
|
||||||
CATEGORIES= sysutils textproc
|
CATEGORIES= sysutils textproc
|
||||||
MASTER_SITES= http://billposer.org/Software/Downloads/
|
MASTER_SITES= http://billposer.org/Software/Downloads/
|
||||||
DISTNAME= ${PORTNAME}
|
DISTNAME= ${PORTNAME}
|
||||||
|
@ -16,13 +16,14 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
||||||
MAINTAINER= thierry@FreeBSD.org
|
MAINTAINER= thierry@FreeBSD.org
|
||||||
COMMENT= Unicode Description Utilities
|
COMMENT= Unicode Description Utilities
|
||||||
|
|
||||||
|
RUN_DEPENDS= ascii2binary:${PORTSDIR}/converters/ascii2binary
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
|
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
|
||||||
LIBS="-lintl"
|
LIBS="-lintl"
|
||||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
USE_GETTEXT= yes
|
USE_GETTEXT= yes
|
||||||
USE_REINPLACE= yes
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
TESTFILES= Test1.ann Test1.u Test2.ann Test2.u Test3.ann Test3.u \
|
TESTFILES= Test1.ann Test1.u Test2.ann Test2.u Test3.ann Test3.u \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (unidesc-2.15.1/unidesc.tgz) = 757fa8c22e12e7af8fb330cca4632490
|
MD5 (unidesc-2.16/unidesc.tgz) = ded55747869a89e3f48fc1b842ae0569
|
||||||
SHA256 (unidesc-2.15.1/unidesc.tgz) = 4f8502824ff94cd6f7d23bd31387f1bc31a6943198b4b6df71c6dc685a5102e5
|
SHA256 (unidesc-2.16/unidesc.tgz) = 23b839d10922b8c0672bf2dcbb5e7d2c51e9f5ff128af851859aee3226002a55
|
||||||
SIZE (unidesc-2.15.1/unidesc.tgz) = 230125
|
SIZE (unidesc-2.16/unidesc.tgz) = 235722
|
||||||
|
|
11
sysutils/unidesc/files/patch-utf8lookup
Normal file
11
sysutils/unidesc/files/patch-utf8lookup
Normal file
|
@ -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
|
||||||
|
|
|
@ -2,6 +2,7 @@ bin/ExplicateUTF8
|
||||||
bin/unidesc
|
bin/unidesc
|
||||||
bin/unihist
|
bin/unihist
|
||||||
bin/uniname
|
bin/uniname
|
||||||
|
bin/utf8lookup
|
||||||
%%PORTDOCS%%%%EXAMPLESDIR%%/Test1.ann
|
%%PORTDOCS%%%%EXAMPLESDIR%%/Test1.ann
|
||||||
%%PORTDOCS%%%%EXAMPLESDIR%%/Test1.u
|
%%PORTDOCS%%%%EXAMPLESDIR%%/Test1.u
|
||||||
%%PORTDOCS%%%%EXAMPLESDIR%%/Test2.ann
|
%%PORTDOCS%%%%EXAMPLESDIR%%/Test2.ann
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= unidesc
|
PORTNAME= unidesc
|
||||||
PORTVERSION= 2.15.1
|
PORTVERSION= 2.16
|
||||||
CATEGORIES= sysutils textproc
|
CATEGORIES= sysutils textproc
|
||||||
MASTER_SITES= http://billposer.org/Software/Downloads/
|
MASTER_SITES= http://billposer.org/Software/Downloads/
|
||||||
DISTNAME= ${PORTNAME}
|
DISTNAME= ${PORTNAME}
|
||||||
|
@ -16,13 +16,14 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
||||||
MAINTAINER= thierry@FreeBSD.org
|
MAINTAINER= thierry@FreeBSD.org
|
||||||
COMMENT= Unicode Description Utilities
|
COMMENT= Unicode Description Utilities
|
||||||
|
|
||||||
|
RUN_DEPENDS= ascii2binary:${PORTSDIR}/converters/ascii2binary
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
|
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
|
||||||
LIBS="-lintl"
|
LIBS="-lintl"
|
||||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
USE_GETTEXT= yes
|
USE_GETTEXT= yes
|
||||||
USE_REINPLACE= yes
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
TESTFILES= Test1.ann Test1.u Test2.ann Test2.u Test3.ann Test3.u \
|
TESTFILES= Test1.ann Test1.u Test2.ann Test2.u Test3.ann Test3.u \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (unidesc-2.15.1/unidesc.tgz) = 757fa8c22e12e7af8fb330cca4632490
|
MD5 (unidesc-2.16/unidesc.tgz) = ded55747869a89e3f48fc1b842ae0569
|
||||||
SHA256 (unidesc-2.15.1/unidesc.tgz) = 4f8502824ff94cd6f7d23bd31387f1bc31a6943198b4b6df71c6dc685a5102e5
|
SHA256 (unidesc-2.16/unidesc.tgz) = 23b839d10922b8c0672bf2dcbb5e7d2c51e9f5ff128af851859aee3226002a55
|
||||||
SIZE (unidesc-2.15.1/unidesc.tgz) = 230125
|
SIZE (unidesc-2.16/unidesc.tgz) = 235722
|
||||||
|
|
11
sysutils/uniutils/files/patch-utf8lookup
Normal file
11
sysutils/uniutils/files/patch-utf8lookup
Normal file
|
@ -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
|
||||||
|
|
|
@ -2,6 +2,7 @@ bin/ExplicateUTF8
|
||||||
bin/unidesc
|
bin/unidesc
|
||||||
bin/unihist
|
bin/unihist
|
||||||
bin/uniname
|
bin/uniname
|
||||||
|
bin/utf8lookup
|
||||||
%%PORTDOCS%%%%EXAMPLESDIR%%/Test1.ann
|
%%PORTDOCS%%%%EXAMPLESDIR%%/Test1.ann
|
||||||
%%PORTDOCS%%%%EXAMPLESDIR%%/Test1.u
|
%%PORTDOCS%%%%EXAMPLESDIR%%/Test1.u
|
||||||
%%PORTDOCS%%%%EXAMPLESDIR%%/Test2.ann
|
%%PORTDOCS%%%%EXAMPLESDIR%%/Test2.ann
|
||||||
|
|
Loading…
Add table
Reference in a new issue