summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-10 17:59:27 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-10 17:59:27 +0000
commit5c924571e33caa8aefb6bf1cbdcfdcf2fe943419 (patch)
tree4ada2d22df80c05d117fe271c0f70f03047f96e9
parent2da788c63b5626a54991719b35ba119f6e461b5b (diff)
downloadpkgsrc-5c924571e33caa8aefb6bf1cbdcfdcf2fe943419.tar.gz
iRetire apc-gui, php-FastTemplate and php4-apc.
-rw-r--r--www/Makefile4
-rw-r--r--www/apc-gui/DESCR5
-rw-r--r--www/apc-gui/MESSAGE20
-rw-r--r--www/apc-gui/Makefile49
-rw-r--r--www/apc-gui/PLIST69
-rw-r--r--www/apc-gui/distinfo5
-rw-r--r--www/apc-gui/files/apc_gui.conf.dist14
-rw-r--r--www/php-FastTemplate/DESCR9
-rw-r--r--www/php-FastTemplate/Makefile46
-rw-r--r--www/php-FastTemplate/PLIST17
-rw-r--r--www/php-FastTemplate/distinfo8
-rw-r--r--www/php4-apc/DESCR4
-rw-r--r--www/php4-apc/Makefile29
-rw-r--r--www/php4-apc/PLIST.extras2
-rw-r--r--www/php4-apc/distinfo5
15 files changed, 1 insertions, 285 deletions
diff --git a/www/Makefile b/www/Makefile
index 3cd6351cd0b..610f3e6df4b 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.697 2010/02/09 22:35:30 joerg Exp $
+# $NetBSD: Makefile,v 1.698 2010/02/10 17:59:27 joerg Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -73,7 +73,6 @@ SUBDIR+= apache-tomcat6
SUBDIR+= apache2
SUBDIR+= apache22
SUBDIR+= apachetop
-SUBDIR+= apc-gui
SUBDIR+= asp2php
SUBDIR+= august
SUBDIR+= awstats
@@ -442,7 +441,6 @@ SUBDIR+= php-apc
SUBDIR+= php-curl
SUBDIR+= php-eaccelerator
SUBDIR+= php4
-SUBDIR+= php4-apc
#SUBDIR+= plone # only contains Makefile fragments
SUBDIR+= plone25
SUBDIR+= plone3
diff --git a/www/apc-gui/DESCR b/www/apc-gui/DESCR
deleted file mode 100644
index b78425b6998..00000000000
--- a/www/apc-gui/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-APC GUI is an add on for APC to provide a comprehensive, easy to use and, of
-course, good-looking web-based GUI. APC GUI not only gives access to
-statistical parameters of APC, it also makes it easier to administer
-web-servers running APC by providing comfortable features for restarting the
-cache and deleting scripts from the cache.
diff --git a/www/apc-gui/MESSAGE b/www/apc-gui/MESSAGE
deleted file mode 100644
index fec0162f262..00000000000
--- a/www/apc-gui/MESSAGE
+++ /dev/null
@@ -1,20 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.4 2005/09/28 14:15:49 rillig Exp $
-
-You will need to make APC GUI accessible through your HTTP server.
-If you are running Apache and ap-php, then you may either symlink
-
- ${APC_GUI_DIR}
-
-into DocumentRoot, or add the following line to httpd.conf:
-
- Include ${PKG_SYSCONFDIR}/apc_gui.conf
-
-to make the APC web interface accessible through:
-
- http://www.domain.com/apc_gui/
-
-You will need to protect your APC GUI directory with an authentication
-method, such as .htaccess, to prevent general control access to the PHP
-cache.
-===========================================================================
diff --git a/www/apc-gui/Makefile b/www/apc-gui/Makefile
deleted file mode 100644
index a148d7ea1d8..00000000000
--- a/www/apc-gui/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# $NetBSD: Makefile,v 1.21 2008/09/25 14:02:09 wiz Exp $
-
-DISTNAME= apc_gui-1.0.3
-PKGNAME= ${DISTNAME:S/_/-/}
-PKGREVISION= 6
-CATEGORIES= www
-MASTER_SITES= http://apc.neuropeans.com/download/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://apc.neuropeans.com/
-COMMENT= Web interface for managing APC (php-apc)
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-PHP_VERSIONS_ACCEPTED= 4
-
-.include "../../lang/php/phpversion.mk"
-
-DEPENDS+= ${PHP_PKG_PREFIX}-apc>=1.1.0.1:../../www/php4-apc
-DEPENDS+= ${PHP_PKG_PREFIX}-gd-4.[0-9]*:../../graphics/php-gd
-
-NO_BUILD= YES
-
-PKG_SYSCONFSUBDIR?= httpd
-APC_GUI_DIR= ${PREFIX}/share/apc-gui
-EGDIR= ${PREFIX}/share/examples/apc-gui
-PLIST_SUBST+= PKGBASE=${PKGBASE:Q}
-MESSAGE_SUBST+= APC_GUI_DIR=${APC_GUI_DIR}
-
-CONF_FILES= ${EGDIR}/apc_gui.conf ${PKG_SYSCONFDIR}/apc_gui.conf
-CONF_FILES+= /dev/null ${APC_GUI_DIR}/apc_config_local.php
-
-SUBST_CLASSES+= paths
-SUBST_FILES.paths= ${WRKDIR}/apc_gui.conf.dist
-SUBST_SED.paths+= -e 's,@PREFIX@,${PREFIX},g'
-SUBST_SED.paths+= -e 's,@APC_GUI_DIR@,${APC_GUI_DIR},g'
-SUBST_STAGE.paths= post-patch
-
-INSTALLATION_DIRS= ${APC_GUI_DIR} ${EGDIR}
-
-post-extract:
- ${CP} ${FILESDIR}/apc_gui.conf.dist ${WRKDIR}
-
-do-install:
- ${INSTALL_DATA} ${WRKDIR}/apc_gui.conf.dist ${DESTDIR}${EGDIR}/apc_gui.conf
- ${CP} -R ${WRKSRC}/* ${DESTDIR}${APC_GUI_DIR}
- ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DESTDIR}${APC_GUI_DIR}
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/apc-gui/PLIST b/www/apc-gui/PLIST
deleted file mode 100644
index 977881ad39d..00000000000
--- a/www/apc-gui/PLIST
+++ /dev/null
@@ -1,69 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 22:00:18 joerg Exp $
-share/apc-gui/CHANGES
-share/apc-gui/CREDITS
-share/apc-gui/INSTALL
-share/apc-gui/LICENSE
-share/apc-gui/apc_cache_info.php
-share/apc-gui/apc_functions.php
-share/apc-gui/chart.php
-share/apc-gui/config.php
-share/apc-gui/download.php
-share/apc-gui/empty.php
-share/apc-gui/faq.php
-share/apc-gui/functions.php
-share/apc-gui/hosts.php
-share/apc-gui/index.php
-share/apc-gui/main.php
-share/apc-gui/navi.php
-share/apc-gui/pics/b_del_marked.gif
-share/apc-gui/pics/b_del_this.gif
-share/apc-gui/pics/b_go.gif
-share/apc-gui/pics/b_refresh_data.gif
-share/apc-gui/pics/b_restart.gif
-share/apc-gui/pics/b_scripts_fth.gif
-share/apc-gui/pics/b_view_h_stats.gif
-share/apc-gui/pics/balken.gif
-share/apc-gui/pics/balken.png
-share/apc-gui/pics/btm_greystrip.gif
-share/apc-gui/pics/diagramm_tit.gif
-share/apc-gui/pics/download.gif
-share/apc-gui/pics/download_off.gif
-share/apc-gui/pics/faq.gif
-share/apc-gui/pics/faq_off.gif
-share/apc-gui/pics/header_00.gif
-share/apc-gui/pics/hits2.gif
-share/apc-gui/pics/hosts.gif
-share/apc-gui/pics/kuchen_hg.gif
-share/apc-gui/pics/kuchen_hg.png
-share/apc-gui/pics/last_access.gif
-share/apc-gui/pics/last_modified.gif
-share/apc-gui/pics/orange_space.gif
-share/apc-gui/pics/runtimeset_titel.gif
-share/apc-gui/pics/scriptname.gif
-share/apc-gui/pics/scripts.gif
-share/apc-gui/pics/shim.gif
-share/apc-gui/pics/size.gif
-share/apc-gui/pics/table_l_roundgrey.gif
-share/apc-gui/pics/table_r_roundgrey.gif
-share/apc-gui/pics/table_tit_cacheinfo.gif
-share/apc-gui/pics/table_tit_classes.gif
-share/apc-gui/pics/table_tit_functions.gif
-share/apc-gui/pics/table_tit_genericinfos.gif
-share/apc-gui/pics/table_tit_hitrate.gif
-share/apc-gui/pics/table_tit_hits.gif
-share/apc-gui/pics/table_tit_hits2.gif
-share/apc-gui/pics/table_tit_hosts.gif
-share/apc-gui/pics/table_tit_line.gif
-share/apc-gui/pics/table_tit_memfree.gif
-share/apc-gui/pics/table_tit_memtotal.gif
-share/apc-gui/pics/table_tit_memused.gif
-share/apc-gui/pics/table_tit_misses.gif
-share/apc-gui/pics/table_tit_opcodes.gif
-share/apc-gui/pics/table_tit_prim_opkot.gif
-share/apc-gui/pics/table_tit_sec_opkot.gif
-share/apc-gui/pics/table_tit_status.gif
-share/apc-gui/pics/table_tit_version.gif
-share/apc-gui/pics/ttl.gif
-share/apc-gui/scripts.php
-share/apc-gui/top.php
-share/examples/apc-gui/apc_gui.conf
diff --git a/www/apc-gui/distinfo b/www/apc-gui/distinfo
deleted file mode 100644
index 706f959cf47..00000000000
--- a/www/apc-gui/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 14:08:29 wiz Exp $
-
-SHA1 (apc_gui-1.0.3.tar.gz) = 45f1697d0fa8d473be53b9e711eb3cee933d43df
-RMD160 (apc_gui-1.0.3.tar.gz) = fe6b74703edd0299da974acc68f9494c734986d3
-Size (apc_gui-1.0.3.tar.gz) = 56066 bytes
diff --git a/www/apc-gui/files/apc_gui.conf.dist b/www/apc-gui/files/apc_gui.conf.dist
deleted file mode 100644
index c2b9e33192c..00000000000
--- a/www/apc-gui/files/apc_gui.conf.dist
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: apc_gui.conf.dist,v 1.2 2006/01/05 23:33:22 joerg Exp $
-#
-# APC-GUI configuration file fragment for Apache
-
-<IfModule mod_alias.c>
- Alias /apc_gui/ "@APC_GUI_DIR@/"
-</IfModule>
-
-<Directory "@APC_GUI_DIR@">
- Options Indexes MultiViews
- AllowOverride None
- Order allow,deny
- Allow from all
-</Directory>
diff --git a/www/php-FastTemplate/DESCR b/www/php-FastTemplate/DESCR
deleted file mode 100644
index 035c4e85820..00000000000
--- a/www/php-FastTemplate/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-FastTemplate is a port of the Perl CGI::FastTemplate module to PHP, which
-is a very fast implementation of templates using simple variable
-interpolation.
-
-Templates are very useful for CGI programming, because adding HTML to your
-PHP code clutters your code and forces you to do any HTML modifications.
-By putting all of your HTML in separate template files, you can let a
-graphic or interface designer change the look of your application without
-having to bug you, or let them muck around in your PHP code.
diff --git a/www/php-FastTemplate/Makefile b/www/php-FastTemplate/Makefile
deleted file mode 100644
index 1ee78f47963..00000000000
--- a/www/php-FastTemplate/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:56 joerg Exp $
-
-DISTNAME= FastTemplate-1_1_0
-PKGNAME= ${PHP_PKG_PREFIX}-FastTemplate-1.1.0
-CATEGORIES= www php4
-MASTER_SITES= http://www.thewebmasters.net/php/
-
-PATCHFILES= php4.diff
-PATCH_SITES= http://www.thewebmasters.net/php/FastTemplate/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.thewebmasters.net/php/FastTemplate.phtml
-COMMENT= PHP extension for managing templates and variable interpolation
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-CONFLICTS= php-FastTemplate-[0-9]*
-
-PHP_VERSIONS_ACCEPTED= 4
-
-WRKSRC= ${WRKDIR}/FastTemplate
-DIST_SUBDIR= ${PKGBASE}
-
-NO_BUILD= YES
-
-PHP_LIB_SUBDIR= lib/php
-PHP_LIB_DIR= ${PREFIX}/${PHP_LIB_SUBDIR}
-DOCDIR= ${PREFIX}/share/doc/html/${PKGBASE}
-EGDIR= ${PREFIX}/share/examples/${PKGBASE}
-
-PLIST_SUBST+= PHP_LIB_SUBDIR=${PHP_LIB_SUBDIR:Q}
-PLIST_SUBST+= PKGBASE=${PKGBASE:Q}
-
-INSTALLATION_DIRS= ${PHP_LIB_DIR} ${DOCDIR} ${EGDIR}/templates
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/class.FastTemplate.php3 ${DESTDIR}${PHP_LIB_DIR}
- ${INSTALL_DATA} ${WRKSRC}/docs/FastTemplate.html ${DESTDIR}${DOCDIR}
- cd ${WRKSRC}; for file in *.phtml; do \
- dest=${DESTDIR}${EGDIR}/`${BASENAME} $${file} .phtml`.php; \
- ${INSTALL_DATA} $${file} $${dest}; \
- done
- ${INSTALL_DATA} ${WRKSRC}/templates/*.tpl ${DESTDIR}${EGDIR}/templates
-
-.include "../../lang/php/phpversion.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/php-FastTemplate/PLIST b/www/php-FastTemplate/PLIST
deleted file mode 100644
index 7b05658baf3..00000000000
--- a/www/php-FastTemplate/PLIST
+++ /dev/null
@@ -1,17 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 22:00:30 joerg Exp $
-${PHP_LIB_SUBDIR}/class.FastTemplate.php3
-share/doc/html/${PKGBASE}/FastTemplate.html
-share/examples/${PKGBASE}/dynamic_example.php
-share/examples/${PKGBASE}/example_1.php
-share/examples/${PKGBASE}/example_2.php
-share/examples/${PKGBASE}/example_3.php
-share/examples/${PKGBASE}/templates/begin.tpl
-share/examples/${PKGBASE}/templates/dynamic.tpl
-share/examples/${PKGBASE}/templates/footer.tpl
-share/examples/${PKGBASE}/templates/header.tpl
-share/examples/${PKGBASE}/templates/htaccess.tpl
-share/examples/${PKGBASE}/templates/main.tpl
-share/examples/${PKGBASE}/templates/middle.tpl
-share/examples/${PKGBASE}/templates/row.tpl
-share/examples/${PKGBASE}/templates/table.tpl
-share/examples/${PKGBASE}/templates/test.tpl
diff --git a/www/php-FastTemplate/distinfo b/www/php-FastTemplate/distinfo
deleted file mode 100644
index 2e82c6bc806..00000000000
--- a/www/php-FastTemplate/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.3 2006/06/03 00:28:06 joerg Exp $
-
-SHA1 (php4-FastTemplate/FastTemplate-1_1_0.tar.gz) = 43d2a91a50a904e8fc449c77412cfa63960fe4fb
-RMD160 (php4-FastTemplate/FastTemplate-1_1_0.tar.gz) = 00d247fa13771e84fb3bad1b40b9e0a1d6d3df07
-Size (php4-FastTemplate/FastTemplate-1_1_0.tar.gz) = 21508 bytes
-SHA1 (php4-FastTemplate/php4.diff) = 34d448bb6a102bf44a842535010b75392abbb5cb
-RMD160 (php4-FastTemplate/php4.diff) = a9ba7a6c6dfd596bbdfc05f5f654263ad03e7b4c
-Size (php4-FastTemplate/php4.diff) = 684 bytes
diff --git a/www/php4-apc/DESCR b/www/php4-apc/DESCR
deleted file mode 100644
index 8e84d7569f8..00000000000
--- a/www/php4-apc/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-APC is the Alternative PHP Cache, which provides a way of boosting the
-performance of PHP on heavily-loaded sites by allowing scripts to be cached
-in a compiled state, so that the overhead of parsing and compiling can be
-almost completely eliminated.
diff --git a/www/php4-apc/Makefile b/www/php4-apc/Makefile
deleted file mode 100644
index 5370f69a4e6..00000000000
--- a/www/php4-apc/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.26 2008/06/12 02:14:56 joerg Exp $
-
-MODNAME= apc
-PECL_VERSION= 2.0.4
-CATEGORIES+= sysutils
-COMMENT= Alternative PHP Cache for PHP4
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-CONFLICTS= php-apc-[0-9]*
-
-CONFIGURE_ARGS+= --enable-${MODNAME}
-WRKSRC= ${WRKDIR}/APC-${PECL_VERSION}
-
-PLIST_SRC+= ${.CURDIR}/PLIST.extras
-PLIST_SUBST+= PKGBASE=${PKGBASE:Q}
-DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
-
-INSTALLATION_DIRS= ${DOCDIR}
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DESTDIR}${DOCDIR}
-
-PHP_VERSIONS_ACCEPTED= 4
-
-.include "../../lang/php/ext.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/php4-apc/PLIST.extras b/www/php4-apc/PLIST.extras
deleted file mode 100644
index 94743715cac..00000000000
--- a/www/php4-apc/PLIST.extras
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST.extras,v 1.4 2009/06/14 22:00:31 joerg Exp $
-share/doc/${PKGBASE}/INSTALL
diff --git a/www/php4-apc/distinfo b/www/php4-apc/distinfo
deleted file mode 100644
index 4520bc38a7c..00000000000
--- a/www/php4-apc/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 14:08:38 wiz Exp $
-
-SHA1 (php-apc/apc-2.0.4.tgz) = 228026609ef026988d8830fc6d766b3910c4eac4
-RMD160 (php-apc/apc-2.0.4.tgz) = 446c58ac64b999c8773bb70de28ccf826f0d93f1
-Size (php-apc/apc-2.0.4.tgz) = 44606 bytes