mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add hamfax, a Qt/X11 application for sending and receiving facsimiles
over ham radio. PR: ports/53444 Submitted by: Carl Makin <carl@stagecraft.cx>
This commit is contained in:
parent
6a09f96364
commit
91943bf1cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95150
@ -20,6 +20,7 @@
|
||||
SUBDIR += gnokii
|
||||
SUBDIR += gscmxx
|
||||
SUBDIR += gsmlib
|
||||
SUBDIR += hamfax
|
||||
SUBDIR += hamlib
|
||||
SUBDIR += hylafax
|
||||
SUBDIR += ixj
|
||||
|
28
comms/hamfax/Makefile
Normal file
28
comms/hamfax/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: hamfax
|
||||
# Date created: 7th June 2003
|
||||
# Whom: Carl Makin <carl@stagecraft.cx>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hamfax
|
||||
PORTVERSION= 0.6.3
|
||||
CATEGORIES= comms audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= hamfax
|
||||
DISTNAME= HamFax-${PORTVERSION}
|
||||
|
||||
MAINTAINER= carl@stagecraft.cx
|
||||
COMMENT= QT application for sending and receiving facsimiles over radio
|
||||
|
||||
LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
|
||||
|
||||
USE_QT_VER= 3
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-Qt-dir=${X11BASE} CXX="g++ ${PTHREAD_CFLAGS}" \
|
||||
LIBS="-lcipher ${PTHREAD_LIBS}" CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
USE_GMAKE= yes
|
||||
USE_BZIP2= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
comms/hamfax/distinfo
Normal file
1
comms/hamfax/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (HamFax-0.6.3.tar.bz2) = 1bca27a126079abaea522750562afbe2
|
11
comms/hamfax/files/patch-configure
Normal file
11
comms/hamfax/files/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig Sat Jun 7 11:05:07 2003
|
||||
+++ configure Sat Jun 7 11:08:01 2003
|
||||
@@ -4172,7 +4172,7 @@
|
||||
ac_status=$?
|
||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||
(exit $ac_status); }
|
||||
- bnv_err_4=`grep -v '^ *+' bnv_qt_test_4.out`
|
||||
+ bnv_err_4=`grep -v '^ *+' bnv_qt_test_4.out | grep -v warning:`
|
||||
if test x"$bnv_err_4" != x; then
|
||||
echo "$bnv_err_4" >&5
|
||||
else
|
11
comms/hamfax/files/patch-sound.hpp
Normal file
11
comms/hamfax/files/patch-sound.hpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/Sound.hpp.orig Sat Jun 7 11:12:19 2003
|
||||
+++ src/Sound.hpp Sat Jun 7 11:12:43 2003
|
||||
@@ -19,6 +19,8 @@
|
||||
#ifndef SOUND_HPP
|
||||
#define SOUND_HPP
|
||||
|
||||
+#define AFMT_S16_NE AFMT_S16_LE
|
||||
+
|
||||
#include <qobject.h>
|
||||
#include <qstring.h>
|
||||
#include <qsocketnotifier.h>
|
8
comms/hamfax/pkg-descr
Normal file
8
comms/hamfax/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
HamFax is a Qt/X11 application for sending and receiving facsimiles. 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@users.sourceforge.net). I would like to have some feedback.
|
||||
|
||||
WWW: http://hamfax.sourceforge.net/
|
4
comms/hamfax/pkg-plist
Normal file
4
comms/hamfax/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/hamfax
|
||||
share/HamFax/HamFax.html
|
||||
share/HamFax/hamfax_de.qm
|
||||
@dirrm share/HamFax
|
Loading…
Reference in New Issue
Block a user