diff options
author | kei <kei@pkgsrc.org> | 2000-11-27 07:27:53 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2000-11-27 07:27:53 +0000 |
commit | 63a21ced22df66014a32d43e5e44973b3af76246 (patch) | |
tree | 67d2fbe5dffa10352fc8e0ae39945a8f858fbbb9 /japanese | |
parent | 4f58e1ba0ae9ec16d106d2ee49fe2a91a0fff82f (diff) | |
download | pkgsrc-63a21ced22df66014a32d43e5e44973b3af76246.tar.gz |
Initial import of "p5-Text-ChaSen-1.03" package:
Text::ChaSen - ChaSen library module for perl.
This is a module to use ChaSen, Japanese Morphological
Analysis System, developed by Nara Institute of Science
and Technorogy, from perl.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/p5-Text-ChaSen/Makefile | 18 | ||||
-rw-r--r-- | japanese/p5-Text-ChaSen/files/md5 | 3 | ||||
-rw-r--r-- | japanese/p5-Text-ChaSen/pkg/COMMENT | 1 | ||||
-rw-r--r-- | japanese/p5-Text-ChaSen/pkg/DESCR | 5 | ||||
-rw-r--r-- | japanese/p5-Text-ChaSen/pkg/PLIST | 1 |
5 files changed, 28 insertions, 0 deletions
diff --git a/japanese/p5-Text-ChaSen/Makefile b/japanese/p5-Text-ChaSen/Makefile new file mode 100644 index 00000000000..866b24b57cd --- /dev/null +++ b/japanese/p5-Text-ChaSen/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/11/27 07:27:53 kei Exp $ + +DISTNAME= Text-ChaSen-1.03 +PKGNAME= p5-${DISTNAME} +CATEGORIES= japanese perl5 +MASTER_SITES= http://www.daionet.gr.jp/~knok/chasen/ + +MAINTAINER= kei@netbsd.org +HOMEPAGE= http://www.daionet.gr.jp/~knok/chasen/ + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/ChaSen/.packlist +DEPENDS+= chasen-2.0b6:../../japanese/chasen + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/japanese/p5-Text-ChaSen/files/md5 b/japanese/p5-Text-ChaSen/files/md5 new file mode 100644 index 00000000000..b7741934878 --- /dev/null +++ b/japanese/p5-Text-ChaSen/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/11/27 07:27:53 kei Exp $ + +MD5 (Text-ChaSen-1.03.tar.gz) = 1f5f8b1c79b815c1bc7d171971f1f4a4 diff --git a/japanese/p5-Text-ChaSen/pkg/COMMENT b/japanese/p5-Text-ChaSen/pkg/COMMENT new file mode 100644 index 00000000000..14bd3ca9cf0 --- /dev/null +++ b/japanese/p5-Text-ChaSen/pkg/COMMENT @@ -0,0 +1 @@ +perl5 module to use ChaSen diff --git a/japanese/p5-Text-ChaSen/pkg/DESCR b/japanese/p5-Text-ChaSen/pkg/DESCR new file mode 100644 index 00000000000..b204613f229 --- /dev/null +++ b/japanese/p5-Text-ChaSen/pkg/DESCR @@ -0,0 +1,5 @@ +Text::ChaSen - ChaSen library module for perl. + +This is a module to use ChaSen, Japanese Morphological +Analysis System, developed by Nara Institute of Science +and Technorogy, from perl. diff --git a/japanese/p5-Text-ChaSen/pkg/PLIST b/japanese/p5-Text-ChaSen/pkg/PLIST new file mode 100644 index 00000000000..ae8b0e34b6c --- /dev/null +++ b/japanese/p5-Text-ChaSen/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/11/27 07:27:53 kei Exp $ |