Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Mar 2005 15:47:55 -0300 (BRT)
From:      Antonio Carlos Venancio Junior <antonio@php.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/78600: New port: databases/pear-DBA Berkely-style database abstraction class
Message-ID:  <200503081847.j28IltxQ070903@digitalsign.com>
Resent-Message-ID: <200503081850.j28IoFTK041553@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         78600
>Category:       ports
>Synopsis:       New port: databases/pear-DBA Berkely-style database abstraction class
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 08 18:50:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Antônio Carlos Venâncio Júnior
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #5: Tue Feb 22 17:32:18 BRT 2005     root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO  i386
>Description:
New port: databases/pear-DBA Berkely-style database abstraction class

PEAR::DBA is a wrapper for the php DBA functions. It includes a file-based
emulator and provides a uniform, object-based interface for the
Berkeley-style database systems.
>How-To-Repeat:
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pear-DBA
#	pear-DBA/Makefile
#	pear-DBA/distinfo
#	pear-DBA/pkg-descr
#
echo c - pear-DBA
mkdir -p pear-DBA > /dev/null 2>&1
echo x - pear-DBA/Makefile
sed 's/^X//' >pear-DBA/Makefile << 'END-of-pear-DBA/Makefile'
X# Ports collection makefile for:  pear-DBA
X# Date created:			  08 March 2005
X# Whom:				  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	DBA
XPORTVERSION=	1.1
XCATEGORIES=	databases www pear
X
XMAINTAINER=	antonio@php.net
XCOMMENT=	Berkely-style database abstraction class
X
XBUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XFILES=		DBA.php DBA/Compatibility.php DBA/Driver/File.php DBA/Driver/Builtin.php
XTESTS=		benchmark_drivers.php test_drivers.php test_compatibility.php
XDOCS=		README.txt
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
X.include <bsd.port.post.mk>
END-of-pear-DBA/Makefile
echo x - pear-DBA/distinfo
sed 's/^X//' >pear-DBA/distinfo << 'END-of-pear-DBA/distinfo'
XMD5 (PEAR/DBA-1.1.tgz) = 55bf3ff111e3ceea9fd985e975ac4d09
XSIZE (PEAR/DBA-1.1.tgz) = 12578
END-of-pear-DBA/distinfo
echo x - pear-DBA/pkg-descr
sed 's/^X//' >pear-DBA/pkg-descr << 'END-of-pear-DBA/pkg-descr'
XPEAR::DBA is a wrapper for the php DBA functions. It includes a file-based
Xemulator and provides a uniform, object-based interface for the 
XBerkeley-style database systems.
X
XWWW: http://pear.php.net/package/DBA/
END-of-pear-DBA/pkg-descr
exit
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503081847.j28IltxQ070903>