mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
add mod_macro 1.1.2
Apache module for use macros in config files
This commit is contained in:
parent
2bd1b7fa39
commit
471191997e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94428
5 changed files with 42 additions and 0 deletions
|
@ -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
|
||||
|
|
29
www/mod_macro/Makefile
Normal file
29
www/mod_macro/Makefile
Normal file
|
@ -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>
|
1
www/mod_macro/distinfo
Normal file
1
www/mod_macro/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (mod_macro-1.1.2.tar.gz) = d9761cbaa5e14c064bed29cd0dab918a
|
6
www/mod_macro/pkg-descr
Normal file
6
www/mod_macro/pkg-descr
Normal 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/
|
5
www/mod_macro/pkg-plist
Normal file
5
www/mod_macro/pkg-plist
Normal file
|
@ -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%%
|
Loading…
Add table
Reference in a new issue