aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-04-12 04:07:11 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-04-12 04:07:11 +0000
commitc3dfedb406046df3889931d92629520feebe382c (patch)
tree36a8f2605bc40c9c787a6cc4bb4b1f3798d3535a
parent479b93eba989d652c685212f72c5a83e33851893 (diff)
www/mod_snake||2009-04-12|Doesn't compile; abandoned upstream since 2002
Notes
Notes: svn path=/head/; revision=232172
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/mod_snake/Makefile36
-rw-r--r--www/mod_snake/distinfo3
-rw-r--r--www/mod_snake/pkg-descr7
-rw-r--r--www/mod_snake/pkg-plist3
6 files changed, 1 insertions, 50 deletions
diff --git a/MOVED b/MOVED
index 496a11b8c8a8..54b3260cf3d4 100644
--- a/MOVED
+++ b/MOVED
@@ -3933,3 +3933,4 @@ security/cutlass||2009-04-11|Has expired: does not work with current version of
www/rt2|www/rt38|2009-04-11|obsolete version, use www/rt38 instead
www/rt32|www/rt38|2009-04-11|obsolete version, use www/rt38 instead
www/rt34|www/rt38|2009-04-11|obsolete version, use www/rt38 instead
+www/mod_snake||2009-04-12|Doesn't compile; abandoned upstream since 2002
diff --git a/www/Makefile b/www/Makefile
index 61b67ad3b027..88ff28d6f655 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -494,7 +494,6 @@
SUBDIR += mod_sed
SUBDIR += mod_sequester
SUBDIR += mod_shapvh
- SUBDIR += mod_snake
SUBDIR += mod_sqlinclude
SUBDIR += mod_ticket
SUBDIR += mod_tidy
diff --git a/www/mod_snake/Makefile b/www/mod_snake/Makefile
deleted file mode 100644
index d80a172ec754..000000000000
--- a/www/mod_snake/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: mod_snake
-# Date created: 10 April 2001
-# Whom: will
-#
-# $FreeBSD$
-#
-
-PORTNAME= mod_snake
-PORTVERSION= 0.5.0
-PORTREVISION= 1
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= modsnake
-
-MAINTAINER= apache@FreeBSD.org
-COMMENT= A library to easily create flexible Apache modules
-
-#BUILD_DEPENDS= ${PYTHON_CMD}:${PYTHON_PORTSDIR}
-#RUN_DEPENDS= ${BUILD_DEPENDS}
-
-USE_BZIP2= yes
-USE_PYTHON= yes
-USE_APACHE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-apxs="${APXS}"
-USE_GMAKE= yes
-
-CFLAGS+= -fPIC
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} != "i386"
-BROKEN= Does not compile
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/www/mod_snake/distinfo b/www/mod_snake/distinfo
deleted file mode 100644
index d88be0bba581..000000000000
--- a/www/mod_snake/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (mod_snake-0.5.0.tar.bz2) = d002432d88dc9f464ffd00d0c6363fe5
-SHA256 (mod_snake-0.5.0.tar.bz2) = ef916c49226441fc4bda875767539dd6b883af9c16b87a0784a16e96913db3a8
-SIZE (mod_snake-0.5.0.tar.bz2) = 200495
diff --git a/www/mod_snake/pkg-descr b/www/mod_snake/pkg-descr
deleted file mode 100644
index 074faee33f66..000000000000
--- a/www/mod_snake/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-mod_snake was created in an attempt to give Apache 1.3
-and 2.0 developers the power to create easy and flexible
-modules in the Python programming language. Aside from giving
-modules the same power as they have in C, mod_snake also
-provides APIs similar to that of mod_python and mod_perl
-for simple module creation, accelerated Python CGIs, and
-embedded Python.
diff --git a/www/mod_snake/pkg-plist b/www/mod_snake/pkg-plist
deleted file mode 100644
index 6e5a14758a65..000000000000
--- a/www/mod_snake/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-libexec/apache/libmod_snake.so
-@exec %D/sbin/apxs -e -A -n snake %D/%F
-@unexec %D/sbin/apxs -e -A -n snake %D/%F