Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Apr 2001 11:41:00 +0800
From:      Thomas Lau <lkthomas@hkicable.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   please help me to submit this new port collection:
Message-ID:  <3AD280CC.15B80246@hkicable.com>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

--------------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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AD280CC.15B80246>