diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-05-07 10:00:31 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-05-07 10:00:31 +0000 |
commit | ad77cc3281895678c4d3178bb6c1d05bd6514672 (patch) | |
tree | 31e517971a15ea0eba3a592e57c1d4f97633f9b3 /www | |
parent | Per insistence of the author of this software, remove this port from (diff) |
Per insistence of the author of this software, remove these ports from
the Ports Collection. The author specifically insists that no patches
be distributed for his software.
Please do not contact portmgr about this policy, it is the author's sole
choice.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=134761
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 | ||||
-rw-r--r-- | www/mod_throttle/Makefile | 40 | ||||
-rw-r--r-- | www/mod_throttle/distinfo | 2 | ||||
-rw-r--r-- | www/mod_throttle/files/patch-mod_throttle.c | 27 | ||||
-rw-r--r-- | www/mod_throttle/pkg-descr | 12 | ||||
-rw-r--r-- | www/mod_throttle/pkg-install | 14 | ||||
-rw-r--r-- | www/mod_throttle/pkg-message | 15 | ||||
-rw-r--r-- | www/mod_throttle/pkg-plist | 7 | ||||
-rw-r--r-- | www/mod_watch/Makefile | 56 | ||||
-rw-r--r-- | www/mod_watch/distinfo | 2 | ||||
-rw-r--r-- | www/mod_watch/files/patch-mod_watch.c | 22 | ||||
-rw-r--r-- | www/mod_watch/pkg-descr | 8 | ||||
-rw-r--r-- | www/mod_watch/pkg-install | 14 | ||||
-rw-r--r-- | www/mod_watch/pkg-message | 20 | ||||
-rw-r--r-- | www/mod_watch/pkg-plist | 23 | ||||
-rw-r--r-- | www/mod_watch4/Makefile | 60 | ||||
-rw-r--r-- | www/mod_watch4/distinfo | 2 | ||||
-rw-r--r-- | www/mod_watch4/pkg-descr | 8 | ||||
-rw-r--r-- | www/mod_watch4/pkg-install | 14 | ||||
-rw-r--r-- | www/mod_watch4/pkg-message | 20 | ||||
-rw-r--r-- | www/mod_watch4/pkg-plist | 21 |
21 files changed, 0 insertions, 390 deletions
diff --git a/www/Makefile b/www/Makefile index 8f9ab182b048..1600e4f72a9f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -329,7 +329,6 @@ SUBDIR += mod_shapvh SUBDIR += mod_snake SUBDIR += mod_sqlinclude - SUBDIR += mod_throttle SUBDIR += mod_ticket SUBDIR += mod_tidy SUBDIR += mod_traf_thief @@ -340,8 +339,6 @@ SUBDIR += mod_v2h SUBDIR += mod_vdbh SUBDIR += mod_vhs - SUBDIR += mod_watch - SUBDIR += mod_watch4 SUBDIR += mod_webapp SUBDIR += mod_zap SUBDIR += moinmoin diff --git a/www/mod_throttle/Makefile b/www/mod_throttle/Makefile deleted file mode 100644 index 03fefa7aa4bd..000000000000 --- a/www/mod_throttle/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: mod_throttle -# Date created: 11 February 2001 -# Whom: Anders Nordby <anders@fix.no> -# -# $FreeBSD$ -# - -PORTNAME= mod_throttle -PORTVERSION= 3.1.2 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://www.snert.com/Software/mod_throttle/ \ - http://atreides.freenix.no/~anders/ -DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} -EXTRACT_SUFX= .tgz - -MAINTAINER= anders@FreeBSD.org -COMMENT= An Apache module that provides bandwidth & request throttling - -USE_APACHE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -DOCS= CHANGES.txt LICENSE.txt index.shtml - -do-build: - @cd ${WRKSRC} && \ - ${APXS} -c mod_throttle.c - -do-install: - ${APXS} -i -A -n throttle ${WRKSRC}/mod_throttle.so -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/mod_throttle -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/mod_throttle/ -.endfor -.endif - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - ${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/mod_throttle/distinfo b/www/mod_throttle/distinfo deleted file mode 100644 index 28cf11231f82..000000000000 --- a/www/mod_throttle/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (mod_throttle312.tgz) = 6edc45c3ea8a0855d4b0b14cf0f76404 -SIZE (mod_throttle312.tgz) = 41397 diff --git a/www/mod_throttle/files/patch-mod_throttle.c b/www/mod_throttle/files/patch-mod_throttle.c deleted file mode 100644 index 242ce4e77ce9..000000000000 --- a/www/mod_throttle/files/patch-mod_throttle.c +++ /dev/null @@ -1,27 +0,0 @@ ---- mod_throttle.c.orig Mon Oct 28 00:50:56 2002 -+++ mod_throttle.c Mon Oct 28 00:51:06 2002 -@@ -41,6 +41,10 @@ - * for a FreeBSD machine for testing and several suggestions. - */ - -+#ifdef INET6 -+#error mod_throttle is not IPv6-aware. -+#endif -+ - /*********************************************************************** - *** Pick one that best suits your system. - ***********************************************************************/ ---- mod_throttle.c.orig Mon May 10 15:59:10 2004 -+++ mod_throttle.c Mon May 10 16:00:45 2004 -@@ -215,8 +215,8 @@ - static const char dtype[] = "Directory"; - static const char text_html[] = "text/html"; - static const char text_plain[] = "text/plain"; --static const char file_lock[] = "logs/mod_throttle.lock"; --static const char file_runtime[] = "logs/mod_throttle.runtime"; -+static const char file_lock[] = "/var/run/mod_throttle/mod_throttle.lock"; -+static const char file_runtime[] = "/var/run/mod_throttle/mod_throttle.runtime"; - - static const char x_is_subrequest[] = "x-is-subrequest"; - static const char request_handler[] = "request-handler"; - diff --git a/www/mod_throttle/pkg-descr b/www/mod_throttle/pkg-descr deleted file mode 100644 index 0485207ffe9e..000000000000 --- a/www/mod_throttle/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -This Apache module is intended to reduce the load on your server & bandwidth -generated by popular virtual hosts, directories, locations, or users according -to supported polices that decide when to delay or refuse requests. Also -mod_throttle can track and throttle incoming connections by IP address or by -authenticated remote user. - -Every request now passes through four levels of throttling, which are: by -client's IP address , by authenticated remote user name (ThrottleRemoteUser), -by local user ID (ThrottleUser), and by directory, location, virtual host, or -server (ThrottlePolicy). - -WWW: http://www.snert.com/Software/mod_throttle/ diff --git a/www/mod_throttle/pkg-install b/www/mod_throttle/pkg-install deleted file mode 100644 index bcdabbae4b7f..000000000000 --- a/www/mod_throttle/pkg-install +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -case $2 in - PRE-INSTALL) - ;; - POST-INSTALL) - install -d -o www -g www -m 0755 /var/run/mod_throttle - ;; - *) - echo "Unexpected Argument $2." - exit 1 - ;; -esac -exit 0 diff --git a/www/mod_throttle/pkg-message b/www/mod_throttle/pkg-message deleted file mode 100644 index a02b6f82568c..000000000000 --- a/www/mod_throttle/pkg-message +++ /dev/null @@ -1,15 +0,0 @@ -************************************************************ -You've installed mod_throttle, a bandwidth & request -throttler for Apache. - -Edit your apache.conf or httpd.conf to enable and setup this -module. Have a look at -${PREFIX}/share/doc/mod_throttle/index.shtml for information -on how to configure it. - -Then do this to make it work effective: - -# apachectl configtest (see if there are any config errors) -# apachectl restart - -************************************************************ diff --git a/www/mod_throttle/pkg-plist b/www/mod_throttle/pkg-plist deleted file mode 100644 index 6906dab32f3f..000000000000 --- a/www/mod_throttle/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -libexec/apache/mod_throttle.so -@exec %D/sbin/apxs -e -A -n throttle %D/%F -@unexec %D/sbin/apxs -e -A -n throttle %D/%F -%%PORTDOCS%%share/doc/mod_throttle/CHANGES.txt -%%PORTDOCS%%share/doc/mod_throttle/LICENSE.txt -%%PORTDOCS%%share/doc/mod_throttle/index.shtml -%%PORTDOCS%%@dirrm share/doc/mod_throttle diff --git a/www/mod_watch/Makefile b/www/mod_watch/Makefile deleted file mode 100644 index 6bf6c12e1ea4..000000000000 --- a/www/mod_watch/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: mod_watch -# Date created: 18 August 2001 -# Whom: Anders Nordby <anders@fix.no> -# -# $FreeBSD$ -# - -PORTNAME= mod_watch -PORTVERSION= 3.18 -CATEGORIES= www -MASTER_SITES= http://www.snert.com/Software/download/ \ - ftp://ftp.nuug.no/pub/anders/distfiles/ -DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} -EXTRACT_SUFX= .tgz - -MAINTAINER= anders@FreeBSD.org -COMMENT= An Apache module to monitor bandwidth usage, for use with MRTG etc - -USE_APACHE= yes -USE_PERL5= yes - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -MAKE_ARGS+= APXS="${APXS}" - -ALL_TARGET= build-dynamic - -RDOCS= CHANGES.TXT LICENSE.TXT notes-conf.txt notes-support.txt -DOCS= apache2mrtg.html index.shtml mailto.js mod_watch.html style.css -DOCS_HTMLIMAGES= apache-header-476-62.png mrpixel.gif mrtg-bar.png \ - sun-logo.jpg wave1.jpg - -post-patch: - ${PERL} -pi -e "s@^APXS.*@@" ${WRKSRC}/Makefile - -do-install: - ${APXS} -i -A -n watch ${WRKSRC}/mod_watch.so - ${INSTALL_SCRIPT} ${WRKSRC}/apache2mrtg.pl ${PREFIX}/sbin - ${INSTALL_SCRIPT} ${WRKSRC}/mod_watch.pl ${PREFIX}/sbin - ${INSTALL_SCRIPT} ${WRKSRC}/nfields.pl ${PREFIX}/sbin -.if !defined(NOPORTDOCS) - @${INSTALL} -d -m 0755 ${DOCSDIR}/html/Img -.for f in ${RDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ -.endfor -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/html/ -.endfor -.for f in ${DOCS_HTMLIMAGES} - ${INSTALL_DATA} ${WRKSRC}/Img/${f} ${DOCSDIR}/html/Img/ -.endfor -.endif - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/mod_watch/distinfo b/www/mod_watch/distinfo deleted file mode 100644 index f92e5b458ba4..000000000000 --- a/www/mod_watch/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (mod_watch318.tgz) = 1409df800f24214bed16ca753b9967ff -SIZE (mod_watch318.tgz) = 94668 diff --git a/www/mod_watch/files/patch-mod_watch.c b/www/mod_watch/files/patch-mod_watch.c deleted file mode 100644 index 1b9edeebab8e..000000000000 --- a/www/mod_watch/files/patch-mod_watch.c +++ /dev/null @@ -1,22 +0,0 @@ ---- mod_watch.c.orig Wed Nov 27 15:20:42 2002 -+++ mod_watch.c Thu Jun 3 13:54:49 2004 -@@ -41,6 +41,10 @@ - * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -+#ifdef INET6 -+#error mod_watch is not IPv6-aware. -+#endif -+ - #ifndef SPOOLDIR - #define SPOOLDIR "/var/spool/mod_watch/" - #endif -@@ -74,7 +78,7 @@ - - #define MODULE "mod_watch" - #define AUTHOR "achowe@snert.com" --#define VERSION "3.17" -+#define VERSION "3.18" - #define COPYRIGHT_DATE "2001, 2002" - - #include "httpd.h" diff --git a/www/mod_watch/pkg-descr b/www/mod_watch/pkg-descr deleted file mode 100644 index 81e1f0360031..000000000000 --- a/www/mod_watch/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This Apache module will watch and collect the bytes in & out per virtual host, -per file owner, and the web server as a whole. It was designed for use with -MRTG, which will make nice graphical representations of the data, but is -general enough that it can be applied to other purposes. - -WWW: http://www.snert.com/Software/mod_watch/ - -- Anders Nordby <anders@fix.no> diff --git a/www/mod_watch/pkg-install b/www/mod_watch/pkg-install deleted file mode 100644 index 97ac46175592..000000000000 --- a/www/mod_watch/pkg-install +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -case $2 in - PRE-INSTALL) - ;; - POST-INSTALL) - install -d -o www -g www -m 0755 /var/spool/mod_watch - ;; - *) - echo "Unexpected Argument $2." - exit 1 - ;; -esac -exit 0 diff --git a/www/mod_watch/pkg-message b/www/mod_watch/pkg-message deleted file mode 100644 index e24a59f37b94..000000000000 --- a/www/mod_watch/pkg-message +++ /dev/null @@ -1,20 +0,0 @@ -************************************************************ -You've installed mod_watch, a module to monitor bandwidth -usage. - -/var/spool/mod_watch has been created. It's owned by user -www and group www. For mod_watch to work, the Apache -user/group must be able to create and update files in this -directory. - -Edit your apache.conf or httpd.conf to enable and setup this -module. Have a look at the files in -${PREFIX}/share/doc/mod_watch/html for information on how to -configure it etc. - -Then do this to make it work effective: - -# apachectl configtest (see if there are any config errors) -# apachectl restart - -************************************************************ diff --git a/www/mod_watch/pkg-plist b/www/mod_watch/pkg-plist deleted file mode 100644 index 133d59bd7d83..000000000000 --- a/www/mod_watch/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -sbin/apache2mrtg.pl -sbin/mod_watch.pl -sbin/nfields.pl -libexec/apache/mod_watch.so -@exec %D/sbin/apxs -e -A -n watch %D/%F -@unexec %D/sbin/apxs -e -A -n watch %D/%F -%%PORTDOCS%%%%DOCSDIR%%/html/Img/apache-header-476-62.png -%%PORTDOCS%%%%DOCSDIR%%/html/Img/mrpixel.gif -%%PORTDOCS%%%%DOCSDIR%%/html/Img/mrtg-bar.png -%%PORTDOCS%%%%DOCSDIR%%/html/Img/sun-logo.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/Img/wave1.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/apache2mrtg.html -%%PORTDOCS%%%%DOCSDIR%%/html/index.shtml -%%PORTDOCS%%%%DOCSDIR%%/html/mailto.js -%%PORTDOCS%%%%DOCSDIR%%/html/mod_watch.html -%%PORTDOCS%%%%DOCSDIR%%/html/style.css -%%PORTDOCS%%%%DOCSDIR%%/CHANGES.TXT -%%PORTDOCS%%%%DOCSDIR%%/LICENSE.TXT -%%PORTDOCS%%%%DOCSDIR%%/notes-conf.txt -%%PORTDOCS%%%%DOCSDIR%%/notes-support.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/Img -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/www/mod_watch4/Makefile b/www/mod_watch4/Makefile deleted file mode 100644 index b42f756701bd..000000000000 --- a/www/mod_watch4/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: mod_watch4 -# Date created: 11 Octber 2003 -# Whom: Toshiya SAITOH <toshiya@saitoh.nu> -# -# $FreeBSD$ -# - -PORTNAME= mod_watch -PORTVERSION= 4.3 -CATEGORIES= www -MASTER_SITES= http://www.snert.com/Software/download/ -DISTNAME= ${PORTNAME}${PORTVERSION:S/./0/g} -EXTRACT_SUFX= .tgz -DIST_SUBDIR= apache2 - -MAINTAINER= toshiya@saitoh.nu -COMMENT= An Apache2 module to monitor bandwidth usage, for use with MRTG etc - -RUN_DEPENDS= mrtg:${PORTSDIR}/net-mgmt/mrtg - -NO_PACKAGE= "Binary package distribution is prohibited by license" -NO_CDROM= "Commercial distfile distribution is prohibited by license" - -USE_PERL5_RUN= yes -USE_APACHE= yes -WITH_APACHE2= yes - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -MAKEFILE= Makefile.dso - -MAKE_ARGS+= APXS="${APXS}" - -LATEST_LINK= mod_watch4 - -ALL_TARGET= build - -DOCS= apache2mrtg.shtml index.shtml mailto.js mod_watch.shtml style.css -DOCS_HTMLIMAGES= apache-header-476-62.png mrpixel.gif mrtg-bar.png \ - sun-logo.jpg wave1.jpg - -do-install: - ${APXS} -i -a -n watch ${WRKSRC}/mod_watch.la - ${INSTALL_SCRIPT} ${WRKSRC}/apache2mrtg.pl ${PREFIX}/sbin - ${INSTALL_SCRIPT} ${WRKSRC}/mod_watch.pl ${PREFIX}/sbin - ${INSTALL_SCRIPT} ${WRKSRC}/nfields.pl ${PREFIX}/sbin -.if !defined(NOPORTDOCS) - @${INSTALL} -d -m 0755 ${DOCSDIR}/html/Img - ${INSTALL_DATA} ${WRKSRC}/CHANGES.TXT ${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/LICENSE.TXT ${DOCSDIR}/ -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/html/ -.endfor -.for f in ${DOCS_HTMLIMAGES} - ${INSTALL_DATA} ${WRKSRC}/Img/${f} ${DOCSDIR}/html/Img/ -.endfor -.endif - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/mod_watch4/distinfo b/www/mod_watch4/distinfo deleted file mode 100644 index 3fe688132966..000000000000 --- a/www/mod_watch4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (apache2/mod_watch403.tgz) = 06d57713adb935f16596d22256bca913 -SIZE (apache2/mod_watch403.tgz) = 99583 diff --git a/www/mod_watch4/pkg-descr b/www/mod_watch4/pkg-descr deleted file mode 100644 index 0d516920b8a7..000000000000 --- a/www/mod_watch4/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This Apache module will watch and collect the bytes in & out per virtual host, -per file owner, and the web server as a whole. It was designed for use with -MRTG, which will make nice graphical representations of the data, but is -general enough that it can be applied to other purposes. - -WWW: http://www.snert.com/Software/mod_watch/ - -- Toshiya Saitoh <toshiya@saitoh.nu> diff --git a/www/mod_watch4/pkg-install b/www/mod_watch4/pkg-install deleted file mode 100644 index 97ac46175592..000000000000 --- a/www/mod_watch4/pkg-install +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -case $2 in - PRE-INSTALL) - ;; - POST-INSTALL) - install -d -o www -g www -m 0755 /var/spool/mod_watch - ;; - *) - echo "Unexpected Argument $2." - exit 1 - ;; -esac -exit 0 diff --git a/www/mod_watch4/pkg-message b/www/mod_watch4/pkg-message deleted file mode 100644 index e24a59f37b94..000000000000 --- a/www/mod_watch4/pkg-message +++ /dev/null @@ -1,20 +0,0 @@ -************************************************************ -You've installed mod_watch, a module to monitor bandwidth -usage. - -/var/spool/mod_watch has been created. It's owned by user -www and group www. For mod_watch to work, the Apache -user/group must be able to create and update files in this -directory. - -Edit your apache.conf or httpd.conf to enable and setup this -module. Have a look at the files in -${PREFIX}/share/doc/mod_watch/html for information on how to -configure it etc. - -Then do this to make it work effective: - -# apachectl configtest (see if there are any config errors) -# apachectl restart - -************************************************************ diff --git a/www/mod_watch4/pkg-plist b/www/mod_watch4/pkg-plist deleted file mode 100644 index 6ee5da0f0cf7..000000000000 --- a/www/mod_watch4/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -sbin/apache2mrtg.pl -sbin/mod_watch.pl -sbin/nfields.pl -libexec/apache2/mod_watch.so -@exec %D/sbin/apxs -e -A -n watch %D/%F -@unexec %D/sbin/apxs -e -A -n watch %D/%F -%%PORTDOCS%%%%DOCSDIR%%/html/Img/apache-header-476-62.png -%%PORTDOCS%%%%DOCSDIR%%/html/Img/mrpixel.gif -%%PORTDOCS%%%%DOCSDIR%%/html/Img/mrtg-bar.png -%%PORTDOCS%%%%DOCSDIR%%/html/Img/sun-logo.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/Img/wave1.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/apache2mrtg.shtml -%%PORTDOCS%%%%DOCSDIR%%/html/index.shtml -%%PORTDOCS%%%%DOCSDIR%%/html/mailto.js -%%PORTDOCS%%%%DOCSDIR%%/html/mod_watch.shtml -%%PORTDOCS%%%%DOCSDIR%%/html/style.css -%%PORTDOCS%%%%DOCSDIR%%/CHANGES.TXT -%%PORTDOCS%%%%DOCSDIR%%/LICENSE.TXT -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/Img -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% |