diff options
author | knu <knu@FreeBSD.org> | 2000-08-26 00:13:27 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-26 00:13:27 +0800 |
commit | 84fc46e92b19292c8ba412855553b1ff2bb7a320 (patch) | |
tree | c448c4c51286872e539c3a13c042f856ecec7f60 /converters/xunicode | |
parent | 1797800c67d1d49f6b102de01c0f965305edddc1 (diff) | |
download | freebsd-ports-gnome-84fc46e92b19292c8ba412855553b1ff2bb7a320.tar.gz freebsd-ports-gnome-84fc46e92b19292c8ba412855553b1ff2bb7a320.tar.zst freebsd-ports-gnome-84fc46e92b19292c8ba412855553b1ff2bb7a320.zip |
Add xunicode, a library for making toolkits support Unicode.
Diffstat (limited to 'converters/xunicode')
-rw-r--r-- | converters/xunicode/Makefile | 31 | ||||
-rw-r--r-- | converters/xunicode/distinfo | 1 | ||||
-rw-r--r-- | converters/xunicode/pkg-comment | 1 | ||||
-rw-r--r-- | converters/xunicode/pkg-descr | 3 | ||||
-rw-r--r-- | converters/xunicode/pkg-plist | 32 |
5 files changed, 68 insertions, 0 deletions
diff --git a/converters/xunicode/Makefile b/converters/xunicode/Makefile new file mode 100644 index 000000000000..a8b8c307d167 --- /dev/null +++ b/converters/xunicode/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: XUnicode +# Date created: 25 Aug 2000 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= xunicode +PORTVERSION= 0.2.7 +CATEGORIES= converters x11 +MASTER_SITES= http://www.ab.wakwak.com/~tino/jatk/ + +MAINTAINER= knu@FreeBSD.org + +USE_X_PREFIX= yes + +WRKSRC= ${WRKDIR}/${PORTNAME} + +post-patch: + ${PERL} -i -pe 's,/usr/X11R6\b,${X11BASE},g' ${WRKSRC}/MakeInclude + +do-install: + ${INSTALL_DATA} ${WRKSRC}/lib/libxunicode.a ${PREFIX}/lib/ + ${MKDIR} ${PREFIX}/include/xunicode + ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/xunicode/ +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/xunicode/ja/ + ${INSTALL_DATA} ${WRKSRC}/README.utf8 ${PREFIX}/share/doc/xunicode/ja/ +.endif + +.include <bsd.port.mk> diff --git a/converters/xunicode/distinfo b/converters/xunicode/distinfo new file mode 100644 index 000000000000..aaeecae258ce --- /dev/null +++ b/converters/xunicode/distinfo @@ -0,0 +1 @@ +MD5 (xunicode-0.2.7.tar.gz) = bf91c8240b4ba9d910d250304246747a diff --git a/converters/xunicode/pkg-comment b/converters/xunicode/pkg-comment new file mode 100644 index 000000000000..d7bc0cfb1f46 --- /dev/null +++ b/converters/xunicode/pkg-comment @@ -0,0 +1 @@ +A library for making toolkits support Unicode diff --git a/converters/xunicode/pkg-descr b/converters/xunicode/pkg-descr new file mode 100644 index 000000000000..e07c725a1ac2 --- /dev/null +++ b/converters/xunicode/pkg-descr @@ -0,0 +1,3 @@ +XUnicode is a library for making toolkits support Unicode. + +Author: Toshihiro Inoue <tino@pa2.so-net.ne.jp> diff --git a/converters/xunicode/pkg-plist b/converters/xunicode/pkg-plist new file mode 100644 index 000000000000..f78c8d3754dd --- /dev/null +++ b/converters/xunicode/pkg-plist @@ -0,0 +1,32 @@ +include/xunicode/gb2ucs.h +include/xunicode/jis2ucs.h +include/xunicode/ksc2ucs.h +include/xunicode/xuarray.h +include/xunicode/xucodec.h +include/xunicode/xucstring.h +include/xunicode/xudict.h +include/xunicode/xueuccncodec.h +include/xunicode/xueucjpcodec.h +include/xunicode/xueuckrcodec.h +include/xunicode/xufont.h +include/xunicode/xufontmgr.h +include/xunicode/xufontname.h +include/xunicode/xufontset.h +include/xunicode/xufontstruct.h +include/xunicode/xugbcodec.h +include/xunicode/xuic.h +include/xunicode/xujiscodec.h +include/xunicode/xuksccodec.h +include/xunicode/xulat1codec.h +include/xunicode/xulib.h +include/xunicode/xuobject.h +include/xunicode/xuptrdict.h +include/xunicode/xustrarray.h +include/xunicode/xustrdict.h +include/xunicode/xustring.h +include/xunicode/xuwindow.h +@dirrm include/xunicode +lib/libxunicode.a +share/doc/xunicode/ja/README.utf8 +@dirrm share/doc/xunicode/ja +@dirrm share/doc/xunicode |