summaryrefslogtreecommitdiff
path: root/ham
AgeCommit message (Collapse)AuthorFilesLines
2014-12-11Fix PLIST with reality to make the dutch happy.joerg2-2/+4
2014-12-04Update 3.22.01 to 3.22.02mef2-6/+6
=Version 3.22.02= 2014-11-11 David Freese <iam_w1hkj@w1hkj.com> d84edfd: Freq Control aba750e: HTML strings aa0bc26: CW 990e546: PO files 8b81020: Clang globals fix 068f030: RTTY 75c2f79: nu rigctl area 2e2ce97: channel width 1fb74a1: cty.dat confusion ac1befb: KISS log overflow 8c49c64: New install crash 4371ed3: EmComm 8PSK modes bf41f90: MT63 doc 55ff390: viewers 91674b8: psk pskr squelch 3dfbfba: Listbox initializers 2014-10-29 Arvo Jaerve <arvo@softshark.ee> 4118783: Info Macro Tags 2014-10-27 David Freese <iam_w1hkj@w1hkj.com> 9293e55: Analysis update 90dd8f1: v21 v22 synch 10cc3c5: Modem tests da27f0b: Button colors b16672f: Modes Menu cba4a01: Delayed Bandwidth 29af73c: embedded browser
2014-11-23Update 3.21.83 to 3.22.01mef2-7/+6
2014-10-19 David Freese <w1hkj@w1hkj.com> 9bbef87: Macro Buttons b123fc1: Thumb drive 01bc010: Power Squelch e7de40b: Documentation update 287e692: TxID control via xmlrpc 880df3d: Analysis modem 2014-10-17 John Phelps <kl4yfd@gmail.com> 91bda2b: Gray-mapped 8PSK and soft-decision - Upgraded 8psk to Gray mapped constellation - Implemented Soft-Decision decoder based on Gray constellation - Even when the received phase is distorted by +- 1 phase-position: - One of the bits is still known with 100% certianty. - Only up to 1 bit can be in error. - Increased gain for noisy/weak/HF channels 2014-10-16 Robert Stiles <kk5vd@yahoo.com> 60c78c0: XMLRPC Character measurement issues with 8PSK modems 2014-10-16 David Freese <w1hkj@w1hkj.com> 5040224: View/Hide Smeter d103209: CW matched filter ea853a8: flarq update e7d9cc4: 8PSK/16PSK modes 6fcf11d: KISS interface =Version 3.22.00= a798037: Remove Mixer controls f3f8c9a: FTextDisplay 674da9c: Freq Control bfb001b: Touch Screen UI d7bb247: UI macrobars cad1c86: VSP boolean 2014-10-06 Robert Stiles <kk5vd@yahoo.com> c4bfed9: Tabulated Widgets Font/Font Size Changes 80dc81b: Documentation 2014-10-06 David Freese <w1hkj@w1hkj.com> 1dd39cc: PACKAGE_PROJ 98cd7af: Win32 warnings 93b76d4: UI tweaks ec3177b: Hide Packet Modem 9f2b358: Record loader bbce20e: Delta macro 38d9bab: MEMMAP 3ef0433: WF drop rate 7448535: RsID time out 03ef903: Wizard crash fix 2014-10-06 Stelios Bounanos <vcs@enotty.net> d7fe297: Fix log format string warnings 382452a: Build system fixes 2014-10-06 David Freese <w1hkj@w1hkj.com> 4ad7967: Default font 632eb8a: Power meter 1bf6f49: Smeter 73cdc07: regex.c fix eb3eb25: fft-scan 5176ffb: home directory 830a1cb: Analysis modem 38d1589: TRX limit check a0f43c9: Win32 Socket::close cf16c3a: SITORB tx issue 2014-08-29 Robert Stiles <kk5vd@yahoo.com> 67a744b: Doxygen Inclusion 2014-08-29 David Freese <w1hkj@w1hkj.com> 82aeba5: ARQ stx handshake 4503c99: Virtual ports d40998f: New User Exit Behavior
2014-11-22Update 3.0 to 3.1mef2-6/+6
Version 3.1: I have made several changes to the code that renders wire frame drawings and displays some data, like the projection parameters (azimuth and elevation of the structure and the radiation pattern) and gain values. This has resulted in a faster and smoother animation of these drawings and reduced workload on the processor during dragging of these images. I have also reduced the default minimum size of xnec2c's windows, as I had reports that they would not fit in the displays of some laptops or monitors, with resolutions on the lower side.
2014-11-15Bump PKGREVISION from zeromq shlib major bump.obache1-1/+2
2014-11-07Revbump after updating boostadam6-9/+12
2014-11-04Replace patch with much simpler logic that actually works.joerg3-22/+3
2014-10-29Solaris reports .. fatal error: sys/prctl.h: No such file or directorymef2-4/+4
So, adding __solaris__ for BSD side
2014-10-28Convert back from PKGVERSION_NOREV to PKGVERSION in PLIST's.mef21-11304/+11305
Thanks obache@ for advice.
2014-10-28Convert ${PKGVERSION} to ${PKGVERSION_NOREV} in PLIST's.mef17-11284/+11284
The problem is hidden if PKGREVISION is empty. gnuradio-doxygen has something more to fix (sorry).
2014-10-28Fix problem raised by PR pkg/49313 by Ben Gergely,mef6-20/+26
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-24From bulk build report, it saysmef1-1/+2
---------- # 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-20Make sure that qwt-qt4 users don't pick up qwt6-qt4.joerg1-1/+2
2014-10-17Make ALSA selectable by PKG_OPTIONS and disabled by default. This makes ↵mef15-18/+58
sound come out (on NetBSD).
2014-10-16Update ham/chirp to 0.4.1mef2-7/+7
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-15.tar.bz seems now broken, changed (MASTER_SITED and) to .tar.bz2. Thanks joerg@mef2-6/+7
2014-10-14Seems HOMEPAGE is moved, the author is VK5ABNmef1-2/+2
2014-10-14Update nec2c 1.1 to 1.3mef2-6/+6
----------------------- 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-14Update xnec2c 2.3-beta to 3.0mef3-9/+8
------------------------------ 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-13Removing obsolete package, gnuradio-core-docsmef3-11572/+0
2014-10-13Removing three obsolete packages, gnuradio-audio-*mef9-107/+0
2014-10-13Missing one patch added.mef1-0/+14
2014-10-13+hackrfmef1-1/+2
2014-10-13Import hackrf-2014.08.1 as ham/hackrf.mef5-0/+374
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-13Removing usrp and usrp-docs, gnurdio-uhd has been taken over those.mef8-1585/+1
2014-10-13-gnuradio-examplesmef1-2/+1
2014-10-13+gr-fcdproplusmef1-1/+6
+gr-osmosdr +libmirisdr +osmo-sdr +rtl-sdr
2014-10-13Import ham/gr-fcdproplus as gr-fcdproplus-3.7.11mef5-0/+79
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-13Import ham/rtl-sdr as rtl-sdr-0.5.3mef6-0/+108
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-13Import OsmoSDR as osmo-sdr-0.1mef5-0/+213
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-13Import ham/libmirisdr-0.1mef5-0/+55
Osmocom Mirics MSi2500 + MSi001 SDR libraryb For more information see: http://sdr.osmocom.org
2014-10-13Import ham/gr-osmosdr-0.1.3mef4-0/+98
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-13I did not mean importing gnuradio-default. It stays at wip, sorry and thanks.mef4-14737/+0
2014-10-13Update GNU Radio 3.3.0 (2010-09-15) to 3.7.5mef91-518/+28696
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(pkgsrc) Update GNU Radio 3.3.0 (2010-09-15) to 3.7.5mef14-1087/+2146
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-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-09-25Fix build on SunOS, use portable egrep construct.jperkin4-3/+46
2014-09-22Dance the doxygen!joerg4-12/+13
2014-09-10Add icons that now get installed. Bump revision.joerg2-2/+8
2014-09-09Remove unnecessary CONFIGURE_ARGS (and really should have been CMAKE_ARGS) ↵mef1-24/+1
line (for USE_CMAKE).
2014-09-08Convert to USE_CMAKE= yes style.mef1-27/+26
2014-09-08fixes fancy fetch.obache2-18/+10
2014-09-08(Upstream update) 3.7.2rc1 to 3.7.2mef2-9/+7
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-08ham/uhd version 3.7.2rc1 added.mef1-1/+2
2014-09-08Import uhd-3.7.2rc1 as ham/uhd.mef10-0/+5320
[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-05(Upstream update 3.21.82 to 3.21.83)mef11-16/+16
=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-08-31Correction of HOMEPAGE: groundstation.sourceforge.net -> ↵mef1-2/+2
sourceforge.net/projects/gpredict.
2014-08-19Needs pkg-config. Simplify.joerg1-2/+3
2014-08-13Revbump after boost-libs updateadam18-36/+36
2014-08-01another attempt fix .so listing in PLIST observed in bulk buildsdbj1-2/+1