1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

- Add mod_macro 1.1.6 for apache2

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/
This commit is contained in:
Clement Laforet 2004-08-08 14:50:49 +00:00
parent 32485aad2d
commit a13a4478ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115637
4 changed files with 37 additions and 0 deletions

View File

@ -281,6 +281,7 @@
SUBDIR += mod_log_sql
SUBDIR += mod_log_sql2
SUBDIR += mod_macro
SUBDIR += mod_macro2
SUBDIR += mod_mp3
SUBDIR += mod_musicindex
SUBDIR += mod_mya

28
www/mod_macro2/Makefile Normal file
View File

@ -0,0 +1,28 @@
# Ports collection makefile for: mod_macro2
# Date created: Sun Aug 8 2004
# Whom: clement
#
# $FreeBSD$
#
PORTNAME= mod_macro
PORTVERSION= 1.1.6
CATEGORIES= www
MASTER_SITES= http://www.cri.ensmp.fr/~coelho/mod_macro/
MAINTAINER= clement@FreeBSD.org
COMMENT= Apache2 module for use macros in config files
WANT_APACHE= 2
AP_FAST_BUILD= YES
AP_GENPLIST= YES
PORTDOCS= ${PORTNAME}.html
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.post.mk>

2
www/mod_macro2/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (mod_macro-1.1.6.tar.gz) = 1aff21ddb58579a2865a5bc16c622928
SIZE (mod_macro-1.1.6.tar.gz) = 13396

6
www/mod_macro2/pkg-descr Normal file
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/