summaryrefslogtreecommitdiff
path: root/www/p5-HTML-TableTiler
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-10-21 07:11:59 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-10-21 07:11:59 +0000
commit774e17da01fda2aa91b371ab81b6b7bc9682296a (patch)
tree4a3386be631ae1da8c2a5d2589b20a5a7fb939bd /www/p5-HTML-TableTiler
parentOnly for i386 now. (diff)
Add p5-HTML-TableTiler 1.05,
a Module generate a HTML table from bidimensional array data. PR: 58207 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes
Notes: svn path=/head/; revision=91786
Diffstat (limited to 'www/p5-HTML-TableTiler')
-rw-r--r--www/p5-HTML-TableTiler/Makefile22
-rw-r--r--www/p5-HTML-TableTiler/distinfo1
-rw-r--r--www/p5-HTML-TableTiler/pkg-descr20
-rw-r--r--www/p5-HTML-TableTiler/pkg-plist5
4 files changed, 48 insertions, 0 deletions
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