Date: 1 Jan 2002 23:04:09 -0000 From: Seamus Venasse <svenasse@polaris.ca> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/33455: New port: Designed to replace generic clickthrough CGIs Message-ID: <20020101230409.90710.qmail@pris.polaris.ca>
next in thread | raw e-mail | index | archive | help
>Number: 33455 >Category: ports >Synopsis: New port: Designed to replace generic clickthrough CGIs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 01 15:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 4.4-STABLE i386 >Organization: Polaris Computing >Environment: System: FreeBSD pitou.polaris.ca 4.4-STABLE FreeBSD 4.4-STABLE #1: Wed Nov 7 01:23:05 PST 2001 root@pitou.polaris.ca:/usr/obj/usr/src/sys/PITOU i386 >Description: >How-To-Repeat: >Fix: # 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_relocate # mod_relocate/distinfo # mod_relocate/Makefile # mod_relocate/pkg-descr # mod_relocate/pkg-message # mod_relocate/pkg-plist # mod_relocate/pkg-comment # echo c - mod_relocate mkdir -p mod_relocate > /dev/null 2>&1 echo x - mod_relocate/distinfo sed 's/^X//' >mod_relocate/distinfo << 'END-of-mod_relocate/distinfo' XMD5 (mod_relocate-1.0.tar.gz) = 842684f387424c1bf547b480f2caa886 END-of-mod_relocate/distinfo echo x - mod_relocate/Makefile sed 's/^X//' >mod_relocate/Makefile << 'END-of-mod_relocate/Makefile' X# New ports collection makefile for: mod_relocate X# Date created: 1 Jan 2002 X# Whom: Seamus Venasse <svenasse@polaris.ca> X# X# $FreeBSD$ X# X XPORTNAME= mod_relocate XPORTVERSION= 1.0 XCATEGORIES= www XMASTER_SITES= http://software.tangent.org/download/ X XMAINTAINER= svenasse@polaris.ca X XBUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 XRUN_DEPENDS= ${BUILD_DEPENDS} X XAPXS= ${LOCALBASE}/sbin/apxs XDOCS= README faq.html X Xdo-build: X @cd ${WRKSRC} && \ X ${APXS} -c mod_relocate.c X Xdo-install: X ${APXS} -i -A -n relocate ${WRKSRC}/mod_relocate.so X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/mod_relocate X.for f in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/mod_relocate/ X.endfor X.endif X ${CAT} ${PKGMESSAGE} X X.include <bsd.port.mk> END-of-mod_relocate/Makefile echo x - mod_relocate/pkg-descr sed 's/^X//' >mod_relocate/pkg-descr << 'END-of-mod_relocate/pkg-descr' XModRelocate was designed to replace generic clickthrough CGIs. It Xhas the advantage that it works as a virtual document and that it Xwill pass along additional URI arguments to the remote URL. All of Xthis flexibility makes it easier to provide yourself with useful Xlog information. X XWWW: http://software.tangent.org/ X XSeamus Venasse <svenasse@polaris.ca> END-of-mod_relocate/pkg-descr echo x - mod_relocate/pkg-message sed 's/^X//' >mod_relocate/pkg-message << 'END-of-mod_relocate/pkg-message' X************************************************************ XPlease edit your apache.conf or httpd.conf to enable and Xsetup this module. X XYou can always refer to the useful documents held in X${PREFIX}/share/doc/mod_relocate/, where ${PREFIX} is Xtypically /usr/local. X XWhen it's done, do the following to take effect: X X apachectl configtest (and correct any errors reported) X apachectl restart X X************************************************************ END-of-mod_relocate/pkg-message echo x - mod_relocate/pkg-plist sed 's/^X//' >mod_relocate/pkg-plist << 'END-of-mod_relocate/pkg-plist' X@exec %D/sbin/apxs -e -a -n relocate X@unexec %D/sbin/apxs -e -A -n relocate mod_relocate.so Xlibexec/apache/mod_relocate.so X%%PORTDOCS%%share/doc/mod_relocate/README X%%PORTDOCS%%share/doc/mod_relocate/faq.html X%%PORTDOCS%%@dirrm share/doc/mod_relocate END-of-mod_relocate/pkg-plist echo x - mod_relocate/pkg-comment sed 's/^X//' >mod_relocate/pkg-comment << 'END-of-mod_relocate/pkg-comment' XDesigned to replace generic clickthrough CGIs END-of-mod_relocate/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020101230409.90710.qmail>