mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Add p5-DBIx-XHTML_Table 0.97, create XHTML tables from SQL queries.
PR: 33414 Submitted by: Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
parent
81ea50f022
commit
7ce368b71b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54353
@ -71,6 +71,7 @@
|
||||
SUBDIR += p5-DBIx-DataSource
|
||||
SUBDIR += p5-DBIx-Recordset
|
||||
SUBDIR += p5-DBIx-SearchBuilder
|
||||
SUBDIR += p5-DBIx-XHTML_Table
|
||||
SUBDIR += p5-DBIx-XML_RDB
|
||||
SUBDIR += p5-DBZ_File
|
||||
SUBDIR += p5-GDBM
|
||||
|
26
databases/p5-DBIx-XHTML_Table/Makefile
Normal file
26
databases/p5-DBIx-XHTML_Table/Makefile
Normal file
@ -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>
|
1
databases/p5-DBIx-XHTML_Table/distinfo
Normal file
1
databases/p5-DBIx-XHTML_Table/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (DBIx-XHTML_Table-0.97.tar.gz) = ecc7363aaf223fac103cb78a13b5c1cc
|
1
databases/p5-DBIx-XHTML_Table/pkg-comment
Normal file
1
databases/p5-DBIx-XHTML_Table/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Create XHTML tables from SQL queries
|
12
databases/p5-DBIx-XHTML_Table/pkg-descr
Normal file
12
databases/p5-DBIx-XHTML_Table/pkg-descr
Normal file
@ -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>
|
5
databases/p5-DBIx-XHTML_Table/pkg-plist
Normal file
5
databases/p5-DBIx-XHTML_Table/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user