diff options
author | tobez <tobez@FreeBSD.org> | 2005-10-07 02:23:00 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-10-07 02:23:00 +0800 |
commit | fc296f8b2101c9446c92e0b20cc64fe4a10ea62d (patch) | |
tree | 56c394f96da67513fe2a14885f014ad3428caeb1 /www | |
parent | 909301d20b53090a88d7c91aa673a053386b5a8c (diff) | |
download | freebsd-ports-gnome-fc296f8b2101c9446c92e0b20cc64fe4a10ea62d.tar.gz freebsd-ports-gnome-fc296f8b2101c9446c92e0b20cc64fe4a10ea62d.tar.zst freebsd-ports-gnome-fc296f8b2101c9446c92e0b20cc64fe4a10ea62d.zip |
Add www/p5-HTML-TagCloud 0.32, a perl module to generate HTML tag clouds.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-HTML-TagCloud/Makefile | 28 | ||||
-rw-r--r-- | www/p5-HTML-TagCloud/distinfo | 2 | ||||
-rw-r--r-- | www/p5-HTML-TagCloud/pkg-descr | 6 | ||||
-rw-r--r-- | www/p5-HTML-TagCloud/pkg-plist | 5 |
5 files changed, 42 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index a8ad654293d9..8ab2265c4e31 100644 --- a/www/Makefile +++ b/www/Makefile @@ -534,6 +534,7 @@ SUBDIR += p5-HTML-TableExtract SUBDIR += p5-HTML-TableLayout SUBDIR += p5-HTML-TableTiler + SUBDIR += p5-HTML-TagCloud SUBDIR += p5-HTML-Tagset SUBDIR += p5-HTML-Template SUBDIR += p5-HTML-Template-Associate diff --git a/www/p5-HTML-TagCloud/Makefile b/www/p5-HTML-TagCloud/Makefile new file mode 100644 index 000000000000..57262b9de57e --- /dev/null +++ b/www/p5-HTML-TagCloud/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: www/p5-HTML-TagCloud +# Date created: 06 October 2005 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= HTML-TagCloud +PORTVERSION= 0.32 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= HTML +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org +COMMENT= HTML::TagCloud - Generate An HTML Tag Cloud + +PERL_CONFIGURE= yes + +MAN3= HTML::TagCloud.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= Port requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/www/p5-HTML-TagCloud/distinfo b/www/p5-HTML-TagCloud/distinfo new file mode 100644 index 000000000000..fdc7b3cc2387 --- /dev/null +++ b/www/p5-HTML-TagCloud/distinfo @@ -0,0 +1,2 @@ +MD5 (HTML-TagCloud-0.32.tar.gz) = b613fd6d68713f0474a131954c6ce6a1 +SIZE (HTML-TagCloud-0.32.tar.gz) = 6551 diff --git a/www/p5-HTML-TagCloud/pkg-descr b/www/p5-HTML-TagCloud/pkg-descr new file mode 100644 index 000000000000..8eb964a9dd7f --- /dev/null +++ b/www/p5-HTML-TagCloud/pkg-descr @@ -0,0 +1,6 @@ +The HTML::TagCloud module enables you to generate "tag clouds" in HTML. +Tag clouds serve as a textual way to visualize terms and topics that are +used most frequently. The tags are sorted alphabetically and a larger +font is used to indicate more frequent term usage. + +WWW: http://search.cpan.org/dist/HTML-TagCloud/ diff --git a/www/p5-HTML-TagCloud/pkg-plist b/www/p5-HTML-TagCloud/pkg-plist new file mode 100644 index 000000000000..643af5e39476 --- /dev/null +++ b/www/p5-HTML-TagCloud/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/HTML/TagCloud.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/TagCloud/.packlist +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/TagCloud 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/HTML 2>/dev/null || true |