Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Apr 2008 01:10:03 GMT
From:      Stefan <stefan@outsourcedprinting.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/122701: New port: www/mod_wombat "Apache Lua module"
Message-ID:  <200804150110.m3F1A3Si055930@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/122701; it has been noted by GNATS.

From: Stefan <stefan@outsourcedprinting.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/122701: New port: www/mod_wombat "Apache Lua module"
Date: Mon, 14 Apr 2008 17:29:02 -0700

 This is a multi-part message in MIME format.
 --------------090403050507020801090509
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Thanks for the help, Clement! That would explain why portmanager choked 
 on it today ;)
 
 Find fixed shar file attached
 
 
 --------------090403050507020801090509
 Content-Type: text/plain;
  name="mod_wombat.sh"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="mod_wombat.sh"
 
 # 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_wombat
 #	mod_wombat/pkg-plist
 #	mod_wombat/Makefile
 #	mod_wombat/distinfo
 #	mod_wombat/pkg-descr
 #
 echo c - mod_wombat
 mkdir -p mod_wombat > /dev/null 2>&1
 echo x - mod_wombat/pkg-plist
 sed 's/^X//' >mod_wombat/pkg-plist << 'END-of-mod_wombat/pkg-plist'
 X%%APACHEMODDIR%%/mod_wombat.so
 END-of-mod_wombat/pkg-plist
 echo x - mod_wombat/Makefile
 sed 's/^X//' >mod_wombat/Makefile << 'END-of-mod_wombat/Makefile'
 X# New ports collection makefile for:   mod_wombat
 X# Date created:        13 January 2008
 X# Whom:                stefan@outsourcedprinting.com
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=      mod_wombat
 XPORTVERSION=   20080113
 XCATEGORIES=    www
 XMASTER_SITES=  http://www.outsourcedprinting.com/repo/
 XDISTNAME=      ${PORTNAME}-${PORTVERSION}
 X
 XMAINTAINER=    stefan@outsourcedprinting.com
 XCOMMENT=       An Apache module used to create request handlers in Lua
 X
 XLIB_DEPENDS=   apreq2:${PORTSDIR}/www/libapreq2
 X
 XUSE_LUA= 		5.1+
 XUSE_APACHE=     2.2
 XGNU_MAKE= 		yes
 X
 XGNU_CONFIGURE=	yes
 XCONFIGURE_ARGS+= --with-apreq2=${PREFIX} CPPFLAGS="-I${PREFIX}/include/apache22/apreq2 -I${PREFIX}/include/apr-1"
 X
 X.include <bsd.port.mk>
 END-of-mod_wombat/Makefile
 echo x - mod_wombat/distinfo
 sed 's/^X//' >mod_wombat/distinfo << 'END-of-mod_wombat/distinfo'
 XMD5 (mod_wombat-20080113.tar.gz) = f65006dbe96d546261b0dd43ef692c17
 XSHA256 (mod_wombat-20080113.tar.gz) = 890001f8081d96d47bb7b43961e708d482dbd6aad8d8d66590602e506d7b6f97
 XSIZE (mod_wombat-20080113.tar.gz) = 216499
 END-of-mod_wombat/distinfo
 echo x - mod_wombat/pkg-descr
 sed 's/^X//' >mod_wombat/pkg-descr << 'END-of-mod_wombat/pkg-descr'
 XThis is a port of mod_wombat, An Apache module used to create 
 Xrequest handlers in Lua.
 X
 XBrian McCallister.
 X 
 XWWW: http://svn.apache.org/viewvc/httpd/mod_wombat/
 END-of-mod_wombat/pkg-descr
 exit
 
 
 
 --------------090403050507020801090509--



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