mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9141fabc31
A fast, portable multithreaded web server. PR: 4770 Submitted by: Ian Vaudrey <i.vaudrey@cableinet.co.uk>
49 lines
1.7 KiB
Plaintext
49 lines
1.7 KiB
Plaintext
--- xibuild.orig Sat Aug 8 15:42:27 1998
|
|
+++ xibuild Sat Aug 8 15:44:23 1998
|
|
@@ -8,7 +8,6 @@
|
|
# This script builds the SFL and SMT packages, then installs XITAMI ready
|
|
# for use. XITAMI is installed in the current directory.
|
|
|
|
-TOPDIR=$PWD
|
|
SRCDIR=$TOPDIR/src
|
|
SFLDIR=$TOPDIR/src/sfl
|
|
SMTDIR=$TOPDIR/src/smt
|
|
@@ -52,18 +51,13 @@
|
|
echo "--------------------------------------------------------------------"
|
|
echo "Welcome to the Xitami web server, copyright (c) 1991-97 iMatix."
|
|
echo "This script will compile and link XITAMI, ready for use on this"
|
|
-echo "$SYSTEM system. Please confirm this information:"
|
|
+echo "$SYSTEM system."
|
|
echo " System . . . . . .: $SYSTEM"
|
|
echo " ANSI C compiler. .: $COMPILE"
|
|
echo ""
|
|
-echo "If the ANSI C compile command is wrong, you will have to modify the"
|
|
-echo "'c' scripts in these directories:"
|
|
-echo " $SFLDIR"
|
|
-echo " $SMTDIR"
|
|
-echo ""
|
|
-echo "If this information looks okay, press [Enter] to start installation."
|
|
+echo " SFL Source Path...: $SFLDIR"
|
|
+echo " SMT Source Path...: $SMTDIR"
|
|
echo "--------------------------------------------------------------------"
|
|
-read pause
|
|
|
|
# Now, rebuild the SFL package
|
|
|
|
@@ -103,14 +97,4 @@
|
|
fi
|
|
cd $TOPDIR
|
|
|
|
-# Install XITAMI in its own directory
|
|
-echo xibuild: Installing XITAMI files...
|
|
-test ! -d $CGIBIN && mkdir $CGIBIN
|
|
-cp $SMTDIR/xitami .
|
|
-cp $CGISRC/testcgi $CGIBIN
|
|
-cp $CGISRC/testcgi? $CGIBIN
|
|
-
|
|
-echo xibuild completed. Please see 'readme' file for info on using
|
|
-echo Xitami. The Xitami web pages are the main source of information.
|
|
-echo You can run Xitami now by typing 'xitami' or 'xitami -b 5000'.
|
|
-echo browser and the URL http://hostname or http://hostname:5080.
|
|
+echo xibuild completed.
|