Add p5-Text-Balanced - a perl module to extract delimited text sequences

from strings.
This commit is contained in:
Anton Berezin 2001-09-16 20:46:10 +00:00
parent 0174c9bcaa
commit b2fa953b6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47889
6 changed files with 40 additions and 0 deletions

View file

@ -106,6 +106,7 @@
SUBDIR += p5-String-ShellQuote
SUBDIR += p5-String-Strip
SUBDIR += p5-Text-Autoformat
SUBDIR += p5-Text-Balanced
SUBDIR += p5-Text-Bind
SUBDIR += p5-Text-CSV
SUBDIR += p5-Text-CSV_XS

View file

@ -0,0 +1,22 @@
# New ports collection makefile for: devel/p5-Text-Balanced
# Date created: 16 Sep 2001
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Text-Balanced
PORTVERSION= 1.86
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
PERL_CONFIGURE= yes
MAN3= Text::Balanced.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (Text-Balanced-1.86.tar.gz) = 829ff34113d61cf8b976b297cf0dead8

View file

@ -0,0 +1 @@
Text::Balanced - extract delimited text sequences from strings

View file

@ -0,0 +1,10 @@
Text::Balanced - Extract delimited text sequences from strings.
The various extract_... subroutines may be used to extract a delimited
string (possibly after skipping a specified prefix string). The search
for the string always begins at the current pos location of the string's
variable (or at index zero, if no pos position is defined).
WWW: http://search.cpan.org/search?dist=Text-Balanced
-Anton

View file

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Balanced/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Text/Balanced.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Balanced
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true