Date: 4 May 2001 20:49:22 -0000 From: "Andre Goeree" <abgoeree@uwnet.nl> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/27084: [NEW PORT] databases/adodb Message-ID: <20010504204922.22061.qmail@mandark.attica.home>
next in thread | raw e-mail | index | archive | help
>Number: 27084 >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: Fri May 04 14:00:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: abgoeree@uwnet.nl >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD 4.3-STABLE #0: Thu Apr 26 22:51:58 CEST 2001 Apache13 PHP4 >Description: ADODB: standardized database access functions for PHP4. WWW http://php.weblogs.com/ADODB My first go at making a port, please review carefully and possibly give me some feedback. --Andre. >How-To-Repeat: >Fix: Here is the shar archive: # 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-comment # adodb/pkg-descr # adodb/pkg-plist # 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.00 XCATEGORIES= databases www XMASTER_SITES= http://mydevotion.com/dl/ XDISTNAME= ${PORTNAME}100 XEXTRACT_SUFX= .tgz X XMAINTAINER= ports@FreeBSD.org 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/adodb X ${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/share/doc/apache/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 (adodb100.tgz) = c1e86e705e0445fbe8d3a79d1ef74771 END-of-adodb/distinfo echo x - adodb/pkg-comment sed 's/^X//' >adodb/pkg-comment << 'END-of-adodb/pkg-comment' XADODB library 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. XThis creates a need for a database class library to Xhide the differences between the different databases X(encapsulate the differences) so we can easily switch Xdatabases. X XADODB currently supports: X- Access X- ADO X- Foxpro X- Interbase X- Microsoft SQL Server X- MySQL X- ODBC X- Oracle X- PostgreSQL X- Sybase X XWWW: http://php.weblogs.com/ADODB END-of-adodb/pkg-descr echo x - adodb/pkg-plist sed 's/^X//' >adodb/pkg-plist << 'END-of-adodb/pkg-plist' Xshare/doc/apache/adodb/adodb-access.inc.php Xshare/doc/apache/adodb/adodb-ado.inc.php Xshare/doc/apache/adodb/adodb-ado_access.inc.php Xshare/doc/apache/adodb/adodb-ado_mssql.inc.php Xshare/doc/apache/adodb/adodb-ibase.inc.php Xshare/doc/apache/adodb/adodb-mssql.inc.php Xshare/doc/apache/adodb/adodb-mysql.inc.php Xshare/doc/apache/adodb/adodb-mysqlt.inc.php Xshare/doc/apache/adodb/adodb-oci8.inc.php Xshare/doc/apache/adodb/adodb-odbc.inc.php Xshare/doc/apache/adodb/adodb-odbc_mssql.inc.php Xshare/doc/apache/adodb/adodb-oracle.inc.php Xshare/doc/apache/adodb/adodb-postgres.inc.php Xshare/doc/apache/adodb/adodb-postgres7.inc.php Xshare/doc/apache/adodb/adodb-session.php Xshare/doc/apache/adodb/adodb-sybase.inc.php Xshare/doc/apache/adodb/adodb-vfp.inc.php Xshare/doc/apache/adodb/adodb.inc.php Xshare/doc/apache/adodb/benchmark.php Xshare/doc/apache/adodb/license.txt Xshare/doc/apache/adodb/readme.htm Xshare/doc/apache/adodb/readme.txt Xshare/doc/apache/adodb/test.php Xshare/doc/apache/adodb/test2.php Xshare/doc/apache/adodb/testdatabases.inc.php Xshare/doc/apache/adodb/tohtml.inc.php Xshare/doc/apache/adodb/tute.htm Xshare/doc/apache/adodb/vssver.scc X@dirrm share/doc/apache/adodb END-of-adodb/pkg-plist 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?20010504204922.22061.qmail>