diff options
author | petef <petef@FreeBSD.org> | 2002-02-08 07:46:55 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-02-08 07:46:55 +0000 |
commit | fe8508cd99741a431f86a3a2c7a72cb520922407 (patch) | |
tree | 820e447024b5982080080ddaf72003ee7039625a /databases/p5-DBIx-XHTML_Table | |
parent | 2af65411fc15d8e8dcbf39ff003bce0497420587 (diff) | |
download | FreeBSD-ports-fe8508cd99741a431f86a3a2c7a72cb520922407.zip FreeBSD-ports-fe8508cd99741a431f86a3a2c7a72cb520922407.tar.gz |
Add p5-DBIx-XHTML_Table 0.97, create XHTML tables from SQL queries.
PR: 33414
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'databases/p5-DBIx-XHTML_Table')
-rw-r--r-- | databases/p5-DBIx-XHTML_Table/Makefile | 26 | ||||
-rw-r--r-- | databases/p5-DBIx-XHTML_Table/distinfo | 1 | ||||
-rw-r--r-- | databases/p5-DBIx-XHTML_Table/pkg-comment | 1 | ||||
-rw-r--r-- | databases/p5-DBIx-XHTML_Table/pkg-descr | 12 | ||||
-rw-r--r-- | databases/p5-DBIx-XHTML_Table/pkg-plist | 5 |
5 files changed, 45 insertions, 0 deletions
diff --git a/databases/p5-DBIx-XHTML_Table/Makefile b/databases/p5-DBIx-XHTML_Table/Makefile new file mode 100644 index 0000000..f570132 --- /dev/null +++ b/databases/p5-DBIx-XHTML_Table/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: DBIx::XHTML_Table +# Date created: 31 Dec 2001 +# Whom: Seamus Venasse <svenasse@polaris.ca> +# +# $FreeBSD$ +# + +PORTNAME= DBIx-XHTML_Table +PORTVERSION= 0.97 +CATEGORIES= databases www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= DBIx +PKGNAMEPREFIX= p5- + +MAINTAINER= svenasse@polaris.ca + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS= ${BUILD_DEPENDS} + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +PERL_CONFIGURE= yes + +MAN3= DBIx::XHTML_Table.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/databases/p5-DBIx-XHTML_Table/distinfo b/databases/p5-DBIx-XHTML_Table/distinfo new file mode 100644 index 0000000..de8f1d3 --- /dev/null +++ b/databases/p5-DBIx-XHTML_Table/distinfo @@ -0,0 +1 @@ +MD5 (DBIx-XHTML_Table-0.97.tar.gz) = ecc7363aaf223fac103cb78a13b5c1cc diff --git a/databases/p5-DBIx-XHTML_Table/pkg-comment b/databases/p5-DBIx-XHTML_Table/pkg-comment new file mode 100644 index 0000000..9a241e6 --- /dev/null +++ b/databases/p5-DBIx-XHTML_Table/pkg-comment @@ -0,0 +1 @@ +Create XHTML tables from SQL queries diff --git a/databases/p5-DBIx-XHTML_Table/pkg-descr b/databases/p5-DBIx-XHTML_Table/pkg-descr new file mode 100644 index 0000000..f8cd236 --- /dev/null +++ b/databases/p5-DBIx-XHTML_Table/pkg-descr @@ -0,0 +1,12 @@ +XHTML_Table will execute SQL queries and return the results (as a +scalar 'string') wrapped in XHTML tags. + +This module was created to fill a need for a quick and easy way to +create 'on the fly' XHTML tables from SQL queries for the purpose +of 'quick and dirty' reporting. It is not intended for serious +production use, although it use is viable for prototyping and just +plain fun. + +WWW: http://search.cpan.org/search?dist=DBIx-XHTML_Table + +Seamus Venasse <svenasse@polaris.ca> diff --git a/databases/p5-DBIx-XHTML_Table/pkg-plist b/databases/p5-DBIx-XHTML_Table/pkg-plist new file mode 100644 index 0000000..0ced3d1 --- /dev/null +++ b/databases/p5-DBIx-XHTML_Table/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/DBIx/XHTML_Table.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/XHTML_Table/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/XHTML_Table +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/DBIx 2>/dev/null || true |