ports/53444: comms/hamfax - sending and receiving facsimiles over radio

Carl Makin carl at stagecraft.cx
Wed Jun 18 10:30:24 UTC 2003


>Number:         53444
>Category:       ports
>Synopsis:       comms/hamfax - sending and receiving facsimiles over radio
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 18 03:30:21 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Carl Makin
>Release:        FreeBSD 4.8-RC i386
>Organization:
>Environment:
System: FreeBSD bumper.stagecraft.cx 4.8-RC FreeBSD 4.8-RC #7: Sat Mar 22 19:06:31 EST 2003 carl at bumper.stagecraft.cx:/usr/obj/usr/src/sys/BUMPER i386


	
>Description:
HamFax
******

Copyright (C) 2001, 2002, 2003
Christof Schmitt, DH1CS <cschmitt at users.sourceforge.net>

HamFax is a Qt/X11 application for sending and receiving
facsimiles over ham radio. It is licensed under the GNU 
General Public License (GPL), see the file COPYING for the 
complete text.

If you have questions or comments please send them to me
(cschmitt at users.sourceforge.net). I would like to have some feedback.

New versions of this program and some related information can be found
at http://hamfax.sourceforge.net/

WWW: http://hamfax.sourceforge.net/
>How-To-Repeat:
	
>Fix:

--- hamfax.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	hamfax
#	hamfax/distinfo
#	hamfax/pkg-descr
#	hamfax/files
#	hamfax/files/patch-configure
#	hamfax/files/patch-sound.hpp
#	hamfax/pkg-plist
#	hamfax/Makefile
#
echo c - hamfax
mkdir -p hamfax > /dev/null 2>&1
echo x - hamfax/distinfo
sed 's/^X//' >hamfax/distinfo << 'END-of-hamfax/distinfo'
XMD5 (HamFax-0.6.3.tar.bz2) = 1bca27a126079abaea522750562afbe2
END-of-hamfax/distinfo
echo x - hamfax/pkg-descr
sed 's/^X//' >hamfax/pkg-descr << 'END-of-hamfax/pkg-descr'
XHamFax
X******
X
XCopyright (C) 2001, 2002, 2003
XChristof Schmitt, DH1CS <cschmitt at users.sourceforge.net>
X
XHamFax is a Qt/X11 application for sending and receiving
Xfacsimiles. It is licensed under the GNU General Public License (GPL),
Xsee the file COPYING for the complete text.
X
XIf you have questions or comments please send them to me
X(cschmitt at users.sourceforge.net). I would like to have some feedback.
X
XNew versions of this program and some related information can be found
Xat http://hamfax.sourceforge.net/
X
XWWW: http://hamfax.sourceforge.net/
END-of-hamfax/pkg-descr
echo c - hamfax/files
mkdir -p hamfax/files > /dev/null 2>&1
echo x - hamfax/files/patch-configure
sed 's/^X//' >hamfax/files/patch-configure << 'END-of-hamfax/files/patch-configure'
X--- configure.orig	Sat Jun  7 11:05:07 2003
X+++ configure	Sat Jun  7 11:08:01 2003
X@@ -4172,7 +4172,7 @@
X   ac_status=$?
X   echo "$as_me:$LINENO: \$? = $ac_status" >&5
X   (exit $ac_status); }
X-            bnv_err_4=`grep -v '^ *+' bnv_qt_test_4.out`
X+            bnv_err_4=`grep -v '^ *+' bnv_qt_test_4.out | grep -v warning:`
X             if test x"$bnv_err_4" != x; then
X               echo "$bnv_err_4" >&5
X             else
END-of-hamfax/files/patch-configure
echo x - hamfax/files/patch-sound.hpp
sed 's/^X//' >hamfax/files/patch-sound.hpp << 'END-of-hamfax/files/patch-sound.hpp'
X--- src/Sound.hpp.orig	Sat Jun  7 11:12:19 2003
X+++ src/Sound.hpp	Sat Jun  7 11:12:43 2003
X@@ -19,6 +19,8 @@
X #ifndef SOUND_HPP
X #define SOUND_HPP
X 
X+#define AFMT_S16_NE AFMT_S16_LE
X+
X #include <qobject.h>
X #include <qstring.h>
X #include <qsocketnotifier.h>
END-of-hamfax/files/patch-sound.hpp
echo x - hamfax/pkg-plist
sed 's/^X//' >hamfax/pkg-plist << 'END-of-hamfax/pkg-plist'
Xbin/hamfax
Xshare/HamFax/HamFax.html
Xshare/HamFax/hamfax_de.qm
X at dirrm share/HamFax
END-of-hamfax/pkg-plist
echo x - hamfax/Makefile
sed 's/^X//' >hamfax/Makefile << 'END-of-hamfax/Makefile'
X# New ports collection makefile for:   hamfax
X# Date created:                7th June 2003
X# Whom:                        Carl Makin <carl at stagecraft.cx>
X#
X# $FreeBSD$
X
XPORTNAME=      hamfax
XPORTVERSION=   0.6.3
XCATEGORIES=    comms audio
XMASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR= hamfax
XDISTNAME=      HamFax-0.6.3
X
XMAINTAINER=    carl at stagecraft.cx
XCOMMENT=       HamFax is a QT app for sending and receiving facsimiles over radio
X
XLIB_DEPENDS=   audiofile.0:${PORTSDIR}/audio/libaudiofile \
X	       qt-mt.3:${PORTSDIR}/x11-toolkits/qt31
X
XGNU_CONFIGURE= 	yes
XCONFIGURE_ARGS= --with-Qt-dir=${X11BASE} CXX="g++ -pthread" LIBS="-lcipher" CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib"
XUSE_GMAKE=     	yes
XUSE_BZIP2=	yes
X
X.include <bsd.port.mk>
END-of-hamfax/Makefile
exit
--- hamfax.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list