aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-02-09 12:46:10 +0800
committerade <ade@FreeBSD.org>2000-02-09 12:46:10 +0800
commit53ff04e70d665b70564fe42adbb18ed605779c59 (patch)
treed450f05aa9e45e3810c005dc9ba89ecffe84449b /www
parente2a47d213727670a86862af19aa00c02d0a9478d (diff)
downloadfreebsd-ports-gnome-53ff04e70d665b70564fe42adbb18ed605779c59.tar.gz
freebsd-ports-gnome-53ff04e70d665b70564fe42adbb18ed605779c59.tar.zst
freebsd-ports-gnome-53ff04e70d665b70564fe42adbb18ed605779c59.zip
p5-HTML-TableLayout is a HTML-generating package for making graphical
user interfaces via a web browser using a "Layout Manager" paradigm such as in Tcl/Tk or Java. It includes a component hierarchy for making new "widgets". PR: 16561 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTML-TableLayout/Makefile26
-rw-r--r--www/p5-HTML-TableLayout/distinfo1
-rw-r--r--www/p5-HTML-TableLayout/pkg-comment1
-rw-r--r--www/p5-HTML-TableLayout/pkg-descr3
-rw-r--r--www/p5-HTML-TableLayout/pkg-plist10
5 files changed, 41 insertions, 0 deletions
diff --git a/www/p5-HTML-TableLayout/Makefile b/www/p5-HTML-TableLayout/Makefile
new file mode 100644
index 000000000000..3894a65b4ea7
--- /dev/null
+++ b/www/p5-HTML-TableLayout/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: p5-HTML-TableLayout
+# Version required: 1.001008
+# Date Created: 01 February 2000
+# Whom: Dmitry Sivachenko <dima@Chg.RU>
+#
+# $FreeBSD$
+#
+
+DISTNAME= HTML-TableLayout-1.001008
+PKGNAME= p5-HTML-TableLayout-1.001008
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= HTML
+
+MAINTAINER= dima@Chg.RU
+
+USE_PERL5= yes
+
+MAN3= HTML::TableLayout.3
+
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+do-configure:
+ @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include <bsd.port.mk>
diff --git a/www/p5-HTML-TableLayout/distinfo b/www/p5-HTML-TableLayout/distinfo
new file mode 100644
index 000000000000..3722702a9f1b
--- /dev/null
+++ b/www/p5-HTML-TableLayout/distinfo
@@ -0,0 +1 @@
+MD5 (HTML-TableLayout-1.001008.tar.gz) = f1cd36c0fb77ef8a53255f40ffb457a0
diff --git a/www/p5-HTML-TableLayout/pkg-comment b/www/p5-HTML-TableLayout/pkg-comment
new file mode 100644
index 000000000000..6c89fd77d99f
--- /dev/null
+++ b/www/p5-HTML-TableLayout/pkg-comment
@@ -0,0 +1 @@
+Layout manager for CGI-based web applications
diff --git a/www/p5-HTML-TableLayout/pkg-descr b/www/p5-HTML-TableLayout/pkg-descr
new file mode 100644
index 000000000000..321a42c49491
--- /dev/null
+++ b/www/p5-HTML-TableLayout/pkg-descr
@@ -0,0 +1,3 @@
+This is a HTML-generating package for making graphical user interfaces
+via a web browser using a "Layout Manager" paradigm such as in Tcl/Tk
+or Java. It includes a component hierarchy for making new "widgets".
diff --git a/www/p5-HTML-TableLayout/pkg-plist b/www/p5-HTML-TableLayout/pkg-plist
new file mode 100644
index 000000000000..2a0b20b29a6d
--- /dev/null
+++ b/www/p5-HTML-TableLayout/pkg-plist
@@ -0,0 +1,10 @@
+lib/perl5/site_perl/%%PERL_VER%%/HTML/TableLayout/TLCore.pm
+lib/perl5/site_perl/%%PERL_VER%%/HTML/TableLayout/Symbols.pm
+lib/perl5/site_perl/%%PERL_VER%%/HTML/TableLayout/Component.pm
+lib/perl5/site_perl/%%PERL_VER%%/HTML/TableLayout/Form.pm
+lib/perl5/site_perl/%%PERL_VER%%/HTML/TableLayout.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/TableLayout/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/HTML/TableLayout
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/TableLayout
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true