diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-10-21 07:11:59 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-10-21 07:11:59 +0000 |
commit | 774e17da01fda2aa91b371ab81b6b7bc9682296a (patch) | |
tree | 4a3386be631ae1da8c2a5d2589b20a5a7fb939bd /www | |
parent | a92904ef92c2ed3641c3d19d18c04fab82a9ea31 (diff) | |
download | ports-774e17da01fda2aa91b371ab81b6b7bc9682296a.tar.gz ports-774e17da01fda2aa91b371ab81b6b7bc9682296a.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-HTML-TableTiler/Makefile | 22 | ||||
-rw-r--r-- | www/p5-HTML-TableTiler/distinfo | 1 | ||||
-rw-r--r-- | www/p5-HTML-TableTiler/pkg-descr | 20 | ||||
-rw-r--r-- | www/p5-HTML-TableTiler/pkg-plist | 5 |
5 files changed, 49 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index e7f44a339dc5..5e21fcbdf677 100644 --- a/www/Makefile +++ b/www/Makefile @@ -377,6 +377,7 @@ SUBDIR += p5-HTML-Table SUBDIR += p5-HTML-TableExtract SUBDIR += p5-HTML-TableLayout + SUBDIR += p5-HTML-TableTiler SUBDIR += p5-HTML-Tagset SUBDIR += p5-HTML-Template SUBDIR += p5-HTML-Template-Associate diff --git a/www/p5-HTML-TableTiler/Makefile b/www/p5-HTML-TableTiler/Makefile new file mode 100644 index 000000000000..3ff8d4072ee9 --- /dev/null +++ b/www/p5-HTML-TableTiler/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: www/p5-HTML-TableTiler +# Date created: October 18th 2003 +# Whom: Cheng-Lung Sung <clsung@dragon2.net> +# +# $FreeBSD$ +# + +PORTNAME= HTML-TableTiler +PORTVERSION= 1.05 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= HTML +PKGNAMEPREFIX= p5- + +MAINTAINER= clsung@dragon2.net +COMMENT= A Module generate a HTML table from bidimensional array data + +PERL_CONFIGURE= YES + +MAN3= HTML::TableTiler.3 + +.include <bsd.port.mk> diff --git a/www/p5-HTML-TableTiler/distinfo b/www/p5-HTML-TableTiler/distinfo new file mode 100644 index 000000000000..985f8c316768 --- /dev/null +++ b/www/p5-HTML-TableTiler/distinfo @@ -0,0 +1 @@ +MD5 (HTML-TableTiler-1.05.tar.gz) = 57225fec9e772b88e731786c3c97b9f6 diff --git a/www/p5-HTML-TableTiler/pkg-descr b/www/p5-HTML-TableTiler/pkg-descr new file mode 100644 index 000000000000..2266b6594ec8 --- /dev/null +++ b/www/p5-HTML-TableTiler/pkg-descr @@ -0,0 +1,20 @@ +HTML::TableTiler uses a minimum HTML table as a tile to generate a complete +HTML table from a bidimensional array of data. It can easily produce simple or +complex graphic styled tables with minimum effort and maximum speed. + +Think about the table tile as a sort of tile that automatically expands itself +to contain the whole data. You can control the final look of a table by +choosing either the HORIZONTAL and the VERTICAL tiling mode among: +PULL, TILE and TRIM. + +The main advantages to use it are: + +* automatic table generation + +* complex graphic patterns generation without coding + +* simple to maintain + +WWW: http://search.cpan.org/~domizio/HTML-TableTiler-1.05/ + +Author: Domizio Demichelis <dd@4pro.net> diff --git a/www/p5-HTML-TableTiler/pkg-plist b/www/p5-HTML-TableTiler/pkg-plist new file mode 100644 index 000000000000..45e91b22832d --- /dev/null +++ b/www/p5-HTML-TableTiler/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/HTML/TableTiler.pm +%%SITE_PERL%%/HTML/TableTiler.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/TableTiler/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/TableTiler +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH/auto/HTML/TableTiler 2>/dev/null || true |