mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
* Corrected Makefile with respect to ${PREFIX}
* Updated pkg/PLIST * Fixed typo in pkg/DESCR PR: 13829 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Approved by: maintainer
This commit is contained in:
parent
6e28f671a6
commit
9f8a743a15
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21921
@ -19,8 +19,10 @@ GNU_CONFIGURE= yes
|
||||
STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/roxen.sh
|
||||
|
||||
post-patch:
|
||||
@${SED} -e "s|%%PREFIX%%|${PREFIX}|g" ${FILESDIR}/roxen.sh > \
|
||||
@${SED} -e "s|%%PREFIX%%|${PREFIX}|g" ${FILESDIR}/roxen.sh.in > \
|
||||
${WRKDIR}/roxen.sh
|
||||
@${SED} -e "s|%%PREFIX%%|${PREFIX}|g" ${FILESDIR}/MESSAGE.in > \
|
||||
${PKGDIR}/MESSAGE
|
||||
|
||||
do-configure:
|
||||
@(cd ${WRKSRC}; \
|
||||
@ -29,18 +31,8 @@ do-configure:
|
||||
post-install:
|
||||
@if [ ! -f ${STARTUP_SCRIPT} ]; then \
|
||||
${ECHO} "Installing ${STARTUP_SCRIPT} startup file."; \
|
||||
${INSTALL_SCRIPT} ${FILESDIR}/roxen.sh ${STARTUP_SCRIPT}; \
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/roxen.sh ${STARTUP_SCRIPT}; \
|
||||
fi
|
||||
@${ECHO_MSG} "Installation of Roxen Challenger finished!"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Now perform the following steps to initialize"
|
||||
@${ECHO_MSG} "the webserver."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "# cd ${PREFIX}/roxen/server/"
|
||||
@${ECHO_MSG} "# ./install"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Then follow the instructions. For further"
|
||||
@${ECHO_MSG} "documentation read http://roxen.com/documentation/"
|
||||
@${ECHO_MSG} ""
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
11
www/roxen/files/MESSAGE.in
Normal file
11
www/roxen/files/MESSAGE.in
Normal file
@ -0,0 +1,11 @@
|
||||
*****************************************************************************
|
||||
Installation of Roxen Challenger finished!
|
||||
|
||||
Now perform the following steps to initialize the webserver.
|
||||
|
||||
# cd %%PREFIX%%/roxen/server/
|
||||
# ./install
|
||||
|
||||
Then follow the instructions. For further documentation read
|
||||
%%PREFIX%%/roxen/server/manual/
|
||||
*****************************************************************************
|
7
www/roxen/files/roxen.sh.in
Normal file
7
www/roxen/files/roxen.sh.in
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
roxen=%%PREFIX%%/roxen/server
|
||||
|
||||
if [ -x $roxen/start ]; then
|
||||
( cd $roxen; ./start --log-dir=/var/log/roxen ) > /dev/null
|
||||
echo -n ' Roxen'
|
||||
fi
|
@ -1,5 +1,5 @@
|
||||
This is the port of the Roxen Challenger http and ftp server. It has
|
||||
a configuration interface to be accessed with a webrowser and comes with
|
||||
a configuration interface to be accessed with a web browser and comes with
|
||||
some nice modules like automatic generation of graphical text.
|
||||
|
||||
It is written in Pike (version 0.6), a modern language derived from lpc.
|
||||
@ -7,7 +7,7 @@ It is written in Pike (version 0.6), 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://Roxen.com/
|
||||
WWW: http://www.roxen.com/
|
||||
|
||||
Kai Voigt
|
||||
(k@123.org)
|
||||
|
2567
www/roxen/pkg-plist
2567
www/roxen/pkg-plist
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user