# 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: # # pecl-PDO # pecl-PDO/Makefile # pecl-PDO/distinfo # pecl-PDO/pkg-message # pecl-PDO/pkg-descr # echo c - pecl-PDO mkdir -p pecl-PDO > /dev/null 2>&1 echo x - pecl-PDO/Makefile sed 's/^X//' >pecl-PDO/Makefile << 'END-of-pecl-PDO/Makefile' X# Ports collection makefile for: pecl-PDO X# Date created: 2005-09-10 X# Whom: Alexander Zhuravlev X# X# $FreeBSD$ X# X XPORTNAME= PDO XDISTVERSION= 1.0RC1 XCATEGORIES= databases www XMASTER_SITES= http://pecl.php.net/get/ XPKGNAMEPREFIX= pecl- XEXTRACT_SUFX= .tgz XDIST_SUBDIR= PECL X XMAINTAINER= zaa@zaa.pp.ru XCOMMENT= PHP Data Objects Interface X XUSE_PHP= zlib XUSE_PHPIZE= yes XUSE_PHPEXT= yes XDEFAULT_PHP_VER=5 XPHP_MODNAME= pdo X X.include X X.if ${PHP_VER} == 4 XIGNORE= PDO requires PHP version 5.0.3 or higher X.endif X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include END-of-pecl-PDO/Makefile echo x - pecl-PDO/distinfo sed 's/^X//' >pecl-PDO/distinfo << 'END-of-pecl-PDO/distinfo' XMD5 (PECL/PDO-1.0RC1.tgz) = 62b1d0002ee79c01f149decf8349f8fc XSIZE (PECL/PDO-1.0RC1.tgz) = 46925 END-of-pecl-PDO/distinfo echo x - pecl-PDO/pkg-message sed 's/^X//' >pecl-PDO/pkg-message << 'END-of-pecl-PDO/pkg-message' X X****************************************************************** X XNote that you cannot perform any database functions using Xthe PDO extension by itself; you must install a database-specific XPDO driver like X X * databases/pecl-PDO_MYSQL X * databases/pecl-PDO_PGSQL X * databases/pecl-PDO_SQLITE X Xto access a database server. X X****************************************************************** END-of-pecl-PDO/pkg-message echo x - pecl-PDO/pkg-descr sed 's/^X//' >pecl-PDO/pkg-descr << 'END-of-pecl-PDO/pkg-descr' XPDO provides a uniform data access interface, sporting advanced features such Xas prepared statements and bound parameters. PDO drivers are dynamically Xloadable and may be developed independently from the core, but still accessed Xusing the same API. XRead the documentation at http://www.php.net/pdo for more information. X XWWW: http://pecl.php.net/package/PDO END-of-pecl-PDO/pkg-descr exit