Commit graph

498 commits

Author SHA1 Message Date
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
obache
81f13dbe4b Fix DEPENDS pattern for xdg-utils, and move to standard location. 2010-12-26 13:07:11 +00:00
mef
7d9c597d67 (1) Bump xlog version 1.5 to 2.0.4
(2) Add dependency on xdg-utils to browse manual (Help->Manual)
      DEPENDS+=       xdg-utils:../../misc/xdg-utils
(3) Add one include as pkglint wanted,
     .include "../../sysutils/desktop-file-utils/desktopdb.mk"
(4) remove patch-ab (doesn't seem to be necessary)
     patch-ab deletes following line
     -       -DGTK_DISABLE_DEPRECATED \

(ChangeLog extends 280 lines..)

- Changes for xlog version 2.0.4 - 2010/10/25
  * Upgrade to gettext-0.18.1.
  * 2 patches by Tom, DL1JBE for buffer overruns in logfile import and
    reading much bigger cty.dat files.
  * Fix some compilation warnings with gcc-4.4.5.
  * Correct the callsign lookup URL for qrz.com.
  * cty.dat updated to 20101025.

- Changes for xlog version 2.0.3 - 2009/07/17
  * xlog will now display an exit confirmation dialog whenever you want to
    exit the program.
  * This release fixes crashes when the function keys are used for the keyer.
    Thanks Jack, AK7O for reporting.
  * Remote logging now adds a "?:" string, which is used by eepkeyer written
    by Mike K6EEP, see http://www.hamsoftware.org. You will have to set
    "add data to QSO frame" in the first page of the preferences dialog.
    Eepkeyer now wil send one character at a time for the callsign, which
    can be used for dupe checking. Patch by Mike, K6EEP.
  * When bands are removed or added from the scoring window through "Settings
    -> Dialogs and Window", the scoring window will now get updated
    correctly. Reported by Ron, W6FM.
  * Dupe checking did not work when checking against other bands. This has
    been fixed.
  * A new tool has been added. When "Tools -> Find unknown countries" is
    selected, xlog will show a list of contacts for which DXCC lookup fails.
    You can then correct this by using a "DXCC-" string in the awards column.
  * There were several minor bugfixes.
  * cty.dat updated to cty-1912.

- Changes for xlog version 2.0.2 - 2009/06/10
  * This fixes distance and azimuth calculation for stations west of
    Greenwich. Thanks to Dana, AF7Z for reporting.
  * Changing the locator in the preferences dialog now correctly updates the
    corresponding latitude and longitude entries.
  * You might need to re-configure your location in the preferences dialog
    with this release.
  * cty.dat updated to cty-1909.

- Changes for xlog version 2.0.1 - 2009/02/23
  * Compiler flags have been fixed to avoid conflicts between different
    versions of GTK+ and GLIB.
  * Add a compilation fix for 64 bit architectures.
  * The desktop menu entry has been fixed.
  * The win32 version will now use the native windows fork function for
    displaying the handbook so the gui will not get blocked.
  * When Options -> Country Map is displayed for the first time, xlog will
    display a map if the awards or callsign fields are filled correctly.
    Reported by Larry, W4LK.
  * Using ctrl-k no longer unselects a possible selected QSO. This way you
    can update a logged QSO with the help of ctrl-k.
  * cty.dat updated to cty-1902.

- Changes for xlog version 2.0 - 2009/02/10
  * A fix has been added for displaying Help -> Keys from the menu.
  * Fixed a crash after creating a new log which already exists.
  * Fixed a crash which occurs when attempting to print when no log is open.
    Thanks Jean-Luc, F5IBH for reporting.
  * A map would sometimes not be updated when changing a QSO, fixed.
    Thanks Tom, DL1JBE for reporting.
  * This release fixes drawing of the locator map when a band is changed. This
    was reported by several people and tested by 4Z5ST, IK5PVX and CT1DRB.
  * WB5BKL has reported no QSO data when exporting to ADIF with number greater
    than 1 in the first QSO selection box, This has been fixed.
  * Callsign sorting and grouping now only works when exporting to TSV.
  * Make sure we do not include newlines and tabs when receiving remote data.
    Reported by Pierfrancesco, IK5PVX.
  * When exporting to cabrillo truncate frequency to kHz on shortwave and
    use the correct strings for UHF bands.
  * cty.dat has been updated to version 1901.
  * xlog now respect the --docdir switch from 'configure'. Patch by Tom DL1JBE.
  * Spanish translation updates by Jaime, EA4TV.
  * Portuguese translation updates by David, CT1DRB.
  * Swedish translations updated by Peter, SM4ABE.
  * German translations updated by Martin, DL5RMH.
  * Slovak updated by Mike, OM4AA.
  * French updated by Jean-Luc, F5IBH.
  * Polish updated by Boguslaw, SQ5TB.
  * Czech translations updated by Martin, OK1RR.
  * Italian updated by Luca Monducci of the Debian Italian Localization team.
  * Danish has been removed because it has been unmaintained for a long time.
  * A note has been added to the INSTALL file for people having trouble
    compiling xlog with language support on FreeBSD.
  * A first win32 binary release is distributed, which lacks the following:
    - There is no data exchange with other applications.
    - Printing has been disabled.
    - There is no keyer available.
    Reports are very welcome, especially about the hamlib functionality. I
    don't own a windows OS, the binary was tested on linux/wine, so YMMV.

- Changes for xlog version 1.9 - 2009/01/09
  * Czech translation updates by Martin, OK1RR.
  * cty.dat has been updated to version 1817.
  * When doing a TSV export, records can now be sorted by DXCC and callsign.
    Sorting by callsign is especially useful for printing multiple QSO's
    on one label when using glabels. Thanks Stephane, F8FCE.
    You can determine how many QSO's per label are printed by changing the
    TSV export settings in the Dialogs and Windows -> export page.
  * Patch by Jon, LA4RT so xlog can send latin-1 character to cwdaemon.
  * xlog can now extract the version of cty.dat, it will be displayed when
    showing the about dialog.
  * It is now possible to load logs by alphabet or by "last modification date",
    the setting for this is in the Logs page of the preferences dialog.
    Thanks Pierfrancesco Caci, IK5PVX for suggesting.
  * The print dialog now adds a page where you can decide what columns to
    print. Suggested by Ed, W3NR and Boris, 4Z5ST.
  * Ctrl-a is no longer used for adding a QSO. Instead, you should use ctrl-w
    (write to log). This means ctrl-a (select all) is available for selecting
    text in xlog's text entries. For closing a log, you now need to use
    ctrl-shift-w. Thanks Len, WT6G for the idea.
  * The documentation has been moved to /usr/local/share/doc/xlog. The glabels
    template has moved to /usr/local/share/doc/xlog/glabels.
  * Country maps have been added. Use Options->Country map to display it.
  * A button next to the callsign entry has been added. When clicked it will
    lookup the callsign with your internet browser on your preferred server.
    The settings for this server is on the Info page of the preferences dialog
    and takes the form http://www.qrz.com/<call>, where <call> will be replaced
    with the callsign. Suggested by Rob, KL7NA and Boris, 4Z5ST.
  * It is no longer possible to view scoring for an award when the scoring
    window is not active.
  * A new macro has been added to the keyer. '~' stands for the last exchange
    message received. It can be used in contests where you forward the last
    exchange. The initial message can be set in page 2 if the preferences
    dialog. For more information read the manual. Thanks Jon, LA4RT for the
    initial patch.

- Changes for xlog version 1.8.1 - 2008/09/01
  * This fixes the use of the ctrl+k key and fixes the use of defaults.

- Changes for xlog version 1.8 - 2008/08/28
  * XML is no longer used for saving and recalling preferences. The new config
    file is xlog.cfg which is placed in $HOME/.xlog and uses the GKeyFile
    format. So you will need to reconfigure xlog.
  * The Control-Shift-A key combination has been replace by Control-space,
    which is easier to use.
  * Printing has changed, xlog now uses native GTK+ printing instead of the
    libgnomeprint libraries. This means there now is a separate dialog for
    "Page Setup" and "Print" under the Log menu. "Page Setup" allows you to
    choose landscape or portrait for the printed log, the default being
    portrait. When choosing print, you can select a printer or print to a
    pdf / postscript document.
  * Selecting of columns for printing has been removed. You should choose
    portrait or landscape in the "Page Setup" dialog and a suitable
    magnification in the "Print" dialog to make sure your log fits on paper.
  * Extra columns for contests have been removed in the printed log. Most
    contest admins will accept cabrillo logs anyway.
  * xlog now uses a fixed 12 points lettertype for printing.
  * xlog now prints the logname and the printdate in the footer.
  * When selecting Edit->Find or ctrl+f and a find dialog is already open,
    xlog now will focus this dialog instead if bringing up a second one.
  * The search dialog has been redesigned. You can now search for a callsign
    in the callsign field or search for a string in any of the other fields.
    You can also search in the current log or all of the open logs.
    The dialog will be kept open until the Close button is clicked.
  * Ctrl+6 or "Tools->Awards->Locator" will now show a list of maidenhead
    locators worked and confirmed on different bands. You will need to enable
    locator scoring in the "Settings->Dialogs and Windows" scoring page for
    this to work.
  * Ctrl+7 will draw a world map with locators as colored squares.
    Worked squares are red, confirmed squares green. You can select the band
    you want to see scoring for. The locator is shown as a tooltip when you
    move your mouse over the map.
  * Editest fixes by Stephane: a fix to the editest date reading and ability
    to retrieve band freq for that log format.
  * The import dialog now adds the possibility to import into the current log.
    After import all columns in the log are enabled and you should use the
    log-editor the show/hide columns. The log may also need sorting.
    Suggested by David Quental, CT1DRB.
  * Import now uses the GtkAssistant widget in which the user is guided
    through the import process.
  * Adif fixes for conversion from band to frequency higher than 28 MHz.
  * Handling of the keyer has changed. In CQ mode, after the CQTU entry is
    sent, the QSO is automatically added to the log. Likewise, in S&P mode
    the QSO is added after S&PTU is sent. Suggested by Al, NH7O.
  * Portuguese translations by David, CT1DRB.
  * Italian translations by Carlo Dormeletti, I-3929.
  * Polish by Boguslaw Ciastek, SQ5TB updated.
  * Fixed a crash when receiving remote data and no log open. Reported by
    Joshua, KC0BUF.
  * xlog now uses the latest CTY.DAT revision (CTY-1808).

- Changes for xlog version 1.7 - 2008/01/30
  * Scroll to the last QSO when the log is automatically loaded and there
    are more than 1000 QSO's. Thanks Jon LA4RT for reporting.
  * Display of the about dialog has been fixed.
  * TSV export for glabels has been fixed. The exported columns did not match
    the ones in the 'Settings->Dialogs and Windows->export' setting.
    Reported by John, K3GHH.
  * We no longer use tiny fonts for the remarks entry and when importing
    logs. It is easier in the eyes. Reported by Hein, PA0NQ.
  * The info page of the preferences dialog now updates QRA locator when
    latitude/longitude is changed and vice-versa.
  * Xlog now uses the functions provided by hamlib for calculating distance
    and bearing.
  * The old behaviour has been restored when a DXCC country has been confirmed,
    country worked count will be set to "0".
  * The same behaviour has been added for all the other awards, so if a
    country has been confirmed, the count is set to zero. Otherwise, the number
    of countries will be displayed.
  * A new key combination has been added, Control-Shift-A will add a QSO and
    fill in defaults for the next QSO. It is the same as using Control-a
    followed by Control-k. This is especially useful in contests. Requested
    by Dominique, HB9HLI.
  * The following changes by Stephane Fillod, F8CFE:
  * WAS, WAZ, IOTA and locator scoring have been added.
  * Xlog now knows how to import IOTA contest logs and fills in the AWARDS
    field.
  * It does work also with any ARRL contest where the state is exchanged.
  * EDI import is now capable of filling in BAND and POWER fields.
  * EDI import fixed when importing utf-8 dates.
  * EDI export: take into account the change of wwl() logic.
  * EDI export properly generates CRLF eol (according to official format).

- Changes for xlog version 1.6.2 - 2007/12/03
  * Because of using the old wwl code, locator distance calculation stopped
    working. This has been fixed. Thanks to Stephane for the patch!

- Changes for xlog version 1.6.1 - 2007/11/28
  * Compilation fixes.
  * Fix appearance of the scoring window. Thanks to flavio, IK3OCD and
    Boris, 4Z5ST for reporting.
  * Fix power retrieval from the rig. Thanks Pat, KB8PYM and Martin, AA6E
    for the report.
  * Some fixes for EDI and EDITEST file format, patch by Stephane, F8CFE.
  * Some changes to the S-meter coding which will hopefully make it more
    accurate.
  * If there is no communication with the rig, hamlib will be stopped and
    a warning dialog will be shown.
  * The wac scoring is now updated correctly when a log is closed.
  * Country worked count would be set to "0" whenever you would have at
    least one confirmed QSO with that country. Patch by Stephane.
  * When using the bandoptionmenu the band would sometimes be truncated.
  * WAC scoring will now get updated when importing a log.
  * Include the old wwl code again because of license problems with the new
    code.
  * All of xlog is now GPL version 3.

- Changes for xlog version 1.6 - 2007/11/05
  * Swedish translation updates by Peter, SM4ABE
  * The "worked before" window is now activated with "Control+Shift w".
  * There was a small bugfix for the "worked before" window. Selection of
    QSO's in this window would sometimes fail when several contacts with the
    same callsign were displayed.
  * German translation thanks to Martin, DL5RMH.
  * Defaults now also work when the band- and modeoptionmenus are activated
    in the QSO frame. Thanks to DL5MRH.
  * The UTC time length now is truncated to HHMM (the default for xlog), even
    if the log displays time in seconds.
  * Time length is not touched when updating a QSO if hours and minutes
    are the same. Both changes suggested by Martin, DL5RMH.
  * Frequency is not touched when using "update" when the frequency is
    the same as used in the optionmenu. For example: if the optionmenu uses
    "7" and the frequency in the log says "7.030" we don't change it when
    using "update". Suggested by Martin, DL5RMH.
  * The FAQ has been removed and integrated with the manual.
  * The manual has been rewritten and is now available as html, see
    /usr[/local]/share/xlog/manual/index.html.
  * xlog now uses xdg-open (available from the xdg-utils package) for opening
    URL's and for reading the manual from the menu. xdg-open always uses the
    default browser as configured for your gnome, kde or xfce desktop.
  * xdg-email is used for opening "mailto:" links, this is only important for
    the about dialog.
  * A small fix for Cabrillo, so we correctly export USB contacts. Thanks
    Jacob Anawalt, KD7YKO.
  * A Cabrillo import fix for NAQP contests by Jacob, KD7YKO.
  * Another fix from Jacob which fixes a crash when using large remarks
    fields.
  * xlog has been ported to the latest GTK+ version, which is 2.12.0.
  * The keyer window is now prevented from resizing when the end of line is
    reached. Thanks Al, NH7O for reporting.
  * WAC (Worked All Continents) award scoring has been added. You will have
    to enable it from the Settings -> 'Dialogs and Windows' -> Scoring page.
    This adds a new valid entry for the AWARDS entry. You can use "WAC-"
    to modify a continent lookup. Valid strings are "NA EU SA OC AS AF".
    For example, UA9A callsign are located in Europe, but xlog will think
    it is Asia. Just add "DXCC-EU" to the AWARDS column.
  * An overview of your WAC scoring can be seen by selecting Tools ->
    Awards -> WAC from the menu. Ctrl + 2 is a shortcut for this.
  * xlog will now recognise K1-K0 and VK1-VK0 callsign districts.
  * When importing a cabrillo file, a remark can be added to all of the log
    fields by entering a value in the import dialog.
  * Adopted the wwl rewrite by Diane, VA3DB.

- Changes for xlog version 1.5 - 2007/01/30
  (.. deleted, as previous version .. )
2010-12-25 13:39:54 +00:00
dsainty
1f40f3a084 Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
mef
1a8e748032 PR pkg/44036
Bump cwtext version 0.95nb3 to 0.96

Version 0.96
Added envelope support: no more keyclick!
Prosign support: use *sk* for example.
Default bitrate is now 44100. To get the old 8000 bitrate use -lowrez.
2010-12-07 13:14:57 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
asau
e60aded8e0 Update to hamlib 1.2.12
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.
2010-11-04 13:34:46 +00:00
obache
c28ee05f76 Subst missing replacement in intl/Makefile with configure.
gmake-3.82 dislike it.
2010-10-03 12:24:19 +00:00
obache
7597dff443 exactly pass STRIP to configure, or failed to detect strip program,
and result in installation error because of "exec strip failed".
2010-10-03 12:13:23 +00:00
obache
a7cfd6fdc2 exactly disable xmlrpc, or failed to build if xmlrpc-c is installed. 2010-10-03 12:00:50 +00:00
markd
a3489a5cd5 Add a build dependency on guile. 2010-10-03 00:52:24 +00:00
obache
952e3102b7 No need to buildlink with py-ephem, switched to simple DEPENDS 2010-09-20 10:57:06 +00:00
markd
f5ead36a0f update gnuradio to version 3.3.0
build: refactor GR_GIT and GR_VERSION
Make C++ shared libraries versioned
howto: make versioned libraries
Changes to gr_udp_{source,sink} for MinGW
Ignore ENOPROTOOPT return from setsockopt(SO_LINGER)
Use getaddrinfo in gr_udp_{source,sink}
Discard data in gr_udp_sink until receiver is started.
Updates to udp source/sink (select(), wait, cleanup)
Merge branch 'master' into udp
Rework UDP source and sink, with incompatible API changes
Merge branch 'master' into udp
Flush pending errors in gr_udp_sink on disconnect()
Add additional conditionalization of networking includes
Use -1 as file descriptor "not open" value instead of 0
Identify memory leaks that occur on error conditions
Correct update of d_temp_offset (parallel construction)
Move initialization of select timeout
Defend against a peer that sends an invalid message length.
Return immediately when using d_residual.
Simplify USE_SELECT usage
Add USRP2 clock source parameter to GRC blocks.
grc: update UDP source and sink block wrappers
gnuradio-core: allow swig to handle exceptions in UDP source/sink
gnuradio-core: update copyrights
libvrt: remove from 3.3 API.
Merge remote branch 'gnuradio/wip/udp_source_sink'
Fix erroneous file modes
usrp2-firmware: fix missing files in tarball
Merge remote branch 'ets/grc-usrp2-clock-source'
howto: fix make check for win32, darwin (untested)
Remove bogus check for existence of prefix directory.
Update incorrectly checked in Makefile.am
Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP1.
Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP2.
Fixed issue with with wrong Makefile.am files being copied
Including bitshark_rx.h header file for USRP2 build
Updated db_bitshark_rx.c to the proper version that includes the
Once and for all, here is the properly updated Makefile.am for the apps
Updated to allow BURX support to be built into standard txrx.bin
usrp: Cleanup for merge of bitshark daughterboard code
Change default bandwidth to 25 MHz to match maximum USRP2 bandwidth
Merge branch 'master' into wip/burx_support
Merge remote branch 'nldudok1/gr-wxgui_emulate_analog' into master
gr-wxgui: Renamed "emulate analog" feature to "use persistence"
gr-wxgui: update copyrights
gnuradio-core: Disable (temporarily) interpolator tap calculation
build: force use of ltmain.sh from libtool 2.2.6b
build: use correct comment delimiter
build: distribute version controlled ltmain.sh in tarball
Merge remote branch 'bitshark/burx_support' into wip/burx_support
Revert "build: force use of ltmain.sh from libtool 2.2.6b"
Revert "build: distribute version controlled ltmain.sh in tarball"
Merge branch 'wip/burx_support'
gnuradio-core: removed gr.dd_mpsk_sync_cc block as obsolete
grc: rename execution binary from 'grc' to 'gnuradio-companion'
Update revision to release 3.3.0-rc1, update autotools
Add analog CRT screen afterglow emulation for gr-wxgui
2010-09-15 09:38:42 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
markd
d85f500ed6 Change dependency from py-Numeric to py-numpy as thats what the package
actually wants.
2010-08-22 20:44:31 +00:00
markd
20c77db1c4 Don't try and use xmlto if configure happens to find it. 2010-07-21 12:20:54 +00:00
joerg
1b593a8e0a Dance The Doxygen! Bump revision 2010-07-01 15:59:26 +00:00
joerg
9ac0ddfb6f Dance The Doxygen! 2010-06-29 18:52:13 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
wiz
deaebbd313 Fix build with gtk2-2.20. 2010-06-11 08:50:04 +00:00
adam
e6cf600156 Revision bump after updating boost-libs to 1.43.0 2010-05-15 07:28:08 +00:00
asau
1807ff2338 Recursive revision bump for GMP update, 2nd part. 2010-03-24 21:54:15 +00:00
asau
00708ce7e3 Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
joerg
3a06eb96bf Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
joerg
cd19a24920 DESTDIR support 2010-01-29 23:50:26 +00:00
joerg
aaf9149667 DESTDIR ready 2010-01-29 23:46:10 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
joerg
0ed5200b6b Add LIBOSSAUDIO to LDFLAGS, otherwise it won't get picked up correctly. 2010-01-08 16:56:31 +00:00
joerg
145d8e0fc0 The vocoder plugin belongs to gnuradio-gsm, so move the rest from gnuradio-core. 2009-12-30 21:13:15 +00:00
joerg
c35b4c99f9 Recursive bump for libltdl 2009-12-15 21:41:00 +00:00
joerg
07185d05a0 Fix installation. 2009-12-14 22:12:49 +00:00
joerg
a133073785 Deal with newer gnuradio and doxygen. Also use xmlto for the main document. 2009-10-07 17:06:13 +00:00
joerg
35f045edc9 Needs py-numpy. 2009-09-11 17:56:04 +00:00
joerg
ce5a699671 Mark gnuradio packages as not MAKE_JOBS_SAFE.
Share patches and distinfo, overwrite for gnuradio-howto as the only
exception.
Fix gnuradio-core-docs to do something useful and mark it as user-destdir
ready.
2009-09-11 16:23:28 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
hasso
42302fddad Workaround for the problem where the configure scripts attempts to use a
fortran compiler to test usability of the Python.h and obviously fails.
Happens on DragonFly, but doesn't NetBSD.
2009-08-24 05:33:04 +00:00
joerg
6cedd0857f Fix PLIST. Bump revision. 2009-08-18 15:53:18 +00:00
markd
4db1b77f0c Update to gnuradio 3.2
many new features and bugfixes.
2009-08-12 12:20:04 +00:00
zafer
1be265c050 update to 2.4.2 by me (TA4CFR).
Changelog for version xdx (2.4.2)
* German translations added.
* Improved gnuplot script for proper use of time format for the x-axis.
* Both contributions by Tom DL1JBE, Thanks!

Changelog for version xdx (2.4.1)
* This fixes compilation against version 2.14 of GTK+. Thanks to Tom,
DL1JBE for notifying me.

Changelog for version xdx (2.4)
* Added automatic country lookup by Emanuele IZ0ETE. In order for this to
work you need to enable the country column in the preferences dialog.
* With this release visible columns need to be reconfigured.
* Portuguese translation added. Thanks to David, CT1DRB.

Changelog for version xdx (2.3)
 * Compilation fixes for MAC OS X. Thanks to IZ0ETE.
2009-08-01 18:56:03 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
joerg
c569c6a51f Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
2009-06-30 00:07:09 +00:00
joerg
45656cf39c Remove @dirrm entries from PLISTs 2009-06-14 18:00:32 +00:00
hasso
2b61540e5f Fix PLIST. Bump PKGREVISION. 2009-05-26 05:55:15 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
hasso
e2c2f492f5 Rename fls to cfls to avoid conflicts with fls function on FreeBSD and
DragonFly.
2009-04-07 18:45:04 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
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-03-20 19:23:50 +00:00
wiz
78b7af7df5 Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk. 2009-03-08 15:56:43 +00:00
wiz
18decf1db4 PKGREVISION bump for libsndfile ABI depends bump. 2009-02-21 13:22:43 +00:00
joerg
ecf7feebf8 DESTDIR support 2009-02-16 19:12:00 +00:00