diff --git a/textproc/Makefile b/textproc/Makefile index 867b20c1d68f..1a4fa8176e63 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -331,6 +331,7 @@ SUBDIR += p5-String-Strip SUBDIR += p5-TeX-Hyphen SUBDIR += p5-Template-Magic + SUBDIR += p5-Text-Affixes SUBDIR += p5-Text-Aligner SUBDIR += p5-Text-Autoformat SUBDIR += p5-Text-Balanced diff --git a/textproc/p5-Text-Affixes/Makefile b/textproc/p5-Text-Affixes/Makefile new file mode 100644 index 000000000000..53525fcd6be9 --- /dev/null +++ b/textproc/p5-Text-Affixes/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: Text::Affixes +# Date created: Nov 3 2004 +# Whom: clsung +# +# $FreeBSD$ +# + +PORTNAME= Text-Affixes +PORTVERSION= 0.05 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= clsung@FreeBSD.org +COMMENT= Perl module for prefixes and suffixes analisys of text + +PERL_CONFIGURE= yes + +MAN3= Text::Affixes.3 + +.include + +.if ${PERL_LEVEL} < 500601 +IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again +.endif + +.include diff --git a/textproc/p5-Text-Affixes/distinfo b/textproc/p5-Text-Affixes/distinfo new file mode 100644 index 000000000000..b64fe309ea68 --- /dev/null +++ b/textproc/p5-Text-Affixes/distinfo @@ -0,0 +1,2 @@ +MD5 (Text-Affixes-0.05.tar.gz) = bb466a67f5bd48999d57ef1a7179ff51 +SIZE (Text-Affixes-0.05.tar.gz) = 3139 diff --git a/textproc/p5-Text-Affixes/pkg-descr b/textproc/p5-Text-Affixes/pkg-descr new file mode 100644 index 000000000000..9c7248bbd6f5 --- /dev/null +++ b/textproc/p5-Text-Affixes/pkg-descr @@ -0,0 +1,9 @@ +Text-Affixes + +This module is used in Natural Language Processing tools +that require Prefixe or Suffix examination of text. + +WWW: http://search.cpan.org/dist/Text-Affixes/ + +- Cheng-Lung Sung +clsung@FreeBSD.org diff --git a/textproc/p5-Text-Affixes/pkg-plist b/textproc/p5-Text-Affixes/pkg-plist new file mode 100644 index 000000000000..c4cea6ed15d6 --- /dev/null +++ b/textproc/p5-Text-Affixes/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Affixes/.packlist +%%SITE_PERL%%/auto/Text/Affixes/autosplit.ix +%%SITE_PERL%%/Text/Affixes.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Affixes +@dirrm %%SITE_PERL%%/auto/Text/Affixes +@unexec rmdir %D/%%SITE_PERL%%/auto/Text 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true