- This ADOdb Extension provides up to 100% speedup by replacing parts of ADOdb

with C code. ADOdb will auto-detect if this extension is installed and use it
automatically. This extension is compatible with ADOdb 3.32 or later, and
PHP 4.3.*, 4.4.*, 5.0.* and 5.1.*.

WWW:   http://adodb.sourceforge.net/

PR:		ports/126062
Submitted by:	JoeHorn <joehorn@gmail.com>
This commit is contained in:
Beech Rintoul 2008-08-08 06:44:28 +00:00
parent a9e6777460
commit 4370f11cc7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218229
4 changed files with 43 additions and 0 deletions

View file

@ -0,0 +1,32 @@
# New ports collection makefile for: php-adodb-ext
# Date created: 29 July 2008
# Whom: JoeHorn <joehorn@gmail.com>
#
# $FreeBSD$
#
PORTNAME= adodb-ext
PORTVERSION= 5.04
CATEGORIES= databases
MASTER_SITES= http://phplens.com/lens/dl/
PKGNAMEPREFIX= php-
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//}
MAINTAINER= joehorn@gmail.com
COMMENT= ADOdb Extension
WRKSRC= ${WRKDIR}/adodb-${PORTVERSION:S/.//}
USE_PHP= yes
USE_PHPIZE= yes
USE_ZIP= yes
DEFAULT_PHP_VER= 5
CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config \
--prefix=${PREFIX}/lib/php/${PHP_EXT_DIR}
SUB_FILES= pkg-message
PLIST_SUB= PHP_EXT_DIR=${PHP_EXT_DIR}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (adodb-ext-504.zip) = 4efb3fc1f5a347f20be9222885779688
SHA256 (adodb-ext-504.zip) = e067a73cccc5151843e364f9a0da7807ba9c8e411aaea773f53a811cae586b9f
SIZE (adodb-ext-504.zip) = 46159

View file

@ -0,0 +1,6 @@
This ADOdb Extension provides up to 100% speedup by replacing parts of ADOdb
with C code. ADOdb will auto-detect if this extension is installed and use it
automatically. This extension is compatible with ADOdb 3.32 or later, and
PHP 4.3.*, 4.4.*, 5.0.* and 5.1.*.
WWW: http://adodb.sourceforge.net/

View file

@ -0,0 +1,2 @@
lib/php/%%PHP_EXT_DIR%%/adodb.so
@dirrmtry lib/php/%%PHP_EXT_DIR%%