diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2008-01-26 00:59:40 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2008-01-26 00:59:40 +0000 |
commit | 4c9379ddfc9753b744edd952c48a2569dec4f854 (patch) | |
tree | 1a80225d9df7475163004d7f6d6c801d6c5276f9 /textproc/p5-HTML-Tiny | |
parent | efec8549a68a57fc26de11047514a9691635d9d1 (diff) | |
download | ports-4c9379ddfc9753b744edd952c48a2569dec4f854.tar.gz ports-4c9379ddfc9753b744edd952c48a2569dec4f854.zip |
Notes
Diffstat (limited to 'textproc/p5-HTML-Tiny')
-rw-r--r-- | textproc/p5-HTML-Tiny/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-HTML-Tiny/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-HTML-Tiny/pkg-descr | 13 | ||||
-rw-r--r-- | textproc/p5-HTML-Tiny/pkg-plist | 5 |
4 files changed, 43 insertions, 0 deletions
diff --git a/textproc/p5-HTML-Tiny/Makefile b/textproc/p5-HTML-Tiny/Makefile new file mode 100644 index 000000000000..b8f26d9f2f20 --- /dev/null +++ b/textproc/p5-HTML-Tiny/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-HTML-Tiny +# Date created: 2008/01/26 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= HTML-Tiny +PORTVERSION= 1.01 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/A/AN/ANDYA +PKGNAMEPREFIX= p5- + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= Lightweight, dependency free HTML/XML generation + +MAN3= HTML::Tiny.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/textproc/p5-HTML-Tiny/distinfo b/textproc/p5-HTML-Tiny/distinfo new file mode 100644 index 000000000000..efe49ce039fd --- /dev/null +++ b/textproc/p5-HTML-Tiny/distinfo @@ -0,0 +1,3 @@ +MD5 (HTML-Tiny-1.01.tar.gz) = c3cde88d7174c87aa1f90203370e15e1 +SHA256 (HTML-Tiny-1.01.tar.gz) = 4c513fc33d18b93a069426121fa7d2b64a6bb168e59df94970d8dc9179f1c269 +SIZE (HTML-Tiny-1.01.tar.gz) = 16505 diff --git a/textproc/p5-HTML-Tiny/pkg-descr b/textproc/p5-HTML-Tiny/pkg-descr new file mode 100644 index 000000000000..08bd53970829 --- /dev/null +++ b/textproc/p5-HTML-Tiny/pkg-descr @@ -0,0 +1,13 @@ +HTML::Tiny is a simple, dependency free module for generating HTML (and +XML). It concentrates on generating syntactically correct XHTML using a +simple Perl notation. + +In addition to the HTML generation functions utility functions are provided +to + + * encode and decode URL encoded strings + * entity encode HTML + * build query strings + * JSON encode data structures + +WWW: http://search.cpan.org/dist/HTML-Tiny/ diff --git a/textproc/p5-HTML-Tiny/pkg-plist b/textproc/p5-HTML-Tiny/pkg-plist new file mode 100644 index 000000000000..f8e3fd48249a --- /dev/null +++ b/textproc/p5-HTML-Tiny/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Tiny/.packlist +%%SITE_PERL%%/HTML/Tiny.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Tiny +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML +@dirrmtry %%SITE_PERL%%/HTML |