mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Update to 20140314
This commit is contained in:
parent
5614e19f1c
commit
c4b432e13a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349709
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gr-osmosdr
|
||||
PORTVERSION= 20130509
|
||||
PORTREVISION= 6
|
||||
PORTVERSION= 20140314
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
|
||||
LOCAL/martymac
|
||||
@ -15,9 +14,9 @@ LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 \
|
||||
cheetah:${PORTSDIR}/devel/py-cheetah
|
||||
LIB_DEPENDS= libgnuradio-core.so:${PORTSDIR}/comms/gnuradio \
|
||||
libgnuradio-fcd.so:${PORTSDIR}/comms/gnuradio \
|
||||
libgruel.so:${PORTSDIR}/comms/gnuradio \
|
||||
LIB_DEPENDS= libgnuradio-runtime.so:${PORTSDIR}/comms/gnuradio \
|
||||
libgnuradio-pmt.so:${PORTSDIR}/comms/gnuradio \
|
||||
libgnuradio-blocks.so:${PORTSDIR}/comms/gnuradio \
|
||||
libboost_system.so:${PORTSDIR}/devel/boost-libs \
|
||||
libboost_thread.so:${PORTSDIR}/devel/boost-libs
|
||||
|
||||
@ -25,9 +24,11 @@ USES= pkgconfig cmake
|
||||
USE_LDCONFIG= yes
|
||||
USE_PYTHON= yes
|
||||
|
||||
# See lib/CMakeLists.txt to enable more components
|
||||
CMAKE_ARGS+= -DENABLE_DEFAULT:BOOL=OFF \
|
||||
-DENABLE_FCD:BOOL=ON \
|
||||
-DENABLE_FILE:BOOL=ON
|
||||
-DENABLE_FILE:BOOL=ON \
|
||||
-DENABLE_PYTHON=ON
|
||||
|
||||
OPTIONS_DEFINE= RTLSDR
|
||||
RTLSDR_DESC= Enable rtl-sdr (RTL2832) support
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gr-osmosdr-20130509.tgz) = cb05c11c2b36a22105c925dd8bf972bbf1d6af0c4d68753edf0ba702d4dd715d
|
||||
SIZE (gr-osmosdr-20130509.tgz) = 194496
|
||||
SHA256 (gr-osmosdr-20140314.tgz) = 2411b80d95e93ed8439e94b6de4a1b5c33cb4fe340952ebf20a28afa959f99f8
|
||||
SIZE (gr-osmosdr-20140314.tgz) = 227392
|
||||
|
@ -4,19 +4,19 @@ bin/osmocom_siggen_nogui
|
||||
bin/osmocom_spectrum_sense
|
||||
include/osmosdr/swig/osmosdr_swig.i
|
||||
include/osmosdr/swig/osmosdr_swig_doc.i
|
||||
include/osmosdr/osmosdr_api.h
|
||||
include/osmosdr/osmosdr_pimpl.h
|
||||
include/osmosdr/osmosdr_ranges.h
|
||||
include/osmosdr/osmosdr_device.h
|
||||
include/osmosdr/osmosdr_sink_c.h
|
||||
include/osmosdr/osmosdr_source_c.h
|
||||
lib/libgnuradio-osmosdr.so.0.0.1git
|
||||
include/osmosdr/api.h
|
||||
include/osmosdr/device.h
|
||||
include/osmosdr/pimpl.h
|
||||
include/osmosdr/ranges.h
|
||||
include/osmosdr/sink.h
|
||||
include/osmosdr/source.h
|
||||
lib/libgnuradio-osmosdr.so.0.1.1git
|
||||
lib/libgnuradio-osmosdr.so.0
|
||||
lib/libgnuradio-osmosdr.so
|
||||
libdata/pkgconfig/gnuradio-osmosdr.pc
|
||||
share/gnuradio/grc/blocks/rtlsdr_source_c.xml
|
||||
share/gnuradio/grc/blocks/osmosdr_sink_c.xml
|
||||
share/gnuradio/grc/blocks/osmosdr_source_c.xml
|
||||
share/gnuradio/grc/blocks/rtlsdr_source.xml
|
||||
share/gnuradio/grc/blocks/osmosdr_sink.xml
|
||||
share/gnuradio/grc/blocks/osmosdr_source.xml
|
||||
%%PYTHON_SITELIBDIR%%/osmosdr/_osmosdr_swig.so
|
||||
%%PYTHON_SITELIBDIR%%/osmosdr/osmocom_siggen_base.pyo
|
||||
%%PYTHON_SITELIBDIR%%/osmosdr/osmocom_siggen_base.pyc
|
||||
|
Loading…
Reference in New Issue
Block a user