From owner-freebsd-questions Mon Apr 9 20:39:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alto.i-cable.com (alto.i-cable.com [210.80.60.4]) by hub.freebsd.org (Postfix) with ESMTP id 9E2A737B422 for ; Mon, 9 Apr 2001 20:39:21 -0700 (PDT) (envelope-from lkthomas@hkicable.com) Received: from hkicable.com ([61.18.16.156]) by alto.i-cable.com (8.9.3/8.9.3) with ESMTP id LAA10652 for ; Tue, 10 Apr 2001 11:39:40 +0800 (HKT) Message-ID: <3AD280CC.15B80246@hkicable.com> Date: Tue, 10 Apr 2001 11:41:00 +0800 From: Thomas Lau X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: please help me to submit this new port collection: Content-Type: multipart/mixed; boundary="------------B86A99E36FAC48E2B5BAB09D" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------B86A99E36FAC48E2B5BAB09D Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Roxen 2.1 ports files... also, How can I submit directly to freebsd?? --------------B86A99E36FAC48E2B5BAB09D Content-Type: text/plain; charset=us-ascii; name="Makefile" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile" # New ports collection makefile for: Roxen Challenger version 2.1 # Date created: 26 February 1999 # Whom: Thomas Lau (lkthomas@hkicable.com) # # $FreeBSD: ports/www/roxen/Makefile,v 1.9 2001/02/05 15:33:46 olgeni Exp $ # PORTNAME= roxen PORTVERSION= 2.1.231 CATEGORIES= www MASTER_SITES= ftp://ftp.roxen.com/roxen/source/ DISTNAME= roxen-dist-2.1.231 MAINTAINER= lkthomas@hkicable.com WRKSRC= ${WRKDIR}/roxen-2.1.231-src GNU_CONFIGURE= yes #PKGMESSAGE= ${WRKSRC}/MESSAGE STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/roxen.sh post-patch: @${SED} -e "s|%%PREFIX%%|${PREFIX}|g" ${FILESDIR}/roxen.sh.in > \ ${WRKDIR}/roxen.sh @${SED} -e "s|%%PREFIX%%|${PREFIX}|g" ${FILESDIR}/MESSAGE.in > \ ${PKGMESSAGE} do-configure: @(cd ${WRKSRC}; \ ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}) post-install: @if [ ! -f ${STARTUP_SCRIPT} ]; then \ ${ECHO} "Installing ${STARTUP_SCRIPT} startup file."; \ ${INSTALL_SCRIPT} ${WRKDIR}/roxen.sh ${STARTUP_SCRIPT}; \ fi @${CAT} ${PKGMESSAGE} .include --------------B86A99E36FAC48E2B5BAB09D Content-Type: text/plain; charset=us-ascii; name="distinfo" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="distinfo" MD5 (roxen-dist-2.1.231.tar.gz) = 7dd72e56d6bacd16c047a3ac229eda74 --------------B86A99E36FAC48E2B5BAB09D Content-Type: text/plain; charset=us-ascii; name="pkg-comment" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pkg-comment" An extensible http and ftp server with a lot of features --------------B86A99E36FAC48E2B5BAB09D Content-Type: text/plain; charset=us-ascii; name="pkg-descr" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pkg-descr" This is the port of the Roxen Challenger http and ftp server. It has a configuration interface to be accessed with a web browser and comes with some nice modules like automatic generation of graphical text. ( Roxen version 2.1 ) It is written in Pike (version 7.0), a modern language derived from lpc. If you want support for mysql in Roxen, make sure to install mysql first. This port will then notice the installed mysql. WWW: http://www.roxen.com/ Thomas Lau (lkthomas@hkicable.com) --------------B86A99E36FAC48E2B5BAB09D Content-Type: text/plain; charset=us-ascii; name="pkg-message" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pkg-message" ***************************************************************************** Installation of Roxen Challenger version 2.1 finished! Now perform the following steps to initialize the webserver. # cd /usr/local/roxen/server/ # ./install Then follow the instructions. For further documentation read /usr/local/roxen/server/manual/ ***************************************************************************** --------------B86A99E36FAC48E2B5BAB09D-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message