mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/hiawatha: Updated for version 7.4.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
8ded3a3015
commit
c5137b75f2
5 changed files with 56 additions and 22 deletions
|
@ -11,17 +11,14 @@ config() {
|
||||||
# Otherwise, we leave the .new copy for the admin to consider...
|
# Otherwise, we leave the .new copy for the admin to consider...
|
||||||
}
|
}
|
||||||
|
|
||||||
# Keep same perms on rc.hiawatha.new:
|
preserve_perms() {
|
||||||
if [ -e etc/rc.d/rc.hiawatha ]; then
|
NEW="$1"
|
||||||
cp -a etc/rc.d/rc.hiawatha etc/rc.d/rc.hiawatha.new.incoming
|
OLD="$(dirname $NEW)/$(basename $NEW .new)"
|
||||||
cat etc/rc.d/rc.hiawatha.new > etc/rc.d/rc.hiawatha.new.incoming
|
if [ -e $OLD ]; then
|
||||||
mv etc/rc.d/rc.hiawatha.new.incoming etc/rc.d/rc.hiawatha.new
|
cp -a $OLD ${NEW}.incoming
|
||||||
fi
|
cat $NEW > ${NEW}.incoming
|
||||||
|
mv ${NEW}.incoming $NEW
|
||||||
# Keep same perms on rc.php-fcgi.new:
|
fi
|
||||||
if [ -e etc/rc.d/rc.php-fcgi ]; then
|
config $NEW
|
||||||
cp -a etc/rc.d/rc.php-fcgi etc/rc.d/rc.php-fcgi.new.incoming
|
}
|
||||||
cat etc/rc.d/rc.php-fcgi.new > etc/rc.d/rc.php-fcgi.new.incoming
|
|
||||||
mv etc/rc.d/rc.php-fcgi.new.incoming etc/rc.d/rc.php-fcgi.new
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for hiawatha
|
# Slackware build script for hiawatha
|
||||||
|
|
||||||
# Copyright (c) 2009-2010, Antonio Hernández Blas <hba.nihilismus@gmail.com>
|
# Copyright (c) 2009-2011, Antonio Hernández Blas <hba.nihilismus@gmail.com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=hiawatha
|
PRGNAM=hiawatha
|
||||||
VERSION=${VERSION:-7.4}
|
VERSION=${VERSION:-7.4.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -68,6 +68,10 @@ find . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||||
-exec chmod 644 {} \;
|
-exec chmod 644 {} \;
|
||||||
|
|
||||||
|
# Workaround, when configure is executed it spits this message:
|
||||||
|
# WARNING: `aclocal-1.10' is missing on your system.
|
||||||
|
#find . -type f -exec touch {} \;
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
CXXFLAGS="$SLKCFLAGS" \
|
||||||
./configure \
|
./configure \
|
||||||
|
@ -90,7 +94,7 @@ mkdir -p $PKG/etc/rc.d/
|
||||||
install -m 0644 $CWD/rc.$PRGNAM $PKG/etc/rc.d/rc.$PRGNAM
|
install -m 0644 $CWD/rc.$PRGNAM $PKG/etc/rc.d/rc.$PRGNAM
|
||||||
install -m 0644 $CWD/rc.php-fcgi $PKG/etc/rc.d/rc.php-fcgi
|
install -m 0644 $CWD/rc.php-fcgi $PKG/etc/rc.d/rc.php-fcgi
|
||||||
|
|
||||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
||||||
if [ -d $PKG/usr/man ]; then
|
if [ -d $PKG/usr/man ]; then
|
||||||
|
@ -117,6 +121,7 @@ done
|
||||||
# Add *.new files into doinst.sh
|
# Add *.new files into doinst.sh
|
||||||
for file in $(find $PKG/etc -type f -name "*.new")
|
for file in $(find $PKG/etc -type f -name "*.new")
|
||||||
do
|
do
|
||||||
|
echo preserve_perms $(echo $file | sed "s:$PKG/::") >> $PKG/install/doinst.sh
|
||||||
echo config $(echo $file | sed "s:$PKG/::") >> $PKG/install/doinst.sh
|
echo config $(echo $file | sed "s:$PKG/::") >> $PKG/install/doinst.sh
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="hiawatha"
|
PRGNAM="hiawatha"
|
||||||
VERSION="7.4"
|
VERSION="7.4.1"
|
||||||
HOMEPAGE="http://www.hiawatha-webserver.org"
|
HOMEPAGE="http://www.hiawatha-webserver.org"
|
||||||
DOWNLOAD="http://www.hiawatha-webserver.org/files/hiawatha-7.4.tar.gz"
|
DOWNLOAD="http://www.hiawatha-webserver.org/files/hiawatha-7.4.1.tar.gz"
|
||||||
MD5SUM="ae86e0a343317472b58485b4a64cbbc1"
|
MD5SUM="9c5580157acdbcb1bd31a3fb8d3b0c05"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Antonio Hernández Blas"
|
MAINTAINER="Antonio Hernández Blas"
|
||||||
EMAIL="hba.nihilismus@gmail.com"
|
EMAIL="hba.nihilismus@gmail.com"
|
||||||
APPROVED="Niels Horn"
|
APPROVED="dsomero"
|
||||||
|
|
|
@ -1,7 +1,23 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Start/stop/restart the hiawatha web server
|
# Start/stop/restart the hiawatha web server
|
||||||
# Copyright (c) 2009-2010 Antonio Hernández Blas <hba.nihilismus@gmail.com>
|
# Copyright (c) 2009-2011 Antonio Hernández Blas <hba.nihilismus@gmail.com>
|
||||||
|
|
||||||
|
#
|
||||||
|
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||||
|
# Version 2, December 2004
|
||||||
|
#
|
||||||
|
# Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
||||||
|
#
|
||||||
|
# Everyone is permitted to copy and distribute verbatim or modified
|
||||||
|
# copies of this license document, and changing it is allowed as long
|
||||||
|
# as the name is changed.
|
||||||
|
#
|
||||||
|
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||||
|
# TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
#
|
||||||
|
# 0. You just DO WHAT THE FUCK YOU WANT TO.
|
||||||
|
#
|
||||||
|
|
||||||
CONF='/etc/hiawatha'
|
CONF='/etc/hiawatha'
|
||||||
CMMD="/usr/sbin/hiawatha -c $CONF"
|
CMMD="/usr/sbin/hiawatha -c $CONF"
|
||||||
|
|
|
@ -1,7 +1,23 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Start/stop/restart PHP as FastCGI daemon
|
# Start/stop/restart PHP as FastCGI daemon
|
||||||
# Copyright (c) 2009-2010 Antonio Hernández Blas <hba.nihilismus@gmail.com>
|
# Copyright (c) 2009-2011 Antonio Hernández Blas <hba.nihilismus@gmail.com>
|
||||||
|
|
||||||
|
#
|
||||||
|
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||||
|
# Version 2, December 2004
|
||||||
|
#
|
||||||
|
# Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
||||||
|
#
|
||||||
|
# Everyone is permitted to copy and distribute verbatim or modified
|
||||||
|
# copies of this license document, and changing it is allowed as long
|
||||||
|
# as the name is changed.
|
||||||
|
#
|
||||||
|
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||||
|
# TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
#
|
||||||
|
# 0. You just DO WHAT THE FUCK YOU WANT TO.
|
||||||
|
#
|
||||||
|
|
||||||
CONF='/etc/hiawatha/php-fcgi.conf'
|
CONF='/etc/hiawatha/php-fcgi.conf'
|
||||||
CMMD="/usr/sbin/php-fcgi -c $CONF"
|
CMMD="/usr/sbin/php-fcgi -c $CONF"
|
||||||
|
|
Loading…
Reference in a new issue