summaryrefslogtreecommitdiff
path: root/ham/hamlib
AgeCommit message (Collapse)AuthorFilesLines
2022-11-10ham/hamlib: Use github as MASTER_SITESgdt1-8/+6
Upstream just documented the github/sourceforge relationship. (Same bits, so no change to package.)
2022-11-10ham/hamlib: Add commented-out github fetch variablesgdt1-1/+2
(This is still on sourceforge.)
2022-11-10ham/hamlib: Adjust comments about distfilesgdt1-4/+4
(This is a comment-only change.)
2022-11-10ham/hamlib: Recover from using a github distfilegdt1-4/+7
The distfile from github is currently broken, or has been attacked, and our distinfo scheme caught that. Or perhaps it was always not ok. Switch to sourceforge which serves a file that has a sensible diff from 4.3.1 and matches the distinfo I generated earlier. No change to binary package, but PKGREVISION++ because of MASTER_SITES change.
2022-11-01ham/hamlib: Miscellaneous cleanup (NFCI)gdt1-9/+6
Drop PKGREVISION; ride previous update. Adjust MASTER_SITES and HOMEPAGE and explain the dual-forge situation. GC support for a different version in distfile and WRKDIR, hoping that it won't be needed again.
2022-11-01ham/hamlib; Fix buildlink3.mkgdt1-2/+2
Move libusb1 include into the include guard. (Found by pkglint.)
2022-11-01nham/hamlib: Update to 4.5gdt3-13/+9
Upstream NEWS does not indicate an ABI break, and there is no shlib major change. Upstream NEWS, less most new radios, bugfixes, and minor improvements: Version 4.5 (2022-10-30) * New rotator utility https://www.pianetaradio.it/blog/catrotator/ * Kenwood rigs should now support AI command packets * Add get_separator and set_separator and -S option for rigctld -- node-red applicability * Add GRBLTRK rotor project -- two axis rotor * enum meter_level_e is deprecated and will be removed in 4.6 * Add SDRPlay SDRUno rig -- can now use Data/Pkt in WSJTX * Add ability to use cat_string to FLRig via the "w" and "W" commands * Add -B/--mapa2b to rigctlcom Allows rigctlcom to map set_freq on VFOA to VFOB instead This will allow CW Skimmer to work with some rigs (e.g. IC7300) using FM mode on VFOA and CW mode on VFOB and split mode transmit on VFOB. Clicking on CW Skimmer will change VFOB instead of VFOA to allow working dxpeditions where the fox is staying on frequency * Add password capability to rigctld via -A switch. rigctld -A will produce a consistent shared key for any specific password that can used in \password and rig_set_password TBD The shared key can also be placed in .hamlib_settings * Asynchronous rig data output handling to support transceive and spectrum data. Mikael, OH3BHX Example for the IC-7300 to multicast on port 20001 and provide async rig information rigctld --port=20001 --model=3073 --serial-speed=115200 --rig-file=/dev/serial/... --set-conf=rts_state=OFF --set-conf=dtr_state=OFF --multicast-addr=224.0.0.1 --multicast-port=20001 --set-conf=async=1 Also, spectrum data output needs to be enabled with: \set_func SPECTRUM 1 * See new set_conf option async for some Icom rigs * Multicast UDP packet output for asynchronous data. Mikael, OH3BHX * Rig state poll routine to serve commonly used data like frequency and mode from cache. Mikael, OH3BHX * deprecated hamlib_port_t at front of rig_state structure -- new one at end of structure * New rig_send_raw to send/read raw command to rig * New RIG_LEVEL_BAND_SELECT for Yaesu rigs * New rig_get_conf2 to replace rig_get_conf buffer overflow potential * New rot_get_conf2 to reaplce rot_get_conf buffer overflow potential * Added Barrett 4050 -- not functional yet * Deprecated: rigctl commands \set_trn (A) and \get_trn (a) as they never worked as intended * Deprecated: field rig_caps.transceive and RIG_TRN_* macros Version 4.4 (2021-12-02) * Icom rigs now default filter 2 when setting PKTUSB but user can override * Add Android sensor as a rotator * Added rig_get_vfo to some Icom rigs that have XCHG or 0x25 command capability * Added ability to build hamlib with docker * Faster serial i/o noticeable on higher baud rates
2022-06-28*: recursive bump for perl 5.36wiz2-3/+4
2022-04-24hamlib: add CHECK_PORTABILITY_SKIPtnn1-1/+3
2021-10-26ham: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07ham: Remove SHA1 hashes for distfilesnia1-2/+1
2021-09-28ham/hamlib: Note that workaround has been reported upstreamgdt1-1/+2
2021-09-15ham/hamlib: Update to 4.3.1gdt4-15/+22
packaging: - Adjust upstream program testlibusb to have rigctl_ prefix to avoid collisions. - Note that sunos patch should be sent upstream. Version 4.3.1 * 2021-09-14 * Bug fix release Version 4.3 * 2021-09-01 * libusb-1.0.23 or greater is now required or use --without-libusb * Generating documentation now requires GNU source-highlighter. * Added IC-575 * Less VFO swapping of newer Icom rigs -- zero swapping in WSJTX and JTDX * Dual rotator control in rotctl -R option * Started work on simulators -- very crude right now but usable to debug some things * Overhaul of rig split -- reverse split (VFOA=RX VFOB=TX) should work for rigs capable of it Starting VFO does not matter -- rig will end up on RX VFO S VFOA 1 VFOB S VFOB 1 VFOA S Main 1 Sub S Sub 1 Main Version 4.2 * 2021-05-17 * New rig_get_mode_bandwidths -- returns token set for bandwidths for given mode Rig command: \get_mode_bandwidths CW Mode=CW Normal=500Hz Narrow=50Hz Wide=2400Hz * New rig_get_info -- returns token set for all vfos where order does not matter This is a string return to allow for easy future expansion without changing the API New tokens may be introduced and can be skipped if not used by clients Rig command: \get_rig_info VFO=Main Freq=145000000 Mode=None Width=0 RX=1 TX=1 VFO=VFOB Freq=145000000 Mode=FM Width=15000 RX=0 TX=0 Split=0 SatMode=0 Rig=Dummy App=Hamlib Version=20210429 CRC=0xf49f4708 * New rig_get_vfo_info Rig command: \get_vfo_info VFOA Freq: 145000000 Mode: None Width: 0 Split: 0 SatMode: 0 * FILPATHLEN has changed to HAMLIB_FILPATHLEN * USRP lib and gnuradio are deprecated and will be removed in 5.0 * Added Radan rotator * Added Malachite SDR * Major rework for PRM80 * Add twiddle_timeout and twiddle_rit --set-conf options rigctld --set-conf=twiddle_timeout=5,twiddle_rit=1 This will set the twiddle timeout to 5 seconds and turn on twiddle_rit For twiddle timeout VFOB will not be polled for 5 seconds after VFO twiddling is detected * rigctld --twiddle is deprecated and will be removed in 5.0 along with get_twiddle and set_twiddle * Rework Doxygen manual including default layout for Doxygen 1.9.1. So far the amplifier, rotator, and utilities API sections have been updated. The rig (radio) section remains to be updated.
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2021-02-13ham/hamlib: Update to 4.1gdt3-12/+17
Version 4.1 2021-01-31 * rigctld and rigs should be more robust for disconnect problems * Several fixes for Icom and Yaesu rigs * Nobody should need to use rig->caps or rig->state anymore If you need a variable added please contact us. Note that rig->state abstraction is not implemented yet...no need known * New rig_get_caps_int and rig_get_caps_cptr functions to replace using caps-> values * New rig_get_function to replace using caps-> function pointers * Fix shared library problem with WSJTX, JTDX, and JS8Call * New model Barrett 950 Version 4.0 2020-11-29 * API/ABI changes, advance ABI to 4 0 0. * Add GPIO and GPION options for DCD. Jeroen Vreeken * New backend: ELAD FDM DUO. Giovanni, HB9EIK. * New RIG_LEVEL_RFPOWER_METER_WATTS level * All channel functions now take a vfo argument * New rotator backend: iOptron. Bob, KD8CGH * New model: Icom IC-R8600. Ekki, DF4OR * New utility: rigctlcom. Mike, W9MDB * New model: FT847UNI for unidirectional early serial numbers. Mike, W9MDB * Remove GNU Texinfo files and build system dependency. * Rig model numbers have changed to allow future growth * Fix a lot of static code analysis errors and warnings. Mike, W9MDB * Rearrange directory structure to put rigs and rotators sources under their own subdirectories. Mike, W9MDB * rig_get_channel changed to add read_only flag. * rigctl(d) f command also returns VFO now. * caching of vfo, frequency, mode, and ptt speeds up rigctld for all. * caching of kenwood/yaesu "IF" speeds up polling from WSJTX/JTDX. * rig_get_channel now has read_only flag but it still needs to be implemented based on rig behavior, so if you use rig_get_channel you may get a RIG_ENIMPL error to contact us for fixing it. * New rig backend for Elecraft K4. * New rig backend for PowerSDR (Flex and Apache users). * Many fixes and enhancements. Mike, W9MDB and many contributors * PTT port is no longer shared by default, use --set-conf=ptt_share=1 to enable
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2020-03-20*: Convert broken sourceforge HOMEPAGEs back to httpnia1-2/+2
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2019-11-03ham: align variable assignmentsrillig1-5/+5
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2018-08-22Recursive bump for perl5-5.28.0wiz1-1/+2
2018-08-21hamlib: update to 3.3gdt3-10/+13
Version 3.3 2018-08-20 * New models, R&S xk2100, TRXMAnager, Meade LX200 * HTML manual is now generated at 'make dist' so users don't need GNU Info tools installed. TNX Greg, N1DAM for the suggestion. * Handle longer udev generated file names up to 512 characters * Add debug time stamps with new '-Z' option and '--debug-time-stamps' options to rigctl, rotctl, rigctld, and rotctld utilities. * rigctld/rotctld continue working after serial or TCP device disappears. * Updates and fixes to FT-817, K3, IC-7300, AOR 3030, TM-D710, OMNI VII, TH-D72, Flrig, TS-590, piHPSDR, TS-2000, and netrigctl. * Update utility manual pages (section 1) and remove their reference material from the Info manual so it only needs to be update in one file. * Add new general project manual pages (section 7) and edit the Info manual to match. These should not change much so keeping them in sync should not be too much of a burden. The Info manual may be removed at some point in the future. * Last planned release of the present API/ABI. Future releases will require recompilation and relinking by client programs using the C library interface (programs that only use the network daemons should be unaffected).
2018-06-12hamlib: fix build on SunOSwiedi2-1/+18
2018-06-06hamlib: update to 3.2gdt4-15/+29
Version 3.2 2018-03-31 * New models, IC-7850/IC-7851 in IC-785x. Mike, W9MDB * Fix ft991_get_mode, Mike, W9MDB * New model, FT-891. Mike, W9MDB * New Barrett 2050 backend, Mike, W9MDB * New Flrig backend, Mike, W9MDB * New model, IC-M710, Mike, W9MDB * Build instructions and test script for Python3 * Rename autogen.sh to bootsrap and don't call configure * micro-ham support. Christoph, DL1YCF * New rotator, SPID MD-01/02 in ROT2 mode, Norvald Ryeng, LA6YKA * New model, Flex 6400/6600, Mike, W9MDB * New model, IC-7610, Mike, W9MDB * Add support for CM108B PTT, Max Lock * New model, Rohde & Schwarz XK2100, Mike, W9MDB * Many other bug fixes and enhancements
2017-10-24hamlib: update to 3.1gdt3-11/+10
Version 3.1 2016-12-31 * Fix kenwood_set_mode for ts590s and mode CW, RTTY or AM. Tks Tom, DL1JBE * Proper IPV6 and dual stack networking. Bill, G4WJS * Add a new command line option '--no-restore-ai' ('-n') to rigctl. Bill, G4WJS * Fix missing PKTUSB mode setting code for FT-817 & FT-897. Bill, G4WJS * New Prosistel rotor backend from IZ7CRX * Install daemon man files to man1. Nate, N0NB * Migrate from libusb-0.1 to libusb-1.0. Stephane, F8CFE * Added support for Icom IC-2730. robinolejnik * Added support for the Icom IC-7300. Mike, W9MDB * Add send_morse to icom rigs. Mike, W9MDB * added instructions how to compile on OSX. DH1TW * New Perseus model. Stephane, F8CFE * Added Lua binding and demo script. Ervin, HA2OS * Added test to support Flex 6300. Bill, KB4AAA * Many bug fixes and feature enhancements to the code base. See the Git commit log for complete details.
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-1/+2
2016-02-14Update to 3.0.1.gdt5-114/+14
Packaging changes: Drop MAKE_JOBS_SAFE=no; it seems to build fine with -j4. Clean up workarounds for resolved issues. Drop rpc conditional, because upstream removed rpc entirely Upstream changes: Many bug fixes and new radios. Drop RPC. Rototill build system. Add readline support (not packaged yet). Change to single library instead of many.
2015-11-02Add SHA512 digests for distfiles for ham categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-01-10Disable RPC support on SmartOS.jperkin2-8/+18
2013-05-31Bump all packages for perl-5.18, thatwiz1-1/+2
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.
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-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-08-07Version 1.2.15.2gdt4-10/+20
2012-08-05 * Read eeprom value for digital mode from FT-857 * Clean up TS-950 series commands and read mode using IF command * Fix GS-232A/B rotor command terminations * Fix warnings and other issues found by mingw-w64 * Allow seamless access to ports higher than COM9 on Windows * Fix ineffective packed attribute on WinRadio * Correct low signal strength S-meter error on AR7030+ * Updates to HiQSDR by Jim, N2ADR pkgsrc changes: Document patches from CVS history.
2012-07-12Add TEST_TARGET. Take maintainership.gdt1-3/+4
2012-06-11Update to 1.2.15.1.gdt5-55/+60
Upstream claims this is ABI compatible, so no revbump. Version 1.2.15.1 2012-03-11 * HD-1780 rotor endpoint limit fix * Quell adat compile warnings * Sort rig/rot list output from rig/rotctl (-l) by model # * TenTec Jupiter (TT538) fixes * Include various backend notes files * Document sorted -l output for <rig|rot>ctl[d] * Updates README.betatester and README.developer Version 1.2.15 2012-02-02 * New models: TT-599 Eagle, IC-RX7, IC-1275, HiQSDR, ADAT ADT-200A, DttSP UDP, TM-D710 * New rotator backends: Celestron (telescope mount) * Fixes and features: K3, various other rigs * Update LGPL/GPL header boilerplate * Quell various compiler errors * Add CM108 PTT capability Version 1.2.14 2011-08-01 * New models: SigFox Transfox, TH-D72A, IC-7410, IC-9100, IC-R9500, KX3, V4L2 API support (untested), * New rotator backends: IF-100, TS-7400 * Fixes and features: K3/KX3, Build Win32 from script, rigctld/rotctld ported to Mingw32, Win32 build fixes, remove obsolete bundled libtool files, rigctl improvements, FUNcube string test (works with V0.0 and V1.0), Yaesu newcat.c fixed to use rig->state.current_vfo to store vfo value, add a command to halt rigctld, select PTT source in Kenwood backends (TS-590S), make sure scan is stopped at IC-9000 opening, thd72 get channel data (alpha). See ChangeLog for a link to the online log. Correct typos and SF.net URIs. Version 1.2.13.1 * 2011-05-29 * Conversion to Git SCM and updated README documentation for Git SCM * Mingw32 build fixes * FUNcube dongle USB fixes for Win32 * Added kit/README.funcubedongle * Bug fix--K3 antenna selection function Version 1.2.13 2011-03-12 * New models: VX-1700, FUNcube Dongle, FiFi-SDR, KTH-SDR Si570, FT-DX5000, TS-590S, TH-F6A, PRM8060, SR-2200 * Rotor fixes and features: SPID * New Rotor backend: F1TE Tracker * Fixes and features: TS-440S, K2, K3, THF6A, THF7E, NewCAT rigs serial port defaults, TM-D700, FT-950, Si570 AVR-USB * Removed libtool tree from source tree * Removed old DocBook files * Allow USB device's VID/PID/Vendor/Product to be explicitly specified * Doxygen documentation updates and new style sheet
2011-02-28Reset maintainer for retired developers.wiz1-2/+2
2010-11-04Update to hamlib 1.2.12asau3-9/+16
Contributed by Makoto Fujiwara in PR 44035 Changes: Version 1.2.12 2010-09-03 * New models: PCR-2500, RX331, TRP 8255 S R * New rotator backends: DF9GR's ERC * Fixes and features: Paragon, TS-690S, FT-920, FT-990, FT-2000, Elektor SDR-USB, IC-7000, IC-7700, AR-8200, AR-8600 Version 1.2.11 2010-05-31 * New models: RA-3702, IC-738, IC-7600, IC-7700, AR 7030+, FT-980, TT-536 Delta-II, R&S EB200 * New rotator backends: GS-232B, GS-232 (not A or B), ARS RCI, M2 RC2800 * Fixes and features: TH-F7E, FT-847, FT-736, FT-920, FT767GX, FT-747, FT-950, FT-450, Yaesu NewCAT, PCR*, IC-706MkIIG, IC-7800, R-8A, Paragon * rigctld/rotctld * ltdl security update * IPv6 ready * bindings not built by default Version 1.2.10 2009-11-02 * New models: IC-7200, PCR-1500, RX-340, R&S ESMC, BC898T, Si570 AVR-USB, Paragon (skeleton) * New rotator backend: SPID * Fixes and features: TH-F7E, K2, FT-920, Yaesu NewCAT, IC-7000, IC-7800, IC-910, IC-718, IC-756PROIII, Tentec Orion, Jupiter, RX320, AOR-8000, PCR-1000, Video4Linux, all the kenwood backends, GS-232A * ABI version in backend symbols * expose PTT/DCD setup through rig_set_conf() * Parallel port PTT now following cwdaemon (STROBE+INIT) interface * bindings * ltdl update Version 1.2.9 2009-02-25 * New models: FT2000, FT9000, TT-588 Omni VII, FT-840, NRD525, Winradio G305, TRC-80 * New rotator backend: Heathkit HD 1780 Intellirotor * Fixes and features: IC-706*, IC-910, K2, K3, DWT, PCR-100, PCR-1000, RX-320, FT-450, FT-747, FT-817, FT-847, FT-857, FT-990, FT-1000D, Orion, netrot, Rotor-EZ, dummy rig and dummy rotator * Bug fix in qrb() * Better assisted split operation * ext_level/ext_parm examples * Documentation update Version 1.2.8 2008-11-02 * New models: BC235, BC250, BC780, PRO-2052, BCD396T, BCD996T, K3, FT950 * New pseudo models: netrigctl/netrotctl, backends ala rpcrig/rpcrot, but based on rigctld/rotctld * New rotator backend: GS232A, PcRotor * Removed microtune backend * Fixes: DttSP, IC-275, IC-475, IC-725, IC-735, IC-756PRO, IC-761, IC-775, IC-781, IC-706*, Kenwood TH/TM models, Orion, BC245, BC895, FT-100, FT757GX, FT-857, FT-897, FT-920 * Numerous bindings fixes, esp. for memory channel works * New commands available in rigctl * New rotctld to go with rigctld rig daemon. The protocol changed, but there's the compatibility option -e to pass to the daemon for previous protocol.
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg1-1/+3
MAKE_JOBS=2 and worked without.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-02-15DESTDIR support.joerg1-3/+4
2008-12-06Add missing files to PLIST.wiz2-2/+5
Bump PKGREVISION.
2008-10-23Updated hamlib to version 1.2.7.1:wulf2-7/+6
* aor/: aor.c, aor.h, ar2700.c, ar5000.c, ar8000.c, ar8200.c, ar8600.c: implemented scanning * include/hamlib/riglist.h: added FT950 * set_ant/get_ant support for ts870s and ts2000 * kenwood/ts2000.c: S meter calibration
2007-07-02Updated hamlib to 1.2.6.2: Minor bugfix releasewulf3-7/+9
2006-12-27Updated hamlib to version 1.2.6:wulf2-6/+6
* Improved TS570 functionality * Improved Argonaut V functionality * New models: IC7000, G313i/G313e * Many Icom, Kenwood, and Tentec fixes. * Build system fixes
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.