summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-25 16:13:27 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-25 16:13:27 +0000
commitf66a559fcfae1c48dc24c1f6604e5ed7df17161e (patch)
tree2118f7a7ff7fc98ab8034a34c3c9f2209e085481 /converters
parentUnconditionally disable bonobo support here too -- it needs reworking (diff)
Add xunicode, a library for making toolkits support Unicode.
Notes
Notes: svn path=/head/; revision=31970
Diffstat (limited to 'converters')
-rw-r--r--converters/Makefile1
-rw-r--r--converters/xunicode/Makefile31
-rw-r--r--converters/xunicode/distinfo1
-rw-r--r--converters/xunicode/pkg-comment1
-rw-r--r--converters/xunicode/pkg-descr3
-rw-r--r--converters/xunicode/pkg-plist32
6 files changed, 69 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 3a60263e606a..db0e8dc18fb9 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -30,5 +30,6 @@
SUBDIR += uudx
SUBDIR += uulib
SUBDIR += xdeview
+ SUBDIR += xunicode
.include <bsd.port.subdir.mk>
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