diff options
author | chinsan <chinsan@FreeBSD.org> | 2008-01-26 08:59:40 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2008-01-26 08:59:40 +0800 |
commit | e92772c66b8b2a6ffab3a26f86c8cb5cdf1501f8 (patch) | |
tree | 1db091c5eebdf07c1a1ccf1d706878ac75e8feae /textproc | |
parent | 73e8e5349a6b20a41de06fe949db6fc3a781a320 (diff) | |
download | freebsd-ports-gnome-e92772c66b8b2a6ffab3a26f86c8cb5cdf1501f8.tar.gz freebsd-ports-gnome-e92772c66b8b2a6ffab3a26f86c8cb5cdf1501f8.tar.zst freebsd-ports-gnome-e92772c66b8b2a6ffab3a26f86c8cb5cdf1501f8.zip |
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/
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
5 files changed, 44 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 4319c58bd72a..f8ad9487a3e5 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -380,6 +380,7 @@ SUBDIR += p5-HTML-SBC SUBDIR += p5-HTML-TagFilter SUBDIR += p5-HTML-Tidy + SUBDIR += p5-HTML-Tiny SUBDIR += p5-HTML-Truncate SUBDIR += p5-Hash-Merge SUBDIR += p5-Hatena-Keyword 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 |