pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-HTML-Lint Initial import of p5-HTML-Lint versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0a539587d64
branches:  trunk
changeset: 546173:e0a539587d64
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Aug 23 09:25:56 2008 +0000

description:
Initial import of p5-HTML-Lint version 2.04 in the NetBSD Packages
Collection.

The Perl 5 module HTML::Lint checks for HTML errors in a string or
file.  HTML::Lint also comes with a wrapper program called weblint
that handles linting from the command line.

diffstat:

 www/p5-HTML-Lint/DESCR    |   3 +++
 www/p5-HTML-Lint/Makefile |  22 ++++++++++++++++++++++
 www/p5-HTML-Lint/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r d1784a52d0b1 -r e0a539587d64 www/p5-HTML-Lint/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-Lint/DESCR    Sat Aug 23 09:25:56 2008 +0000
@@ -0,0 +1,3 @@
+The Perl 5 module HTML::Lint checks for HTML errors in a string or
+file.  HTML::Lint also comes with a wrapper program called weblint
+that handles linting from the command line.
diff -r d1784a52d0b1 -r e0a539587d64 www/p5-HTML-Lint/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-Lint/Makefile Sat Aug 23 09:25:56 2008 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/23 09:25:56 seb Exp $
+
+DISTNAME=      HTML-Lint-2.04
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=HTML/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/HTML-Lint/
+COMMENT=       Perl 5 module to check for HTML errors in a string or file
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/HTML/Lint/.packlist
+
+DEPENDS+=      p5-HTML-Parser>=3.20:../../www/p5-HTML-Parser
+DEPENDS+=      p5-HTML-Tagset>=3.03:../../www/p5-HTML-Tagset
+DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d1784a52d0b1 -r e0a539587d64 www/p5-HTML-Lint/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-Lint/distinfo Sat Aug 23 09:25:56 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/23 09:25:56 seb Exp $
+
+SHA1 (HTML-Lint-2.04.tar.gz) = b75be255299922150e8dadb54dc7dbf9a235bd9a
+RMD160 (HTML-Lint-2.04.tar.gz) = 54a43cbe62bec8a2d15cb8b30d8172da85e5a253
+Size (HTML-Lint-2.04.tar.gz) = 22971 bytes



Home | Main Index | Thread Index | Old Index