diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-11-20 13:11:07 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-11-20 13:11:07 +0800 |
commit | 7ed4db48dfdde04ef1c628b721346406bd34ec44 (patch) | |
tree | 639dddd9cb08d7c04f78b86bd7a4dc989f0ebb46 /www | |
parent | c36a6019d8476cb70b8147bf72c7ed9d4c768140 (diff) | |
download | freebsd-ports-gnome-7ed4db48dfdde04ef1c628b721346406bd34ec44.tar.gz freebsd-ports-gnome-7ed4db48dfdde04ef1c628b721346406bd34ec44.tar.zst freebsd-ports-gnome-7ed4db48dfdde04ef1c628b721346406bd34ec44.zip |
add mod_macro 1.1.2
Apache module for use macros in config files
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mod_macro/Makefile | 29 | ||||
-rw-r--r-- | www/mod_macro/distinfo | 1 | ||||
-rw-r--r-- | www/mod_macro/pkg-descr | 6 | ||||
-rw-r--r-- | www/mod_macro/pkg-plist | 5 |
5 files changed, 42 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2be9c6509483..47e4bba6c007 100644 --- a/www/Makefile +++ b/www/Makefile @@ -225,6 +225,7 @@ SUBDIR += mod_layout2 SUBDIR += mod_limitipconn SUBDIR += mod_log_sql + SUBDIR += mod_macro SUBDIR += mod_mp3 SUBDIR += mod_musicindex SUBDIR += mod_mylo diff --git a/www/mod_macro/Makefile b/www/mod_macro/Makefile new file mode 100644 index 000000000000..5b7271a64532 --- /dev/null +++ b/www/mod_macro/Makefile @@ -0,0 +1,29 @@ +# ex:ts=8 +# Ports collection makefile for: mod_macro +# Date created: Nov 20, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= mod_macro +PORTVERSION= 1.1.2 +CATEGORIES= www +MASTER_SITES= http://www.cri.ensmp.fr/~coelho/mod_macro/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= Apache module for use macros in config files + +USE_APACHE= yes + +do-build: + @cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c + +do-install: + ${APXS} -i -A -n ${PORTNAME} ${WRKSRC}/${PORTNAME}.so +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.html ${DOCSDIR} +.endif + +.include <bsd.port.mk> diff --git a/www/mod_macro/distinfo b/www/mod_macro/distinfo new file mode 100644 index 000000000000..63f47deac489 --- /dev/null +++ b/www/mod_macro/distinfo @@ -0,0 +1 @@ +MD5 (mod_macro-1.1.2.tar.gz) = d9761cbaa5e14c064bed29cd0dab918a diff --git a/www/mod_macro/pkg-descr b/www/mod_macro/pkg-descr new file mode 100644 index 000000000000..56b9607f76a5 --- /dev/null +++ b/www/mod_macro/pkg-descr @@ -0,0 +1,6 @@ +mod_macro is a third-party module to the Apache Http Server, distributed with +a BSD-style license like Apache. It allows the definition and use of macros +within apache runtime configuration files. The syntax is a natural extension +to apache html-like configuration style. + +WWW: http://www.cri.ensmp.fr/~coelho/mod_macro/ diff --git a/www/mod_macro/pkg-plist b/www/mod_macro/pkg-plist new file mode 100644 index 000000000000..ab4adec4788e --- /dev/null +++ b/www/mod_macro/pkg-plist @@ -0,0 +1,5 @@ +libexec/apache/mod_macro.so +@exec %D/sbin/apxs -e -A -n macro %D/%F +@unexec %D/sbin/apxs -e -A -n macro %D/%F +%%PORTDOCS%%%%DOCSDIR%%/mod_macro.html +%%PORTDOCS%%@dirrm %%DOCSDIR%% |