pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-HTML-RewriteAttributes Add the HTML::RewriteAtt...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4d4ae7547f72
branches: trunk
changeset: 546083:4d4ae7547f72
user: tonnerre <tonnerre%pkgsrc.org@localhost>
date: Wed Aug 20 21:33:07 2008 +0000
description:
Add the HTML::RewriteAttributes Perl module as required by the new rt3.
diffstat:
www/p5-HTML-RewriteAttributes/DESCR | 5 +++++
www/p5-HTML-RewriteAttributes/Makefile | 21 +++++++++++++++++++++
www/p5-HTML-RewriteAttributes/distinfo | 5 +++++
3 files changed, 31 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r 26a41d1cf975 -r 4d4ae7547f72 www/p5-HTML-RewriteAttributes/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-RewriteAttributes/DESCR Wed Aug 20 21:33:07 2008 +0000
@@ -0,0 +1,5 @@
+HTML::RewriteAttributes is designed for simple yet powerful HTML attribute
+rewriting, by simply specifying a callback to run for each attribute.
+
+This module is designed to be subclassable to make handling special cases
+eaiser. See the source for methods you can override.
diff -r 26a41d1cf975 -r 4d4ae7547f72 www/p5-HTML-RewriteAttributes/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-RewriteAttributes/Makefile Wed Aug 20 21:33:07 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/20 21:38:12 tonnerre Exp $
+
+DISTNAME= HTML-RewriteAttributes-0.03
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
+
+MAINTAINER= tonnerre%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/HTML-RewriteAttributes/
+COMMENT= Perl module for concise attribute rewriting
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
+DEPENDS+= p5-HTML-Tagset-[0-9]*:../../www/p5-HTML-Tagset
+DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
+
+PERL5_PACKLIST= auto/HTML/RewriteAttributes/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 26a41d1cf975 -r 4d4ae7547f72 www/p5-HTML-RewriteAttributes/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-RewriteAttributes/distinfo Wed Aug 20 21:33:07 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/20 21:36:32 tonnerre Exp $
+
+SHA1 (HTML-RewriteAttributes-0.03.tar.gz) = de1a91417cef97727f6201f7d986ed07df71bae5
+RMD160 (HTML-RewriteAttributes-0.03.tar.gz) = 8531a2b4cfcc52abaad8605925f7ae87126ff0d9
+Size (HTML-RewriteAttributes-0.03.tar.gz) = 18148 bytes
Home |
Main Index |
Thread Index |
Old Index