From dbd862a9b8080f9f46f3e68aa259c9b94bb05e70 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 13 Oct 2003 10:06:46 +0000 Subject: Add p5-Lingua-ZH-Keywords 0.04 Chinese Keywords Extraction via Lingua::ZH::TaBE. PR: 57840 Submitted by: clsung@dragon2.net --- chinese/p5-Lingua-ZH-Keywords/Makefile | 25 +++++++++++++++++++++++++ chinese/p5-Lingua-ZH-Keywords/distinfo | 1 + chinese/p5-Lingua-ZH-Keywords/pkg-descr | 2 ++ chinese/p5-Lingua-ZH-Keywords/pkg-plist | 7 +++++++ 4 files changed, 35 insertions(+) create mode 100644 chinese/p5-Lingua-ZH-Keywords/Makefile create mode 100644 chinese/p5-Lingua-ZH-Keywords/distinfo create mode 100644 chinese/p5-Lingua-ZH-Keywords/pkg-descr create mode 100644 chinese/p5-Lingua-ZH-Keywords/pkg-plist (limited to 'chinese/p5-Lingua-ZH-Keywords') diff --git a/chinese/p5-Lingua-ZH-Keywords/Makefile b/chinese/p5-Lingua-ZH-Keywords/Makefile new file mode 100644 index 000000000000..7405c3ae7bab --- /dev/null +++ b/chinese/p5-Lingua-ZH-Keywords/Makefile @@ -0,0 +1,25 @@ +# ex:ts=8 +# Ports collection makefile for: p5-Lingua-ZH-Keywords +# Date Created: Oct 10, 2003 +# Whom: clsung +# +# $FreeBSD$ + +PORTNAME= Lingua-ZH-Keywords +PORTVERSION= 0.04 +CATEGORIES= chinese perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Lingua +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org +COMMENT= Chinese Keywords Extraction via Lingua::ZH::TaBE + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Lingua/ZH/TaBE.pm:${PORTSDIR}/chinese/p5-Lingua-ZH-TaBE +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Lingua::ZH::Keywords.3 + +.include diff --git a/chinese/p5-Lingua-ZH-Keywords/distinfo b/chinese/p5-Lingua-ZH-Keywords/distinfo new file mode 100644 index 000000000000..b42db11c8c8b --- /dev/null +++ b/chinese/p5-Lingua-ZH-Keywords/distinfo @@ -0,0 +1 @@ +MD5 (Lingua-ZH-Keywords-0.04.tar.gz) = cbd38566020cdcbcd4cffc730c91234f diff --git a/chinese/p5-Lingua-ZH-Keywords/pkg-descr b/chinese/p5-Lingua-ZH-Keywords/pkg-descr new file mode 100644 index 000000000000..1e08296c1c03 --- /dev/null +++ b/chinese/p5-Lingua-ZH-Keywords/pkg-descr @@ -0,0 +1,2 @@ +This module extracts keywords from Chinese text, +which requires Lingua::ZH::TaBE. diff --git a/chinese/p5-Lingua-ZH-Keywords/pkg-plist b/chinese/p5-Lingua-ZH-Keywords/pkg-plist new file mode 100644 index 000000000000..e156f7b0c4d5 --- /dev/null +++ b/chinese/p5-Lingua-ZH-Keywords/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Lingua/ZH/Keywords.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH/Keywords/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH/Keywords +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Lingua/ZH 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Lingua 2>/dev/null || true -- cgit