Date: Wed, 27 Mar 2013 16:19:19 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315392 - in head/www: . mod_macro22 mod_macro24 Message-ID: <201303271619.r2RGJJhF069696@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Wed Mar 27 16:19:19 2013 New Revision: 315392 URL: http://svnweb.freebsd.org/changeset/ports/315392 Log: - new port mod_macro24 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/ - adopt new Makefile style for mod_macro22 PR: 177413 Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net> Added: head/www/mod_macro24/ head/www/mod_macro24/Makefile (contents, props changed) head/www/mod_macro24/distinfo (contents, props changed) head/www/mod_macro24/pkg-descr (contents, props changed) Modified: head/www/Makefile head/www/mod_macro22/Makefile (contents, props changed) Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Mar 27 15:31:43 2013 (r315391) +++ head/www/Makefile Wed Mar 27 16:19:19 2013 (r315392) @@ -507,6 +507,7 @@ SUBDIR += mod_log_sql2 SUBDIR += mod_log_sql2-dtc SUBDIR += mod_macro22 + SUBDIR += mod_macro24 SUBDIR += mod_memcache SUBDIR += mod_memcache_block SUBDIR += mod_mono Modified: head/www/mod_macro22/Makefile ============================================================================== --- head/www/mod_macro22/Makefile Wed Mar 27 15:31:43 2013 (r315391) +++ head/www/mod_macro22/Makefile Wed Mar 27 16:19:19 2013 (r315392) @@ -1,9 +1,5 @@ -# Ports collection makefile for: mod_macro22 -# Date created: 31 May 2008 -# Whom: Lukasz Wasikowski <lukasz@wasikowski.net> -# +# Created by: Lukasz Wasikowski <lukasz@wasikowski.net> # $FreeBSD$ -# PORTNAME= mod_macro PORTVERSION= 1.1.11 @@ -28,8 +24,12 @@ PORTDOCS= ${PORTNAME}.html PORTSCOUT= limit:^1\.1\. +OPTIONS_DEFINE= DOCS + +.include <bsd.port.options.mk> + post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}/ .endif Added: head/www/mod_macro24/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_macro24/Makefile Wed Mar 27 16:19:19 2013 (r315392) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= mod_macro +PORTVERSION= 1.2.1 +CATEGORIES= www +MASTER_SITES= http://www.cri.ensmp.fr/~coelho/mod_macro/ + +MAINTAINER= lukasz@wasikowski.net +COMMENT= Apache 2.4.x module for use macros in config files + +LICENSE= mod_macro +LICENSE_NAME= mod_macro license (apache with postcard request) +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +MAKE_JOBS_SAFE= yes + +USE_APACHE= 24 +LATEST_LINK= mod_macro24 +AP_FAST_BUILD= yes +AP_GENPLIST= yes +PORTDOCS= ${PORTNAME}.html + +OPTIONS_DEFINE= DOCS + +.include <bsd.port.options.mk> + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}/ +.endif + +.include <bsd.port.mk> Added: head/www/mod_macro24/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_macro24/distinfo Wed Mar 27 16:19:19 2013 (r315392) @@ -0,0 +1,2 @@ +SHA256 (mod_macro-1.2.1.tar.gz) = f22c6342b36526fb401dea4dba4c2b61a72083da973b9ca1c4777a77d5128fc3 +SIZE (mod_macro-1.2.1.tar.gz) = 16870 Added: head/www/mod_macro24/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_macro24/pkg-descr Wed Mar 27 16:19:19 2013 (r315392) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303271619.r2RGJJhF069696>