1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- This perl module provide two functions to get prefix/suffix from

text.
- Prefix/Suffix examination is useful in Natural Language Processing.

Approved by:	co-mentor (vanilla)
This commit is contained in:
Cheng-Lung Sung 2004-11-03 06:48:20 +00:00
parent a6899c530f
commit ce7a4a22d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120689
5 changed files with 48 additions and 0 deletions

View File

@ -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

View File

@ -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 <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (Text-Affixes-0.05.tar.gz) = bb466a67f5bd48999d57ef1a7179ff51
SIZE (Text-Affixes-0.05.tar.gz) = 3139

View File

@ -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

View File

@ -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