From owner-svn-ports-head@FreeBSD.ORG Wed Mar 27 16:19:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 988A8908; Wed, 27 Mar 2013 16:19:20 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8A891AAB; Wed, 27 Mar 2013 16:19:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2RGJKfq069707; Wed, 27 Mar 2013 16:19:20 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2RGJJhF069696; Wed, 27 Mar 2013 16:19:19 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201303271619.r2RGJJhF069696@svn.freebsd.org> From: Olli Hauer Date: Wed, 27 Mar 2013 16:19:19 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2013 16:19:20 -0000 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 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 -# +# Created by: Lukasz Wasikowski # $FreeBSD$ -# PORTNAME= mod_macro PORTVERSION= 1.1.11 @@ -28,8 +24,12 @@ PORTDOCS= ${PORTNAME}.html PORTSCOUT= limit:^1\.1\. +OPTIONS_DEFINE= DOCS + +.include + 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 + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}/ +.endif + +.include 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/