Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2013 13:01:51 GMT
From:      Lukasz Wasikowski <lukasz@wasikowski.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177413: New port: www/mod_macro24 - mod_macro for apache 2.4
Message-ID:  <201303271301.r2RD1p34050304@red.freebsd.org>
Resent-Message-ID: <201303271310.r2RDA04l087245@freefall.freebsd.org>

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

>Number:         177413
>Category:       ports
>Synopsis:       New port: www/mod_macro24 - mod_macro for apache 2.4
>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:   Wed Mar 27 13:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Lukasz Wasikowski
>Release:        9.1-STABLE
>Organization:
>Environment:
FreeBSD vesper.wasikowski.net 9.1-STABLE FreeBSD 9.1-STABLE #27 r247781: Tue Mar  5 11:51:35 CET 2013     root@:/usr/obj/usr/src/sys/vesper  i386
>Description:
mod_macro v1.2.1 for apache branch 2.4.
>How-To-Repeat:

>Fix:
shar file attached.

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:
#
#	mod_macro24
#	mod_macro24/pkg-descr
#	mod_macro24/distinfo
#	mod_macro24/Makefile
#
echo c - mod_macro24
mkdir -p mod_macro24 > /dev/null 2>&1
echo x - mod_macro24/pkg-descr
sed 's/^X//' >mod_macro24/pkg-descr << 'ee97fe1a789423a3c6da75690d3bf8fe'
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/
ee97fe1a789423a3c6da75690d3bf8fe
echo x - mod_macro24/distinfo
sed 's/^X//' >mod_macro24/distinfo << '70b3f58739baea3376a1fd9f61f96e1e'
XSHA256 (mod_macro-1.2.1.tar.gz) = f22c6342b36526fb401dea4dba4c2b61a72083da973b9ca1c4777a77d5128fc3
XSIZE (mod_macro-1.2.1.tar.gz) = 16870
70b3f58739baea3376a1fd9f61f96e1e
echo x - mod_macro24/Makefile
sed 's/^X//' >mod_macro24/Makefile << 'b84e9aecd67272cc79c17008e3d481ac'
X# $FreeBSD$
X
XPORTNAME=	mod_macro
XPORTVERSION=	1.2.1
XCATEGORIES=	www
XMASTER_SITES=	http://www.cri.ensmp.fr/~coelho/mod_macro/
X
XMAINTAINER=	lukasz@wasikowski.net
XCOMMENT=	Apache 2.4.x module for use macros in config files
X
XLICENSE=	mod_macro
XLICENSE_NAME=	mod_macro license (apache with postcard request)
XLICENSE_FILE=	${WRKSRC}/LICENSE
XLICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
X
XMAKE_JOBS_SAFE=	yes
X
XUSE_APACHE=	24
XLATEST_LINK=	mod_macro24
XAP_FAST_BUILD=	yes
XAP_GENPLIST=	yes
XPORTDOCS=	${PORTNAME}.html
X
XOPTIONS_DEFINE=	DOCS
XDOCS_DESC=	Install documentation
X
X.include <bsd.port.options.mk>
X
Xpost-install:
X.if ${PORT_OPTIONS:MDOCS}
X	@${MKDIR} ${DOCSDIR}/
X	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}/
X.endif
X
X.include <bsd.port.mk>
b84e9aecd67272cc79c17008e3d481ac
exit



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



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