Table management extension to DBA
WWW: http://pear.php.net/package/DBA_Relational/
This commit is contained in:
parent
eec5c0aa73
commit
3f3b57f2da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191122
4 changed files with 31 additions and 0 deletions
|
@ -310,6 +310,7 @@
|
|||
SUBDIR += p5-qdbm
|
||||
SUBDIR += p5-sqlrelay
|
||||
SUBDIR += pear-DB
|
||||
SUBDIR += pear-DBA_Relational
|
||||
SUBDIR += pear-DB_DataObject
|
||||
SUBDIR += pear-DB_DataObject_FormBuilder
|
||||
SUBDIR += pear-DB_Pager
|
||||
|
|
24
databases/pear-DBA_Relational/Makefile
Normal file
24
databases/pear-DBA_Relational/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Ports collection makefile for: pear-DBA_Relational
|
||||
# Date created: 28 Arp 2007
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= DBA_Relational
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= databases www pear
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= Berkely-style database abstraction class
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
FILES= Functions.php Relational.php Table.php TempTable.php Toolbox.php
|
||||
TESTS= empSchema.php hatSchema.php test_relational.php test_table.php
|
||||
DOCS= Examples.txt
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
.include <bsd.port.post.mk>
|
3
databases/pear-DBA_Relational/distinfo
Normal file
3
databases/pear-DBA_Relational/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (PEAR/DBA_Relational-0.2.0.tgz) = 7972cb115948c4dacb29073298bacaea
|
||||
SHA256 (PEAR/DBA_Relational-0.2.0.tgz) = f9d635a5d69a17fa2ba52f25361f71531e417a9fd6ae222963901f6121fb2849
|
||||
SIZE (PEAR/DBA_Relational-0.2.0.tgz) = 21181
|
3
databases/pear-DBA_Relational/pkg-descr
Normal file
3
databases/pear-DBA_Relational/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Table management extension to DBA
|
||||
|
||||
WWW: http://pear.php.net/package/DBA_Relational/
|
Loading…
Reference in a new issue