summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-11-18 13:42:46 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-11-18 13:42:46 +0000
commitc5f1f03a9b1319edc3ec3082567dcf4dc0eee805 (patch)
tree5d56f74f802245c17c95380a2d06683c8e45d0e0 /textproc
parentbd52b0be561afaa199e6af166ae2c004069038b8 (diff)
downloadpkgsrc-c5f1f03a9b1319edc3ec3082567dcf4dc0eee805.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')
-rw-r--r--textproc/p5-Text-DelimMatch/Makefile7
-rw-r--r--textproc/p5-Text-DelimMatch/distinfo6
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