From 280c4322b94ed0efe8b826d29849e9670b98cc65 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Wed, 9 Feb 2000 04:46:10 +0000 Subject: 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 --- www/p5-HTML-TableLayout/Makefile | 26 ++++++++++++++++++++++++++ www/p5-HTML-TableLayout/distinfo | 1 + www/p5-HTML-TableLayout/pkg-comment | 1 + www/p5-HTML-TableLayout/pkg-descr | 3 +++ www/p5-HTML-TableLayout/pkg-plist | 10 ++++++++++ 5 files changed, 41 insertions(+) create mode 100644 www/p5-HTML-TableLayout/Makefile create mode 100644 www/p5-HTML-TableLayout/distinfo create mode 100644 www/p5-HTML-TableLayout/pkg-comment create mode 100644 www/p5-HTML-TableLayout/pkg-descr create mode 100644 www/p5-HTML-TableLayout/pkg-plist (limited to 'www') 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 +# +# $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 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 -- cgit v1.2.3