summaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-TableTiler
diff options
context:
space:
mode:
authorfoxfair <foxfair@FreeBSD.org>2003-10-21 07:11:59 +0000
committerfoxfair <foxfair@FreeBSD.org>2003-10-21 07:11:59 +0000
commit171b81d116f1c9b8d27a6d8b174be7876316c7e7 (patch)
tree8602abbcc72e62adca9465b2972c27d48491d00b /www/p5-HTML-TableTiler
parentae5831a29fc61a4c4870da048140ad159644c536 (diff)
downloadFreeBSD-ports-171b81d116f1c9b8d27a6d8b174be7876316c7e7.zip
FreeBSD-ports-171b81d116f1c9b8d27a6d8b174be7876316c7e7.tar.gz
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>
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 0000000..3ff8d40
--- /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 0000000..985f8c3
--- /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 0000000..2266b65
--- /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 0000000..45e91b22
--- /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
OpenPOWER on IntegriCloud