From a5a5208e21d00c7d560b02849886aa65ef9f3b20 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Tue, 10 Apr 2001 21:51:32 +0000 Subject: Add mod_snake 0.5.0, a library to easily create flexible Apache modules. --- www/Makefile | 1 + www/mod_snake/Makefile | 27 +++++++++++++++++++++++++++ www/mod_snake/distinfo | 1 + www/mod_snake/pkg-comment | 1 + www/mod_snake/pkg-descr | 9 +++++++++ www/mod_snake/pkg-plist | 3 +++ 6 files changed, 42 insertions(+) create mode 100644 www/mod_snake/Makefile create mode 100644 www/mod_snake/distinfo create mode 100644 www/mod_snake/pkg-comment create mode 100644 www/mod_snake/pkg-descr create mode 100644 www/mod_snake/pkg-plist (limited to 'www') diff --git a/www/Makefile b/www/Makefile index e23cc98c17f0..e18129ef4aa3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -128,6 +128,7 @@ SUBDIR += mod_python SUBDIR += mod_roaming SUBDIR += mod_ruby + SUBDIR += mod_snake SUBDIR += mod_throttle SUBDIR += mod_zap SUBDIR += momspider diff --git a/www/mod_snake/Makefile b/www/mod_snake/Makefile new file mode 100644 index 000000000000..980af3b18def --- /dev/null +++ b/www/mod_snake/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: mod_snake +# Date created: 10 April 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= mod_snake +PORTVERSION= 0.5.0 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= modsnake + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 \ + ${PYTHON_CMD}:${PYTHON_PORTSDIR} +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_BZIP2= yes +APXS?= ${LOCALBASE}/sbin/apxs +USE_PYTHON= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-apxs="${APXS}" +USE_GMAKE= yes + +.include diff --git a/www/mod_snake/distinfo b/www/mod_snake/distinfo new file mode 100644 index 000000000000..7722e38c5304 --- /dev/null +++ b/www/mod_snake/distinfo @@ -0,0 +1 @@ +MD5 (mod_snake-0.5.0.tar.bz2) = d002432d88dc9f464ffd00d0c6363fe5 diff --git a/www/mod_snake/pkg-comment b/www/mod_snake/pkg-comment new file mode 100644 index 000000000000..ab057c404565 --- /dev/null +++ b/www/mod_snake/pkg-comment @@ -0,0 +1 @@ +A library to easily create flexible Apache modules diff --git a/www/mod_snake/pkg-descr b/www/mod_snake/pkg-descr new file mode 100644 index 000000000000..2a4ecf04bb0c --- /dev/null +++ b/www/mod_snake/pkg-descr @@ -0,0 +1,9 @@ +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. + +WWW: http://modsnake.sourceforge.net/ diff --git a/www/mod_snake/pkg-plist b/www/mod_snake/pkg-plist new file mode 100644 index 000000000000..6e5a14758a65 --- /dev/null +++ b/www/mod_snake/pkg-plist @@ -0,0 +1,3 @@ +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 -- cgit v1.2.3