pkgsrc changes:
- Updating package for p5 module Text::RewriteRules from 0.18 to 0.20 - Setting gnu-gpl-v2 as license Upstream changes: 0.20 2009, May 15 (21:13) - Added parenthesized expressions (parenthesis, brackets and curly braces); - Fixed XML regular expression (both empty tags and balanceness) 0.19 2009, May 13 (11:52) - Added support for XML automagical tags [[:XML:]] and [[:XML(tag):]]; - Added variable +{TAG} when using [[:XML:]]; - Compile function removes 'use Text::RewriteRules;'
This commit is contained in:
parent
23a32d47c7
commit
54b3dcc201
2 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.8 2009/04/23 23:58:09 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2009/05/21 13:25:17 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Text-RewriteRules-0.18
|
||||
DISTNAME= Text-RewriteRules-0.20
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
||||
|
@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Text-RewriteRules/
|
||||
COMMENT= Perl 5 module to rewrite text using regexp-based rules
|
||||
LICENSE= gnu-gpl-v2 # OR artistic
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2009/04/23 23:58:09 seb Exp $
|
||||
$NetBSD: distinfo,v 1.7 2009/05/21 13:25:17 sno Exp $
|
||||
|
||||
SHA1 (Text-RewriteRules-0.18.tar.gz) = 44b77a89f9a4027938e8c1f5926b6790990f28a4
|
||||
RMD160 (Text-RewriteRules-0.18.tar.gz) = 7775a3e045a737eee3fd80582bbbceb58c715cc3
|
||||
Size (Text-RewriteRules-0.18.tar.gz) = 10064 bytes
|
||||
SHA1 (Text-RewriteRules-0.20.tar.gz) = 43b9afa35bb23365f809ea749062efa527729dd3
|
||||
RMD160 (Text-RewriteRules-0.20.tar.gz) = 4b3ca95ea48bf9b4b141c9b04a1ce24267bfe229
|
||||
Size (Text-RewriteRules-0.20.tar.gz) = 14131 bytes
|
||||
|
|
Loading…
Reference in a new issue