<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/comms/hamlib, branch 7-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=7-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=7-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2012-11-03T14:36:21Z</updated>
<entry>
<title>- Convert header into new form</title>
<updated>2012-11-03T14:36:21Z</updated>
<author>
<name>Diane Bruce</name>
<email>db@FreeBSD.org</email>
</author>
<published>2012-11-03T14:36:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6a1746b4cc040b76eb1f9e46f0ad04c03fa3ac86'/>
<id>urn:sha1:6a1746b4cc040b76eb1f9e46f0ad04c03fa3ac86</id>
<content type='text'>
- Move LICENSE line to make portlint happy
- No code changes

Feature safe:	yes
</content>
</entry>
<entry>
<title>Changes in this release from 1.2.15.2 are:</title>
<updated>2012-11-03T01:03:59Z</updated>
<author>
<name>Diane Bruce</name>
<email>db@FreeBSD.org</email>
</author>
<published>2012-11-03T01:03:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=74ba9ea4d666019deb97391806da6feb8ee2acf7'/>
<id>urn:sha1:74ba9ea4d666019deb97391806da6feb8ee2acf7</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>- Fix typos (LICENSE is correct form inside bsd.licenses.mk).</title>
<updated>2012-10-02T16:40:40Z</updated>
<author>
<name>Andrej Zverev</name>
<email>az@FreeBSD.org</email>
</author>
<published>2012-10-02T16:40:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=43b2f3f94df4a6f3b0513887c30e33c73c967c16'/>
<id>urn:sha1:43b2f3f94df4a6f3b0513887c30e33c73c967c16</id>
<content type='text'>
- Removed LICENSE_FILE where is no need in this.

Spotted by:	zont@
Approved by:	portmgr (bapt@)
</content>
</entry>
<entry>
<title>- Update to Version 1.2.15.2</title>
<updated>2012-08-09T00:03:18Z</updated>
<author>
<name>Diane Bruce</name>
<email>db@FreeBSD.org</email>
</author>
<published>2012-08-09T00:03:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0a3741e84659c9eab2c8d38e9c3e045096b3d777'/>
<id>urn:sha1:0a3741e84659c9eab2c8d38e9c3e045096b3d777</id>
<content type='text'>
        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
</content>
</entry>
<entry>
<title>- Update to 1.2.15</title>
<updated>2012-02-04T01:03:18Z</updated>
<author>
<name>Diane Bruce</name>
<email>db@FreeBSD.org</email>
</author>
<published>2012-02-04T01:03:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=84b5095e8a026f23cd5096bb817ac9d32a172408'/>
<id>urn:sha1:84b5095e8a026f23cd5096bb817ac9d32a172408</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)</title>
<updated>2011-09-23T22:26:39Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2011-09-23T22:26:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6f6fbe4bdf9851de1eb6ebef5287e3007846045e'/>
<id>urn:sha1:6f6fbe4bdf9851de1eb6ebef5287e3007846045e</id>
<content type='text'>
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
</content>
</entry>
<entry>
<title>- Update to hamlib 1.2.14</title>
<updated>2011-08-04T00:36:24Z</updated>
<author>
<name>Diane Bruce</name>
<email>db@FreeBSD.org</email>
</author>
<published>2011-08-04T00:36:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=00915371dd687d2b6340efc67761b061fcc286b6'/>
<id>urn:sha1:00915371dd687d2b6340efc67761b061fcc286b6</id>
<content type='text'>
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-&gt;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
</content>
</entry>
<entry>
<title>From releaae e-mail:</title>
<updated>2011-05-29T22:38:42Z</updated>
<author>
<name>Diane Bruce</name>
<email>db@FreeBSD.org</email>
</author>
<published>2011-05-29T22:38:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5fba694945d4937a40d8a99f817b5a9cce6c9eeb'/>
<id>urn:sha1:5fba694945d4937a40d8a99f817b5a9cce6c9eeb</id>
<content type='text'>
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 &gt;&gt;
</content>
</entry>
<entry>
<title>Update to</title>
<updated>2011-03-14T02:30:17Z</updated>
<author>
<name>Diane Bruce</name>
<email>db@FreeBSD.org</email>
</author>
<published>2011-03-14T02:30:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6011d0985198277fd90d7dec45ade86a173750a0'/>
<id>urn:sha1:6011d0985198277fd90d7dec45ade86a173750a0</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.</title>
<updated>2010-12-29T20:04:42Z</updated>
<author>
<name>Philip M. Gollucci</name>
<email>pgollucci@FreeBSD.org</email>
</author>
<published>2010-12-29T20:04:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=116ec22ac1e21a8ce6fe1cf302abb42bbcbbd6d3'/>
<id>urn:sha1:116ec22ac1e21a8ce6fe1cf302abb42bbcbbd6d3</id>
<content type='text'>
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
</content>
</entry>
</feed>
