diff options
author | beech <beech@FreeBSD.org> | 2008-08-08 14:44:28 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-08-08 14:44:28 +0800 |
commit | 59650547d240e773e4c19822380aa38c7781b06a (patch) | |
tree | 2d9c33caeafd5b68676108821eede20a4770d132 /databases/php-adodb-ext | |
parent | efb590d6ca3ae09931babfb755b7e9ffc599e5ad (diff) | |
download | freebsd-ports-gnome-59650547d240e773e4c19822380aa38c7781b06a.tar.gz freebsd-ports-gnome-59650547d240e773e4c19822380aa38c7781b06a.tar.zst freebsd-ports-gnome-59650547d240e773e4c19822380aa38c7781b06a.zip |
- 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>
Diffstat (limited to 'databases/php-adodb-ext')
-rw-r--r-- | databases/php-adodb-ext/Makefile | 32 | ||||
-rw-r--r-- | databases/php-adodb-ext/distinfo | 3 | ||||
-rw-r--r-- | databases/php-adodb-ext/pkg-descr | 6 | ||||
-rw-r--r-- | databases/php-adodb-ext/pkg-plist | 2 |
4 files changed, 43 insertions, 0 deletions
diff --git a/databases/php-adodb-ext/Makefile b/databases/php-adodb-ext/Makefile new file mode 100644 index 000000000000..e049f28d16d2 --- /dev/null +++ b/databases/php-adodb-ext/Makefile @@ -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> diff --git a/databases/php-adodb-ext/distinfo b/databases/php-adodb-ext/distinfo new file mode 100644 index 000000000000..8ccfc20a7925 --- /dev/null +++ b/databases/php-adodb-ext/distinfo @@ -0,0 +1,3 @@ +MD5 (adodb-ext-504.zip) = 4efb3fc1f5a347f20be9222885779688 +SHA256 (adodb-ext-504.zip) = e067a73cccc5151843e364f9a0da7807ba9c8e411aaea773f53a811cae586b9f +SIZE (adodb-ext-504.zip) = 46159 diff --git a/databases/php-adodb-ext/pkg-descr b/databases/php-adodb-ext/pkg-descr new file mode 100644 index 000000000000..1819ffebe0fd --- /dev/null +++ b/databases/php-adodb-ext/pkg-descr @@ -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/ diff --git a/databases/php-adodb-ext/pkg-plist b/databases/php-adodb-ext/pkg-plist new file mode 100644 index 000000000000..44fc06f89b46 --- /dev/null +++ b/databases/php-adodb-ext/pkg-plist @@ -0,0 +1,2 @@ +lib/php/%%PHP_EXT_DIR%%/adodb.so +@dirrmtry lib/php/%%PHP_EXT_DIR%%
\ No newline at end of file |