Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jul 2004 14:24:58 +0200 (CEST)
From:      Xavier Beaudouin <kiwi@oav.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69616: [NEW PORT] www/mod_vhs: Allows mass virtual hosting using libhome system with Apache 2.0.x
Message-ID:  <20040726122458.48EB97E826@kiwi.oav.net>
Resent-Message-ID: <200407261230.i6QCUG7p043975@freefall.freebsd.org>

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

>Number:         69616
>Category:       ports
>Synopsis:       [NEW PORT] www/mod_vhs: Allows mass virtual hosting using libhome system with Apache 2.0.x
>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:   Mon Jul 26 12:30:15 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 5.2.1-RELEASE-p8 i386
>Organization:
The Caudium Group / Association Kazar
>Environment:
System: FreeBSD plonk.home.oav.net 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #0: Sun May 30 22:14:12 CEST 2004
>Description:
mod_vhs is an Apache Web Server module allowing mass virtual hosting without 
the need for file based configuration. The virtual host paths are translated 
using libhome system to get the corrects path at request time.

WWW: http://www.oav.net/projects/mod_vhs/

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- mod_vhs-1.0.shar 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_vhs
#	mod_vhs/Makefile
#	mod_vhs/distinfo
#	mod_vhs/pkg-descr
#
echo c - mod_vhs
mkdir -p mod_vhs > /dev/null 2>&1
echo x - mod_vhs/Makefile
sed 's/^X//' >mod_vhs/Makefile << 'END-of-mod_vhs/Makefile'
X# New ports collection makefile for:	mod_vhs
X# Date created:				Sun Jul 25 2004
X# Whom:					Xavier Beaudouin <kiwi@oav.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mod_vhs
XPORTVERSION=	1.0
XCATEGORIES=	www
XMASTER_SITES=	http://www.oav.net/projects/mod_vhs/
XDIST_SUBDIR=	apache
X
XMAINTAINER=	kiwi@oav.net
XCOMMENT=	Allows mass virtual hosting using libhome system with Apache 2.0.x
X
XLIB_DEPENDS+=	home:${PORTSDIR}/misc/libhome
X
XWANT_APACHE=	2
XAP_FAST_BUILD=	YES
XAP_GENPLIST=	YES
XWRKSRC=		${WRKDIR}/${PORTNAME}
X
XAP_INC+=	${LOCALBASE}/include/home
XAP_LIB+=	${LOCALBASE}/lib -lhome
X
XPORTDOCS=	AUTHORS README TODO
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
X
Xpost-install:
X.if !defined (NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.   for f in ${PORTDOCS}
X	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
X.   endfor
X.endif
X
X.include <bsd.port.post.mk>
END-of-mod_vhs/Makefile
echo x - mod_vhs/distinfo
sed 's/^X//' >mod_vhs/distinfo << 'END-of-mod_vhs/distinfo'
XMD5 (apache/mod_vhs-1.0.tar.gz) = 6479e56d2f54561db3f4b20dd53427ef
XSIZE (apache/mod_vhs-1.0.tar.gz) = 5497
END-of-mod_vhs/distinfo
echo x - mod_vhs/pkg-descr
sed 's/^X//' >mod_vhs/pkg-descr << 'END-of-mod_vhs/pkg-descr'
Xmod_vhs is an Apache Web Server module allowing mass virtual hosting without 
Xthe need for file based configuration. The virtual host paths are translated 
Xusing libhome system to get the corrects path at request time.
X
XWWW: http://www.oav.net/projects/mod_vhs/
END-of-mod_vhs/pkg-descr
exit
--- mod_vhs-1.0.shar ends here ---

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



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