Commit graph

23 commits

Author SHA1 Message Date
Diane Bruce
67953da928 As stated by Kyle Evans <bsdports@kyle-evans.net>
"As in PR 196937, comms/hamlib fails to detect C++ compiler under emulation.
A patch for this was introduced in r377901 and then removed in r398432,
but I suspect it was still needed. I think the proper solution is to
re-introduce the patch that was removed, but I can't properly test it
myself because I'm failing to rebuild my arm.armv6 poudriere jail."

re-introduce missing diff
portlint again
redo checksum

PR:		ports/217972
Reported by:	Kyle Evans <bsdports@kyle-evans.net>
Reviewed by:	mikael.urankar@gmail.com
2017-03-25 13:21:49 +00:00
Diane Bruce
82e25d4166 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.
2017-01-01 03:27:32 +00:00
Stephen Hurd
8fcaf61ea5 Update to latest release 2016-04-08 00:00:17 +00:00
Diane Bruce
a90d43bd2f The Hamlib Group is pleased to announce the release of Hamlib 3.0.
This release of Hamlib introduces a change to the version scheme.
Essentially, the leading '1.' characters have been dropped so '3.0' is a
direct follow on from the '1.2.' releases and has been configured to be
ABI compatible with the '1.2.' releases.

Bug fixes to this release will start with '3.0.1' through '3.0.n'.

The next releases will be '3.1' through '3.n' until the next major
release.
Files are hosted at the Hamlib prjoect page at SourceForge.net:

https://sourceforge.net/projects/hamlib/files/hamlib/3.0/

The changes include:

Version 3.0
        2015-09-20
        * Kill RPC backends and rpc.rigd/rpc.rotd
        * Remove -e|--end-marker option from rigctld and rotctld
        * Build system updates--remove obsolete macros, autogen.sh now
                runs autoreconf to invoke Autotools to bootstrap the build
                system, libltdl is installed into the source tree as a part
                of the build system bootstrap and is included in the source
                tarball, ABI version is set to be compatible with the 1.2
                series, all Autotools installed files are copied rather than
                symlinked and put in the build-aux directory, building
                rigmem and rigmatrix are now user selectable at configure
                run time, building static libraries are disabled by default.
                Fixed TCL binding installation, fixed Perl binding build so it
                is not invoked by 'make dist' and clean up build files.  Cleaned
                up bindings builds to occur in alphabetical order.  Use new
                ax_pkg_swig macro and update ax_python_devel macro.  Test for
                presence of pkg-config before testing for pkg-config use.
        * Implement new RIT/XIT activation/deactivation through rig_get/set_func
+()
        * IC-PCR1500/2500 default write_delay to 0, IC-746/756, IC-PCR8500
                fixes, pcr.c, pcr1500.c: Add DSP support.  TNX Paul, KE7ZZ
        * WinRadio G313 updates.  TNX Julian Campbel
        * Readline editing and history support added to rigctl interactive
                mode.  Implement options for reading and writing history file.
        * Readline editing and history support added to rotctl interactive
                mode.  Implement options for reading and writing history file.
        * A new manual draft written in Texinfo added.  Both GNU Info and single
                HTML files are built and distributed, requires makeinfo.
        * Android build system support.  See android/README.android.  Android
                Makefile fragments are included in source tarballs.
        * Monolithic library, thanks to Remi Chateauneu for the majority of
                the work!  This allows enabling of a single static library so
                static libs are enabled by default.  Removes dependency on libltdl.
        * Fixes to easycomm, TNX Steve AI4QR.
        * Fixes to port handling allowing PTT and CAT on the same port.  TNX
                Bill, G4WJS.
        * New Peaberry models V1 and V2 added to kit backend.  TNX ON8VQ
                and R2AEE.
        * New IC-7100 model.  TNX Martin, CT1IQI.
        * Use AC_CHECK_LIB macro to search for libusb rather than rely on
            pkg-config.  Preserve environment variables LIBUSB_CFLAGS and
            LIBUSB_LIBS as user precious variables.  Two features,
            --with-xml-support and --enable-usrp still rely on pkg-config so
            only invoke pkg-config when either or both of these features are
            selected.  Only the Winradio g313 model uses libdl so test for it
            only when Winradio backend is enabled.
        * New IC-M700PRO, IC-M710, IC-M802.
        * New Icom ID-5100 model.
        * New rotor, cnctrk by KI4SBL
        * Many backend fixes and updates from many contributors (see Git
          log for complete details).
