diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-11-18 13:42:46 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-11-18 13:42:46 +0000 |
commit | 312876e2f0cfef41533b9ae6c7768890e4b637e8 (patch) | |
tree | 5d56f74f802245c17c95380a2d06683c8e45d0e0 /textproc/p5-Text-DelimMatch | |
parent | 99449975658fb4a5c7b8d93fe48cda7fbd4707e0 (diff) | |
download | pkgsrc-312876e2f0cfef41533b9ae6c7768890e4b637e8.tar.gz |
Updated to 1.06a, provided by Min Sik Kim in PR pkg/23463.
Changes since 1.03:
* Fixed a couple of places where "/s" was missing
from the regex, preventing multi-line matches from working correctly.
* Added returndelim() and strip_delim() methods to control
whether or not the match returned includes the start and
end delimiters. By default, delimiters are returned.
Diffstat (limited to 'textproc/p5-Text-DelimMatch')
-rw-r--r-- | textproc/p5-Text-DelimMatch/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-Text-DelimMatch/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/textproc/p5-Text-DelimMatch/Makefile b/textproc/p5-Text-DelimMatch/Makefile index 598a5d6652a..e1364a2217c 100644 --- a/textproc/p5-Text-DelimMatch/Makefile +++ b/textproc/p5-Text-DelimMatch/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 22:54:37 grant Exp $ +# $NetBSD: Makefile,v 1.8 2003/11/18 13:42:46 xtraeme Exp $ # -DISTNAME= DelimMatch-1.03 -PKGNAME= p5-Text-DelimMatch-1.03 +DISTNAME= DelimMatch-1.06a +PKGNAME= p5-Text-${DISTNAME} +WRKSRC= ${WRKDIR}/${DISTNAME:S/a$//} SVR4_PKGNAME= p5tdm CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} diff --git a/textproc/p5-Text-DelimMatch/distinfo b/textproc/p5-Text-DelimMatch/distinfo index 9f5a9ae4091..b732b4eafb5 100644 --- a/textproc/p5-Text-DelimMatch/distinfo +++ b/textproc/p5-Text-DelimMatch/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 15:05:03 skrll Exp $ +$NetBSD: distinfo,v 1.3 2003/11/18 13:42:46 xtraeme Exp $ -SHA1 (DelimMatch-1.03.tar.gz) = e2587e646ff54a2d2e00473a1ded876fe8ffbf29 -Size (DelimMatch-1.03.tar.gz) = 8109 bytes +SHA1 (DelimMatch-1.06a.tar.gz) = 545d96d0fa34ed139e8633aab7f9df53448a182e +Size (DelimMatch-1.06a.tar.gz) = 8529 bytes |