summaryrefslogtreecommitdiff
path: root/www/p5-HTML-PrettyPrinter
diff options
context:
space:
mode:
authorjlam <jlam>2000-10-15 02:51:46 +0000
committerjlam <jlam>2000-10-15 02:51:46 +0000
commit3e82bac3bc05f6065c8bb254d55fbfb9ac3235ea (patch)
tree17de4eef7ee4f727b81bca2a58f19ed9fe57e756 /www/p5-HTML-PrettyPrinter
parent17631e3f80dd1e71c2432a6e85477b9cb203a3bf (diff)
downloadpkgsrc-3e82bac3bc05f6065c8bb254d55fbfb9ac3235ea.tar.gz
p5-HTML-PrettyPrinter: perl5 module for pretty-printing HTML
Diffstat (limited to 'www/p5-HTML-PrettyPrinter')
-rw-r--r--www/p5-HTML-PrettyPrinter/Makefile19
-rw-r--r--www/p5-HTML-PrettyPrinter/files/md53
-rw-r--r--www/p5-HTML-PrettyPrinter/pkg/COMMENT1
-rw-r--r--www/p5-HTML-PrettyPrinter/pkg/DESCR8
-rw-r--r--www/p5-HTML-PrettyPrinter/pkg/PLIST1
5 files changed, 32 insertions, 0 deletions
diff --git a/www/p5-HTML-PrettyPrinter/Makefile b/www/p5-HTML-PrettyPrinter/Makefile
new file mode 100644
index 00000000000..322efae8edd
--- /dev/null
+++ b/www/p5-HTML-PrettyPrinter/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 02:51:46 jlam Exp $
+
+DISTNAME= HTML-PrettyPrinter-0.03
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
+
+MAINTAINER= jlam@netbsd.org
+
+DEPENDS+= p5-HTML-Tree>=3.0:../../www/p5-HTML-Tree
+DEPENDS+= p5-HTML-Tagset-*:../../www/p5-HTML-Tagset
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/PrettyPrinter/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/p5-HTML-PrettyPrinter/files/md5 b/www/p5-HTML-PrettyPrinter/files/md5
new file mode 100644
index 00000000000..f23d4b755d8
--- /dev/null
+++ b/www/p5-HTML-PrettyPrinter/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/10/15 02:51:46 jlam Exp $
+
+MD5 (HTML-PrettyPrinter-0.03.tar.gz) = 4d3f84ba4e35cb7fac863b828b7f2b68
diff --git a/www/p5-HTML-PrettyPrinter/pkg/COMMENT b/www/p5-HTML-PrettyPrinter/pkg/COMMENT
new file mode 100644
index 00000000000..4a9e7d1a71c
--- /dev/null
+++ b/www/p5-HTML-PrettyPrinter/pkg/COMMENT
@@ -0,0 +1 @@
+perl5 module for pretty-printing HTML
diff --git a/www/p5-HTML-PrettyPrinter/pkg/DESCR b/www/p5-HTML-PrettyPrinter/pkg/DESCR
new file mode 100644
index 00000000000..6026af6cd71
--- /dev/null
+++ b/www/p5-HTML-PrettyPrinter/pkg/DESCR
@@ -0,0 +1,8 @@
+A module for generating nice looking HTML files from HTML trees.
+It is especially usefull if the produced HTML file shall be read
+or edited manually afterwards. Various parameters let you adapt
+the output to different styles and requirements.
+
+If you don't care how the HTML source looks like as long as it is
+valid and readable by browsers, you should use the as_HTML() method
+of HTML::Element instead of the pretty printer.
diff --git a/www/p5-HTML-PrettyPrinter/pkg/PLIST b/www/p5-HTML-PrettyPrinter/pkg/PLIST
new file mode 100644
index 00000000000..aa1f39c57ae
--- /dev/null
+++ b/www/p5-HTML-PrettyPrinter/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/15 02:51:46 jlam Exp $