diff options
author | kim <kim> | 2000-09-04 21:49:08 +0000 |
---|---|---|
committer | kim <kim> | 2000-09-04 21:49:08 +0000 |
commit | 90d190e3f426a9ef1dd315ed215597d837c824a3 (patch) | |
tree | c5674e0f91b01efa33a4a5a9a4de99e3eb166ef1 /textproc | |
parent | c476983a21a74494f887d00f110662a41b513a3f (diff) | |
download | pkgsrc-90d190e3f426a9ef1dd315ed215597d837c824a3.tar.gz |
Find regexp delimited strings with proper nesting
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-DelimMatch/Makefile | 18 | ||||
-rw-r--r-- | textproc/p5-Text-DelimMatch/files/md5 | 3 | ||||
-rw-r--r-- | textproc/p5-Text-DelimMatch/pkg/COMMENT | 1 | ||||
-rw-r--r-- | textproc/p5-Text-DelimMatch/pkg/DESCR | 4 | ||||
-rw-r--r-- | textproc/p5-Text-DelimMatch/pkg/PLIST | 1 |
5 files changed, 27 insertions, 0 deletions
diff --git a/textproc/p5-Text-DelimMatch/Makefile b/textproc/p5-Text-DelimMatch/Makefile new file mode 100644 index 00000000000..f3dd10bdc2b --- /dev/null +++ b/textproc/p5-Text-DelimMatch/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/09/04 21:49:08 kim Exp $ +# + +DISTNAME= DelimMatch-1.03 +PKGNAME= p5-Text-DelimMatch-1.03 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/DelimMatch/ + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/DelimMatch/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-DelimMatch/files/md5 b/textproc/p5-Text-DelimMatch/files/md5 new file mode 100644 index 00000000000..b953e4f891c --- /dev/null +++ b/textproc/p5-Text-DelimMatch/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/09/04 21:49:08 kim Exp $ + +MD5 (DelimMatch-1.03.tar.gz) = 158158491edbdcf128db62f6adf167ab diff --git a/textproc/p5-Text-DelimMatch/pkg/COMMENT b/textproc/p5-Text-DelimMatch/pkg/COMMENT new file mode 100644 index 00000000000..246aef66ef5 --- /dev/null +++ b/textproc/p5-Text-DelimMatch/pkg/COMMENT @@ -0,0 +1 @@ +Find regexp delimited strings with proper nesting diff --git a/textproc/p5-Text-DelimMatch/pkg/DESCR b/textproc/p5-Text-DelimMatch/pkg/DESCR new file mode 100644 index 00000000000..693537df954 --- /dev/null +++ b/textproc/p5-Text-DelimMatch/pkg/DESCR @@ -0,0 +1,4 @@ +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. diff --git a/textproc/p5-Text-DelimMatch/pkg/PLIST b/textproc/p5-Text-DelimMatch/pkg/PLIST new file mode 100644 index 00000000000..67bec64b665 --- /dev/null +++ b/textproc/p5-Text-DelimMatch/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/09/04 21:49:08 kim Exp $ |