aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2006-11-21 17:08:44 +0800
committervd <vd@FreeBSD.org>2006-11-21 17:08:44 +0800
commitfad1acb0c60e2a72984dce344a5d02467623817e (patch)
treea7a548f849e07b1602dc5b3f2e528ef78d6998d7 /www
parentc240551acb3973de47500383a97daf1cba449fc4 (diff)
downloadfreebsd-ports-gnome-fad1acb0c60e2a72984dce344a5d02467623817e.tar.gz
freebsd-ports-gnome-fad1acb0c60e2a72984dce344a5d02467623817e.tar.zst
freebsd-ports-gnome-fad1acb0c60e2a72984dce344a5d02467623817e.zip
Remove expired ports:
2006-11-16 math/p5-AI-NeuralNet-Mesh: project no longer exists 2006-11-16 net/p5-Archie: project no longer exists 2006-11-15 www/mod_jk2: "JK2 is officially unsupported, no further development will take place." 2006-11-15 www/mod_jk2-apache2: "JK2 is officially unsupported, no further development will take place."
Diffstat (limited to 'www')
-rw-r--r--www/Makefile2
-rw-r--r--www/mod_jk2-apache2/Makefile11
-rw-r--r--www/mod_jk2/Makefile74
-rw-r--r--www/mod_jk2/distinfo3
-rw-r--r--www/mod_jk2/files/patch-Makefile-in27
-rw-r--r--www/mod_jk2/files/patch-configure55
-rw-r--r--www/mod_jk2/pkg-descr5
-rw-r--r--www/mod_jk2/pkg-message16
-rw-r--r--www/mod_jk2/pkg-plist4
9 files changed, 0 insertions, 197 deletions
diff --git a/www/Makefile b/www/Makefile
index 4d80c347234a..9c9d1fd50dd8 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -349,8 +349,6 @@
SUBDIR += mod_jail
SUBDIR += mod_jk
SUBDIR += mod_jk-apache2
- SUBDIR += mod_jk2
- SUBDIR += mod_jk2-apache2
SUBDIR += mod_layout
SUBDIR += mod_layout2
SUBDIR += mod_limitipconn
diff --git a/www/mod_jk2-apache2/Makefile b/www/mod_jk2-apache2/Makefile
deleted file mode 100644
index 76e989dd1001..000000000000
--- a/www/mod_jk2-apache2/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# New ports collection makefile for: mod_jk2-apache2
-# Date created: Thu May 29 01:24:15 CEST 2003
-# Whom: Palle Girgensohn <girgen@pingpong.net>
-#
-# $FreeBSD$
-#
-
-MASTERDIR= ${.CURDIR}/../mod_jk2
-WITH_APACHE2= YES
-
-.include "${MASTERDIR}/Makefile"
diff --git a/www/mod_jk2/Makefile b/www/mod_jk2/Makefile
deleted file mode 100644
index 71bb6ededf0c..000000000000
--- a/www/mod_jk2/Makefile
+++ /dev/null
@@ -1,74 +0,0 @@
-# New ports collection makefile for: mod_jk2
-# Date created: Thu May 29 01:24:15 CEST 2003
-# Whom: Palle Girgensohn <girgen@pingpong.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mod_jk2
-PORTVERSION= 2.0.4
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA}
-MASTER_SITE_SUBDIR= tomcat-connectors/jk2/source
-DISTNAME= jakarta-tomcat-connectors-jk2-${PORTVERSION}-src
-
-MAINTAINER?= girgen@FreeBSD.org
-COMMENT?= Apache JK2 module for connecting to Tomcat using AJP1X
-
-DEPRECATED= "JK2 is officially unsupported, no further development will take place."
-EXPIRATION_DATE=2006-11-15
-
-USE_APACHE= yes
-USE_GMAKE= YES
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS= --with-apxs${APACHE2}=${APXS}
-
-ALL_TARGET= jk2-build-apxs
-INSTALL_TARGET= jk2-install-apxs
-
-WRKSRC= ${WRKDIR}/jakarta-tomcat-connectors-jk2-${PORTVERSION}-src/jk/native2
-
-PKGMESSAGE= ${WRKDIR}/.pkg-message
-
-.include <bsd.port.pre.mk>
-
-.if exists(${LOCALBASE}/include/apache2/apr.h)
-WITH_APACHE2= yes
-.endif
-
-.if ${ARCH} == "alpha"
-BROKEN= "Does not compile on alpha"
-.endif
-
-.if ${ARCH} == "sparc64" && !defined(WITH_APACHE2)
-BROKEN= "Fails to link on sparc64"
-.endif
-
-.if defined(WITH_APACHE2)
-APACHE2= 2
-PLIST_SUB= APACHE2=2
-PKGNAMESUFFIX= -apache2
-APACHE= apache2
-.else
-APACHE2=
-PLIST_SUB= APACHE2=
-APACHE= apache13
-BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/apr:patch
-APR_DIR= `cd ${PORTSDIR}/devel/apr && make -V WRKDIR`
-APR_VERSION= `cd ${PORTSDIR}/devel/apr && make -V PORTVERSION`
-CONFIGURE_ARGS+=--with-apr=${APR_DIR}/apr-${APR_VERSION} \
- --with-apr-util=${APR_DIR}/apr-util-${APR_VERSION}
-.endif
-
-post-patch:
- @ ${SED} "s|/usr/local|${PREFIX}|g" \
- < ${MASTERDIR}/pkg-message \
- > ${PKGMESSAGE}
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/../conf/workers2.properties \
- ${PREFIX}/etc/apache${APACHE2}/workers2.properties.sample
- - ${APXS} -e -A -n jk2 mod_jk2.so
- ${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/www/mod_jk2/distinfo b/www/mod_jk2/distinfo
deleted file mode 100644
index 85f858499ba7..000000000000
--- a/www/mod_jk2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (jakarta-tomcat-connectors-jk2-2.0.4-src.tar.gz) = 444bef31619f772df1f0b1c50e6ba773
-SHA256 (jakarta-tomcat-connectors-jk2-2.0.4-src.tar.gz) = 00c49443c4281a22aa8aa774b64b27f35df194b1e33c48879a86455d91c474e4
-SIZE (jakarta-tomcat-connectors-jk2-2.0.4-src.tar.gz) = 907088
diff --git a/www/mod_jk2/files/patch-Makefile-in b/www/mod_jk2/files/patch-Makefile-in
deleted file mode 100644
index ac3dddb8e32a..000000000000
--- a/www/mod_jk2/files/patch-Makefile-in
+++ /dev/null
@@ -1,27 +0,0 @@
---- Makefile.in~ Wed Mar 24 14:33:15 2004
-+++ Makefile.in Thu Sep 9 04:06:21 2004
-@@ -8,6 +8,8 @@
-
- clean-apxs: @APR_CLEAN@ jk2-clean-apxs
-
-+install: jk2-install
-+
- install-apxs: jk2-install-apxs
-
- jk2-build:
-@@ -25,6 +27,15 @@
- echo "Making $$target in $$i"; \
- if test "$$i" != "."; then \
- (cd $$i && $(MAKE) -f Makefile.apxs) || exit 1; \
-+ fi; \
-+ done;
-+
-+jk2-install:
-+ list='@WEBSERVERS@'; \
-+ for i in $$list; do \
-+ echo "Making $$target in $$i"; \
-+ if test "$$i" != "."; then \
-+ (cd $$i && $(MAKE) install) || exit 1; \
- fi; \
- done;
-
diff --git a/www/mod_jk2/files/patch-configure b/www/mod_jk2/files/patch-configure
deleted file mode 100644
index d0c98e7d9ba2..000000000000
--- a/www/mod_jk2/files/patch-configure
+++ /dev/null
@@ -1,55 +0,0 @@
---- configure.orig Wed Mar 24 14:46:12 2004
-+++ configure Wed Jul 27 03:36:21 2005
-@@ -20237,15 +20231,15 @@
-
- echo "$as_me:$LINENO: checking for apr APR_LIBNAME" >&5
- echo $ECHO_N "checking for apr APR_LIBNAME... $ECHO_C" >&6
-- if ${TEST} ! -f "${APR_DIR}/apr-config" ; then
-- { { echo "$as_me:$LINENO: error: cannot find apr-config file in ${APR_DIR}" >&5
--echo "$as_me: error: cannot find apr-config file in ${APR_DIR}" >&2;}
-+ if ${TEST} ! -f "${APR_DIR}/apr-1-config" ; then
-+ { { echo "$as_me:$LINENO: error: cannot find apr-1-config file in ${APR_DIR}" >&5
-+echo "$as_me: error: cannot find apr-1-config file in ${APR_DIR}" >&2;}
- { (exit 1); exit 1; }; }
- fi
-- jk_apr_get_tempval=`${APR_DIR}/apr-config --link-libtool 2> /dev/null`
-+ jk_apr_get_tempval=`${APR_DIR}/apr-1-config --link-libtool 2> /dev/null`
- if ${TEST} -z "${jk_apr_get_tempval}" ; then
-- { { echo "$as_me:$LINENO: error: ${APR_DIR}/apr-config --link-libtool failed" >&5
--echo "$as_me: error: ${APR_DIR}/apr-config --link-libtool failed" >&2;}
-+ { { echo "$as_me:$LINENO: error: ${APR_DIR}/apr-1-config --link-libtool failed" >&5
-+echo "$as_me: error: ${APR_DIR}/apr-1-config --link-libtool failed" >&2;}
- { (exit 1); exit 1; }; }
- fi
- jk_apr_get_tempval=`basename ${jk_apr_get_tempval}`
-@@ -20384,15 +20378,15 @@
-
- echo "$as_me:$LINENO: checking for apr-util APR_UTIL_LIBNAME" >&5
- echo $ECHO_N "checking for apr-util APR_UTIL_LIBNAME... $ECHO_C" >&6
-- if ${TEST} ! -f "${APR_UTIL_DIR}/apu-config" ; then
-- { { echo "$as_me:$LINENO: error: cannot find apu-config file in ${APR_UTIL_DIR}" >&5
--echo "$as_me: error: cannot find apu-config file in ${APR_UTIL_DIR}" >&2;}
-+ if ${TEST} ! -f "${APR_UTIL_DIR}/apu-1-config" ; then
-+ { { echo "$as_me:$LINENO: error: cannot find apu-1-config file in ${APR_UTIL_DIR}" >&5
-+echo "$as_me: error: cannot find apu-1-config file in ${APR_UTIL_DIR}" >&2;}
- { (exit 1); exit 1; }; }
- fi
-- jk_apu_get_tempval=`${APR_UTIL_DIR}/apu-config --link-libtool 2> /dev/null`
-+ jk_apu_get_tempval=`${APR_UTIL_DIR}/apu-1-config --link-libtool 2> /dev/null`
- if ${TEST} -z "${jk_apu_get_tempval}" ; then
-- { { echo "$as_me:$LINENO: error: ${APR_UTIL_DIR}/apu-config --link-libtool failed" >&5
--echo "$as_me: error: ${APR_UTIL_DIR}/apu-config --link-libtool failed" >&2;}
-+ { { echo "$as_me:$LINENO: error: ${APR_UTIL_DIR}/apu-1-config --link-libtool failed" >&5
-+echo "$as_me: error: ${APR_UTIL_DIR}/apu-1-config --link-libtool failed" >&2;}
- { (exit 1); exit 1; }; }
- fi
- jk_apu_get_tempval=`basename ${jk_apu_get_tempval}`
-@@ -20490,7 +20484,7 @@
- APR_CLEAN=""
- APR_DIR=""
- APR_LIBDIR=${tempval}
-- APR_LDFLAGS="`apr-config --link-ld` -L${tempval}"
-+ APR_LDFLAGS="`apr-1-config --link-ld` -L${tempval}"
- COMMON_APR_OBJECTS="\${COMMON_APR_OBJECTS}"
- use_apr=true
- fi
diff --git a/www/mod_jk2/pkg-descr b/www/mod_jk2/pkg-descr
deleted file mode 100644
index c232a4579f82..000000000000
--- a/www/mod_jk2/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-NOTE: mod_jk2 is deprecated, please use mod_jk instead. See
-http://jakarta.apache.org/tomcat/connectors-doc/news/20041100.html#20041115.1
-for more information.
-
-WWW: http://jakarta.apache.org/tomcat/connectors-doc-archive/jk2/
diff --git a/www/mod_jk2/pkg-message b/www/mod_jk2/pkg-message
deleted file mode 100644
index 7e6b4ac9b46c..000000000000
--- a/www/mod_jk2/pkg-message
+++ /dev/null
@@ -1,16 +0,0 @@
-*****************************************************************************
-
-Make sure mod_jk2.so is enabled in ${PREFIX}/etc/apache2/httpd.conf and
-mod_jk2 is configured. You will probably have to add
-
-JkSet config.file /usr/local/etc/apache2/workers2.properties
-
-to you config file and create the workers2.properties file according
-to the docs at the web site:
-http://jakarta.apache.org/tomcat/connectors-doc-archive/jk2/
-
-Please note that this software is *deprecated*. See
-http://jakarta.apache.org/tomcat/connectors-doc/news/20041100.html#20041115.1
-for more information.
-
-*****************************************************************************
diff --git a/www/mod_jk2/pkg-plist b/www/mod_jk2/pkg-plist
deleted file mode 100644
index 6094f431fe9a..000000000000
--- a/www/mod_jk2/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-etc/apache%%APACHE2%%/workers2.properties.sample
-libexec/apache%%APACHE2%%/mod_jk2.so
-@exec %D/sbin/apxs -e -A -n jk2 %f || true
-@unexec %D/sbin/apxs -e -A -n jk2 %f || true