Add p5-Text-Original, a perl module to find original, non-quoted text in

a message.
This commit is contained in:
Anton Berezin 2004-10-15 08:14:16 +00:00
parent 9e507dddc3
commit ba82dcad5b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119488
5 changed files with 40 additions and 0 deletions

View file

@ -356,6 +356,7 @@
SUBDIR += p5-Text-Metaphone SUBDIR += p5-Text-Metaphone
SUBDIR += p5-Text-Netstring SUBDIR += p5-Text-Netstring
SUBDIR += p5-Text-Ngrams SUBDIR += p5-Text-Ngrams
SUBDIR += p5-Text-Original
SUBDIR += p5-Text-ParagraphDiff SUBDIR += p5-Text-ParagraphDiff
SUBDIR += p5-Text-Query SUBDIR += p5-Text-Query
SUBDIR += p5-Text-Quoted SUBDIR += p5-Text-Quoted

View file

@ -0,0 +1,29 @@
# New ports collection makefile for: textproc/p5-Text-Original
# Date created: 15 October 2004
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Text-Original
PORTVERSION= 1.4
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
# if this is wrong, fix it by hand
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Find original, non-quoted text in a message
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= "This port requires perl 5.6 or newer"
.endif
MAN3= Text::Original.3
.include <bsd.port.post.mk>

View file

@ -0,0 +1,2 @@
MD5 (Text-Original-1.4.tar.gz) = 4e2b056372dc9939a9517051aaa492e4
SIZE (Text-Original-1.4.tar.gz) = 3601

View file

@ -0,0 +1,3 @@
A perl module to find original, non-quoted text in a message.
WWW: http://search.cpan.org/dist/Text-Original

View file

@ -0,0 +1,5 @@
%%SITE_PERL%%/Text/Original.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Original/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Original
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true