Commit Graph

6 Commits

Author SHA1 Message Date
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
sthen
4fcf8f2aaf drop MAINTAINER on a few things 2017-07-05 10:22:05 +00:00
kirby
5de4d85c55 Remove explicitely set CONFIGURE_STYLE=cmake. It is already done via
MODULES=devel/cmake
OK dcoppa@, czarkoff@
2016-03-04 10:11:21 +00:00
ajacoutot
a183b75553 "/usr/local/lib/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:31:10 +00:00
sthen
777ce0e01f add synchronous mode and hack around mutex problems, allowing rtl_fm to work. 2013-04-23 14:50:19 +00:00
sthen
c09b9d7534 import ports/comms/rtl-sdr, help+ok mpi@
DVB-T dongles based on the Realtek RTL2832U can be used as a cheap SDR
(software defined radio), since the chip allows transferring the raw I/Q
samples to the host, which is officially used for DAB/DAB+/FM demodulation.

RTL-SDR provides some tools to work with these devices:

rtl_eeprom:	EEPROM programming tool
rtl_sdr:	tunes the device and captures raw data to a file
rtl_test:	check the possible tuning range

Asynchronous mode is NOT currently supported on OpenBSD. rtl_sdr and rtl_test
have been modified to force synchronous mode, and the following are not yet
available:

rtl_adsb:	simple ADS-B decoder (aircraft tracking)
rtl_fm:		general purpose analogue demodulator
		(narrow band FM, wide band FM, AM and SSB)
rtl_tcp:	provides a network server for remote access to an SDR
2013-04-21 11:45:08 +00:00