summaryrefslogtreecommitdiff
path: root/ham
AgeCommit message (Collapse)AuthorFilesLines
2013-07-20+ xnec2c.wiz1-1/+2
2013-07-20Import xnec2c-2.3beta as ham/xnec2c.wiz4-0/+59
xnec2c is a GTK+ graphical interactive version of nec2c. It incorporates the nec2c core which it uses for reading input files and calculating output data, but it does not need and indeed does not produce an output file by default. Since xnec2c incorporates the nec2c core, it has access to all internal buffers, including structure data, frequency-related data (structure currents, input impedance, gain etc) and radiation pattern data (for the far field and near field). It therefore has the ability to graphically display user-requested data directly, as the frequency loop progresses or after input from the user. Graphs of frequency-related data and the current or charge distribution evolve as the frequency loop progresses, and radiation patterns (far and near field) are sequentially drawn for each frequency step. A new frequency can be entered by the user from spin buttons in the main or radiation pattern windows or by clicking on the graphs of frequency-related data. New output data are then computed and displayed in text and graphical form.
2013-07-20+ nec2c.wiz1-1/+2
2013-07-20Import nec2c-1.1 as ham/nec2c.wiz4-0/+30
nec2c is a translation of the NEC2 FORTRAN source code to the C language. The translation was performed mostly "by hand" and a lot of modifications to the original program were introduced in order to modernize the NEC2 and to remove as many built-in limitations as possible. The attendant SOMNEC program was also translated to C and incorporated in nec2c as a function so that Sommerfeld ground solutions are a part of the program.
2013-07-05operator bool doesn't equal good(), but !bad(). This makes a differencejoerg3-7/+7
when it comes to handling EOF. Adjust.
2013-06-26Fix build against newer glib.joerg2-1/+23
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz10-20/+20
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron10-20/+20
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz10-20/+20
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Bump all packages for perl-5.18, thatwiz3-4/+6
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-23Dance the Doxygen!joerg2-4/+5
2013-05-09- Bump fldigi version 3.21.65 to 3.21.70mef3-40/+6
- Remove patches/patch-src_throb_throb.cxx (upstream picked up this). ---------- Sat Apr 13 14:48:19 2013 -0500 Version 3.21.70 Contestia/Olivia * Quick change / custom dialog * Corrected Contestia callback in confdialog.fl * Corrected resetOLIVIA function Tabs Colors * Added ID / QRZ tabs to color schema Double Click bug fix * Double click text selection for transfer to QSO record fields RTTY update * Removed code used for filter tests * Added CWI suppression, select decoding of - Mark-Space - Mark only - Space only -------------- Version 3.21.69 RTTY filters * Removed deprecated Hilbert transform * Corrected inverse FFT computation to provide unity gain h(t) -> H(w) -> h(t) * Added design output statements to fftfilt.cxx - normally disabled * Removed deprecated lpfilt, bitfilt, bp_filt_lo, bp_filt_hi * Improved X-scope update rate * Removed unused methods and members Spotting * Add user configurable spotting using signal browser - spotting can be disabled if viewer is not visible - reduces CPU load if selected ADIF case * Change import parser to treat fields specifiers as case insensitive. QSO NBR/NXT macro tag * Added <QSONBR>, <NXTNBR> macro tags to respectively add current # QSO records, next QSO record number to transmit TX lower case * User configurable transmit all text in lower case WX parser * Update station name parser iaw new METAR format ---------------------------- Version 3.21.68 RTTY bug fix * Missing initialization for Cmovavg bit filter pointer RTTY filters * added Modified Lanzcos RTTY Rx filter - DO2SMF, Stefan Fendt <smfendt@gmail.com> Hang on start * Erroneously created / deleted new thread for instance when rig_cat not being used for rig control. Analysis * Added timeout value to extinguish status message WF only ESC abort * Capture Escape to prevent program shutdown when Escape pressed when --wo dialog has focus. - Rx - escape ignored - Tx - transmit aborted, return to Rx - Tune - tune aborted, return to Rx rigMEM * removed rigMEM support code - KC505 transceiver control no longer uses this converted to use xmlrpc control. WF only null pointer fix * in waterfall only mode, bypass text logging of rx stream RTTY config tab * Cosmetic corrections RTTY stop bits * remove forced return to 1.5 stop bits for Baudot ---------------------------- Version 3.21.67 RTTY FSK modem * This patch contributed to by W1HKJ, Dave Freese <w1hkj@w1hkj.com> DO2SMF, Stefan Fendt <smfendt@gmail.com> * Waveshaped FSK modem for classic RTTY using raised cosine matched filters * Kahn demodulator * RTTY scope based on separate mark / space filter outputs * Corrected s/n estimator * Change RTTY browser to new demodulator * Fixed missing browser highlight for callsign detection * Bypass Viewer signal processing if viewer(s) are not visible - significantly reduces % CPU use * Separated psk-rtty range/value pairs for viewer squelch control. PSK viewer * Suppress psk viewer decoding if neither viewer is visible. Contest fields * increased size of contest fields RigCAT INIT/CLOSE * This modification submitted by: Arvo Jarve, ES1JA, <arvo@softshark.ee> * Added CLOSE port rigcat command * Added user control to enable/disable restortation of serial port status bits when closing port - use <RESTORE>bool_value</RESTORE> in xml definition file. Olivia FEC reset * Added user control to enable/disable automatic reset of FEC integration depth when BW / Tones are changed either by user or via RsID reception. Status / Tx Level Controls * increased horizontal dimension to 120 pixels ---------------------------- Version 3.21.66 Thor reset File Selector Macros CW modem User configurable items
2013-05-06Avoid implicit conversions to bool for streams.joerg15-2/+279
Require C++11 for Clang and prefer std version over tr1 when in C++11 mode.
2013-03-23Deal with doxygen update. Bump revision.joerg2-4/+395
2013-03-02Don't add default arguments at implementation time.joerg4-1/+43
2013-02-26Add -lboost_system on SunOS. Need lots more REPLACE_PYTHON to make thejperkin1-2/+15
current package PKG_DEVELOPER safe. This along with the previous commit to meta-pkgs/gnuradio makes this package build on SunOS.
2013-02-16Recursive bump for png-1.6.wiz12-23/+24
2013-02-15recursive bump from boost-lib shlib update.obache18-36/+36
2013-02-09Bump PKGREVISION from audio/jack.ryoon1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin3-6/+6
2013-01-26Revbump after graphics/jpeg and textproc/icuadam9-15/+18
2013-01-19Add missing PLIST entry.riastradh1-1/+2
2013-01-16(1) Bump version 3.21.58 to 3.21.65mef6-50/+13
(2) patch-src_misc_newinstall.cxx (Correct typo) (3) patch-src_throb_throb.cxx (Add comment from commit log, thanks joerg) (4) patches/patch-configure (Removed, upstream now includes them patches/patch-xmlrpc.m4 for gcc-4.7) =Version 3.21.65= High Speed / Multi-Carrier Modems =Version 3.21.64= NetBSD compile error Dup Cty lookup Get RX buffer Capture Alt-F4 =Version 3.21.63= Macros LOG LNW EXEC ARQ Socket Default char set NBEMS.DIR RTTY CR-CR-LF Control-V/Z =Version 3.21.62= Pause-break WF-only-escape REPEAT Macro MT63 Long =Version 3.21.61= ARQ server DistCheck cleanup =Version 3.21.60= FLTK-1.1.x Libtiniconv Allow xmit of EOT character =Version 3.21.59= UTF-8 overhaul Thumbdrive
2012-12-26Fix for gcc-4.7 (DragonFryBSD 3.3),mef3-1/+39
getting g++: unrecognized option '-pthread-lrt'. The original sed script eats space chars around '-lpthread', This is apparently upstream bug and report are already sent. OK'ed by gdt@ and thanks marino@,
2012-12-24Fix inline usage.joerg5-7/+264
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache1-2/+2
2012-11-21Update to 2.0.5.gdt2-7/+6
From NEWS: Changes are essentially a bunch of bugfixes (details in ChangeLog).
2012-11-19Don't use variable length arrays of non-POD typesjoerg2-1/+32
2012-11-19Fix prototype of cleanup, signal handlers can only get one argument.joerg3-10/+92
Add lost patch to add the shared header.
2012-11-16Update to 2.5. Upstream Changelog is:gdt6-74/+91
2.3 1) Added the ability to do a partial search on callsign. This allows you to search for a prefix<area> or on a full callsign as in prefix<area><suffix> pkgsrc changes: Set LICENSE. Adapt to more modern upstream. Change to fltk13. Rototill upstream's makefile to use CXX to compile C++.
2012-11-15Depend on x11/fltk13 rather than x11/fltk.gdt2-5/+6
As discussed on pkgsrc-users, x11/ftlk (1.1) is no longer maintained, and 1.3 is believed to be almost entirely compatible. Patch from Tim Larson, who has build-tested these packages on NetBSD/amd64.
2012-11-03Update to 0.8.0.gdt4-21/+9
GRIG 0.8.0: - Frequency entry via keypad (thanks to Alessandro Zummo). - Arrow LEFT/RIGHT will change the frequency with the smallest step. This can be used for tuning using external devices like the Powermate. * Support for VFO->MEM and MEM->VFO function. - Support on/off rig functions. - Added an extra gigahertz digit in lcd display - Added antenna control - French l10n - Fixed crash that occurs when mouse is clicked between MHz and kHz digits. Reported as Ubuntu bug 517816. - Requires Gtk+ 2.12 and Hamlib 1.2.8
2012-11-03Bump 3.21.56 to 3.21.58mef2-7/+6
* Maintenance release -- Version 3.21.57 Escape aborts clean start * Modified default key handler to prevent "escaping" out of main dialog when no other key has been pressed. TLF arq * Restored use of gmfsk_autosend file for TLF. - requested by new TLF maintainer, Tom Beierlein, DL1JBE --- Version 3.21.58 Escape aborts * correction to commit d925c85c5d218d5e ----------------------------------------------------------------------
2012-11-03Recursive revbump from audio/pulseaudio 2.1ryoon1-1/+2
2012-11-02Update to 1.2.15.3.gdt2-7/+8
Note that MAKE_JOBS_SAFE=no seems unnecessary. Set LICENSE. Version 1.2.15.3 2012-11-01 * Fix configure.ac so that rigctld/rotcld work on Win32 platform * Add NSIS script to build executable installer on Win32 platform * Remove unsupported commands on IC-756 (non-Pro model) from AK6I * Fix set_split in netrigctl.c to properly accept the split value. TNX, N2ADR. * IC-R8500: Add RIG_LEVEL_AF to has_set_level. TNX John, EI7IG * ADAT updates from Frank, DG1SBG, needed for stable operation.
2012-11-01Fix missing return value. Add a missing include.joerg3-1/+28
2012-10-24Fix missing system header, inconsistent function definitions, return; injoerg34-20/+657
non-void functions. Bump revision.
2012-10-10Bump version to 3.21.56mef2-6/+6
* Maintenance release ARQ rx/tx * Added tx code to correct transfers of 8 bit ARQ data. Needed to circumvent recent UTF-8 char support when transferring data files. * Added status bar notification when AMP extraction is is being processed. * Removed timeout on "Extracting FLAMP" and "Extracting FLMSG" status messages.
2012-10-08Revbump after updating graphics/pangoadam9-18/+18
2012-10-07Updated to 3.21.54:mef2-6/+6
- UTF-8 wide characters - flarq bug fix - Add_tx_char
2012-10-04(1) Let me (mef@ aka makoto at ki.nu) take Maintainership.mef2-8/+7
(2) Bump version from 3.21.52 to: Version 3.21.53 - Maintenance release * Fix crash if no OSS mixer support * Logbook Call width * Log file update * UTF-8 char echo * Hamlib sideband menu ok by gdt@, thanks.
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz3-4/+6
are called p5-*. I hope that's all of them.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau33-98/+33
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron9-18/+18
requested by Thomas Klausner.
2012-09-28Update to 3.21.52 from 3.03, prepared in pkgsrc-wip by Makotogdt8-82/+78
Fujiwara, JA1XMS. Committed during freeze to resolve build failures of the old version, ok wiz@. Upstream's NEWS covers only some versions, but: = Fldigi 3.21 release notes = == Modems == * Weather Fax receive and transmit * RSID can be configured to open the decoder squelch * Added several new RSID modem codes * Video ID improvements * Added browser support for the PSK63F and PSK-nnn-R types * Improved CW prosign handling * Improved signal detection in PSK multiple decoder * The MT-63 modem can now receive and transmit on any frequency * Added support for multiple RTTY decoders == Macros == * Added REPEAT macro * Added LNW macro * Added CLEARLOG macro * Added QSY macro * Added RIGMOD and FILWID macros == User interface == * Added Italian and Spanish translations * Translations now also work on win32 * Added second (optional) macro bar * Improved PSK/RTTY browser widget == Other changes == * RigCAT can use RTS and DTR PTT simultaneously * Added interface to Logbook server * Added support for ADIF 2.2.3 QSO_DATE_OFF field * Added support for CALLOOK (http://callook.info) == Bug fixes == * Yes = Fldigi 3.20 release notes = == Modems == * Added new PSK-500 mode * Added "robust PSK" modes: PSK-125R, PSK-250R, PSK-500R * Added PSK63F mode, compatible with MultiPsk PSK63FEC * Added Contestia support * Added SSB "modem" to simplify logging of SSB QSOs * Added MT63 modem preamble tones to aid signal acquisition * Added selectable filter widths for Hellschreiber modes * Added AGC and S/N detector for FM-HELL modes * Added Olivia noise estimator * Improved THOR and DominoEX squelch responsiveness * Improved Olivia squelch detection * Improved Feldhell AGC and S/N detector * Improved RTTY decoder * Removed THOR soft decoding * RSID now works at the same time as modem decoding * The HELL-80 tone spacing was changed to 300 Hz == Macros == * Added <LOCK:on|off|t> macro to enable/disable/toggle the transmit lock * Added <TUNE:nn> macro to transmit tuning tone for ''nn'' seconds * Added <RXRSID:on|off|t> and <TXRSID:on|off|t> macros * Added <WAIT:nn> macro to delay macro expansion by ''nn'' seconds * Added <SRCHUP>, <SRCHDN>, <GOHOME>, <GOFREQ:nnnn> macros to search for a signal up and down in frequency, go to the "sweet spot frequency", and set the current modem frequency to ''nnnn'' * The <MODEM> macro syntax is now <MODEM:str>. The older <MODEM>str syntax is still supported. Modem parameters may be specified when using the new syntax; currently for RTTY (shift, baud, bits), Olivia (bw, tones) and Contestia (bw, tones), e.g.: <MODEM:RTTY:170:45.45:5>, <MODEM:OLIVIA:500:16>, <MODEM:CTSTIA:250:8>. == User interface == * The main window's QSO and waterfall toolbar are now much more configurable * The QSO toolbar can now be set to Contest mode, Minimal mode, Full mode, and some combinations thereof * The docked digiscope can be hidden and shown without a restart * It is now possible to select the modes for which to transmit RSID, VideoID and CWID * The Op Modes menu can now be customised * Removed the floating rig control window * Removed various Alt-<key> shortcuts * Added a simple "wizard" for first-time users * Added a waterfall-only mode; enabled with --wfall-only * Removed option to use check buttons for AFC and SQL toggles == Other changes == * The XML-RPC server now supports HTTP/1.1 keep-alive connections * Added several new XML-RPC methods * Renamed various main.set_rig_NNN XML-RPC methods to rig.set_NNN * Removed obsolete command line switches: --twoscopes, --experimental * Improved support for PulseAudio, now also the default backend on Linux * The ^R string is no longer treated like ^r; it is now ignored unless at the end of the text to be transmitted * The Portaudio playback stream is no longer kept open in receive mode; this fixes a problem with certain rig interfaces that generate a PTT signal even when the audio is complete silence * Improved win32 serial port support == Bug fixes == * The MT63 transmit buffer is now correctly initialized * Fixed random exceptions-related crashes on win32 * Stabilized AFC for all PSK baud rates * Improved sensitivity of RSID implementation Many more small (and a couple not so small) bug fixes all over the tree
2012-09-28As a temporary expedient, disable execinfo when on NetBSD. This fixesdholland1-1/+7
the build on -current. A better fix would be to add a -lexecinfo test to the configure script, but that requires regenerating with an old version of autoconf... not tonight.
2012-09-15recursive bump from libffi shlib major bumpobache9-18/+18
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam9-18/+18
2012-09-02ham/gnuradio-core-docs: Fix PLIST for doxygen-1.8.2marino2-532/+120
Depend on it, bump PKGREVISION
2012-09-01ham/usrp-docs: Fix PLIST for doxygen-1.8.2, depend on it, bump PKGREVISIONmarino2-4/+18