From 2e9d44034b653e2f169042843790052f6d237687 Mon Sep 17 00:00:00 2001 From: Chris Walker Date: Thu, 9 May 2019 23:29:21 +0700 Subject: network/hylafax+: Updated for version 7.0.0. Signed-off-by: Willy Sudiarto Raharjo --- network/hylafax+/README | 2 +- network/hylafax+/README.SLACKWARE | 2 -- network/hylafax+/config.local.in | 4 +--- network/hylafax+/doinst.sh | 14 ++++++++++++++ network/hylafax+/hylafax+.SlackBuild | 14 +++++++++++--- network/hylafax+/hylafax+.info | 6 +++--- 6 files changed, 30 insertions(+), 12 deletions(-) (limited to 'network/hylafax+') diff --git a/network/hylafax+/README b/network/hylafax+/README index 197f605926..347202297b 100644 --- a/network/hylafax+/README +++ b/network/hylafax+/README @@ -6,4 +6,4 @@ an outbound job from any other machine on the network. HylaFAX+ is a more feature rich fork of the HylaFAX project. -See /usr/doc/hylafax-5.5.9/README.SLACKWARE for configuration hints. +See /usr/doc/hylafax-7.0.0/README.SLACKWARE for configuration hints. diff --git a/network/hylafax+/README.SLACKWARE b/network/hylafax+/README.SLACKWARE index fbab4d08ee..38a853d9a2 100644 --- a/network/hylafax+/README.SLACKWARE +++ b/network/hylafax+/README.SLACKWARE @@ -1,5 +1,3 @@ -/usr/doc/hylafax-@VERSION@/README.SLACKWARE - If you need to start hylafax at boot, add this to /etc/rc.d/rc.local: # Starting the HylaFAX hfaxd and faxq Daemons at Boot. diff --git a/network/hylafax+/config.local.in b/network/hylafax+/config.local.in index 9c9d8a33c5..27747d3233 100644 --- a/network/hylafax+/config.local.in +++ b/network/hylafax+/config.local.in @@ -1,4 +1,4 @@ -# $Id: config.site,v 1.4 2009/05/25 18:41:23 faxguy Exp $ +# $Id: config.site 927 2009-05-25 18:41:23Z faxguy $ # # HylaFAX Facsimile Software # @@ -183,8 +183,6 @@ ZLIBINC="-I/usr/include" # place to find zlib.h # the target system. If they are set here, then they will # override anything done by configure. # -#CONFIG_OPENFIFO="O_RDONLY" # mode to open FIFOs in server proc's -#CONFIG_FIFOBUG="yes" # enable workaround for FIFO select bug #CONFIG_TIOCMBISBYREF="yes" # pass arg by reference to ioctl #CONFIG_WINSZHACK="no" # include extra files for TIOCWINSZ use #CONFIG_ABORTBUG="no" # enable workaround for abort problems diff --git a/network/hylafax+/doinst.sh b/network/hylafax+/doinst.sh index 078b8ff355..813758b9d9 100644 --- a/network/hylafax+/doinst.sh +++ b/network/hylafax+/doinst.sh @@ -35,6 +35,20 @@ config var/spool/hylafax/etc/dialrules.ext.new config var/spool/hylafax/etc/dialrules.uk.new config var/spool/hylafax/etc/dialrules.world.new +if [ -d usr/lib64 ]; then + config usr/lib64/hylafax/faxcover.ps.new + config usr/lib64/hylafax/faxmail.ps.new + config usr/lib64/hylafax/hfaxd.conf.new + config usr/lib64/hylafax/pagesizes.new + config usr/lib64/hylafax/typerules.new +else + config usr/lib/hylafax/faxcover.ps.new + config usr/lib/hylafax/faxmail.ps.new + config usr/lib/hylafax/hfaxd.conf.new + config usr/lib/hylafax/pagesizes.new + config usr/lib/hylafax/typerules.new +fi + # We warn about needed configuration to the /etc/inittab file. printf "\nThe following line will need be added to your /etc/inittab: please check if it is the correct tty device for the modem, diff --git a/network/hylafax+/hylafax+.SlackBuild b/network/hylafax+/hylafax+.SlackBuild index 00d85bb3a8..e35b925fbe 100644 --- a/network/hylafax+/hylafax+.SlackBuild +++ b/network/hylafax+/hylafax+.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for hylafax+ -# Copyright 2013-2018 Chris Walker Kempner, TX +# Copyright 2013-2019 Chris Walker Kempner, TX # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,8 +24,8 @@ PRGNAM=hylafax+ SRCNAM=hylafax -VERSION=${VERSION:-5.6.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-7.0.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -107,6 +107,14 @@ cd $PKG/var/spool/hylafax/etc mv hosts.hfaxd hosts.hfaxd.new cd - +cd $PKG/usr/lib$LIBDIRSUFFIX/hylafax + mv faxcover.ps faxcover.ps.new + mv faxmail.ps faxmail.ps.new + mv hfaxd.conf hfaxd.conf.new + mv pagesizes pagesizes.new + mv typerules typerules.new +cd - + mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ CHANGES CONTRIBUTORS COPYRIGHT INSTALL TODO VERSION \ diff --git a/network/hylafax+/hylafax+.info b/network/hylafax+/hylafax+.info index 940c9e7eb8..5647f3f419 100644 --- a/network/hylafax+/hylafax+.info +++ b/network/hylafax+/hylafax+.info @@ -1,8 +1,8 @@ PRGNAM="hylafax+" -VERSION="5.6.1" +VERSION="7.0.0" HOMEPAGE="http://hylafax.sourceforge.net" -DOWNLOAD="https://downloads.sourceforge.net/project/hylafax/hylafax/hylafax-5.6.1.tar.gz" -MD5SUM="80242442f1ae31c97c5f941ca49abdde" +DOWNLOAD="https://iweb.dl.sourceforge.net/project/hylafax/hylafax/hylafax-7.0.0.tar.gz" +MD5SUM="5e779c2099a80d886c38ad536d131706" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3