diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-06-25 09:23:47 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-06-25 09:23:47 +0000 |
commit | 62fbb7f298d06b4b2a8ca553af5a3c8f49496f53 (patch) | |
tree | 04dbee4887723df402a293e1a4fcd6092da520c7 | |
parent | Add missing patch (diff) |
Bye Bye
2011-05-01 irc/gdesklets-irc: Upstream disapear and distfile is no more available
2011-06-24 net/libevnet: no longer necessary now that libevent2 has been released
2011-05-01 shells/44bsd-csh: Upstream disapear and distfile is no more available
2011-05-01 www/mod_auth_ldap: apache 13/20 is sceduled for deletion, migrate to 2.2.x+ and mod_authnz_ldap now
2011-05-01 www/mod_auth_remote: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_authenticache: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_layout2: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_macro2: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_traf_thief: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_transform: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
Notes
Notes:
svn path=/head/; revision=276353
48 files changed, 10 insertions, 682 deletions
@@ -55,7 +55,6 @@ ads-java-novm-* databases/adstudio Only free for qualified Open Source annelid-* games/annelid Redistribution is limited apache_*ssl_* www/apache13-ssl Crypto; export-controlled apache_mod_smooth_streaming-* www/mod_smooth_streaming Not for commerical use -apache2/mod_traf_thief-*.c www/mod_traf_thief No license AquaGatekeeper* net/AquaGatekeeper No redistribution allowed armyops*-linux.run games/linux-americasarmy Redistribution is limited asWedit-* www/aswedit Commercial software @@ -2223,3 +2223,13 @@ irc/ezbounce-devel|irc/ezbounce|2011-06-19|main port updated to latest available graphics/povray|graphics/povray36|2011-06-21|Renamed x11/widgetfactory|x11-themes/thewidgetfactory|2011-06-23|Duplicate ports merged deskutils/opengoo|deskutils/fengoffice|2011-06-24|It was renamed to deskutils/fengoffice +irc/gdesklets-irc||2011-06-25|Has expired: Upstream disapear and distfile is no more available +net/libevnet||2011-06-25|Has expired: no longer necessary now that libevent2 has been released +shells/44bsd-csh||2011-06-25|Has expired: Upstream disapear and distfile is no more available +www/mod_auth_ldap||2011-06-25|Has expired: apache 13/20 is sceduled for deletion, migrate to 2.2.x+ and mod_authnz_ldap now +www/mod_auth_remote||2011-06-25|Has expired: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now +www/mod_authenticache||2011-06-25|Has expired: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now +www/mod_layout2||2011-06-25|Has expired: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now +www/mod_macro2||2011-06-25|Has expired: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now +www/mod_traf_thief||2011-06-25|Has expired: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now +www/mod_transform||2011-06-25|Has expired: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now diff --git a/irc/Makefile b/irc/Makefile index 39f051016d63..3942c229609d 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -25,7 +25,6 @@ SUBDIR += evangeline SUBDIR += ezbounce SUBDIR += fisg - SUBDIR += gdesklets-irc SUBDIR += gruftistats SUBDIR += gseen.mod SUBDIR += hybserv diff --git a/irc/gdesklets-irc/Makefile b/irc/gdesklets-irc/Makefile deleted file mode 100644 index 52529b45108f..000000000000 --- a/irc/gdesklets-irc/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: gdesklets-irc -# Date created: 6 May 2004 -# Whom: Hye-Shik Chang -# -# $FreeBSD$ -# - -PORTNAME= irc -PORTVERSION= 1.2 -PORTREVISION= 9 -CATEGORIES= irc gnome deskutils -MASTER_SITES= http://gdesklets.gnomedesktop.org/files/ -PKGNAMEPREFIX= gdesklets- - -MAINTAINER= ports@FreeBSD.org -COMMENT= An IRC display and sensor for gdesklets - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets \ - ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twisted - -USE_PYTHON= yes - -NAME= irc -DATADIR= ${PREFIX}/share/gdesklets -LANG= ko -WRKSRC= ${WRKDIR}/${NAME} -SUB_FILES= pkg-message -SUB_LIST= NAME=${NAME} - -do-build: - @${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC} - -do-install: - @${MKDIR} ${DATADIR}/Displays/${NAME}/gfx - @${MKDIR} ${DATADIR}/Sensors/${NAME}/gfx - @${INSTALL_DATA} ${WRKSRC}/${NAME}/*.py ${DATADIR}/Sensors/${NAME}/ -.for ii in ${LANG} - @${MKDIR} ${DATADIR}/Sensors/${NAME}/locale/${ii}/LC_MESSAGES - @${INSTALL_DATA} ${WRKSRC}/${NAME}/locale/${ii}/LC_MESSAGES/*.mo \ - ${DATADIR}/Sensors/${NAME}/locale/${ii}/LC_MESSAGES/ -.endfor - @${INSTALL_DATA} ${WRKSRC}/*.display ${DATADIR}/Displays/${NAME}/ - @${INSTALL_DATA} ${WRKSRC}/gfx/*.png ${DATADIR}/Displays/${NAME}/gfx/ - -post-install: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/Sensors/${NAME} - @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/Sensors/${NAME} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/irc/gdesklets-irc/distinfo b/irc/gdesklets-irc/distinfo deleted file mode 100644 index d0114f814d9a..000000000000 --- a/irc/gdesklets-irc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (irc-1.2.tar.gz) = cf3b0e10ffcb9d79577f9df6458a57edf1291d275b8d9334a56bb0f913ad9204 -SIZE (irc-1.2.tar.gz) = 27481 diff --git a/irc/gdesklets-irc/files/pkg-message.in b/irc/gdesklets-irc/files/pkg-message.in deleted file mode 100644 index b629d1ef3ea7..000000000000 --- a/irc/gdesklets-irc/files/pkg-message.in +++ /dev/null @@ -1,13 +0,0 @@ -## -To view the installed applets: - - ls %%PREFIX%%/share/gdesklets/Displays - -To use this applet: - - gdesklets open %%PREFIX%%/share/gdesklets/Displays/%%NAME%%/%%NAME%%.display - -NOTE: Be sure to login as your user when you use the gdesklets command, - as the configuration will be stored in the ~/.gdesklets/ directory - and/or gconf database. -## diff --git a/irc/gdesklets-irc/pkg-descr b/irc/gdesklets-irc/pkg-descr deleted file mode 100644 index 0de5cf66ab34..000000000000 --- a/irc/gdesklets-irc/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -This desklet allows you to chat in your screen background. - -Features: -* Use the mouse scroll wheel to scroll through history. -* Integrated Text-To-Speech through Festival -* Dynamically resizable borders -* Tab completion on nicks and commands -* Log text to a file -* Text wrapping -* Login to secure channels with username and password -* i18n support - -WWW: http://gdesklets.gnomedesktop.org/ diff --git a/irc/gdesklets-irc/pkg-plist b/irc/gdesklets-irc/pkg-plist deleted file mode 100644 index 3280ee01b0b9..000000000000 --- a/irc/gdesklets-irc/pkg-plist +++ /dev/null @@ -1,26 +0,0 @@ -%%DATADIR%%/Displays/irc/gfx/bottom_edge.png -%%DATADIR%%/Displays/irc/gfx/bottom_left_corner.png -%%DATADIR%%/Displays/irc/gfx/bottom_right_corner.png -%%DATADIR%%/Displays/irc/gfx/left_edge.png -%%DATADIR%%/Displays/irc/gfx/right_edge.png -%%DATADIR%%/Displays/irc/gfx/top_edge.png -%%DATADIR%%/Displays/irc/gfx/top_left_corner.png -%%DATADIR%%/Displays/irc/gfx/top_right_corner.png -%%DATADIR%%/Displays/irc/irc.display -%%DATADIR%%/Sensors/irc/__init__.py -%%DATADIR%%/Sensors/irc/__init__.pyc -%%DATADIR%%/Sensors/irc/__init__.pyo -%%DATADIR%%/Sensors/irc/ircbot.py -%%DATADIR%%/Sensors/irc/ircbot.pyc -%%DATADIR%%/Sensors/irc/ircbot.pyo -%%DATADIR%%/Sensors/irc/locale/ko/LC_MESSAGES/irc_sensor.mo -%%DATADIR%%/Sensors/irc/message_window.py -%%DATADIR%%/Sensors/irc/message_window.pyc -%%DATADIR%%/Sensors/irc/message_window.pyo -@dirrm %%DATADIR%%/Sensors/irc/locale/ko/LC_MESSAGES -@dirrm %%DATADIR%%/Sensors/irc/locale/ko -@dirrm %%DATADIR%%/Sensors/irc/locale -@dirrm %%DATADIR%%/Sensors/irc/gfx -@dirrm %%DATADIR%%/Sensors/irc -@dirrm %%DATADIR%%/Displays/irc/gfx -@dirrm %%DATADIR%%/Displays/irc diff --git a/net/Makefile b/net/Makefile index 645347cf8ce0..e829094e5c46 100644 --- a/net/Makefile +++ b/net/Makefile @@ -306,7 +306,6 @@ SUBDIR += libbgpdump SUBDIR += libconnect SUBDIR += libdnet - SUBDIR += libevnet SUBDIR += libexosip2 SUBDIR += libfb SUBDIR += libfixbuf diff --git a/net/libevnet/Makefile b/net/libevnet/Makefile deleted file mode 100644 index 128df4e1d1bb..000000000000 --- a/net/libevnet/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: libevnet -# Date created: Apr 22, 2007 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= libevnet -PORTVERSION= 0.3.11 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= http://www.25thandclement.com/~william/projects/releases/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Network Daemon Services for libevent - -BUILD_DEPENDS= ${LOCALBASE}/lib/libarena.a:${PORTSDIR}/devel/libarena -LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent \ - cares.2:${PORTSDIR}/dns/c-ares -RUN_DEPENDS= ${BUILD_DEPENDS} - -DEPRECATED= no longer necessary now that libevent2 has been released -EXPIRATION_DATE= 2011-06-24 - -USE_OPENSSL= yes -USE_GMAKE= yes - -CPPFLAGS= -I${LOCALBASE}/include \ - -DUSE_OPENSSL -DUSE_CARES -DUSE_IPV6 -DUSE_PTHREADS \ - -DHAVE_STRLCPY -DHAVE_STRLCAT -D_REENTRANT - -MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" - -.include <bsd.port.mk> diff --git a/net/libevnet/distinfo b/net/libevnet/distinfo deleted file mode 100644 index 9934c5976785..000000000000 --- a/net/libevnet/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libevnet-0.3.11.tgz) = 99ac2c2ac7fb6708b31481d8b04af9c197ba6fc6a9af812edec183f2bc6d07c5 -SIZE (libevnet-0.3.11.tgz) = 103977 diff --git a/net/libevnet/files/patch-compat__bsd__stdlib__arc4random.h b/net/libevnet/files/patch-compat__bsd__stdlib__arc4random.h deleted file mode 100644 index 877dc803c071..000000000000 --- a/net/libevnet/files/patch-compat__bsd__stdlib__arc4random.h +++ /dev/null @@ -1,17 +0,0 @@ ---- ./compat/bsd/stdlib/arc4random.h.orig 2009-11-29 07:02:28.000000000 +0200 -+++ ./compat/bsd/stdlib/arc4random.h 2010-01-12 23:27:24.000000000 +0200 -@@ -379,11 +379,11 @@ - - - #ifndef HAVE_ARC4RANDOM_BUF --#if defined __OpenBSD__ -+#if defined __OpenBSD__ || defined __FreeBSD__ - --#include <sys/param.h> /* OpenBSD */ -+#include <sys/param.h> /* OpenBSD, FreeBSD */ - --#if OpenBSD >= 200811 -+#if OpenBSD >= 200811 || __FreeBSD_version >= 800107 - #define HAVE_ARC4RANDOM_BUF 1 - #else - #define HAVE_ARC4RANDOM_BUF 0 diff --git a/net/libevnet/files/patch-gmake382 b/net/libevnet/files/patch-gmake382 deleted file mode 100644 index 4777ceb12c19..000000000000 --- a/net/libevnet/files/patch-gmake382 +++ /dev/null @@ -1,30 +0,0 @@ ---- mk/Epilogue.mk.orig 2009-11-28 23:02:27.000000000 -0600 -+++ mk/Epilogue.mk 2011-03-25 15:05:17.000000000 -0500 -@@ -4,6 +4,6 @@ - # --d := $(dirstack_$(sp)) -+d:= $(dirstack_$(sp)) - --sp ?= $(shell basename "$(sp)") --sp != basename "$(sp)" -+sp?= $(shell basename "$(sp)") -+sp!= basename "$(sp)" - ---- mk/Prologue.mk.orig 2011-03-25 15:05:05.000000000 -0500 -+++ mk/Prologue.mk 2011-03-25 15:05:34.000000000 -0500 -@@ -4,5 +4,5 @@ - # --sp := $(sp).x --dirstack_$(sp) := $(d) --d := $(dir) -+sp:= $(sp).x -+dirstack_$(sp):= $(d) -+d:= $(dir) - -@@ -10,4 +10,4 @@ - # Our parent directory --$(d)/.. ?= $(shell dirname "$(d)") --$(d)/.. != dirname "$(d)" -+$(d)/..?= $(shell dirname "$(d)") -+$(d)/..!= dirname "$(d)" - diff --git a/net/libevnet/pkg-descr b/net/libevnet/pkg-descr deleted file mode 100644 index c5e11072c7aa..000000000000 --- a/net/libevnet/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -libevnet provides a suite of interfaces, all built around libevent, useful to -network daemons. - -WWW: http://www.25thandclement.com/~william/projects/libevnet.html diff --git a/net/libevnet/pkg-plist b/net/libevnet/pkg-plist deleted file mode 100644 index b87a8057d932..000000000000 --- a/net/libevnet/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -include/evnet/bufio.h -include/evnet/bufio/drain.h -include/evnet/bufio/membuf.h -include/evnet/bufio/pagebuf.h -include/evnet/bufio/pipe.h -include/evnet/bufio/socket.h -include/evnet/lookup.h -include/evnet/socket.h -include/evnet/thread.h -include/evnet/tls.h -@dirrm include/evnet/bufio -@dirrm include/evnet -lib/libevnet.a diff --git a/shells/44bsd-csh/Makefile b/shells/44bsd-csh/Makefile deleted file mode 100644 index c6ec851d8e4f..000000000000 --- a/shells/44bsd-csh/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: csh -# Date created: 23 January 2000 -# Whom: David O'Brien <obrien@NUXI.com> -# -# $FreeBSD$ -# -PORTNAME= 44bsd-csh -PORTVERSION= 20001106 -CATEGORIES= shells -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= cy - -MAINTAINER= ports@FreeBSD.org -COMMENT= The traditional 4.4BSD /bin/csh C-shell - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -USE_BZIP2= yes - -NO_WRKSUBDIR= yes -MAN1= 44bsd-csh.1 -PORTDOCS= paper.ascii.gz -post-extract: - cd ${WRKSRC} ; co RCS/*,v - cd ${WRKSRC}/USD.doc ; co RCS/*,v - -post-build: - cd ${WRKSRC}/USD.doc ; ${MAKE} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/csh ${PREFIX}/bin/44bsd-csh - ${INSTALL_MAN} ${WRKSRC}/csh.1 ${PREFIX}/man/man1/44bsd-csh.1 -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/USD.doc/paper.ascii.gz ${DOCSDIR} -.endif - @${ECHO_MSG} "Updating /etc/shells" - @${CP} /etc/shells /etc/shells.bak - @(${GREP} -v ${PREFIX}/bin/44bsd-csh /etc/shells.bak; \ - ${ECHO_CMD} ${PREFIX}/bin/44bsd-csh) > /etc/shells - @${RM} /etc/shells.bak - -tarup: - cd ${WRKSRC} ; rm * USD.doc/* - cd ${WRKSRC} ; ${TAR} cvyf /tmp/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} - -.include <bsd.port.mk> diff --git a/shells/44bsd-csh/distinfo b/shells/44bsd-csh/distinfo deleted file mode 100644 index 32898dce2054..000000000000 --- a/shells/44bsd-csh/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (44bsd-csh-20001106.tar.bz2) = 8dafbb6862ab39ac4530106e2a61a5691a8fa7563e8e8564194265bec1d55ff1 -SIZE (44bsd-csh-20001106.tar.bz2) = 160312 diff --git a/shells/44bsd-csh/files/patch-proc.c b/shells/44bsd-csh/files/patch-proc.c deleted file mode 100644 index d938524ed34f..000000000000 --- a/shells/44bsd-csh/files/patch-proc.c +++ /dev/null @@ -1,50 +0,0 @@ -$FreeBSD$ - ---- proc.c Tue Jun 4 20:07:29 2002 -+++ proc.c Tue Jun 4 20:14:09 2002 -@@ -89,13 +89,13 @@ - int pid; - extern int insource; - int save_errno = errno; -- union wait w; -+ int w; - int jobflags; - struct rusage ru; - - loop: - errno = 0; /* reset, just in case */ -- pid = wait3(&w.w_status, -+ pid = wait3(&w, - (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru); - - if (pid <= 0) { -@@ -117,7 +117,7 @@ - pp->p_flags &= ~(PRUNNING | PSTOPPED | PREPORTED); - if (WIFSTOPPED(w)) { - pp->p_flags |= PSTOPPED; -- pp->p_reason = w.w_stopsig; -+ pp->p_reason = WSTOPSIG(w); - } - else { - if (pp->p_flags & (PTIME | PPTIME) || adrof(STRtime)) -@@ -125,16 +125,16 @@ - - pp->p_rusage = ru; - if (WIFSIGNALED(w)) { -- if (w.w_termsig == SIGINT) -+ if (WTERMSIG(w) == SIGINT) - pp->p_flags |= PINTERRUPTED; - else - pp->p_flags |= PSIGNALED; -- if (w.w_coredump) -+ if (WCOREDUMP(w)) - pp->p_flags |= PDUMPED; -- pp->p_reason = w.w_termsig; -+ pp->p_reason = WTERMSIG(w); - } - else { -- pp->p_reason = w.w_retcode; -+ pp->p_reason = WEXITSTATUS(w); - if (pp->p_reason != 0) - pp->p_flags |= PAEXITED; - else diff --git a/shells/44bsd-csh/pkg-descr b/shells/44bsd-csh/pkg-descr deleted file mode 100644 index ae3f22251328..000000000000 --- a/shells/44bsd-csh/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This is the traditional 4.4BSD /bin/csh C-shell, with additional -FreeBSD fixes and updates since 4.4BSD Lite was released. diff --git a/shells/44bsd-csh/pkg-plist b/shells/44bsd-csh/pkg-plist deleted file mode 100644 index f70d1ad837e2..000000000000 --- a/shells/44bsd-csh/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/44bsd-csh -@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells -@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells diff --git a/shells/Makefile b/shells/Makefile index d9a6e3ac3883..02a07efae1bf 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -3,7 +3,6 @@ COMMENT = Shells - SUBDIR += 44bsd-csh SUBDIR += bash SUBDIR += bash-completion SUBDIR += bash-static diff --git a/www/Makefile b/www/Makefile index 7b2415f3eb45..c3f0fddc0814 100644 --- a/www/Makefile +++ b/www/Makefile @@ -455,7 +455,6 @@ SUBDIR += mod_auth_imap2 SUBDIR += mod_auth_kerb SUBDIR += mod_auth_kerb2 - SUBDIR += mod_auth_ldap SUBDIR += mod_auth_mellon SUBDIR += mod_auth_mysql SUBDIR += mod_auth_mysql2 @@ -466,11 +465,9 @@ SUBDIR += mod_auth_pgsql SUBDIR += mod_auth_pgsql2 SUBDIR += mod_auth_pubtkt - SUBDIR += mod_auth_remote SUBDIR += mod_auth_tkt SUBDIR += mod_auth_useragent SUBDIR += mod_auth_xradius - SUBDIR += mod_authenticache SUBDIR += mod_authn_sasl SUBDIR += mod_authnz_external SUBDIR += mod_authz_unixgroup @@ -517,7 +514,6 @@ SUBDIR += mod_jk SUBDIR += mod_jk-apache2 SUBDIR += mod_layout - SUBDIR += mod_layout2 SUBDIR += mod_layout22 SUBDIR += mod_limitipconn SUBDIR += mod_limitipconn2 @@ -532,7 +528,6 @@ SUBDIR += mod_log_sql2 SUBDIR += mod_log_sql2-dtc SUBDIR += mod_macro - SUBDIR += mod_macro2 SUBDIR += mod_macro22 SUBDIR += mod_memcache SUBDIR += mod_mono @@ -567,8 +562,6 @@ SUBDIR += mod_sqlinclude SUBDIR += mod_ticket SUBDIR += mod_tidy - SUBDIR += mod_traf_thief - SUBDIR += mod_transform SUBDIR += mod_trigger SUBDIR += mod_tsa SUBDIR += mod_tsunami diff --git a/www/mod_auth_ldap/Makefile b/www/mod_auth_ldap/Makefile deleted file mode 100644 index 45faa869b0b6..000000000000 --- a/www/mod_auth_ldap/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: mod_auth_ldap -# Date created: 07 June 2008 -# Whom: Gerrit Beine <gerrit.beine@gmx.de> -# -# $FreeBSD$ -# - -PORTNAME= mod_auth_ldap -PORTVERSION= 2.12 -PORTREVISION= 2 -CATEGORIES= www -MASTER_SITES= http://www.muquit.com/muquit/software/mod_auth_ldap/ \ - LOCAL -MASTER_SITE_SUBDIR= jadawin -DISTNAME= modauthldap_apache2 - -MAINTAINER= gerrit.beine@gmx.de -COMMENT= Apache module to authenticate against an LDAP directory - -MAKE_JOBS_SAFE= yes - -DEPRECATED= apache 13/20 is sceduled for deletion, migrate to 2.2.x+ and mod_authnz_ldap now -EXPIRATION_DATE=2011-05-01 - -USE_OPENLDAP= yes -USE_APACHE= 20 -AP_FAST_BUILD= yes -AP_GENPLIST= yes -SHORTMODNAME= auth_ldap -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-ldap-dir=${LOCALBASE} --with-ssl=no -MAKE_ARGS+= APXS=${APXS} - -PORTDOCS= README mod_auth_ldap_apache2.html ssl_tls.html - -.if !defined(NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/www/mod_auth_ldap/distinfo b/www/mod_auth_ldap/distinfo deleted file mode 100644 index 9f79b7799c39..000000000000 --- a/www/mod_auth_ldap/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (modauthldap_apache2.tar.gz) = 752041bbeac760ba38aa44083cf876882adb0e67f1903b03d9620b3aee154eef -SIZE (modauthldap_apache2.tar.gz) = 155812 diff --git a/www/mod_auth_ldap/pkg-descr b/www/mod_auth_ldap/pkg-descr deleted file mode 100644 index 3313f29f093a..000000000000 --- a/www/mod_auth_ldap/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This module allows Apache to authenticate a location against an -entry, or entries, in an LDAP database. - -WWW: http://muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap_apache2.html diff --git a/www/mod_auth_remote/Makefile b/www/mod_auth_remote/Makefile deleted file mode 100644 index 260eec795d3a..000000000000 --- a/www/mod_auth_remote/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: mod_auth_remote -# Date created: Sun Oct 5 -# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org> -# -# $FreeBSD$ -# - -PORTNAME= mod_auth_remote -PORTVERSION= 1.0 -CATEGORIES= www -MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/ -# Original location is here: http://puggy.symonds.net/~srp/stuff/ -DIST_SUBDIR= apache - -MAINTAINER= apache@FreeBSD.org -COMMENT= Allows users to authenticate on a remote web server - -MAKE_JOBS_SAFE= yes - -DEPRECATED= will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now -EXPIRATION_DATE= 2011-05-01 - -USE_APACHE= 20 -AP_FAST_BUILD= YES -AP_GENPLIST= YES - -PORTDOCS= readme.txt - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/www/mod_auth_remote/distinfo b/www/mod_auth_remote/distinfo deleted file mode 100644 index 99b7fbcf3162..000000000000 --- a/www/mod_auth_remote/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (apache/mod_auth_remote-1.0.tar.gz) = 81e86671d7918e5a7d12cdeffdb9b3b7242d535e3a58e9485da7f2960cb35d21 -SIZE (apache/mod_auth_remote-1.0.tar.gz) = 3457 diff --git a/www/mod_auth_remote/files/patch-mod_auth_remote.c b/www/mod_auth_remote/files/patch-mod_auth_remote.c deleted file mode 100644 index 1ce13b1cb68b..000000000000 --- a/www/mod_auth_remote/files/patch-mod_auth_remote.c +++ /dev/null @@ -1,20 +0,0 @@ ---- mod_auth_remote.c.orig Tue Jan 21 16:44:53 2003 -+++ mod_auth_remote.c Sun Dec 7 22:42:36 2003 -@@ -141,8 +141,8 @@ - itemp = strlen(user_pass); - encoded = apr_palloc(r->pool, (((itemp+2)/3)*4)+2); - apr_base64_encode(encoded, user_pass, itemp); -- req_b = apr_pstrcat(r->pool, "HEAD ", conf->remote_uri," HTTP/1.0 ", -- "\nAuthorization: Basic ",encoded,CRLF,CRLF,NULL); -+ req_b = apr_pstrcat(r->pool, "HEAD ", conf->remote_uri," HTTP/1.0", -+ CRLF,"Authorization: Basic ",encoded,CRLF,CRLF,NULL); - bytes = strlen(req_b); - val = apr_send(socket, req_b, &bytes); - if(val != APR_SUCCESS) -@@ -194,4 +194,4 @@ - NULL, - auth_remote_cmds, - register_hooks --}; -\ No newline at end of file -+}; diff --git a/www/mod_auth_remote/pkg-descr b/www/mod_auth_remote/pkg-descr deleted file mode 100644 index 8769592f8c2e..000000000000 --- a/www/mod_auth_remote/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -mod_auth_remote allows you to authenticate users on one (or more) remote web -server(s), using basic HTTP authentication. -When a request comes in, mod_auth_remote obtains the client username & -password from the client via basic authentication scheme. -It then builds a HTTP header with authorization header built from the client's -userid:passwd. mod_auth_remote then makes a HEAD request to the authentication -server. On reciept of a 2XX response, the client is validated; for all other -responses the client is not validated. - -WWW: http://saju.pillai.googlepages.com/mod_auth_remote diff --git a/www/mod_auth_remote/pkg-plist b/www/mod_auth_remote/pkg-plist deleted file mode 100644 index abe8a11adfc5..000000000000 --- a/www/mod_auth_remote/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%APACHEMODDIR%%/%%AP_MODULE%% -@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%f -@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%f -@unexec echo "===> If you do not plan on reinstalling mod_auth_remote, you must manually remove"; echo "===> references to it in httpd.conf." diff --git a/www/mod_authenticache/Makefile b/www/mod_authenticache/Makefile deleted file mode 100644 index 3da673a9c826..000000000000 --- a/www/mod_authenticache/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: mod_authenticache -# Date created: Fri Oct 10 -# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org> -# -# $FreeBSD$ - -PORTNAME= mod_authenticache -PORTVERSION= 2.0.8 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://killa.net/infosec/${PORTNAME}/ -DIST_SUBDIR= apache2 - -MAINTAINER= apache@FreeBSD.org -COMMENT= A generic credential caching module for Apache 2.0.x - -MAKE_JOBS_SAFE= yes - -DEPRECATED= will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now -EXPIRATION_DATE= 2011-05-01 - -USE_GMAKE= YES -USE_APACHE= 2.0 -AP_FAST_BUILD= yes -AP_GENPLIST= yes - -post-patch: - ${REINPLACE_CMD} -e 's|VERSION|\"${PORTVERSION}\"|' ${WRKSRC}/${PORTNAME}.c - -.include <bsd.port.mk> diff --git a/www/mod_authenticache/distinfo b/www/mod_authenticache/distinfo deleted file mode 100644 index 92b0c68baf5b..000000000000 --- a/www/mod_authenticache/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (apache2/mod_authenticache-2.0.8.tar.gz) = b7ff0c1ba6531c089b3f7734210ec6193b3fe152f5af3276ff91e52388746ad7 -SIZE (apache2/mod_authenticache-2.0.8.tar.gz) = 6260 diff --git a/www/mod_authenticache/pkg-descr b/www/mod_authenticache/pkg-descr deleted file mode 100644 index 7769c4fb216a..000000000000 --- a/www/mod_authenticache/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -As HTTP is a relatively stateless protocol, each request generates an -authentication attempt. While this is cheap when authenticating against dbm or -htpasswd files, it can get very expensive when running against a Windows -domain controller, ACE server, or other networked database, particularly on -image-rich pages and FancyIndexes from mod_autoindex. - -mod_authenticache provides a secure method of caching credentials in order to -more efficiently serve in these situations. - -WWW: http://killa.net/infosec/mod_authenticache/ diff --git a/www/mod_layout2/Makefile b/www/mod_layout2/Makefile deleted file mode 100644 index 33a233c5d22a..000000000000 --- a/www/mod_layout2/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: mod_layout Apache 2 module -# Date created: Nov 15 2002 -# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org> -# -# $FreeBSD$ -# - -PORTNAME= mod_layout -PORTVERSION= 4.1 -CATEGORIES= www -MASTER_SITES= http://download.tangent.org/ -PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} - -MAINTAINER= apache@FreeBSD.org -COMMENT= Apache2 module to wrap served pages with a header and/or footer - -MAKE_JOBS_SAFE= yes - -DEPRECATED= will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now -EXPIRATION_DATE= 2011-05-01 - -LATEST_LINK= mod_layout2 -CONFLICTS= mod_layout-3.* mod_layout-5.* -PORTSCOUT= limit:4^ - -USE_APACHE= 20 - -AP_FAST_BUILD= yes -AP_GENPLIST= yes - -PORTDOCS= README - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README -.endif - -.include <bsd.port.mk> diff --git a/www/mod_layout2/distinfo b/www/mod_layout2/distinfo deleted file mode 100644 index 9530d43ae7db..000000000000 --- a/www/mod_layout2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mod_layout-4.1.tar.gz) = 1d3a72637731e83e22b86f77e94e0cf09d0c7ccc6b2bce934fafd3607e438ed2 -SIZE (mod_layout-4.1.tar.gz) = 22693 diff --git a/www/mod_layout2/pkg-descr b/www/mod_layout2/pkg-descr deleted file mode 100644 index 105254f5e036..000000000000 --- a/www/mod_layout2/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -mod_layout is a utility to wrap served webpages. This means it can -add a footer or header to a document. This allows you to create a -standard look and feel throughout a website without using SSI. -Some example uses are adding standard disclaimers to the bottom of -all pages, banner ads to the top of all pages, or even a menu at -the beginning of a page. There are many other per-document settings -you can modify with mod_layout; Currently this mod_layout version -is still an alpha version. But it can be used in production -environment for people who need Apache 2.0.x. -THIS VERSION IS ONLY FOR APACHE 2.0.X -New mod_layout features won't be backported to mod_layout 3.x designed -for apache 1.3.x. - -WWW: http://www.musc.edu/webserver/mod_layout.html diff --git a/www/mod_macro2/Makefile b/www/mod_macro2/Makefile deleted file mode 100644 index 277e55622725..000000000000 --- a/www/mod_macro2/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Ports collection makefile for: mod_macro2 -# Date created: Sun Aug 8 2004 -# Whom: clement -# -# $FreeBSD$ -# - -PORTNAME= mod_macro -PORTVERSION= 1.1.6 -CATEGORIES= www -MASTER_SITES= http://www.cri.ensmp.fr/~coelho/mod_macro/ - -MAINTAINER= apache@FreeBSD.org -COMMENT= Apache 2.0.x module for use macros in config files - -MAKE_JOBS_SAFE= yes - -DEPRECATED= will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now -EXPIRATION_DATE= 2011-05-01 - -PORTSCOUT= limit:^1.1.6 - -USE_APACHE= 20 -LATEST_LINK= mod_macro2 -AP_FAST_BUILD= YES -AP_GENPLIST= YES -PORTDOCS= ${PORTNAME}.html - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/www/mod_macro2/distinfo b/www/mod_macro2/distinfo deleted file mode 100644 index 3335b2ee1b2b..000000000000 --- a/www/mod_macro2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mod_macro-1.1.6.tar.gz) = 5865368246970e5345bfddc2d0b333a5450fe749065766352a42676b60adf1b3 -SIZE (mod_macro-1.1.6.tar.gz) = 13396 diff --git a/www/mod_macro2/pkg-descr b/www/mod_macro2/pkg-descr deleted file mode 100644 index 56b9607f76a5..000000000000 --- a/www/mod_macro2/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -mod_macro is a third-party module to the Apache Http Server, distributed with -a BSD-style license like Apache. It allows the definition and use of macros -within apache runtime configuration files. The syntax is a natural extension -to apache html-like configuration style. - -WWW: http://www.cri.ensmp.fr/~coelho/mod_macro/ diff --git a/www/mod_traf_thief/Makefile b/www/mod_traf_thief/Makefile deleted file mode 100644 index d6ac3f741cb4..000000000000 --- a/www/mod_traf_thief/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: mod_traf_thief -# Date created: Sun Oct 5 -# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org> -# -# $FreeBSD$ -# - -PORTNAME= mod_traf_thief -PORTVERSION= 0.01 -CATEGORIES= www -MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/ -EXTRACT_SUFX= .c -DIST_SUBDIR= apache2 - -MAINTAINER= apache@FreeBSD.org -COMMENT= Allows you to redirect part of the traffic to your url - -MAKE_JOBS_SAFE= yes - -DEPRECATED= will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now -EXPIRATION_DATE= 2011-05-01 - -USE_APACHE= 2.0 -AP_FAST_BUILD= yes -AP_GENPLIST= yes - -RESTRICTED= No licence -NO_WRKSUBDIR= YES - -do-extract: - @${MKDIR} ${WRKDIR} - @${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME}.c - -.include <bsd.port.mk> diff --git a/www/mod_traf_thief/distinfo b/www/mod_traf_thief/distinfo deleted file mode 100644 index f0e4aaecb28c..000000000000 --- a/www/mod_traf_thief/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (apache2/mod_traf_thief-0.01.c) = 5d38f19d807755b9d852ec2963f0fbf2f25576202d2788b131e5fa4357817e0e -SIZE (apache2/mod_traf_thief-0.01.c) = 4230 diff --git a/www/mod_traf_thief/pkg-descr b/www/mod_traf_thief/pkg-descr deleted file mode 100644 index 6781c1a5ef96..000000000000 --- a/www/mod_traf_thief/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This simple module allows you to redirect a percentage of the traffic -to your URL. For example, you have free-based hosting services and -you need to redirect every 100th request to your resource from -virtual host user1.free.com. mod_traf_thief allows you to do this. - -WWW: http://web.god.net.ru/projects/mod_traf_thief/ diff --git a/www/mod_traf_thief/pkg-plist b/www/mod_traf_thief/pkg-plist deleted file mode 100644 index 44362b826d59..000000000000 --- a/www/mod_traf_thief/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%APACHEMODIR%%/%%APMODULE%% -@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F -@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%F diff --git a/www/mod_transform/Makefile b/www/mod_transform/Makefile deleted file mode 100644 index 19544dc39b58..000000000000 --- a/www/mod_transform/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: mod_transform -# Date created: 5 December 2004 -# Whom: laruiss -# -# $FreeBSD$ -# - -PORTNAME= mod_transform -PORTVERSION= 0.6.0 -CATEGORIES= www -MASTER_SITES= http://www.outoforder.cc/downloads/mod_transform/ -PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} - -MAINTAINER= stan@stormier.net -COMMENT= An XSLT and XIncludes Filter module for Apache 2.0 - -MAKE_JOBS_SAFE= yes - -DEPRECATED= will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now -EXPIRATION_DATE= 2011-05-01 - -USE_APACHE= 2.0 -USE_AUTOTOOLS= libtool -HAS_CONFIGURE= yes -USE_GNOME= libxslt - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/mod_transform/distinfo b/www/mod_transform/distinfo deleted file mode 100644 index 351ae0b7163a..000000000000 --- a/www/mod_transform/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mod_transform-0.6.0.tar.gz) = 0d2ea80e975db1d8b7780e2086361b8a90a5b3f106cacb4827e3709ace9c4d6b -SIZE (mod_transform-0.6.0.tar.gz) = 301889 diff --git a/www/mod_transform/pkg-descr b/www/mod_transform/pkg-descr deleted file mode 100644 index 93cb4f20b45d..000000000000 --- a/www/mod_transform/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -mod_transform is a filter module that allows Apache 2.0 to do dynamic XSL -Transformations on either static XML documents, or XML documents generated -from another Apache module or CGI program. - -This module originated from mod_xml_gnome_xslt by WebThing. - -WWW: http://www.outoforder.cc/projects/apache/mod_transform/ - -- Stan -stan@stormier.net diff --git a/www/mod_transform/pkg-message b/www/mod_transform/pkg-message deleted file mode 100644 index c12a8bcdb935..000000000000 --- a/www/mod_transform/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -*************************************************************** - -To use mod_transform, add these lines to your httpd.conf: - -LoadModule transform_module libexec/apache2/mod_transform.so -AddOutputFilter XSLT xml - -*************************************************************** diff --git a/www/mod_transform/pkg-plist b/www/mod_transform/pkg-plist deleted file mode 100644 index 605f77a6fff5..000000000000 --- a/www/mod_transform/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -%%APACHEINCLUDEDIR%%/mod_transform.h -%%APACHEMODDIR%%/%%AP_MODULE%% |