Add p5-DelimMatch 1.03, a perl module to find regexp delimited strings

with proper nesting

PR:		23916
Submitted by:	Anton Berezin <tobez@tobez.org>
This commit is contained in:
Will Andrews 2000-12-31 05:15:39 +00:00
parent a041248ae1
commit f22b27b173
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36492
6 changed files with 47 additions and 0 deletions

View File

@ -69,6 +69,7 @@
SUBDIR += nicetext
SUBDIR += no-ispell
SUBDIR += openjade
SUBDIR += p5-DelimMatch
SUBDIR += p5-Spreadsheet-ParseExcel
SUBDIR += p5-Spreadsheet-WriteExcel
SUBDIR += p5-Text-CSV_XS

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: textproc/p5-DelimMatch
# Date created: 28 December 2000
# Whom: Anton Berezin <tobez@tobez.org>
#
# $FreeBSD$
#
PORTNAME= DelimMatch
PORTVERSION= 1.03
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@tobez.org
USE_PERL5= yes
PERL_CONFIGURE= yes
MAN3= Text::DelimMatch.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
pre-patch:
@${PERL} -pi -e 's/(\$$match,.*)\$$match,/$$1/' ${WRKSRC}/DelimMatch.pm
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (DelimMatch-1.03.tar.gz) = 158158491edbdcf128db62f6adf167ab

View File

@ -0,0 +1 @@
Perl extension to find regexp delimited strings with proper nesting

View File

@ -0,0 +1,10 @@
DelimMatch allows you to match delimited substrings in a buffer. The
delimiters can be specified with any regular expression and the start
and end delimiters need not be the same. If the delimited text is
properly nested, entire nested groups are returned.
In addition, you may specify quoting and escaping characters that
contribute to the recognition of start and end delimiters.
-Anton
<tobez@tobez.org>

View File

@ -0,0 +1,8 @@
lib/perl5/site_perl/%%PERL_VER%%/auto/Text/DelimMatch/autosplit.ix
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/DelimMatch/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Text/DelimMatch.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Text/DelimMatch
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/DelimMatch
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Text 2>/dev/null || true
@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