pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/uni2ascii uni2ascii and ascii2uni convert bet...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e23d44709f13
branches:  trunk
changeset: 575613:e23d44709f13
user:      morr <morr%pkgsrc.org@localhost>
date:      Mon May 17 22:27:26 2010 +0000

description:
uni2ascii and ascii2uni convert between UTF-8 Unicode and any of a
variety of 7-bit ASCII equivalents including: hexadecimal and decimal
HTML numeric characters references, \u-escapes, standard hexadecimal
and raw hexadecimal.

Packaged by bartosz.kuzma, import from pkgsrc-wip.

diffstat:

 textproc/uni2ascii/DESCR    |   4 ++++
 textproc/uni2ascii/Makefile |  30 ++++++++++++++++++++++++++++++
 textproc/uni2ascii/PLIST    |   5 +++++
 textproc/uni2ascii/distinfo |   5 +++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r ed371df9c7a4 -r e23d44709f13 textproc/uni2ascii/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/uni2ascii/DESCR  Mon May 17 22:27:26 2010 +0000
@@ -0,0 +1,4 @@
+uni2ascii and ascii2uni convert between UTF-8 Unicode and any of a
+variety of 7-bit ASCII equivalents including: hexadecimal and decimal
+HTML numeric characters references, \u-escapes, standard hexadecimal
+and raw hexadecimal.
diff -r ed371df9c7a4 -r e23d44709f13 textproc/uni2ascii/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/uni2ascii/Makefile       Mon May 17 22:27:26 2010 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/05/17 22:27:26 morr Exp $
+#
+
+DISTNAME=      uni2ascii-4.14
+CATEGORIES=    textproc
+MASTER_SITES=  http://billposer.org/Software/Downloads/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    bartosz.kuzma%gmail.com@localhost
+HOMEPAGE=      http://billposer.org/Software/uni2ascii.html
+COMMENT=       Convert between UTF-8 Unicode and 7-bit ASCII equivalents
+LICENSE=       gnu-gpl-v3
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+BROKEN_GETTEXT_DETECTION=      yes
+GNU_CONFIGURE= yes
+
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/ascii2uni ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/uni2ascii ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_MAN} ${WRKSRC}/ascii2uni.1 \
+               ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+       ${INSTALL_MAN} ${WRKSRC}/uni2ascii.1 \
+               ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ed371df9c7a4 -r e23d44709f13 textproc/uni2ascii/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/uni2ascii/PLIST  Mon May 17 22:27:26 2010 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/17 22:27:26 morr Exp $
+bin/ascii2uni
+bin/uni2ascii
+man/man1/ascii2uni.1
+man/man1/uni2ascii.1
diff -r ed371df9c7a4 -r e23d44709f13 textproc/uni2ascii/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/uni2ascii/distinfo       Mon May 17 22:27:26 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/05/17 22:27:26 morr Exp $
+
+SHA1 (uni2ascii-4.14.tar.bz2) = efe31a88499544f60a19994556e6bdea0e0f95be
+RMD160 (uni2ascii-4.14.tar.bz2) = fdd9cdd79c05d82ddfece91c384852aea5f79f0b
+Size (uni2ascii-4.14.tar.bz2) = 120087 bytes



Home | Main Index | Thread Index | Old Index