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/

PR:		ports/124173
Submitted by:	Lukasz Wasikowski <lukasz at wasikowski.net>
This commit is contained in:
Martin Wilke 2008-06-01 19:51:51 +00:00
parent 87d9de78eb
commit f220d69d57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214140
4 changed files with 38 additions and 0 deletions

View file

@ -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

28
www/mod_macro22/Makefile Normal file
View file

@ -0,0 +1,28 @@
# Ports collection makefile for: mod_macro22
# Date created: 31 May 2008
# Whom: Lukasz Wasikowski <lukasz@wasikowski.net>
#
# $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 <bsd.port.mk>

3
www/mod_macro22/distinfo Normal file
View file

@ -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

View file

@ -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/