aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfoxfair <foxfair@FreeBSD.org>1999-09-01 02:27:19 +0800
committerfoxfair <foxfair@FreeBSD.org>1999-09-01 02:27:19 +0800
commit8178d790e9ecde3b784cb8796fe871e724b8f5d7 (patch)
tree90446252a2cd7c4adf6850bd1f5c65dfb1a0a962
parent876ab4723a919022014073acb57351e74846f017 (diff)
downloadfreebsd-ports-gnome-8178d790e9ecde3b784cb8796fe871e724b8f5d7.tar.gz
freebsd-ports-gnome-8178d790e9ecde3b784cb8796fe871e724b8f5d7.tar.zst
freebsd-ports-gnome-8178d790e9ecde3b784cb8796fe871e724b8f5d7.zip
Submitted by: Keith Jang <jtjang@gcn.net.tw>
Obtained from: IIS, Academia Sinica, Taiwan. TaBE stands for `Taiwan and Big5 Encoding'. libtabe provides unified interface and library dealing with Chinese words, phrases, sentences, and phonetic symbols. It is intended to be used as the foundation of Chinese text processing.
-rw-r--r--chinese/libtabe/Makefile32
-rw-r--r--chinese/libtabe/distinfo1
-rw-r--r--chinese/libtabe/pkg-comment1
-rw-r--r--chinese/libtabe/pkg-descr5
-rw-r--r--chinese/libtabe/pkg-plist15
5 files changed, 54 insertions, 0 deletions
diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile
new file mode 100644
index 000000000000..a69045dd8a7f
--- /dev/null
+++ b/chinese/libtabe/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: libtabe
+# Version required: 1.0
+# Date created: 1/1/00
+# Whom: Keith Jang <jtjang@gcn.net.tw>
+#
+# $FreeBSD$
+#
+
+DISTNAME= libtabe-0.1-pre2
+PKGNAME= zh-libtabe-0.1b2
+CATEGORIES= chinese
+MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/libtabe/devel/
+
+MAINTAINER= jtjang@gcn.net.tw
+
+BUILD_DEPENDS= ${PREFIX}/lib/libdb2.a:${PORTSDIR}/databases/db
+RUN_DEPENDS= ${PREFIX}/lib/libdb2.a:${PORTSDIR}/databases/db
+
+WRKSRC= ${WRKDIR}/libtabe
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${PREFIX} \
+ --includedir=${PREFIX}/include/tabe \
+ --with-dbinc=${PREFIX}/include/db2 \
+ --with-dblib=${PREFIX}/lib
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/tabe
+ ${CP} ${WRKSRC}/doc/libtabe.sgml ${PREFIX}/share/doc/tabe
+.endif
+
+.include <bsd.port.mk>
diff --git a/chinese/libtabe/distinfo b/chinese/libtabe/distinfo
new file mode 100644
index 000000000000..cb4c71024c20
--- /dev/null
+++ b/chinese/libtabe/distinfo
@@ -0,0 +1 @@
+MD5 (libtabe-0.1-pre2.tar.gz) = 7831413a3b479ed39ed56040759863af
diff --git a/chinese/libtabe/pkg-comment b/chinese/libtabe/pkg-comment
new file mode 100644
index 000000000000..4310e3ce8e71
--- /dev/null
+++ b/chinese/libtabe/pkg-comment
@@ -0,0 +1 @@
+A unified library for Chinese text processing.
diff --git a/chinese/libtabe/pkg-descr b/chinese/libtabe/pkg-descr
new file mode 100644
index 000000000000..839e8c654d94
--- /dev/null
+++ b/chinese/libtabe/pkg-descr
@@ -0,0 +1,5 @@
+TaBE stands for `Taiwan and Big5 Encoding'. libtabe
+provides unified interface and library dealing with
+Chinese words, phrases, sentences, and phonetic symbols.
+It is intended to be used as the foundation of Chinese
+text processing.
diff --git a/chinese/libtabe/pkg-plist b/chinese/libtabe/pkg-plist
new file mode 100644
index 000000000000..9bfe9526b62b
--- /dev/null
+++ b/chinese/libtabe/pkg-plist
@@ -0,0 +1,15 @@
+bin/tsiadd
+bin/tsidel
+bin/tsidump
+bin/tsiyindump
+include/tabe/bims.h
+include/tabe/tabe.h
+lib/libbims.a
+lib/libtabe.a
+share/doc/tabe/libtabe.sgml
+share/tabe/tsiyin/tsi.db
+share/tabe/tsiyin/yin.db
+@dirrm include/tabe
+@dirrm share/doc/tabe
+@dirrm share/tabe/tsiyin
+@dirrm share/tabe