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:
parent
973518b38a
commit
1a03f04347
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60920
@ -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
|
||||
|
22
databases/p5-DBIx-Table/Makefile
Normal file
22
databases/p5-DBIx-Table/Makefile
Normal 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>
|
1
databases/p5-DBIx-Table/distinfo
Normal file
1
databases/p5-DBIx-Table/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (DBIx-Table-0.04.tar.gz) = 82757c208b63ef2e3b6dad59892c2c7c
|
1
databases/p5-DBIx-Table/pkg-comment
Normal file
1
databases/p5-DBIx-Table/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Class used to represent DBI database tables
|
11
databases/p5-DBIx-Table/pkg-descr
Normal file
11
databases/p5-DBIx-Table/pkg-descr
Normal 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>
|
5
databases/p5-DBIx-Table/pkg-plist
Normal file
5
databases/p5-DBIx-Table/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user