Commit graph

647 commits

Author SHA1 Message Date
joerg
10d2789ab3 Dance the doxygen! 2014-09-22 11:54:15 +00:00
joerg
5a6c988dd7 Add icons that now get installed. Bump revision. 2014-09-10 12:16:15 +00:00
mef
d65b11f716 Remove unnecessary CONFIGURE_ARGS (and really should have been CMAKE_ARGS) line (for USE_CMAKE). 2014-09-09 05:50:18 +00:00
mef
57cd3eb67c Convert to USE_CMAKE= yes style. 2014-09-08 15:37:42 +00:00
obache
265da8e331 fixes fancy fetch. 2014-09-08 10:02:02 +00:00
mef
8e54c3a806 (Upstream update) 3.7.2rc1 to 3.7.2
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-08 08:49:39 +00:00
mef
696c31d235 ham/uhd version 3.7.2rc1 added. 2014-09-08 07:16:28 +00:00
mef
3d3a8c66cb Import uhd-3.7.2rc1 as ham/uhd.
[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-08 07:12:05 +00:00
mef
fea9bf4c07 (Upstream update 3.21.82 to 3.21.83)
=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-09-05 07:29:28 +00:00
mef
08adda5cf6 Correction of HOMEPAGE: groundstation.sourceforge.net -> sourceforge.net/projects/gpredict. 2014-08-31 11:27:03 +00:00
joerg
8349997835 Needs pkg-config. Simplify. 2014-08-19 13:35:44 +00:00
adam
72ed0307eb Revbump after boost-libs update 2014-08-13 10:57:32 +00:00
dbj
a65aebc523 another attempt fix .so listing in PLIST observed in bulk builds 2014-08-01 06:13:46 +00:00
dbj
3a801f0a7a remove patch to unused configure file, since we use cmake to build instead 2014-07-30 08:46:55 +00:00
dbj
d2228a07f5 attempt to fix a dylib installation PLIST failure observed in bulk builds 2014-07-30 03:52:40 +00:00
dbj
f7076979e7 import chirp from http://chirp.danplanet.com/
Tool for programming Amateur Radio HTs
2014-07-21 07:57:20 +00:00
dbj
549d6a97c7 add freedv from the FreeDV project at http://freedv.org/ 2014-07-21 07:34:17 +00:00
dbj
22e66d99e1 import codec2 from the freedv project at http://freedv.org/ 2014-07-21 07:30:50 +00:00
mef
cbbafefaab Upgrade tqsl from 2.0.2RC4 to 2.0.3
----------------------------
tqsl-2.0.2 to 2.0.3 change:
----------------------------
(tqslilb: 2.4)
Fix defect that doesn't allow adding station locations if only a single
callsign certificate is installed.

(following diff is manually editted, tabs are deleted)
 diff -urp tqsl-2.0.2/src/location.cpp tqsl-2.0.3/src/location.cpp
--- tqsl-2.0.2/src/location.cpp 2014-07-13 05:18:13.000000000 +0900
+++ tqsl-2.0.3/src/location.cpp 2014-07-17 10:22:16.000000000 +0900
@@ -1152,6 +1152,9 @@ update_page(int page, TQSL_LOCATION *loc
                        field.idx = static_cast<int>(field.items.size());
                field.items.push_back(item);
        }
+       if (field.idx == -1 && field.items.size() == 1) {
+               field.idx = 0;
+       }
        if (field.idx >= 0) {
                field.cdata = field.items[field.idx].text;
        }
----------------------------
tqsl-2.0.2RC5 to 2.0.2 change: (Authors note):
----------------------------
As I've had no comments on the 2.0.2-rc5 beta, I've decided that it's time to release it.

The kits on sourceforge have been updated to the final v2.0.2 release.

https://sourceforge.net/projects/trustedqsl/files/TrustedQSL/v2.0.2/

The README there is the preliminary release notes.
Thanks to everyone for the help with testing and reporting issues.
----------------------------
tqsl-2.0.2RC4 to 2.0.2RC5 change:
----------------------------
This release fixes a pair of related defects that have been there
since TQSL 1.x

When you create a station location, you associate it with a callsign
certificate. When you sign a log, you select a location for signing,
which then uses the callsign to select the right callsign certificate.

The problems happen when you do unexpected things with those
certificates.

If you create a station location for K1MU, then delete all of the
certificates for K1MU, then signing a log would cause an "Invalid
Argument" error. TQSL has been corrected to now display an error that
there are no valid callsign certificates.

Similarly, if you create a station location and then let the
associated callsign certificate to expire, trying to sign using that
location would also give an unhelpful "Invalid Argument" message.

When there were no matching certificates, displaying the properties of
a station location would display an incorrect callsign.

These defects have been corrected in RC5 so that useful error messages
are displayed for these cases.
2014-07-18 02:40:21 +00:00
mef
7f50ef08d5 (Upstream update 3.21.79 to 3.21.82)
=Version 3.21.82=

2014-04-30  David Freese  <w1hkj at w1hkj.com>
        92a7d01: hash-fix
        b0db34c: RnA Analysis
        fa9e10a: Phase accumulator
        b7ce1cd: Base Directories
        c9c6f28: WF Height/Speed
        ca61d3f: RX Only
        43fbe22: RTTY mem leak
        f470ce3: Olivia/Contestia custom
        b87e664: ARQ abort
        a9818aa: RTTY Custom Shift

=Version 3.21.81=
x        134221e: TX monitor
        922c16f: Spotter seg fault
        dbe4181: Audio selectors for PORTAUDIO
        9771f4b: M4 tr1 detect
        03643a6: ttyACMxx identification
        cfe6f87: Olivia critical section
        a60d6f7: MT63 critical section
        c97043c: Logbook fields
        3bc4f31: Hamlib selector
        d33b7e7: Combobox
        6f71f12: RTTY macro
        ac671da: clang compatibility

=Version 3.21.80=

2014-03-19  David Freese  <w1hkj at w1hkj.com>
		 FreeBSD nitems
		 Cabrillo time off
		 Change Fl_ListBox
		 Restore Fl_Choice
		 Olivia select fix
		 ComboBox
		 fluid update
(pkgsrc)
 Upstream now includes following patches:
 (with slightly different code, say, #ifdef __clang__ etc),
 thus deleted:
   patch-src_include_logsupport.h
   patch-src_include_strutil.h
   patch-src_logbook_logsupport.cxx
   patch-src_misc_dxcc.cxx
   patch-src_misc_re.cxx
   patch-src_spot_notify.cxx
   patch-src_spot_pskrep.cxx
   patch-src_spot_spot.cxx
2014-06-15 14:27:43 +00:00
mef
c17288f6c1 (pkgsrc):
- DEPENDS+= mozilla-rootcerts are removed, cert included now.
2014-06-13 11:38:54 +00:00
mef
06b622bc21 (pkgsrc):
- DEPENDS+= mozilla-rootcerts are removed, cert included now.
  - Deleted SUBST_CLASSES+= macro_S to avoid name (_S) conflicts on NetBSD-5.*
    (The probelm no longer exists)
  - Correct MESSAGE (but this is to be committed separately)

(Upstream): Bump version 2.0 to 2.0.2RC4
---------------
This commit log compiled from that of wip/trustedQSL/Makefile by mef@
Sorry if typo or too compact.

2.0.2RC4 2014/06/07
 - No pop up when prompting user for password when batch mode
 - If QSO database is corrupted and can not be repaired, delete it
2.0.2RC3 2014/05/09
 - Ensure station locations added (sign a log -> list of stn loc.)
 - Restore from .tbk to restore multiple pending callsign
   certificates for a given callsign
 - Correct message when callsign cert. is uploaded
 - Delete any older version, when renewed callsign is installed
 - Correct the behaviour for non ascii directory name on Windows
 - Correct the number of QSO in some case when signing
   (ignoring might have shown negative number)
2.0.2RC2 2014/04/22
 - Windows only
2.0.2RC1 2014/04/16
 - OpenSSL update (Heartbleed). no practical attack anyway
   (Windows only)
2.0.1RC9 2014/03/01
 - Avoid application crash when database conversion for Open/Close
 - Faster conversion of database
2.0.1RC8 2014/02/27
 - Limit the number of copies of application running
   (multiple run might have database corrution)
2.0.1RC7 2014/02/13
 - When a callsign cert is about to expire (within 60 days), TQSL
   warns. But even after user submitted renewal, it continued
 - Correct the automatic backup directory (by from preference pane)
 - Search Log files with .ADI, .ADIF also
2.0.1RC6 2014/02/05
 - Copyright notice / date (only)
2.0.1RC5 2014/01/29
 - Avoid crash at starting if certifiacate status file is empty
 - Corrected for checking for new release even with -RC change
2.0.1RC4 2014/01/22
 - Canadian province PQ/QC issue
 - Correct start-up threads management
 - (OpenSuSE Linux) for pending callsign requests
 - Accept valid callsign only based on location
 - Correct hang if command line argument is wrong
 - Update message during callsign certificate creation

2.0.1RC3, 2014/01/13 (but hangs when reading cert_status.xml)
Two additional changes in TQSL 2.0 RC3:
  -------------
  A. Because new modes may not yet be specified in ADIF, and because
  LoTW may not accept all modes specified in ADIF, TQSL enables you to
  "map" a new mode to a mode or mode group recognized by LoTW; this
  most often takes the form of mapping a new digital mode to the DATA
  mode group. Versions of TQSL prior to 2.0 would allow you to map
  modes accepted by LoTW. This version of TQSL will refuse to map a
  mode that is accepted by LoTW. Any existing mappings of modes
  accepted by LoTW will be automatically removed on startup; you will
  be notified if this happens.

  B. When submitting log files in Cabrillo format, previous versions of
  TQSL submitted FM and PH modes as PHONE. TQSL 2.0 RC2 submits FM mode
  as FM, and PH mode as SSB.
  ----------------------------
2.0.1RC2 2013/09/01
  Contest name recognition is corrected (Re: JIDX)
2014-06-13 11:38:03 +00:00
ryoon
31da25953c Recursive revbump from pulseaudio-5.0 2014-06-09 14:18:04 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
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-05-29 23:35:13 +00:00
joerg
bd17b98579 Doxygen maintainance. 2014-05-18 21:22:49 +00:00
wiz
3faf991a33 Bump applications PKGREVISIONs for python users that might be using
python3, since the default changed from python33 to python34.

I probably bumped too many. I hope I got them all.
2014-05-17 16:10:41 +00:00
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
ryoon
60806aa001 Recursive revbump from x11/pixman
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
joerg
a938805df1 Dance the doxygen! 2014-04-28 12:19:30 +00:00
joerg
b13f13e1ba Dance the doxygen! 2014-04-28 12:14:26 +00:00
ryoon
2e7bdbb293 Recursive revbump from json-c 0.12 update 2014-04-20 02:27:49 +00:00
wiz
acb76ebdd4 Bump PKGREVISION for libatomic_ops PKGNAME change. 2014-04-16 11:22:00 +00:00
mef
e47044b8b4 (pkgsrc)
- Add comment on patch (based on commit msg)

(Upstream update 3.21.76 to 3.21.79)
=Version 3.21.79=
  2014-03-07  David Freese  <w1hkj at w1hkj.com>
	RigCAT initialize
	Modem cleanup
	Missing build script
	Choice-->ListBox
	combobox-listbox
	FreeBSD One More Time
	RTTY normalize
	Sound.cxx cleanup
	Portaudio ring buffer
	Headers update
	Portaudio error reporting

  2014-01-28  Kamal Mostafa  <kamal at whence.com>
	Avoid nitems fltk kfreebsd collision

  2014-01-13  David Freese  <w1hkj at w1hkj.com>
	modem timing test
	XMLRPC seg fault
	Mailing address

  2014-01-11  John Phelps  <kl4yfd at gmail.com>
	64 bit stacktrace

  2014-01-11  David Freese  <w1hkj at w1hkj.com>
	Developer update
	CW timing

=Version 3.21.78=
	SKED macro
	FreeBSD issues
	WF max size
	PSKR softbits

  2013-11-09  Andrej Lajovic  <s57ln at hamradio.si>
	CharsetDistiller
	UTF-8

  2013-11-08  Arvo Jarve  <arvo at softshark.ee>
	RigCAT close
	Save Wordwrap

  2013-11-05  David Freese  <w1hkj at w1hkj.com>
	ARQ timeouts
	Deutsch
	DTMF
	WF latency

=Version 3.21.77=
	Load preferences
	Waterfall race condition

  2013-10-22  John Phelps  <kl4yfd at gmail.com>
	MFSK HF Long Modes
	* Added MFSK64L and MFSL128L new modes
	* 6.25 Second interleaver for very-robust HF reception
	* Assigned new RSIDs
	* Mode MFSK-64L : 1026
	* Mode MFSK-128L : 1029

  2013-10-20  David Freese  <w1hkj at w1hkj.com>
	Waterfall improvements

  2013-10-19  Remi Chateauneu  <remi.chateauneu at gmail.com>
	Fix test_process on MacOS
	Various speed-ups, fixes and cleanups

  2013-10-16  David Freese  <w1hkj at w1hkj.com>
	Cfft removal
	fldigi.pot update
	Multi-channel decode
	fft filter
	g_fft
	 WF fft
	rsid fft
	Wefax Config tab
	Autostart programs
	RsID Error Control
	Macro tag Image

  2013-09-17  Kamal Mostafa  <kamal at whence.com>
	Avoid-nitems-fltk-kfreebsd-collision.patch

  2013-09-14  David Freese  <w1hkj at w1hkj.com>
	MFSKpic improvements
	ADIF log database
	MFSK update
	Thor update
2014-03-14 14:39:22 +00:00
tron
73d05e2276 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
wiedi
e7e87dcb80 Add network libs on SunOS 2014-02-08 23:21:48 +00:00
mef
a15bd27514 Version 1.3 02 Mar 2011
This release includes a few minor enhancements of the user
  interface and several bug fixes.

Version 1.2 12 Oct 2010
  This release includes a new layout manager, satellite
  tooltips, improved interactivity, as well as fixes for many
  bugs discovered in the previous releases.

Version 1.1 08 Oct 2010
   This release includes a new satellite data management
   module and a database that includes all satellites from
   CelesTrak. Several bugs have been fixed. This release also
   includes several bugfixes and minor user interface
   improvements

Version 1.0 beta 5 24 May 2009
  This release includes several minor bugfixes in the radio
  controller and new satellite transponder data files
  submitted by users.

Version 1.0 beta 4 15 May 2009
  Doppler tuning using full-duplex radios has been
  implemented, and several minor bugs have been fixed.

Version 0.9.0
  This release includes many bugfixes, and new functionality
  to save satellite pass predictions.
2014-02-07 13:20:16 +00:00
wiz
a1f0ff3f67 No need to have two variables for the same logic.
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2014-01-25 10:45:15 +00:00
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
wiz
09249c2d86 Use versioned_dependencies.mk for ephem. 2014-01-20 12:54:53 +00:00
jperkin
f890b45217 Disable RPC support on SmartOS. 2014-01-10 11:14:44 +00:00
wiz
4950ceb604 Fix build with doxygen-1.8.6 and depend on it. PKGREVISION++ 2014-01-05 21:33:17 +00:00
wiz
18823c88e8 Fix build with doxygen-1.8.6 and depend on it. PKGREVISION++ 2014-01-05 21:22:13 +00:00
dholland
23634645d4 needs msgfmt, seen in freebsd build 2014-01-05 03:38:00 +00:00
wiz
e03c03b6dc Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
joerg
437f2de71e Needs version 2 of sdcc. 2013-12-08 22:32:15 +00:00
mef
0dbebe78c2 (Upstream)
tqsl-2.0 is released
(pkgsrc)
  - Tweaks for release candidate (say DIST_SUBDIR etc) are removed
  - DEPENDS+= mozilla-rootcerts are added now. This will avoid the error as:
      "Peer certificate cannot be authenticated with given CA certificates"
      (SSL certificate problem: self signed certificate in certificate chain)
      see also http://curl.haxx.se/docs/sslcerts.html
  - Add SUBST_CLASSES+= macro_S to avoid name (_S) conflicts on NetBSD-5.*
  - Add MESSAGE for rootcerts and firt thing to do after installaton
2013-12-06 05:52:42 +00:00
wiz
bd9eea67da PKGREVISION bump for json-c shlib rename. 2013-11-25 12:00:45 +00:00
adam
81059da3bd Revbump after updating devel/boost-libs 2013-11-20 20:04:35 +00:00
obache
be6a7bf66d recursive bump from boost-lib shlib major bump. 2013-11-20 13:23:41 +00:00
mef
833af023bd Bump Version 2.0rc7 to 2.0rc8.
--- (Upstream announce) ---
Testing of TQSL 2.0 in preparation for a final release revealed a
defect that was introduced at -RC6.
An attempt to limit the disk space consumed by the duplicates database
broke duplicate detection.
I've reverted that change and released updated kits on Sourceforge.
2013-10-17 09:40:12 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
wiz
6068eaecf6 recursive bump for libmng-2.0.2 shlib major bump and dependency change 2013-10-09 17:39:01 +00:00
mef
147604ea83 Bump version 2.0-rc6a to 2.0-rc7
------ (Upstream announce) ----
There are several changes since 2.0-RC6 that are of note and can use
further testing. We are hoping to release this as the final V2.0 next
week.

- Correct defect that would cause TQSL to crash on startup if the
certificate store could not be read
- Display an error to the user if the station location data file or
certificate store cannot be opened
- When adding a Station Location, properly initialize the callsign to
correspond to the selected callsign certificate/location (not the
first call found)
- Fix the Station Location editor to not show duplicated DXCC entities
- Check for an existing valid Callsign Certificate before starting to
sign a log - if not, display an error and abort
- Updates to documentation including certificate acceptance, station
location modifications, and multi-computer scenarios
- Fix defect that caused double-clicking a .TQ6 file to fail
- Update the message in the callsign certificate request window to
better explain when a request should be signed
- Correct the error messages on TQSL update check failures to properly
explain what was going on.
- Increase the TQSL update timer to allow for slow connections
- Update to the current (v2.5) LoTW configuration file
- Strip leading and trailing spaces from IOTA, WPX, etc. Leaving these
causes signature verification to fail
- Bring up the GUI before performing the automatic update check so it
doesn't appear that TQSL has hung on startup.
2013-10-09 13:38:47 +00:00
mef
69e8ce8697 Bump version 2.0-rc6 to 2.0-rc6a.
Upstream replaced DISTFILE without renaming the rc sequence.
I will ask upstream anyway.
   diff -ur tqsl-2.0-jp-mirror/apps/ChangeLog.txt tqsl-2.0/apps/ChangeLog.txt
   --- tqsl-2.0-jp-mirror/apps/ChangeLog.txt       2013-09-22 00:44:59.000000000 +0900
   +++ tqsl-2.0/apps/ChangeLog.txt 2013-10-06 00:04:07.000000000 +0900
   @@ -205,6 +205,23 @@
Thank you,
2013-10-07 01:33:20 +00:00
mef
8ce9e4c55d Add missing entry of pixmaps icon *.png file. I am afraid this problem
can not be detected by pbulk packaging.
  The PATH for the icon may not be correct, but this is where upstream
places it (please correct me if unappropriate, thanks).
2013-09-30 05:56:56 +00:00
mef
1ea0d6c3d7 Bump tqsl-2.0rc5 to 2.0rc6.
Proposed at tech-pkg@ and supported by gdt@, thanks.
  ----------------------
Date: Saturday, September 21, 2013 8:32 PM
Subject: TQSL-2.0-RC6 Public release available

There's a new TQSL beta test release available for download.

This release corrects the following defects discovered since TQSL
2.0-RC5 (as well as severl enhancements).

Strip leading spaces and trailing spaces from station locations passed
on the command line to help correct for common user errors.

Display LoTW errors returned when a callsign certificate request fails
for some reason.

Record multiple outstanding certificate requests and delete the
pending status if the user deletes the corresponding callsign
certificate.

Remove an errant "M" on the certificate request signing page. Properly
wrap the text on that page for MacOS.

The TQSL version number is always displayed for command line usage
unless "-n" (check for new TQSL, configuration and program updates) is
used.

Added a new icon for TQSL contributed by K1GQ. The default shortcut
icon has not changed, but the new icon is available for selection.

Display an error when the TQSL configuration files (station locations,
callsign certificates, etc.) can't be opened. All earlier versions of
TQSL ignored these errors and started up with no callsign certificates
or station locations defined.

When a user selects a callsign in the Station Location window then
clicked on "Create new Station Location", the DXCC entity in the
station location wizard used the entity of the first callsign, not the
selected callsign.

The station location editor no longer shows multiple entries with the
same DXCC entity in the entity selection pulldown list when there are
multiple callsign certificates for a given callsign.
2013-09-24 11:16:04 +00:00
joerg
6dcf8928db Don't depend on implicit boolean conversion for streams.
Fix a header guard to reduce warnings.
2013-09-17 21:12:25 +00:00
mef
718ac39c62 Bumped to 2.0rc3 to 2.0rc5 (No announcement yet). 2013-09-15 13:22:28 +00:00
mef
8b7d6e468e Add arrl-license. 2013-09-13 14:18:36 +00:00
mef
4bcf673107 Add ham/trustedQSL 2.0rc3. 2013-09-13 08:49:48 +00:00
mef
5fc9ae4068 Import tqsl-2.0rc3 as ham/trustedQSL.
TrustedQSL is a LoTW (Logbook of The World) application to upload
QSO's (contacts) information onto Logbook servers maintained by the
ARRL (American Radio Relay League).

Logbook of The World - LoTW  - is an exciting way for Radio Amateurs
to confirm two-way contacts they have made and use the confirmations
as credit toward various awards.

Because Logbook of The World uses double blind comparison, users
cannot see what other users have uploaded unless there is a matched
QSO.
2013-09-13 08:45:52 +00:00
mef
c9f508a37c Bump 3.21.70 to 3.21.76
=Version 3.21.76=
 2013-09-09  David Freese  <w1hkj@w1hkj.com>
	ARQ mode character set
	RsID, Macro Queue, DTMF transmit management
	Xmlrpc method signatures
	RsID fo computation

=Version 3.21.75=
	xmlrpcpp methods
	RSID update
	Error exit
	fltk 1.1.x
	Sound File

=Version 3.21.74=
	initialize active_modem
	XML parser
	64 bit compile warnings
	Automake bug

=Version 3.21.73=
	qrunner mod
	Pskmail-test

 2013-07-24  John Phelps  <kl4yfd@gmail.com>
	Doxygen for fldigi
	* Added scripts to generate Doxygen documentation from fldigi git
	  repository / source
	* Also executes "cppcheck" and includes those results on Doxygen
	  page (if installed on system)
	* Generates patches and log for the last 125 commits: includes
          links on Doxygen page

 2013-07-24  David Freese  <w1hkj@w1hkj.com>
	CPPcheck errors
	Modem class
	Rigcat Thread
	Missing header
	fldigi-shell
	Fl::focus on OS X
	Data files
	KML thread
	Fl::flush
	ADIF_RW thread
	trx semaphore
	Digiscope buffer

 2013-07-07  Robert Stiles  <kk5vd@yahoo.com>
	Portaudio exceptions

 2013-07-07  David Freese  <w1hkj@w1hkj.com>
	mxe-win32 regex
	PSKMAIL/ARQ socket
	Thor update
	record_loader fix
	Code cleanup
	Pskmail Notify RsID
	MFSK shut down

 2013-06-27  Robert Stiles  <kk5vd@yahoo.com>
	Cwidth test for zero

 2013-06-21  David Freese  <w1hkj@w1hkj.com>
	XMLRPC
	MXE compile

 2013-06-19  Stefan Fendt  <smfendt@gmail.com>
	RTTY decoder

 2013-06-09  Dennis Engdahl  <engdahl@snowcrest.net>
	RigCAT user commands

 2013-06-08  David Freese  <w1hkj@w1hkj.com>
	TX state
	pskmail events
	  * Changed extended rsid iaw doc/rsid_codes.gnumeric

 2013-06-01  Remi Chateauneu  <remi.chateauneu@gmail.com>
	KML/Synop/RTTY/Navtex
	Port to MXE / MingW
	QSL VIA
	XML parser

 2013-05-31  David Freese  <w1hkj@w1hkj.com>
	ARQ support changes
	xmlrpcpp
	PortAudio
	SysV ARQ interface
	METAR format
	RSID logic

=Version 3.21.72=
	RsID Timeout
	PSKMAIL
	Colors/Fonts Dialog
	Developer List

=Version 3.21.71=
	About update
	Wavefile generate
	MT63 mode selection
	ARQ server

 2013-04-30  Remi Chateauneu  <remi.chateauneu@gmail.com>
	xmlrpc-c removal

 2013-04-30  David Freese  <w1hkj@w1hkj.com>
	Signal Browser Colors
	QRZ query
	Rigsupport
	PO file update
	eQSL url
	PSKMAIL
2013-09-13 06:35:55 +00:00
adam
4fdbb9b178 Revbump after updating textproc/xmlrpc-c 2013-09-12 18:58:07 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
wiz
fc0c78aa3e + xnec2c. 2013-07-20 16:56:18 +00:00
wiz
3efbe1ba42 Import xnec2c-2.3beta as ham/xnec2c.
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 16:56:07 +00:00
wiz
4d6b3455ce + nec2c. 2013-07-20 16:46:55 +00:00
wiz
fe50104902 Import nec2c-1.1 as ham/nec2c.
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-20 16:46:38 +00:00
joerg
0e1b8d4ff8 operator bool doesn't equal good(), but !bad(). This makes a difference
when it comes to handling EOF. Adjust.
2013-07-05 21:34:11 +00:00
joerg
76e552cc43 Fix build against newer glib. 2013-06-26 21:21:25 +00:00
wiz
e0b49a2fed Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
53745b22ea Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
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-06-03 10:05:17 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
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-31 12:39:57 +00:00
joerg
04bde6af88 Dance the Doxygen! 2013-05-23 15:05:07 +00:00
mef
19377c5c85 - Bump fldigi version 3.21.65 to 3.21.70
- 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-09 14:09:13 +00:00
joerg
95014fee12 Avoid implicit conversions to bool for streams.
Require C++11 for Clang and prefer std version over tr1 when in C++11
mode.
2013-05-06 14:49:32 +00:00
joerg
cb031ecd02 Deal with doxygen update. Bump revision. 2013-03-23 10:04:35 +00:00
joerg
e112772a16 Don't add default arguments at implementation time. 2013-03-02 18:06:22 +00:00
jperkin
8fa1ff6342 Add -lboost_system on SunOS. Need lots more REPLACE_PYTHON to make the
current package PKG_DEVELOPER safe.

This along with the previous commit to meta-pkgs/gnuradio makes this
package build on SunOS.
2013-02-26 19:28:08 +00:00
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
obache
07659b9b8d recursive bump from boost-lib shlib update. 2013-02-15 11:53:59 +00:00
ryoon
9bef86f5fd Bump PKGREVISION from audio/jack. 2013-02-09 22:11:28 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
riastradh
95c290fade Add missing PLIST entry. 2013-01-19 21:10:24 +00:00
mef
949408b830 (1) Bump version 3.21.58 to 3.21.65
(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
2013-01-16 02:54:54 +00:00
mef
bce8d3b64b Fix for gcc-4.7 (DragonFryBSD 3.3),
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-26 06:50:27 +00:00
joerg
74f8a7dc04 Fix inline usage. 2012-12-24 21:13:28 +00:00
obache
64deda1dc9 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
gdt
cdf39bda00 Update to 2.0.5.
From NEWS: Changes are essentially a bunch of bugfixes (details in
ChangeLog).
2012-11-21 02:09:06 +00:00
joerg
4f953495e8 Don't use variable length arrays of non-POD types 2012-11-19 23:23:38 +00:00
joerg
3608efed24 Fix prototype of cleanup, signal handlers can only get one argument.
Add lost patch to add the shared header.
2012-11-19 23:15:10 +00:00
gdt
dd05acf187 Update to 2.5. Upstream Changelog is:
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-16 00:33:36 +00:00
gdt
9cd69adaaf Depend on x11/fltk13 rather than x11/fltk.
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-15 13:44:13 +00:00
gdt
6a5488a4c4 Update to 0.8.0.
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-03 22:56:06 +00:00
mef
6d9a8bbbb4 Bump 3.21.56 to 3.21.58
* 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-03 12:43:05 +00:00
ryoon
ba686245a6 Recursive revbump from audio/pulseaudio 2.1 2012-11-03 01:58:32 +00:00
gdt
80a5f4d217 Update to 1.2.15.3.
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-02 23:54:45 +00:00
joerg
73f905e415 Fix missing return value. Add a missing include. 2012-11-01 19:43:42 +00:00
joerg
5625397be5 Fix missing system header, inconsistent function definitions, return; in
non-void functions. Bump revision.
2012-10-24 15:37:58 +00:00
mef
10681d7046 Bump version to 3.21.56
* 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-10 05:39:44 +00:00
adam
3f2cc57b2b Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
mef
fc6370725d Updated to 3.21.54:
- UTF-8 wide characters
 - flarq bug fix
 - Add_tx_char
2012-10-07 14:59:58 +00:00
mef
b29ba92d45 (1) Let me (mef@ aka makoto at ki.nu) take Maintainership.
(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-04 14:47:33 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
asau
49d542f06c Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 12:55:08 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
gdt
9982194b61 Update to 3.21.52 from 3.03, prepared in pkgsrc-wip by Makoto
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-28 13:41:30 +00:00
dholland
c0b955e2c8 As a temporary expedient, disable execinfo when on NetBSD. This fixes
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-28 03:25:41 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
marino
13db03d972 ham/gnuradio-core-docs: Fix PLIST for doxygen-1.8.2
Depend on it, bump PKGREVISION
2012-09-02 12:10:20 +00:00
marino
98d3e27d10 ham/usrp-docs: Fix PLIST for doxygen-1.8.2, depend on it, bump PKGREVISION 2012-09-01 10:18:54 +00:00
obache
fb0eef126f Recursive bump from boost-libs update. 2012-08-29 11:22:09 +00:00
marino
336dce041b ham/tnt: Fix build on DragonFly
Problem 1: $la and $lo would not expand with the intl/makefile
           I couldn't get SUBST_SED to manually replace them either.
	   Use of MAKE_ENV also failed.
Problem 2: DragonFly doesn't have base libintl.  This package will
           not build without -lintl LDFLAG.

Solution was to convert existing SUBST_SED into a patch and expand
$la to "a" and $lo to "o" on the intl/Makefile.in file.
Tested on both DragonFly and NetBSD
2012-08-08 13:11:48 +00:00
gdt
fc48381d29 Add license (from wip/fldigi). 2012-08-08 00:19:11 +00:00
gdt
0e840c4e8f Minor fixes, from wip/fldigi.
Adjust MASTER_SITES (but this version is no longer there).
Add commented-out HOMEPAGE for mailinglist.
Alphabetize bl3 includes; add blank line after.

No intended change to binary package; will be updated from wip soon
anyway.
2012-08-08 00:15:31 +00:00
gdt
4289651b07 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

pkgsrc changes: Document patches from CVS history.
2012-08-07 12:21:54 +00:00
marino
ad7e9d5318 ham/gnuradio-core: LDFLAGS.DragonFly += -lboost_system 2012-07-14 14:33:02 +00:00
gdt
207b853d1f Add TEST_TARGET. Take maintainership. 2012-07-12 00:39:56 +00:00
mef
53f4a64561 Based on PR pkg/46675:
(1) bump PKGREVISON
(2) Update PLIST varied by doxygen bump 1.6.3 to 1.8.1.1
(3) (Patch added) Some Doxyfile updates to follow doxygen parser
2012-07-09 12:15:08 +00:00
joerg
3d7d859764 Don't take the address of temporary objects. 2012-07-03 18:06:38 +00:00
adam
9fde0ec108 Revbump after updating boost 2012-07-02 13:37:35 +00:00
dholland
f91b8b8497 Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-07-01 19:05:10 +00:00
dholland
892a8c1782 Add missing buildlink for libltdl. Doesn't build without it, so no bump. 2012-06-18 01:02:22 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
gdt
04fbfa4189 Update to 1.2.15.1.
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
2012-06-11 00:17:58 +00:00
dholland
7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
joerg
26168dd300 Fix main(). 2012-05-04 16:19:37 +00:00
obache
2cd654bab6 Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
wiz
8b5589a2ea Bump PKGREVISION for python default version change to 2.7.
py-* not affected, since it built different versions depending on the
setting already.
2012-03-09 12:33:57 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
hans
718bbf4bcf Recursive bump from devel/boost-libs update. 2012-02-29 16:32:19 +00:00
wiz
5a1e8b0499 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:40:37 +00:00
sbd
0baf031533 Recursive dependency bump for databases/gdbm ABI_DEPENDS change. 2012-01-24 09:10:50 +00:00
obache
615c758c19 Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00
obache
78cb977b26 Recursive bump from boost-libs shlib bump. 2012-01-09 02:54:24 +00:00
marino
da6b4aa59b ham/linpsk: Fix gentoo ltmain sanity check bug 2011-12-14 18:28:59 +00:00
joerg
6445a93a3f Fix build with modern GCC. 2011-11-25 21:59:57 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
obache
9725d3de74 Recursive Bump from boost-libs ABI bump. 2011-10-19 06:12:58 +00:00
obache
8692ff62cb recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
obache
324fcd0627 convert to modearn C++ style
* include iostream instead deprecated iostream.h
* using namespace std;

fixes PR#45159.
2011-07-20 12:23:01 +00:00
wiz
3e1d064d49 Fix PLIST for doxygen-1.6.3 (already noted as minimum build dependency). 2011-07-09 14:14:10 +00:00
markd
ae9616949e /usr/bin/env cleanup 2011-07-03 07:00:14 +00:00
markd
897031c71a /usr/bin/env cleanup. 2011-07-03 06:53:42 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wiz
e2f84ad43f Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00