aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-01-22 12:43:33 +0800
committerijliao <ijliao@FreeBSD.org>2003-01-22 12:43:33 +0800
commit08e5ec774b549132e6842985fd56b29796fe604d (patch)
treef64246e006e681512e74c35adf16b8f9a8fda637 /chinese
parent450ee3d70b89255ac70e14f0b36709873b3d3d68 (diff)
downloadfreebsd-ports-gnome-08e5ec774b549132e6842985fd56b29796fe604d.tar.gz
freebsd-ports-gnome-08e5ec774b549132e6842985fd56b29796fe604d.tar.zst
freebsd-ports-gnome-08e5ec774b549132e6842985fd56b29796fe604d.zip
add p5-Lingua-ZH-TaBE 0.03
Chinese processing via libtabe
Diffstat (limited to 'chinese')
-rw-r--r--chinese/Makefile1
-rw-r--r--chinese/p5-Lingua-ZH-TaBE/Makefile25
-rw-r--r--chinese/p5-Lingua-ZH-TaBE/distinfo1
-rw-r--r--chinese/p5-Lingua-ZH-TaBE/pkg-comment1
-rw-r--r--chinese/p5-Lingua-ZH-TaBE/pkg-descr4
-rw-r--r--chinese/p5-Lingua-ZH-TaBE/pkg-plist9
6 files changed, 41 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile
index f453d516c2c5..5922d64af0bd 100644
--- a/chinese/Makefile
+++ b/chinese/Makefile
@@ -72,6 +72,7 @@
SUBDIR += openoffice-zh_CN
SUBDIR += openoffice-zh_TW
SUBDIR += p5-Date-Chinese
+ SUBDIR += p5-Lingua-ZH-TaBE
SUBDIR += pine4
SUBDIR += pyDict
SUBDIR += pycodec
diff --git a/chinese/p5-Lingua-ZH-TaBE/Makefile b/chinese/p5-Lingua-ZH-TaBE/Makefile
new file mode 100644
index 000000000000..e95434e1669d
--- /dev/null
+++ b/chinese/p5-Lingua-ZH-TaBE/Makefile
@@ -0,0 +1,25 @@
+# ex:ts=8
+# Ports collection makefile for: p5-Lingua-ZH-TaBE
+# Date Created: Jan 22, 2003
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= Lingua-ZH-TaBE
+PORTVERSION= 0.03
+CATEGORIES= chinese perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= ../by-authors/id/A/AU/AUTRIJUS
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= tabe.2:${PORTSDIR}/chinese/libtabe
+
+PERL_CONFIGURE= yes
+
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Lingua::ZH::TaBE.3
+
+.include <bsd.port.mk>
diff --git a/chinese/p5-Lingua-ZH-TaBE/distinfo b/chinese/p5-Lingua-ZH-TaBE/distinfo
new file mode 100644
index 000000000000..04fd19aecb5a
--- /dev/null
+++ b/chinese/p5-Lingua-ZH-TaBE/distinfo
@@ -0,0 +1 @@
+MD5 (Lingua-ZH-TaBE-0.03.tar.gz) = dfe59b7b81b18e9b819fede0edb1be96
diff --git a/chinese/p5-Lingua-ZH-TaBE/pkg-comment b/chinese/p5-Lingua-ZH-TaBE/pkg-comment
new file mode 100644
index 000000000000..75dd6ed8d2a3
--- /dev/null
+++ b/chinese/p5-Lingua-ZH-TaBE/pkg-comment
@@ -0,0 +1 @@
+Chinese processing via libtabe
diff --git a/chinese/p5-Lingua-ZH-TaBE/pkg-descr b/chinese/p5-Lingua-ZH-TaBE/pkg-descr
new file mode 100644
index 000000000000..cb915de0f231
--- /dev/null
+++ b/chinese/p5-Lingua-ZH-TaBE/pkg-descr
@@ -0,0 +1,4 @@
+This module is a Perl interface to the TaBE (Taiwan and Big5 Encoding)
+library, an 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/p5-Lingua-ZH-TaBE/pkg-plist b/chinese/p5-Lingua-ZH-TaBE/pkg-plist
new file mode 100644
index 000000000000..661f677710b0
--- /dev/null
+++ b/chinese/p5-Lingua-ZH-TaBE/pkg-plist
@@ -0,0 +1,9 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/Lingua/ZH/TaBE.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH/TaBE/TaBE.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH/TaBE/TaBE.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH/TaBE/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Lingua/ZH
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH/TaBE
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Lingua 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua 2>/dev/null || true