summaryrefslogtreecommitdiff
path: root/www/pecl-APC-devel
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
commita0848d727648aa70f6a89c013203f2b82a4e972e (patch)
tree37ec8e378ec2d731e9ba9c15cd58724325a5637c /www/pecl-APC-devel
parentFix build by syncing with gaim-0.73. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_0'.release/5.2.0
Diffstat (limited to 'www/pecl-APC-devel')
-rw-r--r--www/pecl-APC-devel/Makefile53
-rw-r--r--www/pecl-APC-devel/distinfo1
-rw-r--r--www/pecl-APC-devel/pkg-descr6
-rw-r--r--www/pecl-APC-devel/pkg-message13
-rw-r--r--www/pecl-APC-devel/pkg-plist7
5 files changed, 0 insertions, 80 deletions
diff --git a/www/pecl-APC-devel/Makefile b/www/pecl-APC-devel/Makefile
deleted file mode 100644
index e5fa8bd38da5..000000000000
--- a/www/pecl-APC-devel/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# Ports collection makefile for: pear-APC
-# Date created: 31 August 2003
-# Whom: Thierry Thomas (<thierry@pompo.net>)
-#
-# $FreeBSD$
-#
-
-PORTNAME= APC
-PORTVERSION= 2.0
-CATEGORIES= www pear
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Alternative PHP Cache
-
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-USE_PHPIZE= yes
-
-CONFIGURE_ARGS= --enable-apc
-
-.include <bsd.port.pre.mk>
-.include "${.CURDIR}/../../lang/php4/bsd.php.mk"
-.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
-
-.if exists(${LOCALBASE}/bin/php-config)
-EXT_DIR!= ${LOCALBASE}/bin/php-config --extension-dir | ${SED} -e \
- "s:${PHP_BASE}/::"
-.endif
-PHP_DIR?= ${LOCALBASE}/etc
-PHP_INI= ${PHP_DIR}/php.ini
-PLIST_SUB+= EXTDIR=${EXT_DIR}
-DOCS= CHANGELOG INSTALL NOTICE
-
-post-install-script:
- @${STRIP_CMD} ${PHP_BASE}/${EXT_DIR}/apc.so
- @if [ ! -f ${PHP_INI} ]; then \
- ${ECHO_MSG} "===> Creating ${PHP_INI} for PHP" ; \
- ${CP} -p ${PHP_INI}-dist ${PHP_INI} ; \
- fi
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for FILE in ${DOCS}
- @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
-.endfor
- @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
-.endif
- @${ECHO_MSG}
- @${CAT} ${PKGMESSAGE} | \
- ${SED} -e "s:/usr/local/etc/php.ini:${PHP_INI}:"
- @${ECHO_MSG}
-
-.include <bsd.port.post.mk>
diff --git a/www/pecl-APC-devel/distinfo b/www/pecl-APC-devel/distinfo
deleted file mode 100644
index 1d06208dfbe0..000000000000
--- a/www/pecl-APC-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (PEAR/APC-2.0.tgz) = dfbbe831eeedacc495d3adec26d6f784
diff --git a/www/pecl-APC-devel/pkg-descr b/www/pecl-APC-devel/pkg-descr
deleted file mode 100644
index 9a49a282355b..000000000000
--- a/www/pecl-APC-devel/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-APC is the Alternative PHP Cache.
-
-It was conceived of to provide a free, open, and robust framework for
-caching and optimizing PHP intermediate code.
-
-WWW: http://pear.php.net/package/APC
diff --git a/www/pecl-APC-devel/pkg-message b/www/pecl-APC-devel/pkg-message
deleted file mode 100644
index 0de322a03cfd..000000000000
--- a/www/pecl-APC-devel/pkg-message
+++ /dev/null
@@ -1,13 +0,0 @@
-************************************************************************
-Do not forget to configure your /usr/local/etc/php.ini file:
-add the line:
-
-extension="apc.so"
-
-in the section "Dynamic Extensions".
-
-Then restart your web server and consult the output of phpinfo().
-If there is an informational section for APC, the installation was
-successful.
-************************************************************************
-
diff --git a/www/pecl-APC-devel/pkg-plist b/www/pecl-APC-devel/pkg-plist
deleted file mode 100644
index 5dbea02fc4c3..000000000000
--- a/www/pecl-APC-devel/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-%%EXTDIR%%/apc.so
-%%PKGREGDIR%%/package.xml
-%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/NOTICE
-@dirrm %%PKGREGDIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%