summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-XHTML_Table
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-02-08 07:46:55 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-02-08 07:46:55 +0000
commit7ce368b71b600f509ba8accf5c0cef8c85cf717a (patch)
tree1a0abb85186fa2d20a5101f8cea3438f6f7e2158 /databases/p5-DBIx-XHTML_Table
parentAdd p5-DBIx-AnyDBD 2.00, dBD independant class. (diff)
Add p5-DBIx-XHTML_Table 0.97, create XHTML tables from SQL queries.
PR: 33414 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=54353
Diffstat (limited to 'databases/p5-DBIx-XHTML_Table')
-rw-r--r--databases/p5-DBIx-XHTML_Table/Makefile26
-rw-r--r--databases/p5-DBIx-XHTML_Table/distinfo1
-rw-r--r--databases/p5-DBIx-XHTML_Table/pkg-comment1
-rw-r--r--databases/p5-DBIx-XHTML_Table/pkg-descr12
-rw-r--r--databases/p5-DBIx-XHTML_Table/pkg-plist5
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 000000000000..f570132a6211
--- /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 000000000000..de8f1d39a61b
--- /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 000000000000..9a241e6aff86
--- /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 000000000000..f8cd2364d2ca
--- /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 000000000000..0ced3d1bbc81
--- /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