Date: Sat, 12 Apr 2008 20:28:07 -0700 (PDT) From: stefan@outsourcedprinting.com To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/122701: New port: www/mod_wombat "Apache Lua module" Message-ID: <200804130328.m3D3S71X028998@hal2.dev.electroniczombie.com> Resent-Message-ID: <200804130400.m3D40EJF079677@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 122701 >Category: ports >Synopsis: New port: www/mod_wombat "Apache Lua module" >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: Sun Apr 13 04:00:13 UTC 2008 >Closed-Date: >Last-Modified: >Originator: stefan@outsourcedprinting.com >Release: FreeBSD 7.0-RELEASE i386 >Organization: none >Environment: System: FreeBSD hal.outsourcedprinting.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Mon Apr 7 19:49:05 PDT 2008 root@hal.outsourcedprinting.com:/usr/obj/usr/src/sys/SPEED i386 >Description: An Apache module used to create request handlers in Lua >How-To-Repeat: >Fix: --- mod_wombat.sh begins here --- # 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/Makefile # mod_wombat/distinfo # mod_wombat/pkg-descr # mod_wombat/pkg_plist # echo c - mod_wombat mkdir -p mod_wombat > /dev/null 2>&1 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 echo x - mod_wombat/pkg_plist sed 's/^X//' >mod_wombat/pkg_plist << 'END-of-mod_wombat/pkg_plist' Xlibexec/apache%%APACHE_VERSION%%/mod_wombat.so END-of-mod_wombat/pkg_plist exit --- mod_wombat.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804130328.m3D3S71X028998>