diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-12 14:41:15 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-12 14:41:15 +0000 |
commit | 700d6685102c4e588477c842ede165cbd2ea2ae1 (patch) | |
tree | 22b8423185d717a89580c389dcad3281968f420a /www/mod_sed | |
parent | fdfd77935a639d6803977832c6f8b2722d691850 (diff) |
add mod_sed
An apache module that embeds a copy of the sed(1) command
Notes
Notes:
svn path=/head/; revision=46132
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 000000000000..e17f38a72acf --- /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 000000000000..4ff639cd4c03 --- /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 000000000000..d79c9fbe8bca --- /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 000000000000..6ca51efc0d58 --- /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 000000000000..2db4e10d7971 --- /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 |