svn commit: r321087 - in head/comms: . gqrx
Ganael LAPLANCHE
martymac at FreeBSD.org
Mon Jun 17 06:59:03 UTC 2013
Author: martymac
Date: Mon Jun 17 06:59:01 2013
New Revision: 321087
URL: http://svnweb.freebsd.org/changeset/ports/321087
Log:
Add gqrx, a Qt-based software defined radio receiver
Added:
head/comms/gqrx/
head/comms/gqrx/Makefile (contents, props changed)
head/comms/gqrx/distinfo (contents, props changed)
head/comms/gqrx/pkg-descr (contents, props changed)
Modified:
head/comms/Makefile
Modified: head/comms/Makefile
==============================================================================
--- head/comms/Makefile Mon Jun 17 06:22:19 2013 (r321086)
+++ head/comms/Makefile Mon Jun 17 06:59:01 2013 (r321087)
@@ -51,6 +51,7 @@
SUBDIR += gnuradio
SUBDIR += gpredict
SUBDIR += gpsk31
+ SUBDIR += gqrx
SUBDIR += gr-osmosdr
SUBDIR += grig
SUBDIR += gscmxx
Added: head/comms/gqrx/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/comms/gqrx/Makefile Mon Jun 17 06:59:01 2013 (r321087)
@@ -0,0 +1,36 @@
+# Created by: Ganael Laplanche <ganael.laplanche at martymac.org>
+# $FreeBSD$
+
+PORTNAME= gqrx
+PORTVERSION= 20130504
+CATEGORIES= comms hamradio
+MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
+ LOCAL/martymac
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= martymac at FreeBSD.org
+COMMENT= Qt-based software defined radio receiver
+
+LICENSE= GPLv3
+
+LIB_DEPENDS= gnuradio-core:${PORTSDIR}/comms/gnuradio \
+ gnuradio-audio:${PORTSDIR}/comms/gnuradio \
+ gnuradio-osmosdr:${PORTSDIR}/comms/gr-osmosdr \
+ pulse:${PORTSDIR}/audio/pulseaudio \
+ pulse-simple:${PORTSDIR}/audio/pulseaudio \
+ boost_system:${PORTSDIR}/devel/boost-libs \
+ boost_program_options:${PORTSDIR}/devel/boost-libs
+
+USES= pkgconfig
+USE_QT4= qmake_build moc_build rcc_build uic_build corelib gui svg
+
+PLIST_FILES= bin/gqrx
+
+do-configure:
+ cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
+ ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/gqrx ${PREFIX}/bin
+
+.include <bsd.port.mk>
Added: head/comms/gqrx/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/comms/gqrx/distinfo Mon Jun 17 06:59:01 2013 (r321087)
@@ -0,0 +1,2 @@
+SHA256 (gqrx-20130504.tgz) = 6f432a8e7828cd84232728bc6640968403145488dadcb47186b79eb59d96ffe0
+SIZE (gqrx-20130504.tgz) = 891521
Added: head/comms/gqrx/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/comms/gqrx/pkg-descr Mon Jun 17 06:59:01 2013 (r321087)
@@ -0,0 +1,7 @@
+Gqrx is an experimental software defined radio receiver implemented using GNU
+Radio and the Qt GUI toolkit.
+
+It can use the Funcube Dongle, RTL2832U-based DVB-T dongles, OsmoSDR devices
+and USRP devices as input source.
+
+WWW: https://github.com/csete/gqrx
More information about the svn-ports-head
mailing list