2015-10-02 13:39:19 +00:00
Diane Bruce
74ba9ea4d6 Changes in this release from 1.2.15.2 are:
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.

This is likely the last planned release of the Hamlib 1.2 series.
Development will now focus on the Hamlib 3 series which is now
configured to be ABI compatible with the 1.2 series.

Feature safe:	yes
2012-11-03 01:03:59 +00:00
Diane Bruce
0a3741e846 - Update to Version 1.2.15.2
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
2012-08-09 00:03:18 +00:00
Diane Bruce
84b5095e8a - Update to 1.2.15
From change log:
* 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
2012-02-04 01:03:18 +00:00
Diane Bruce
00915371dd - Update to hamlib 1.2.14
From release e-mail:

The Hamlib team announces the release of Hamlib 1.2.14, the first since
adopting a timed release schedule of 1 Feb and 1 Aug each year.  Changes
since 1.2.13 include:

    * 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).

For a complete log of changes to Hamlib 1.2.14, please visit:

http://hamlib.git.sourceforge.net/git/gitweb.cgi?p=hamlib/hamlib;\
a=shortlog;h=refs/heads/Hamlib-1.2.14
2011-08-04 00:36:24 +00:00
Diane Bruce
5fba694945 From releaae e-mail:
This release is a bug fix release and includes no new features or
backends:

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
Users of the FUN Cube dongle on Win32 and K3 users on all platforms are
urged to upgrade to Hamlib 1.2.13.1.

73, de Nate >>
2011-05-29 22:38:42 +00:00
Diane Bruce
6011d09851 Update to
Version 1.2.13
        2011-03-12
        * New models: VX-1700, FUNcube, FiFi-SDR, KTH-SDR Si570, FT-5000,
                TS-590S
        * Rotor fixes and features: SPID
        * New Rotor backend: F1TE Tracker
        * Fixes and features: TS-440S, K2, K3, SR-2200, THF6A, THF7E, NewCAT
                rigs serial port defaults, TM-D700,
        * 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-03-14 02:30:17 +00:00
Diane Bruce
f70b9b757e - Update to 1.2.11
- Adds a few more radios
2010-06-10 14:01:04 +00:00
Diane Bruce
e0bebb7eff - Update to 1.2.10
- Add port docs
2009-11-25 17:30:42 +00:00
Diane Bruce
55d7c6ad26 - Update to latest vendor version of hamlib.
- patch for rig.h now in vendor version.
2009-02-28 02:20:21 +00:00
Diane Bruce
50d3a2c100 - Update to 1.2.8
- Clean up port.
2008-11-12 16:29:14 +00:00
Diane Bruce
c3f0477410 - Update to 1.2.7 2008-02-19 01:24:35 +00:00
Diane Bruce
1bef372031 - update to 1.2.6.1
- make objformat obsolete
- configure.ac patch no longer needed as I fixed it upstream

Pointy hat to: kris
Approved by: ehaupt (mentor)
2007-02-25 02:39:38 +00:00
Ion-Mihai Tetcu
4df902198f Update to 1.2.6
PR:		107212
Submitted by:	Diane Bruce (maintainer)
2006-12-26 20:38:39 +00:00
Marcus Alves Grando
f97b4df6a9 - Update to 1.2.5
- Take MAINTAINER
- Use OPTIONS

PR:		96025
Submitted by:	Diane Bruce <db___db.net>
2006-05-01 03:31:17 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Pav Lucistnik
f8de56e3d2 - Update to 1.2.2
PR:		ports/72982
Submitted by:	Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)
2004-11-05 18:51:22 +00:00
Pav Lucistnik
772054ce12 - Update to 1.2.0
PR:		ports/63013, ports/65758
Submitted by:	Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)
		Carl Makin <carl@stagecraft.cx>
2004-04-20 12:31:51 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Patrick S. Gardella
2b66546176 Add hamlib 1.1.4,
shared libraries for Amateur Radio Equipment
Control Applications.

PR:		51638
Submitted by:	Sebastian Yepes <esn@x123.info>
2003-05-16 12:19:28 +00:00