mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Add p5-Text-Balanced - a perl module to extract delimited text sequences
from strings.
This commit is contained in:
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
|
@ -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
|
||||
|
|
22
textproc/p5-Text-Balanced/Makefile
Normal file
22
textproc/p5-Text-Balanced/Makefile
Normal 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>
|
1
textproc/p5-Text-Balanced/distinfo
Normal file
1
textproc/p5-Text-Balanced/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Text-Balanced-1.86.tar.gz) = 829ff34113d61cf8b976b297cf0dead8
|
1
textproc/p5-Text-Balanced/pkg-comment
Normal file
1
textproc/p5-Text-Balanced/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Text::Balanced - extract delimited text sequences from strings
|
10
textproc/p5-Text-Balanced/pkg-descr
Normal file
10
textproc/p5-Text-Balanced/pkg-descr
Normal 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
|
5
textproc/p5-Text-Balanced/pkg-plist
Normal file
5
textproc/p5-Text-Balanced/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue