diff options
author | rh <rh> | 2000-08-29 14:24:32 +0000 |
---|---|---|
committer | rh <rh> | 2000-08-29 14:24:32 +0000 |
commit | 53b3a863611630162f7e30529d6d04ead871d909 (patch) | |
tree | a566438c81357aba8ae7bb7f85669c4b711acc5b /textproc | |
parent | ef10e7bbe2a5ed0b301e87d31402be81e8e28a3e (diff) | |
download | pkgsrc-53b3a863611630162f7e30529d6d04ead871d909.tar.gz |
Initial import of libunicode-0.4, a library for manipulating unicode
characters and strings.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libunicode/Makefile | 16 | ||||
-rw-r--r-- | textproc/libunicode/files/md5 | 3 | ||||
-rw-r--r-- | textproc/libunicode/pkg/COMMENT | 1 | ||||
-rw-r--r-- | textproc/libunicode/pkg/DESCR | 5 | ||||
-rw-r--r-- | textproc/libunicode/pkg/PLIST | 6 |
5 files changed, 31 insertions, 0 deletions
diff --git a/textproc/libunicode/Makefile b/textproc/libunicode/Makefile new file mode 100644 index 00000000000..ac8b1a748d6 --- /dev/null +++ b/textproc/libunicode/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/08/29 14:24:32 rh Exp $ +# + +DISTNAME= libunicode-0.4 +CATEGORIES= textproc devel +MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/libunicode/} + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.pango.org/ + +GNU_CONFIGURE= YES +USE_LIBTOOL= YES + +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/libunicode/files/md5 b/textproc/libunicode/files/md5 new file mode 100644 index 00000000000..266ddcb1592 --- /dev/null +++ b/textproc/libunicode/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/08/29 14:24:32 rh Exp $ + +MD5 (libunicode-0.4.tar.gz) = d788ed7595a0250931f421068f4a0083 diff --git a/textproc/libunicode/pkg/COMMENT b/textproc/libunicode/pkg/COMMENT new file mode 100644 index 00000000000..14aab80103e --- /dev/null +++ b/textproc/libunicode/pkg/COMMENT @@ -0,0 +1 @@ +library for manipulating Unicode characters and strings diff --git a/textproc/libunicode/pkg/DESCR b/textproc/libunicode/pkg/DESCR new file mode 100644 index 00000000000..8b8d956caa8 --- /dev/null +++ b/textproc/libunicode/pkg/DESCR @@ -0,0 +1,5 @@ + libunicode is a library for manipulating Unicode characters and strings. +It understands both the UTF-8 and UCS-2 encodings, and has a framework for +adding support for new encodings. + + libunicode is licensed under the LGPL. diff --git a/textproc/libunicode/pkg/PLIST b/textproc/libunicode/pkg/PLIST new file mode 100644 index 00000000000..aa47c769ebc --- /dev/null +++ b/textproc/libunicode/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/08/29 14:24:32 rh Exp $ +bin/unicode-config +include/unicode.h +lib/libunicode.a +lib/libunicode.la +lib/libunicode.so.0.0 |