diff options
author | ade <ade@FreeBSD.org> | 2000-06-29 19:29:25 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-29 19:29:25 +0000 |
commit | 229943b0cb042c1f328278a09dfa56e4e312a5b2 (patch) | |
tree | b911502b7e8e23ff43a0b018af59d68b78e888fc /devel/libunicode | |
parent | 91fd5265ffc7e8309a2a3e05bd34d93b86c9f516 (diff) | |
download | FreeBSD-ports-229943b0cb042c1f328278a09dfa56e4e312a5b2.zip FreeBSD-ports-229943b0cb042c1f328278a09dfa56e4e312a5b2.tar.gz |
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.
Diffstat (limited to 'devel/libunicode')
-rw-r--r-- | devel/libunicode/Makefile | 25 | ||||
-rw-r--r-- | devel/libunicode/distinfo | 1 | ||||
-rw-r--r-- | devel/libunicode/pkg-comment | 1 | ||||
-rw-r--r-- | devel/libunicode/pkg-descr | 5 | ||||
-rw-r--r-- | devel/libunicode/pkg-plist | 5 |
5 files changed, 37 insertions, 0 deletions
diff --git a/devel/libunicode/Makefile b/devel/libunicode/Makefile new file mode 100644 index 0000000..34e8931 --- /dev/null +++ b/devel/libunicode/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: libunicode +# Date created: 28th June 2000 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libunicode +PORTVERSION= 0.4 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= unstable/sources/libunicode + +MAINTAINER= ade@FreeBSD.org + +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_LIBTOOL= yes +INSTALL_SHLIBS= yes +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/devel/libunicode/distinfo b/devel/libunicode/distinfo new file mode 100644 index 0000000..2c8e665 --- /dev/null +++ b/devel/libunicode/distinfo @@ -0,0 +1 @@ +MD5 (libunicode-0.4.tar.gz) = d788ed7595a0250931f421068f4a0083 diff --git a/devel/libunicode/pkg-comment b/devel/libunicode/pkg-comment new file mode 100644 index 0000000..bc28bfad --- /dev/null +++ b/devel/libunicode/pkg-comment @@ -0,0 +1 @@ +A library for manipulating Unicode characters and strings diff --git a/devel/libunicode/pkg-descr b/devel/libunicode/pkg-descr new file mode 100644 index 0000000..b27a4d6 --- /dev/null +++ b/devel/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. + +WWW: http://www.gnome.org/ diff --git a/devel/libunicode/pkg-plist b/devel/libunicode/pkg-plist new file mode 100644 index 0000000..e774596 --- /dev/null +++ b/devel/libunicode/pkg-plist @@ -0,0 +1,5 @@ +bin/unicode-config +include/unicode.h +lib/libunicode.a +lib/libunicode.so +lib/libunicode.so.0 |