Add www/p5-HTML-TagCloud 0.32, a perl module to generate HTML tag clouds.

This commit is contained in:
Anton Berezin 2005-10-06 18:23:00 +00:00
parent 35ac9b9f02
commit 5e92fc40d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144418
5 changed files with 42 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (HTML-TagCloud-0.32.tar.gz) = b613fd6d68713f0474a131954c6ce6a1
SIZE (HTML-TagCloud-0.32.tar.gz) = 6551

View File

@ -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/

View File

@ -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