Commit graph

579 commits

Author SHA1 Message Date
adam
8e3b70e314 Revbump after updating boost 2014-11-07 19:39:24 +00:00
joerg
3d427e8762 Replace patch with much simpler logic that actually works. 2014-11-04 21:40:48 +00:00
mef
78d0eb0f32 Solaris reports .. fatal error: sys/prctl.h: No such file or directory
So, adding __solaris__ for BSD side
2014-10-29 15:13:48 +00:00
mef
b1343d1378 Convert back from PKGVERSION_NOREV to PKGVERSION in PLIST's.
Thanks obache@ for advice.
2014-10-28 16:59:32 +00:00
mef
adce59a3c1 Convert ${PKGVERSION} to ${PKGVERSION_NOREV} in PLIST's.
The problem is hidden if PKGREVISION is empty.
gnuradio-doxygen has something more to fix (sorry).
2014-10-28 09:07:33 +00:00
mef
161d6654c8 Fix problem raised by PR pkg/49313 by Ben Gergely,
if xdg-utils are installed already, grc_setup_freedesktop is installed.
(gnuradio-companion/Makefile)
(gnuradio-companion/PLIST)
 -  Add DEPENDS misc/xdg-utils
 -  Add REPLACE_BASH for above newly installed script
 -  Bump PKGREVISION

Related changes, problem was hidden if PKGREVISION was empty.
(gnuradio-core/Makefile.common) -> PLIST_SUBST
(gnuradio-core/Nocore.mk)       -> sed STRING
(gnuradio-core/PLIST)
  - shared library was suffixed as ${PKGVERSION}, but
    this should be ${PKGVERSION_NOREV} instead.
    Above files are affected.

(gnuradio-core/files/REPLACE_PYTHON)
  - Add one file
    grc/python/flow_graph.tmpl
2014-10-28 06:41:20 +00:00
mef
df6a6060e0 From bulk build report, it says
----------
 # error "Compiler threading support is not turned on. Please set the
     correct command line options for threading: -pthread (Linux),
     -pthreads (Solaris) or -mthreads (Mingw32)"
 ----------
