Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 May 2008 20:49:20 GMT
From:      "lukasz@wasikowski.net" <lukasz@wasikowski.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/124173: ew port: www/mod_macro22 Apache 2.2.x module for use macros in config files
Message-ID:  <200805312049.m4VKnKwL027588@www.freebsd.org>
Resent-Message-ID: <200805312100.m4VL0CuB041686@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         124173
>Category:       ports
>Synopsis:       ew port: www/mod_macro22 Apache 2.2.x module for use macros in config files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 31 21:00:11 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     lukasz@wasikowski.net
>Release:        FreeBSD 7.0-RELEASE-p1
>Organization:
Cadera Sp. z o.o.
>Environment:
FreeBSD bijou.wasikowski.net 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Mon Apr 21 10:35:47 CEST 2008     root@bijou.wasikowski.net:/usr/obj/usr/src/sys/bijou  i386
>Description:
According to author's page (http://www.cri.ensmp.fr/~coelho/mod_macro/#download) mod_macro v1.1.6, which is currently in ports, is for Apache 2.0. For Apache 2.2 one should use mod_macro v1.1.10, which I'm submitting now. If this port will be added I suggest changing

USE_APACHE=     20+

to

USE_APACHE=     20

in www/mod_macro2

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	www/mod_macro22
#	www/mod_macro22/Makefile
#	www/mod_macro22/distinfo
#	www/mod_macro22/pkg-descr
#
echo c - www/mod_macro22
mkdir -p www/mod_macro22 > /dev/null 2>&1
echo x - www/mod_macro22/Makefile
sed 's/^X//' >www/mod_macro22/Makefile << 'END-of-www/mod_macro22/Makefile'
X# Ports collection makefile for:	mod_macro22
X# Date created:				31 May 2008
X# Whom:					Lukasz Wasikowski <lukasz@wasikowski.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mod_macro
XPORTVERSION=	1.1.10
XCATEGORIES=	www
XMASTER_SITES=	http://www.cri.ensmp.fr/~coelho/mod_macro/
X
XMAINTAINER=	lukasz@wasikowski.net
XCOMMENT=	Apache 2.2.x module for use macros in config files
X
XUSE_APACHE=	22
XLATEST_LINK=	mod_macro22
XAP_FAST_BUILD=	YES
XAP_GENPLIST=	YES
XPORTDOCS=	${PORTNAME}.html
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-www/mod_macro22/Makefile
echo x - www/mod_macro22/distinfo
sed 's/^X//' >www/mod_macro22/distinfo << 'END-of-www/mod_macro22/distinfo'
XMD5 (mod_macro-1.1.10.tar.gz) = 58cc6dce2ce4c39fcd302005f7345165
XSHA256 (mod_macro-1.1.10.tar.gz) = 91ab7c65a05d860efebfc646bb3a15f0f7daf6e075bc33a4b7487075e83d33f2
XSIZE (mod_macro-1.1.10.tar.gz) = 14033
END-of-www/mod_macro22/distinfo
echo x - www/mod_macro22/pkg-descr
sed 's/^X//' >www/mod_macro22/pkg-descr << 'END-of-www/mod_macro22/pkg-descr'
Xmod_macro is a third-party module to the Apache Http Server, distributed with
Xa BSD-style license like Apache. It allows the definition and use of macros
Xwithin apache runtime configuration files. The syntax is a natural extension
Xto apache html-like configuration style.
X
XWWW: http://www.cri.ensmp.fr/~coelho/mod_macro/
END-of-www/mod_macro22/pkg-descr
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805312049.m4VKnKwL027588>