diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mod_bf/Makefile | 27 | ||||
-rw-r--r-- | www/mod_bf/distinfo | 1 | ||||
-rw-r--r-- | www/mod_bf/pkg-comment | 1 | ||||
-rw-r--r-- | www/mod_bf/pkg-descr | 3 | ||||
-rw-r--r-- | www/mod_bf/pkg-plist | 3 |
6 files changed, 36 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 9a9d52766c99..dc349d6d2a0f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -115,6 +115,7 @@ SUBDIR += mod_auth_pam SUBDIR += mod_auth_pgsql SUBDIR += mod_backhand + SUBDIR += mod_bf SUBDIR += mod_cgi_debug SUBDIR += mod_color SUBDIR += mod_csacek diff --git a/www/mod_bf/Makefile b/www/mod_bf/Makefile new file mode 100644 index 000000000000..f4b65e5f4f6c --- /dev/null +++ b/www/mod_bf/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: mod_bf +# Date created: 10 April 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= mod_bf +PORTVERSION= 0.1 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= modbf + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 +RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 + +APXS?= ${LOCALBASE}/sbin/apxs + +do-build: + @cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c + +do-install: + ${APXS} -i -A -n ${PORTNAME:S/mod_//g} ${WRKSRC}/${PORTNAME}.so + +.include <bsd.port.mk> diff --git a/www/mod_bf/distinfo b/www/mod_bf/distinfo new file mode 100644 index 000000000000..3c61976ddceb --- /dev/null +++ b/www/mod_bf/distinfo @@ -0,0 +1 @@ +MD5 (mod_bf-0.1.tar.gz) = 17894f5e68eeda47e8ebe7eeedc08851 diff --git a/www/mod_bf/pkg-comment b/www/mod_bf/pkg-comment new file mode 100644 index 000000000000..c37afdbec35e --- /dev/null +++ b/www/mod_bf/pkg-comment @@ -0,0 +1 @@ +A brainf*ck module for Apache diff --git a/www/mod_bf/pkg-descr b/www/mod_bf/pkg-descr new file mode 100644 index 000000000000..308c163ee403 --- /dev/null +++ b/www/mod_bf/pkg-descr @@ -0,0 +1,3 @@ +A brainf*ck module for the Apache Webserver. + +WWW: http://sourceforge.net/projects/modbf/ diff --git a/www/mod_bf/pkg-plist b/www/mod_bf/pkg-plist new file mode 100644 index 000000000000..22a4bd8c4545 --- /dev/null +++ b/www/mod_bf/pkg-plist @@ -0,0 +1,3 @@ +libexec/apache/mod_bf.so +@exec %D/sbin/apxs -e -A -n bf %D/%F +@unexec %D/sbin/apxs -e -A -n bf %D/%F |