and not sure it is right suggestion, but adding the line
+CXXFLAGS.SunOS+=       -pthreads
2014-10-24 07:57:50 +00:00
joerg
f44d68333b Make sure that qwt-qt4 users don't pick up qwt6-qt4. 2014-10-20 20:08:09 +00:00
mef
3654d89bf1 Make ALSA selectable by PKG_OPTIONS and disabled by default. This makes sound come out (on NetBSD). 2014-10-17 09:51:56 +00:00
mef
9aa06ad8fc Update ham/chirp to 0.4.1
http://chirp.danplanet.com/news/13
Version 0.4.1 contains a special backport for Baofeng users to
work around a firmware incompatibility issue.
Thanks djb@ dholland@ for attention,
2014-10-16 03:10:11 +00:00
mef
4c5c225e7c .tar.bz seems now broken, changed (MASTER_SITED and) to .tar.bz2. Thanks joerg@ 2014-10-15 15:14:36 +00:00
mef
2d3356e48b Seems HOMEPAGE is moved, the author is VK5ABN 2014-10-14 01:10:40 +00:00
mef
d23af32b9c Update nec2c 1.1 to 1.3
-----------------------
  Version 1.2: Fixed four issues (defects) reported by Coverity Scan
  (https://scan.coverity.com/). Two of those were in the somnec
  functions and I suspect that they did effect the calculations in
  the rom1() and gshank() functions, at least under some circumstances.
  Unfortunately the original Fortran source (somnec.for), as the rest
  of the NEC2 Fortran source, is extremely difficult to read so I am
  not able to confirm the impact of those reported defects.

  Version 1.3: Revised the fix of one issue reported by Coverity Scan,
  as on more detailed comparison with the original Fortran code, it
  seems the original changes (in the ROM1 function in SOMNEC) were
  not correct. Unfortunately I cannot verify the correctness of the
  above fixes, as nec2c does not print out SOMNEC output files.
2014-10-14 00:45:41 +00:00
mef
affb3cc425 Update xnec2c 2.3-beta to 3.0
------------------------------
Version 2.4:
  I submitted xnec2c (and nec2c) for scanning to the Coverity source code
  audit website, which produced a list of no less than 57 issues to be
  fixed! Most of them were not bugs that affected calculations but possibly
  two, both in the Somnec code, one in function rom1() and one in gshank()
  likely could have caused errors in the relevant
  calculations. Unfortunately the Fortran source of Somnec (as well as that
  of the NEC2) is very difficult to read so I cannot say with certainty if
  this was so.

Version 2.5:
  After a bug report by Jean Collin, I made some changes to the input file
  parser code in input.c, to properly identify tabs in the input file.

Version 2.6:
  After a bug report by Lucjan SQ9VPA, I changed the case of the signal
  handler that deals with SIGCHLD so that it doesn't cause xnec2c to exit
  when the SIGCHLD signal does not originate from child processes created
  by xnec2c. It appears that in some Linux installations a SIGCHLD signal
  is sent to xnec2c even if it is not running forked, e.g. the -j option is
  not used in the command line.

Version 2.7:
  After a bug report by Tim, WJ5Q, I fixed a bug that was preventing the
  creation of an LD card of type 5 (LDTYP=5) when wire conductivity (S/m)
  was specified in the GW card (Wire) editor. The same bug was present in
  the GH (Helix) card editor and it was also fixed. I added code so that
  the wire conductivity for GW, GA and GH cards can be read from the
  relevant LD card and shown in the Conductivity (S/m) spin button.

  After all these changes I checked the xnec2c source code using the
  Coverity Scan service and I fixed an out-of-bounds read error that was
  reported by the scanner, in the plot_freqdat.c file.

Version 2.8:
  Fixed a bug in the GN card editor function which caused xnec2c to save
  the GN card parameters in the .nec antenna description file without
  clearing the number of radials to zero. This resulted in the GN card
  editor window to open with confusing and incorrect defaults for the
  radial screen, when the Reflection Coefficient Approximation method was
  selected for specifying ground parameters.

  Also fixed some bugs (missing variable initializations) in the Ground
  Parameters calculation functions which resulted in incorrect Radiation
  Pattern calculations. This would happen if a .nec file, with Perfect
  Ground (iperf = 1) specified in the GN card, was opened after a .nec
  file, with a Radial Ground Screen specified in the GN card, was
  processed.

Version 2.9:
  After a request by the Debian maintainer of xnec2c, I added a rudimentary
  man page he sent me and corrected some spelling errors (arbitary to
  arbitrary).

Version 3.0:
  I have modified the NEC2 file parser so that it can read the file with
  both the '.' and ',' as decimal point characters. This is necessary to
  make xnec2c compatible with different locales. I also fixed a resource
  (memory) leak, reported by valgrind, in the xyz axes drawing routine.
2014-10-14 00:42:13 +00:00
mef
7f428d8725 Removing obsolete package, gnuradio-core-docs 2014-10-13 13:58:13 +00:00
mef
1db80ca9e0 Removing three obsolete packages, gnuradio-audio-* 2014-10-13 13:55:58 +00:00
mef
3b75295f94 Missing one patch added. 2014-10-13 13:53:19 +00:00
mef
4da77970ca +hackrf 2014-10-13 13:49:43 +00:00
mef
cc0cf687d9 Import hackrf-2014.08.1 as ham/hackrf.
An open source hardware project to build a Software Defined Radio
(SDR) peripheral.
HackRF was designed to be the most widely useful SDR peripheral that
can be manufactured at a low cost. See
  http://greatscottgadgets.com/hackrf/
2014-10-13 13:46:23 +00:00
mef
d8b441e2fe Removing usrp and usrp-docs, gnurdio-uhd has been taken over those. 2014-10-13 13:39:08 +00:00
mef
2225d28220 -gnuradio-examples 2014-10-13 13:35:53 +00:00
mef
2bddef1bc3 +gr-fcdproplus
+gr-osmosdr
+libmirisdr
+osmo-sdr
+rtl-sdr
2014-10-13 13:14:03 +00:00
mef
6029723bd6 Import ham/gr-fcdproplus as gr-fcdproplus-3.7.11
gr-fcdproplus is an linux and OSX addon for gnuradio to implement a
funcube dongle pro+ source.
On linux autodetects the correct soundcard from /proc/asound/cards.
This idea was taken from the osmosdr drivers.

To control the device the hidraw code of the hidapi is used.
2014-10-13 13:07:13 +00:00
mef
ed3690d920 Import ham/rtl-sdr as rtl-sdr-0.5.3
Turns your Realtek RTL2832 based DVB dongle into a SDR receiver.
===============================================================

For more information see:
http://sdr.osmocom.org/trac/wiki/rtl-sdr
2014-10-13 13:05:36 +00:00
mef
fd9a6cdb00 Import OsmoSDR as osmo-sdr-0.1
OsmoSDR is a 100% Free Software based small form-factor inexpensive
SDR (Software Defined Radio) project.
======================================================================
For more information see:
http://sdr.osmocom.org
2014-10-13 13:03:35 +00:00
mef
74479bc9dc Import ham/libmirisdr-0.1
Osmocom Mirics MSi2500 + MSi001 SDR libraryb
For more information see:
http://sdr.osmocom.org
2014-10-13 13:02:26 +00:00
mef
815ecf8d3a Import ham/gr-osmosdr-0.1.3
While primarily being developed for the OsmoSDR hardware, this block
as well supports:

 * FUNcube Dongle through libgnuradio-fcd
 * FUNcube Dongle Pro+ through gr-fcdproplus
 * sysmocom OsmoSDR Devices through libosmosdr
 * RTL2832U based DVB-T dongles through librtlsdr
 * RTL-TCP spectrum server (see librtlsdr project)
 * MSi2500 based DVB-T dongles through libmirisdr
 * gnuradio .cfile input through libgnuradio-blocks
 * RFSPACE SDR-IQ, SDR-IP, NetSDR (incl. X2 option)
 * AirSpy Wideband Receiver through libairspy
 * Great Scott Gadgets HackRF through libhackrf
 * Nuand LLC bladeRF through libbladeRF library
 * Ettus USRP Devices through Ettus UHD library
 * Fairwaves UmTRX through Fairwaves' fork of UHD

By using the OsmoSDR block you can take advantage of a common software api in
your application(s) independent of the underlying radio hardware.
2014-10-13 13:00:27 +00:00
mef
5d61d9fc00 I did not mean importing gnuradio-default. It stays at wip, sorry and thanks. 2014-10-13 12:52:51 +00:00
mef
f12f790fff Update GNU Radio 3.3.0 (2010-09-15) to 3.7.5
See the thread for modularity issues etc:
  http://mail-index.netbsd.org/pkgsrc-users/2014/09/07/msg020346.html
See more info at recent  gnuradio-core/Makefile commit log, thanks.
2014-10-13 12:51:08 +00:00
mef
613ad2a12f (pkgsrc) Update GNU Radio 3.3.0 (2010-09-15) to 3.7.5
See the thread for modularity issues etc:
  http://mail-index.netbsd.org/pkgsrc-users/2014/09/07/msg020346.html

(upstream)
Release of 3.7.5  2014-09-05  http://gnuradio.org/redmine/news/43
  Changelog:
  http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_5
Release of 3.7.4  2014-07-15  http://gnuradio.org/redmine/news/38
Release of 3.7.3  2014-03-16  http://gnuradio.org/redmine/news/35

Release of 3.7.2  2013-11-10  http://gnuradio.org/redmine/news/30
Release of 3.7.1  2013-08-29  http://gnuradio.org/redmine/news/26
Release of 3.7.0  2013-07-03  http://gnuradio.org/redmine/news/25

Release of 3.6.0  2012-04-21  http://gnuradio.org/redmine/news/13
Release of 3.5.0  2011-12-08  http://gnuradio.org/redmine/news/6
Release of 3.4.0  2011-10-09  http://gnuradio.org/redmine/news/2

Release of 3.3.0  2010-06-03  ftp://ftp.gnu.org/gnu/gnuradio/
Release of 3.3.0-rc0
                  2010-05-13  http://gnuradio.org/redmine/news/1
2014-10-13 12:46:33 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
jperkin
6e1c7a8449 Fix build on SunOS, use portable egrep construct. 2014-09-25 12:29:35 +00:00
joerg
10d2789ab3 Dance the doxygen! 2014-09-22 11:54:15 +00:00
joerg
5a6c988dd7 Add icons that now get installed. Bump revision. 2014-09-10 12:16:15 +00:00
mef
d65b11f716 Remove unnecessary CONFIGURE_ARGS (and really should have been CMAKE_ARGS) line (for USE_CMAKE). 2014-09-09 05:50:18 +00:00
mef
57cd3eb67c Convert to USE_CMAKE= yes style. 2014-09-08 15:37:42 +00:00
obache
265da8e331 fixes fancy fetch. 2014-09-08 10:02:02 +00:00
mef
8e54c3a806 (Upstream update) 3.7.2rc1 to 3.7.2
http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2014-August/010453.html
------------------
we've finished testing our latest bugfix release; UHD Version 3.7.2 is
now available. It is tagged at
https://github.com/EttusResearch/uhd/tree/release_003_007_002.

Since the last release candidate, we actually fixed an issue with phase
alignment in the X300 for MIMO configurations, among a few other things,
and the binaries for X300 were updated again (B200 images were already
updated in the release candidate). Of course, you have access to all the
binaries through our download utility.

3.7.2 Changelog:
* Fixed X300 phase alignment issues
* Fixed CMake 2.6 incompatibility issues
* EEPROM burner improvements
* Properly flushing PCIe chain on device to prevent stale data.
* Adjusted bus clock rate in FPGA to improve timing.
* Fixed issue where FPGA would fail to load FPGA image over PCIe.
* Fixed incompatibility issue with USRP2 FPGA burner utility.
* Fixed issue where ZPU would report empty NMEA strings from GPSDO.
* Updated some functions to no longer use deprecated Boost calls.
* Fixed issue where libusb would declare 'connection refused'.
* Fixed Windows library package naming.
* Updated documentation.
* Fixed reversed TX / RX colors in X300 LED indicators.
* DBSRX2 now works properly with X300 / X310.
* Updated include files to build on older distros of Linux.
* Fixed issue with 'item32' type converter from GNU Radio.
* Fixed issue where channels on B210 would occasionally not be
phase-aligned.
* Fixed problem causing channels on B210 to swap between runs.
* Fixed issue in N-Series devices causing scaling error @ 50 MSps.
* The B200 / B210 now generates an internal PPS if none is provided.
* Improved performance on PCIe for X300.
* B200 / B210 properly reports clock rate (issue with float comparison).
* Fixed issue with filter selection in B200 that caused loss of RX power.
* Removed ref lock check from X300 where it wasn't necessary.
2014-09-08 08:49:39 +00:00
mef
696c31d235 ham/uhd version 3.7.2rc1 added. 2014-09-08 07:16:28 +00:00
mef
3d3a8c66cb Import uhd-3.7.2rc1 as ham/uhd.
[USRP-users] [UHD-3.7.2-rc1] Release Candidate Announcement
 http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2014-July/010219.html

UHD is the free & open-source software driver and API for the
Universal Software Radio Peripheral (USRP(TM)) SDR platform,
created and sold by Ettus Research, LLC.

UHD supports all Ettus Research USRP(TM) hardware, including
all motherboards and daughterboards, and the combinations
thereof.
2014-09-08 07:12:05 +00:00
mef
fea9bf4c07 (Upstream update 3.21.82 to 3.21.83)
=Version 3.21.83=
2014-06-26  Robert Stiles  <kk5vd@yahoo.com>
        10acfb7: Doxygen Inclusion

2014-06-16  David Freese  <w1hkj@w1hkj.com>
        03b141a: ARQ stx handshake
        ba246eb: Virtual ports
        1c38c93: New User Exit Behavior
2014-09-05 07:29:28 +00:00
mef
08adda5cf6 Correction of HOMEPAGE: groundstation.sourceforge.net -> sourceforge.net/projects/gpredict. 2014-08-31 11:27:03 +00:00
joerg
8349997835 Needs pkg-config. Simplify. 2014-08-19 13:35:44 +00:00
adam
72ed0307eb Revbump after boost-libs update 2014-08-13 10:57:32 +00:00
dbj
a65aebc523 another attempt fix .so listing in PLIST observed in bulk builds 2014-08-01 06:13:46 +00:00
dbj
3a801f0a7a remove patch to unused configure file, since we use cmake to build instead 2014-07-30 08:46:55 +00:00
dbj
d2228a07f5 attempt to fix a dylib installation PLIST failure observed in bulk builds 2014-07-30 03:52:40 +00:00
dbj
f7076979e7 import chirp from http://chirp.danplanet.com/
Tool for programming Amateur Radio HTs
2014-07-21 07:57:20 +00:00
dbj
549d6a97c7 add freedv from the FreeDV project at http://freedv.org/ 2014-07-21 07:34:17 +00:00
dbj
22e66d99e1 import codec2 from the freedv project at http://freedv.org/ 2014-07-21 07:30:50 +00:00