Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

9
www/p5-HTML-Clean/DESCR Normal file
View File

@@ -0,0 +1,9 @@
The HTML::Clean module encapsulates a number of common techniques for
minimizing the size of HTML files. You can typically save between 10% and
50% of the size of a HTML file using these methods. It provides the
following features:
Remove unneeded whitespace (beginning of line, etc.)
Remove unneeded META elements
Remove HTML comments (except for styles, javascript and SSI)
Replace tags with equivilant shorter tags (<strong> --> <b>, etc.)

View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.20 2013/05/31 12:42:41 wiz Exp $
DISTNAME= HTML-Clean-0.8
PKGNAME= p5-${DISTNAME}
PKGREVISION= 7
SVR4_PKGNAME= p5hcl
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Perl5 module that cleans up HTML code for web browsers
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/HTML/Clean/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2005/02/24 14:08:35 wiz Exp $
SHA1 (HTML-Clean-0.8.tar.gz) = a938f03e8f3fece01e2b2f9878d449466d9c229b
RMD160 (HTML-Clean-0.8.tar.gz) = 05bb2d681ab365af20bf3e36b7b81a43f21be1ec
Size (HTML-Clean-0.8.tar.gz) = 48157 bytes