summaryrefslogtreecommitdiff
path: root/www/pecl-APC-devel
diff options
context:
space:
mode:
Diffstat (limited to 'www/pecl-APC-devel')
-rw-r--r--www/pecl-APC-devel/Makefile53
-rw-r--r--www/pecl-APC-devel/distinfo2
-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, 81 deletions
diff --git a/www/pecl-APC-devel/Makefile b/www/pecl-APC-devel/Makefile
deleted file mode 100644
index 09b35be12153..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.4
-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_PHP= yes
-USE_PHPIZE= yes
-
-CONFIGURE_ARGS= --enable-apc
-
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/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 f50e9f8d9a7d..000000000000
--- a/www/pecl-APC-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (PEAR/APC-2.0.4.tgz) = 4962f05bc752e3cfa1f662bbdfa33605
-SIZE (PEAR/APC-2.0.4.tgz) = 44606
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%%