Skip site navigation (1)Skip section navigation (2)
Date:      20 May 2001 06:53:49 -0000
From:      "Andre Goeree" <abgoeree@uwnet.nl>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27464: New Port: databases/adodb
Message-ID:  <20010520065349.4560.qmail@mandark.attica.home>

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

>Number:         27464
>Category:       ports
>Synopsis:       New Port: databases/adodb
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 20 00:00:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     ago
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD 4.3-STABLE #0: Fri May 18 20:54:47 CEST 2001

	
>Description:
New port ADODB: Standardized database access for PHP4
>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:
#
#	adodb
#	adodb/Makefile
#	adodb/distinfo
#	adodb/pkg-plist
#	adodb/pkg-comment
#	adodb/pkg-descr
#
echo c - adodb
mkdir -p adodb > /dev/null 2>&1
echo x - adodb/Makefile
sed 's/^X//' >adodb/Makefile << 'END-of-adodb/Makefile'
X# New ports collection makefile for: adodb
X# Date created:		4 May 2001
X# Whom:			abgoeree@uwnet.nl
X#
X# $FreeBSD$
X#
X
XPORTNAME=	adodb
XPORTVERSION=	1.10
XCATEGORIES=	databases www
XMASTER_SITES=	http://phplens.com/lens/dl/
XDISTNAME=	${PORTNAME}110
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	abgoeree@uwnet.nl
X
XRUN_DEPENDS=	${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
XNO_BUILD=	YES
X
Xdo-install:
X	${MKDIR} ${PREFIX}/share/doc/apache/php/adodb
X	${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/share/doc/apache/php/adodb
X
X.include <bsd.port.mk>
END-of-adodb/Makefile
echo x - adodb/distinfo
sed 's/^X//' >adodb/distinfo << 'END-of-adodb/distinfo'
XMD5 (adodb110.tgz) = 3c339272a6f200a5fa4bcd4c54cadc42
END-of-adodb/distinfo
echo x - adodb/pkg-plist
sed 's/^X//' >adodb/pkg-plist << 'END-of-adodb/pkg-plist'
Xshare/doc/apache/php/adodb/adodb-access.inc.php
Xshare/doc/apache/php/adodb/adodb-ado.inc.php
Xshare/doc/apache/php/adodb/adodb-ado_access.inc.php
Xshare/doc/apache/php/adodb/adodb-ado_mssql.inc.php
Xshare/doc/apache/php/adodb/adodb-csv.inc.php
Xshare/doc/apache/php/adodb/adodb-db2.inc.php
Xshare/doc/apache/php/adodb/adodb-fbsql.inc.php
Xshare/doc/apache/php/adodb/adodb-ibase.inc.php
Xshare/doc/apache/php/adodb/adodb-mssql.inc.php
Xshare/doc/apache/php/adodb/adodb-mysql.inc.php
Xshare/doc/apache/php/adodb/adodb-mysqlt.inc.php
Xshare/doc/apache/php/adodb/adodb-oci8.inc.php
Xshare/doc/apache/php/adodb/adodb-odbc.inc.php
Xshare/doc/apache/php/adodb/adodb-odbc_mssql.inc.php
Xshare/doc/apache/php/adodb/adodb-oracle.inc.php
Xshare/doc/apache/php/adodb/adodb-postgres.inc.php
Xshare/doc/apache/php/adodb/adodb-postgres7.inc.php
Xshare/doc/apache/php/adodb/adodb-session.php
Xshare/doc/apache/php/adodb/adodb-sybase.inc.php
Xshare/doc/apache/php/adodb/adodb-vfp.inc.php
Xshare/doc/apache/php/adodb/adodb.inc.php
Xshare/doc/apache/php/adodb/benchmark.php
Xshare/doc/apache/php/adodb/client.php
Xshare/doc/apache/php/adodb/hs~test.php
Xshare/doc/apache/php/adodb/license.txt
Xshare/doc/apache/php/adodb/readme.htm
Xshare/doc/apache/php/adodb/readme.txt
Xshare/doc/apache/php/adodb/server.php
Xshare/doc/apache/php/adodb/test.php
Xshare/doc/apache/php/adodb/test2.php
Xshare/doc/apache/php/adodb/test3.php
Xshare/doc/apache/php/adodb/testdatabases.inc.php
Xshare/doc/apache/php/adodb/tohtml.inc.php
Xshare/doc/apache/php/adodb/tute.htm
Xshare/doc/apache/php/adodb/vssver.scc
X@dirrm share/doc/apache/php/adodb
X@dirrm share/doc/apache/php
END-of-adodb/pkg-plist
echo x - adodb/pkg-comment
sed 's/^X//' >adodb/pkg-comment << 'END-of-adodb/pkg-comment'
XStandardized database access for PHP4
END-of-adodb/pkg-comment
echo x - adodb/pkg-descr
sed 's/^X//' >adodb/pkg-descr << 'END-of-adodb/pkg-descr'
XPHP's database access functions are not standardized.
XEvery database extension uses a different and incompatibile API.
XThis creates a need for a database class library to hide the differences
Xbetween the different databases (encapsulate the differences) so we can
Xeasily switch databases.
X
XADODB stands for Active Data Objects Data Base.
X
XADODB currently supports: MySQL, PostgreSQL, Interbase, Oracle, MS SQL 7,
XFoxpro, Access, ADO, Sybase and generic ODBC.
XThe Sybase and PostgreSQL drivers are community contributions.
XThe developers of ABODB hope more people will contribute drivers to support
Xmore databases.
X
XFeature requests and bug reports can be emailed to jlim@natsoft.com.my or
Xposted to http://php.weblogs.com/discuss/msgReader$96.
X
XWWW: http://php.weblogs.com/ADODB
X
X--
XAndre Goeree <abgoeree@uwnet.nl>
END-of-adodb/pkg-descr
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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