summaryrefslogtreecommitdiff
path: root/www/p5-HTML-TableLayout
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-02-09 04:46:10 +0000
committerAde Lovett <ade@FreeBSD.org>2000-02-09 04:46:10 +0000
commit280c4322b94ed0efe8b826d29849e9670b98cc65 (patch)
tree3aea50f91d2433f2825c607ffb47ff40c42d0a96 /www/p5-HTML-TableLayout
parentActivate p5-HTML-TableLayout (diff)
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>
Notes
Notes: svn path=/head/; revision=25609
Diffstat (limited to 'www/p5-HTML-TableLayout')
-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