diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-17 13:32:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-17 13:32:13 +0000 |
commit | 6e2c295d9c5edef8c2a9d33eb2b2c829d71ab862 (patch) | |
tree | 065d0232f873b7d0839d0b7e7e0be747a44a783c /www/abcache | |
parent | bab5e8e80482003e332c767be85204459c8d0cd6 (diff) |
2007-01-15 x11-wm/wmi: This port is unsupported by the author. Please use x11-wm/wmii instead.
2007-01-15 www/abcache: "is a dead project and the distfile disappeared"
2007-01-17 devel/rubygem-event-loop: replaced by devel/ruby-event-loop which gets around issues caused by the rubygems system
Notes
Notes:
svn path=/head/; revision=182630
Diffstat (limited to 'www/abcache')
-rw-r--r-- | www/abcache/Makefile | 45 | ||||
-rw-r--r-- | www/abcache/distinfo | 3 | ||||
-rw-r--r-- | www/abcache/pkg-descr | 14 | ||||
-rw-r--r-- | www/abcache/pkg-message | 14 | ||||
-rw-r--r-- | www/abcache/pkg-plist | 2 |
5 files changed, 0 insertions, 78 deletions
diff --git a/www/abcache/Makefile b/www/abcache/Makefile deleted file mode 100644 index b3c3349b3ba2..000000000000 --- a/www/abcache/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: abcache -# Date created: Sat Feb 23 14:27:35 CET 2002 -# Whom: Alex Dupre <sysadmin@alexdupre.com> -# -# $FreeBSD$ -# - -PORTNAME= abcache -PORTVERSION= 0.14 -CATEGORIES= www -MASTER_SITES= http://afterburner.bware.it/download/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ale@FreeBSD.org -COMMENT= A tool to cache applications written in PHP - -BROKEN= is a dead project and the distfile disappeared -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE=2007-01-15 - -WRKSRC= ${WRKDIR}/bware_cache-${PORTVERSION} - -USE_PHP= yes -USE_PHPIZE= yes -WITH_PHP_MOD= yes -IGNORE_WITH_PHP=5 -DEFAULT_PHP_VER=4 - -CONFIGURE_ARGS+=--enable-bware_cache=shared - -PKGMESSAGE= ${WRKDIR}/pkg-message - -post-build: - @${SED} "s|%%LOCALBASE%%|${LOCALBASE}|g;s|%%PREFIX%%|${PREFIX}|g;s|%%PHP_EXT_DIR%%|${PHP_EXT_DIR}|g" \ - ${.CURDIR}/pkg-message > ${PKGMESSAGE} - -do-install: - @${MKDIR} ${PREFIX}/lib/php/${PHP_EXT_DIR} - @${INSTALL_DATA} ${WRKSRC}/modules/bware_cache.so \ - ${PREFIX}/lib/php/${PHP_EXT_DIR} - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/abcache/distinfo b/www/abcache/distinfo deleted file mode 100644 index fefb190beb5c..000000000000 --- a/www/abcache/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (abcache-0.14.tgz) = 2fbdc342142066dcd02f7b55e8e1d505 -SHA256 (abcache-0.14.tgz) = 754e0ccc6246a0febfcd2dfc480ece4574e4322f553ae9790b9825e63ad22832 -SIZE (abcache-0.14.tgz) = 25022 diff --git a/www/abcache/pkg-descr b/www/abcache/pkg-descr deleted file mode 100644 index 7240dd0f98b0..000000000000 --- a/www/abcache/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -afterBURNER*Cache is a tool to speed up web applications written -in PHP. -It works by caching inside the web server compiled PHP code (the -first time it's executed) so that the next time the same script -is called it is simply restored, already compiled, from the cache -with big savings in terms of execution time. -Caching and saving scripts at compile time can be a big performance -win, especially if your PHP script is complex and makes heavy use -of libraries. - -WWW: http://afterburner.bware.it/ - -- Alex Dupre -ale@FreeBSD.org diff --git a/www/abcache/pkg-message b/www/abcache/pkg-message deleted file mode 100644 index 121cdbd62e7d..000000000000 --- a/www/abcache/pkg-message +++ /dev/null @@ -1,14 +0,0 @@ -***************************************************************************** - -You have installed the abcache package. - -Edit %%LOCALBASE%%/etc/php.ini and add: - -[abcache] -zend_extension="%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/bware_cache.so" -bware_cache_enable="1" -bware_cache_check_stamp="1" -bware_cache_log_level="1" -bware_cache_only=*.php" - -***************************************************************************** diff --git a/www/abcache/pkg-plist b/www/abcache/pkg-plist deleted file mode 100644 index 385a13ebc401..000000000000 --- a/www/abcache/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/php/%%PHP_EXT_DIR%%/bware_cache.so -@dirrmtry lib/php/%%PHP_EXT_DIR%% |