1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add p5-DBIx-Table 0.04, class used to represent DBI database tables.

PR:		33429
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
Pete Fritchman 2002-06-08 23:43:05 +00:00
parent 973518b38a
commit 1a03f04347
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60920
6 changed files with 41 additions and 0 deletions

View File

@ -81,6 +81,7 @@
SUBDIR += p5-DBIx-Password
SUBDIR += p5-DBIx-Recordset
SUBDIR += p5-DBIx-SearchBuilder
SUBDIR += p5-DBIx-Table
SUBDIR += p5-DBIx-XHTML_Table
SUBDIR += p5-DBIx-XML_RDB
SUBDIR += p5-DBZ_File

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: DBIx::Table
# Date created: 31 Dec 2001
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= DBIx-Table
PORTVERSION= 0.04
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBIx
PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
PERL_CONFIGURE= yes
MAN3= DBIx::Table.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (DBIx-Table-0.04.tar.gz) = 82757c208b63ef2e3b6dad59892c2c7c

View File

@ -0,0 +1 @@
Class used to represent DBI database tables

View File

@ -0,0 +1,11 @@
DBIx::Table is a class designed to act as an abstraction layer
around a fairly large subset of SQL queries. It is called 'Table'
because it is primarily designed such that a single subclass provides
an object-oriented interface to a single database table. The module
is flexible enough, though, that it can be used to abstract most
any schema in a way that is comfortable to the perl coder who is
not familiar with the underlying schema, or even SQL.
WWW: http://search.cpan.org/search?dist=DBIx-Table
Seamus Venasse <svenasse@polaris.ca>

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/DBIx/Table.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/Table/.packlist
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/Table 2>/dev/null || true
@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