diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-12 14:41:15 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-12 14:41:15 +0000 |
commit | 7b1c970483bc6fbe7232b1305776324c02efca0a (patch) | |
tree | 5939aec05878ea70738a2a7021d7c91fa8b25f6c /www/mod_sed | |
parent | 4acf687b0de17fedfb7fa984b2bdf306a120efd2 (diff) | |
download | FreeBSD-ports-7b1c970483bc6fbe7232b1305776324c02efca0a.zip FreeBSD-ports-7b1c970483bc6fbe7232b1305776324c02efca0a.tar.gz |
add mod_sed
An apache module that embeds a copy of the sed(1) command
Diffstat (limited to 'www/mod_sed')
-rw-r--r-- | www/mod_sed/Makefile | 23 | ||||
-rw-r--r-- | www/mod_sed/distinfo | 1 | ||||
-rw-r--r-- | www/mod_sed/pkg-comment | 1 | ||||
-rw-r--r-- | www/mod_sed/pkg-descr | 5 | ||||
-rw-r--r-- | www/mod_sed/pkg-plist | 3 |
5 files changed, 33 insertions, 0 deletions
diff --git a/www/mod_sed/Makefile b/www/mod_sed/Makefile new file mode 100644 index 0000000..e17f38a --- /dev/null +++ b/www/mod_sed/Makefile @@ -0,0 +1,23 @@ +# ex:ts=8 +# New ports collection makefile for: mod_sed +# Date created: Aug 12, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= mod_sed +PORTVERSION= 0.1 +CATEGORIES= www +MASTER_SITES= http://www.myrddin.demon.co.uk/dist/ + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 +RUN_DEPENDS= ${BUILD_DEPENDS} + +APXS?= ${LOCALBASE}/sbin/apxs + +MAKE_ARGS= APXS=${APXS} + +.include <bsd.port.mk> diff --git a/www/mod_sed/distinfo b/www/mod_sed/distinfo new file mode 100644 index 0000000..4ff639c --- /dev/null +++ b/www/mod_sed/distinfo @@ -0,0 +1 @@ +MD5 (mod_sed-0.1.tar.gz) = df88073a2f0bef96e0fbdf95ecb4752b diff --git a/www/mod_sed/pkg-comment b/www/mod_sed/pkg-comment new file mode 100644 index 0000000..d79c9fb --- /dev/null +++ b/www/mod_sed/pkg-comment @@ -0,0 +1 @@ +An apache module that embeds a copy of the sed(1) command diff --git a/www/mod_sed/pkg-descr b/www/mod_sed/pkg-descr new file mode 100644 index 0000000..6ca51ef --- /dev/null +++ b/www/mod_sed/pkg-descr @@ -0,0 +1,5 @@ +mod_sed is an apache module that embeds a copy of the sed(1) command. This +means that you can automatically filter data without having to spawn a CGI +process. + +WWW: http://www.happygiraffe.net/mod_sed.html diff --git a/www/mod_sed/pkg-plist b/www/mod_sed/pkg-plist new file mode 100644 index 0000000..2db4e10 --- /dev/null +++ b/www/mod_sed/pkg-plist @@ -0,0 +1,3 @@ +libexec/apache/mod_sed.so +@exec %D/sbin/apxs -e -A -n sed %D/%F +@unexec %D/sbin/apxs -e -A -n sed %D/%F |