diff options
author | seb <seb@pkgsrc.org> | 2002-05-31 13:01:18 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-05-31 13:01:18 +0000 |
commit | 61d383841e8f5f9a4cb49d9bc82c7c5c40463cbe (patch) | |
tree | 694006cad5cc333d4dcc7c2489d755391c77cc09 /textproc | |
parent | e0584f3878c436bc03e194d609b9595d6bbb8d3d (diff) | |
download | pkgsrc-61d383841e8f5f9a4cb49d9bc82c7c5c40463cbe.tar.gz |
Reimport of package p5-Text-ChaSen from japanese/p5-Text-ChaSen into textproc/p5-Text-ChaSen.
This is part of the japanese category retirement.
CATEGORIES and pathnames to japanese/ adjusted.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-ChaSen/DESCR | 5 | ||||
-rw-r--r-- | textproc/p5-Text-ChaSen/Makefile | 25 | ||||
-rw-r--r-- | textproc/p5-Text-ChaSen/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Text-ChaSen/distinfo | 6 |
4 files changed, 37 insertions, 0 deletions
diff --git a/textproc/p5-Text-ChaSen/DESCR b/textproc/p5-Text-ChaSen/DESCR new file mode 100644 index 00000000000..b204613f229 --- /dev/null +++ b/textproc/p5-Text-ChaSen/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/textproc/p5-Text-ChaSen/Makefile b/textproc/p5-Text-ChaSen/Makefile new file mode 100644 index 00000000000..21862eb1066 --- /dev/null +++ b/textproc/p5-Text-ChaSen/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:01:18 seb Exp $ + +DISTNAME= Text-ChaSen-1.03 +PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 +SVR4_PKGNAME= p5tcs +CATEGORIES= japanese textproc +MASTER_SITES= http://www.daionet.gr.jp/~knok/chasen/ + +PATCHFILES= ChaSen.pm-1.03-pod-fix.diff +PATCH_SITES= http://www.daionet.gr.jp/~knok/chasen/ + +MAINTAINER= kei@netbsd.org +HOMEPAGE= http://www.daionet.gr.jp/~knok/chasen/ +COMMENT= perl5 module to use ChaSen + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/ChaSen/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../textproc/chasen/buildlink.mk" +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-ChaSen/PLIST b/textproc/p5-Text-ChaSen/PLIST new file mode 100644 index 00000000000..d4f6fcaf98c --- /dev/null +++ b/textproc/p5-Text-ChaSen/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/31 13:01:18 seb Exp $ diff --git a/textproc/p5-Text-ChaSen/distinfo b/textproc/p5-Text-ChaSen/distinfo new file mode 100644 index 00000000000..25ab703ed52 --- /dev/null +++ b/textproc/p5-Text-ChaSen/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/05/31 13:01:18 seb Exp $ + +SHA1 (Text-ChaSen-1.03.tar.gz) = e9634b0ba5cc6920d84039d0bf12e1608dd1a32f +Size (Text-ChaSen-1.03.tar.gz) = 4836 bytes +SHA1 (ChaSen.pm-1.03-pod-fix.diff) = f89708e63d73b6b29fb13a3b7f4802233ed175e6 +Size (ChaSen.pm-1.03-pod-fix.diff) = 239 bytes |