diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-HTML-PrettyPrinter/Makefile | 25 | ||||
-rw-r--r-- | www/p5-HTML-PrettyPrinter/distinfo | 3 | ||||
-rw-r--r-- | www/p5-HTML-PrettyPrinter/pkg-descr | 6 | ||||
-rw-r--r-- | www/p5-HTML-PrettyPrinter/pkg-plist | 3 |
5 files changed, 38 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index a7d2a2692dce..07881d729fc5 100644 --- a/www/Makefile +++ b/www/Makefile @@ -570,6 +570,7 @@ SUBDIR += p5-HTML-Mason SUBDIR += p5-HTML-Pager SUBDIR += p5-HTML-Parser + SUBDIR += p5-HTML-PrettyPrinter SUBDIR += p5-HTML-Prototype SUBDIR += p5-HTML-QuickCheck SUBDIR += p5-HTML-Scrubber diff --git a/www/p5-HTML-PrettyPrinter/Makefile b/www/p5-HTML-PrettyPrinter/Makefile new file mode 100644 index 000000000000..9bf86c22fa33 --- /dev/null +++ b/www/p5-HTML-PrettyPrinter/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-HTML-PrettyPrinter +# Date created: Wed Mar 1 15:41:13 EST 2006 +# Whom: Vivek Khera <vivek@khera.org> +# +# $FreeBSD$ +# + +PORTNAME= HTML-PrettyPrinter +PORTVERSION= 0.03 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= HTML +PKGNAMEPREFIX= p5- + +MAINTAINER= vivek@khera.org +COMMENT= Generate nice HTML files from HTML syntax trees + +BUILD_DEPENDS= ${SITE_PERL}/HTML/Tree.pm:${PORTSDIR}/www/p5-HTML-Tree +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= HTML::PrettyPrinter.3 + +.include <bsd.port.mk> diff --git a/www/p5-HTML-PrettyPrinter/distinfo b/www/p5-HTML-PrettyPrinter/distinfo new file mode 100644 index 000000000000..76768e3757ed --- /dev/null +++ b/www/p5-HTML-PrettyPrinter/distinfo @@ -0,0 +1,3 @@ +MD5 (HTML-PrettyPrinter-0.03.tar.gz) = 4d3f84ba4e35cb7fac863b828b7f2b68 +SHA256 (HTML-PrettyPrinter-0.03.tar.gz) = 1bda2edf2cdda3c9a97cfd55ab2792f7254202b7b56b51ebaecea54ac46edab6 +SIZE (HTML-PrettyPrinter-0.03.tar.gz) = 14036 diff --git a/www/p5-HTML-PrettyPrinter/pkg-descr b/www/p5-HTML-PrettyPrinter/pkg-descr new file mode 100644 index 000000000000..4ea18930e398 --- /dev/null +++ b/www/p5-HTML-PrettyPrinter/pkg-descr @@ -0,0 +1,6 @@ +HTML::PrettyPrinter produces nicely formatted HTML code from a HTML syntax +tree. 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. + +WWW: http://search.cpan.org/dist/HTML::PrettyPrinter/ diff --git a/www/p5-HTML-PrettyPrinter/pkg-plist b/www/p5-HTML-PrettyPrinter/pkg-plist new file mode 100644 index 000000000000..347decaefcfc --- /dev/null +++ b/www/p5-HTML-PrettyPrinter/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/HTML/PrettyPrinter.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/PrettyPrinter/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/PrettyPrinter |