aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-08-08 22:50:49 +0800
committerclement <clement@FreeBSD.org>2004-08-08 22:50:49 +0800
commit80b68b4cb0efa0437ae2912f97cfeb05d9fe5d5e (patch)
treeff564466c5bff1e920ffd22c4ea214768e4f4dde /www
parent99584da08b8138e84971e4cf8be6e1dd2830c60b (diff)
downloadfreebsd-ports-gnome-80b68b4cb0efa0437ae2912f97cfeb05d9fe5d5e.tar.gz
freebsd-ports-gnome-80b68b4cb0efa0437ae2912f97cfeb05d9fe5d5e.tar.zst
freebsd-ports-gnome-80b68b4cb0efa0437ae2912f97cfeb05d9fe5d5e.zip
- 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/
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/mod_macro2/Makefile28
-rw-r--r--www/mod_macro2/distinfo2
-rw-r--r--www/mod_macro2/pkg-descr6
4 files changed, 37 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index c36bc58bb395..9cd8a6bdf2be 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -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
diff --git a/www/mod_macro2/Makefile b/www/mod_macro2/Makefile
new file mode 100644
index 000000000000..b70715ca25b5
--- /dev/null
+++ b/www/mod_macro2/Makefile
@@ -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>
diff --git a/www/mod_macro2/distinfo b/www/mod_macro2/distinfo
new file mode 100644
index 000000000000..71c6e25d51a5
--- /dev/null
+++ b/www/mod_macro2/distinfo
@@ -0,0 +1,2 @@
+MD5 (mod_macro-1.1.6.tar.gz) = 1aff21ddb58579a2865a5bc16c622928
+SIZE (mod_macro-1.1.6.tar.gz) = 13396
diff --git a/www/mod_macro2/pkg-descr b/www/mod_macro2/pkg-descr
new file mode 100644
index 000000000000..56b9607f76a5
--- /dev/null
+++ b/www/mod_macro2/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/