pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-DelimMatch Updated to 1.06a, provided...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aca3843db1ec
branches:  trunk
changeset: 463556:aca3843db1ec
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Nov 18 13:42:46 2003 +0000

description:
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:

 textproc/p5-Text-DelimMatch/Makefile |  7 ++++---
 textproc/p5-Text-DelimMatch/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 8a2f00c13c81 -r aca3843db1ec textproc/p5-Text-DelimMatch/Makefile
--- a/textproc/p5-Text-DelimMatch/Makefile      Tue Nov 18 00:55:34 2003 +0000
+++ b/textproc/p5-Text-DelimMatch/Makefile      Tue Nov 18 13:42:46 2003 +0000
@@ -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 -r 8a2f00c13c81 -r aca3843db1ec textproc/p5-Text-DelimMatch/distinfo
--- a/textproc/p5-Text-DelimMatch/distinfo      Tue Nov 18 00:55:34 2003 +0000
+++ b/textproc/p5-Text-DelimMatch/distinfo      Tue Nov 18 13:42:46 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index