diff --git a/www/Makefile b/www/Makefile index 61c57a26de18..ef7f1b8c66af 100644 --- a/www/Makefile +++ b/www/Makefile @@ -429,6 +429,7 @@ SUBDIR += mod_log_sql2-dtc SUBDIR += mod_macro SUBDIR += mod_macro2 + SUBDIR += mod_macro22 SUBDIR += mod_mp3 SUBDIR += mod_musicindex SUBDIR += mod_mya diff --git a/www/mod_macro22/Makefile b/www/mod_macro22/Makefile new file mode 100644 index 000000000000..8b3371af4942 --- /dev/null +++ b/www/mod_macro22/Makefile @@ -0,0 +1,28 @@ +# Ports collection makefile for: mod_macro22 +# Date created: 31 May 2008 +# Whom: Lukasz Wasikowski +# +# $FreeBSD$ +# + +PORTNAME= mod_macro +PORTVERSION= 1.1.10 +CATEGORIES= www +MASTER_SITES= http://www.cri.ensmp.fr/~coelho/mod_macro/ + +MAINTAINER= lukasz@wasikowski.net +COMMENT= Apache 2.2.x module for use macros in config files + +USE_APACHE= 22 +LATEST_LINK= mod_macro22 +AP_FAST_BUILD= YES +AP_GENPLIST= YES +PORTDOCS= ${PORTNAME}.html + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} +.endif + +.include diff --git a/www/mod_macro22/distinfo b/www/mod_macro22/distinfo new file mode 100644 index 000000000000..30e91582de38 --- /dev/null +++ b/www/mod_macro22/distinfo @@ -0,0 +1,3 @@ +MD5 (mod_macro-1.1.10.tar.gz) = 58cc6dce2ce4c39fcd302005f7345165 +SHA256 (mod_macro-1.1.10.tar.gz) = 91ab7c65a05d860efebfc646bb3a15f0f7daf6e075bc33a4b7487075e83d33f2 +SIZE (mod_macro-1.1.10.tar.gz) = 14033 diff --git a/www/mod_macro22/pkg-descr b/www/mod_macro22/pkg-descr new file mode 100644 index 000000000000..56b9607f76a5 --- /dev/null +++ b/www/mod_macro22/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/