diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 1999-08-31 18:27:19 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 1999-08-31 18:27:19 +0000 |
commit | 268726bfb239b4a7dbca346d4a972ea27dfb5f2a (patch) | |
tree | fd8d25632c57340bd93b9b845552168e89d2fc1f /chinese/libtabe | |
parent | f9db2ba77c308743b61858a05d5aee68f3c16f58 (diff) |
Notes
Diffstat (limited to 'chinese/libtabe')
-rw-r--r-- | chinese/libtabe/Makefile | 32 | ||||
-rw-r--r-- | chinese/libtabe/distinfo | 1 | ||||
-rw-r--r-- | chinese/libtabe/pkg-comment | 1 | ||||
-rw-r--r-- | chinese/libtabe/pkg-descr | 5 | ||||
-rw-r--r-- | chinese/libtabe/pkg-plist | 15 |
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 |