aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfoxfair <foxfair@FreeBSD.org>2003-10-21 15:11:59 +0800
committerfoxfair <foxfair@FreeBSD.org>2003-10-21 15:11:59 +0800
commit171b81d116f1c9b8d27a6d8b174be7876316c7e7 (patch)
tree8602abbcc72e62adca9465b2972c27d48491d00b
parentae5831a29fc61a4c4870da048140ad159644c536 (diff)
downloadfreebsd-ports-graphics-171b81d116f1c9b8d27a6d8b174be7876316c7e7.tar.gz
freebsd-ports-graphics-171b81d116f1c9b8d27a6d8b174be7876316c7e7.tar.zst
freebsd-ports-graphics-171b81d116f1c9b8d27a6d8b174be7876316c7e7.zip
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>
-rw-r--r--www/Makefile1
-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
5 files changed, 49 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index e7f44a339dc..5e21fcbdf67 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 00000000000..3ff8d4072ee
--- /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 00000000000..985f8c31676
--- /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 00000000000..2266b6594ec
--- /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 00000000000..45e91b22832
--- /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