Commit graph

753 commits

Author SHA1 Message Date
wiedi
512d6c9445 everybody wants string.h 2017-06-28 13:47:42 +00:00
wiedi
17697dade5 add include on SunOS for memset 2017-06-28 11:07:20 +00:00
gdt
e26b3db043 Catch PLIST up with reality
ok mef@.
2017-05-30 22:47:57 +00:00
joerg
ea8d3d7fd8 Regen. 2017-05-25 10:03:23 +00:00
joerg
f0056727cc Fix missing include. 2017-05-19 14:58:02 +00:00
mef
5f9185ba9a Updated ham/fldigi to 4.0.4
---------------------------
=Version 4.0.4=
2017-05-05  David Freese  <iam_w1hkj@w1hkj.com>

        e71dcfb: LOG area controls
        1da1562: CALL field size
        dc9532c: CW QSY
        8fab963: Sound Card Output
        240f52a: cw scanner
2017-05-14 15:22:46 +00:00
mef
9bca0b8814 Updated ham/fldigi 3.23.21 to 4.0.3
---------------------------
=Version 4.0.3=
2017-04-30  David Freese  <iam_w1hkj@w1hkj.com>
	c9b9bb9: OS X Wizard
	a8a6e09: cw decoder
	7e552c4: CW wait

=Version 4.0.2=
2017-04-14  keith bellairs  <keith@bellairs.org>
	7432793: Lotw Match

2017-04-13  David Freese  <iam_w1hkj@w1hkj.com>
	ed5850e: flrigi bw synch
	9723972: Clang 8.1.0
	97024a9: Sound card
	1549193: Revert "wefax"
	c85b75e: IFKP image processing
	ef39743: Macro Save
	4396c43: CW end-of-transmit
	2f1d709: Font Initialization
	a1d4122: OS X socket connect
	835d823: Winkeyer exit process

=Version 4.0.1=
	f40e79d: Socket connect

=Version 4.0.0=
	7efc9b2: OS X 10.12 build
	ffd6f09: STATION_CALLSIGN
	f0f3763: Free BSD mods
	b163605: Logbook mods
	167f064: ru-po-update
	5354812: Default Tx Audio
	fac5963: remove sprintf
	a9db866: Documentation update
	b522581: n3fjp logger search
	c565b03: fopen -> fl_fopen
	abd9554: 48 bar macro
	5f5776c: CW decoder
	9c0f906: DX cluster
	016799a: Logbook support
	b4e227b: WinKeyer
	1fe26c1: fsq ifkp s/n computation
	d576fd8: fltk version update
	2a1a8c3: Macro Date Time Formats

2017-02-24  Keith Bellairs  <keith@bellairs.org>
	627eb31: lotw addition

2017-02-23  David Freese  <iam_w1hkj@w1hkj.com>
	0507110: THOR/IFKP Image transfers

2017-02-23  Giuseppe Ciaccio  <giuseppe.ciaccio@unige.it>
	95b51b6: OSS bug fix

2017-02-21  David Freese  <iam_w1hkj@w1hkj.com>
	f462dd7: ifkp s/n update
	376f7f5: PSKMAIL PTT fault protection
	bcec5aa: Logbook File Handling
	cbdea29: n3fjp contest update
	fccb4eb: fsq s/n update
	1786a5e: README update
	67bc122: Russian UTF-8 translation
	9decf04: Tooltips

2017-01-30  Jae Stutzman  <k5jae@stutzman.net>
	fef4e93: Hamlib/RigCAT/XMLRPC Interface

(pkgsrc changes)
 - Drop patch, upstream fixed it (slightly different from ours)
    our patch        if ( ptr2          && (unsigned)(ptr2 - ptr) <= p)
    upstream         if ((ptr2 != NULL) && (unsigned)(ptr2 - ptr) <= p)
 - +.include "ham/flxmlrpc/buildlink3.mk"
2017-05-05 00:11:15 +00:00
mef
85e931e23e Added ham/flxmlrpc version 0.1.4 2017-05-05 00:07:40 +00:00
mef
60398edcc4 Import flxmlrpc-0.1.4 as ham/flxmlrpc.
This is flxmlrpc, an implementation of the XmlRpc protocol
written in C++, based upon XmlRpc++0.7 and modified to provide additional XmlRpc
Variable types.  It is used in fldigi, flrig, flnet, flmsg, flarq, flamp, fllog;
a suite of programs written for amateur radio emergency communications.

flxmlrpc is designed to make it easy to incorporate xmlrpc client and server
support into C++ applications. Or use both client and server objects in your
application for easy peer-to-peer support.
2017-05-05 00:05:40 +00:00
jperkin
6b547497bb Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
ryoon
76884737ca Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
mef
da7acdcae5 Updated ham/gnuradio from 3.7.10.1 to 3.7.11
--------------------------------------------
ChangeLog v3.7.11

This is a feature release of the 3.7 API series, and incorporates all
the bug fixes implemented in the 3.7.10.2 maintenance release.

Contributors
    (omitted in this commit log, sorry)

Changes

The GNU Radio project tracks changes via Github pull requests. You can
get details on each of the below by going to:

https://github.com/gnuradio/gnuradio

Note: Please see the release notes for 3.7.10.2 for details on the bug
fixes included in this release.

gnuradio-runtime
    #1077 Support dynamically loaded gnuradio installs (Josh Blum)

gnuradio-companion
    #1118 Support vector types in embedded Python blocks (Clayton Smith)

gr-audio
    #1051 Re-implemented defunct Windows audio source (Geof Gnieboer)
    #1052 Implemented block in Windows audio sink (Geof Gnieboer)

gr-blocks
    #896 Added PDU block setters and GRC callbacks (Jacob Gilbert)
    #900 Exposed non-vector multiply const to GRC (Ron Economos)
    #903 Deprecated old-style message queue blocks (Johnathan Corgan)
    #1067 Deprecated blks2 namespace blocks (Johnathan Corgan)

gr-digital
    #910 Deprecated correlateandsync block 3.8 (Johnathan Corgan)
    #912 Deprecated modulation blocks for 3.8 (Sebastian Müller)
    #1069 Improved build memory usage with swig split (Michael Dickens)
    #1097 Deprecated mpskreceivercc block (Johnathan Corgan)
    #1099 Deprecated old-style OFDM receiver blocks (Martin Braun)

gr-dtv
    #875 Added ability to cross-compile gr-dtv (Ron Economos)
    #876 Improved ATSC transmitter performance (Ron Economos)
    #894 Refactored DVB-T RS decoder to use gr-fec (Ron Economos)
    #898 Improved error handling and logging (Ron Economos)
    #900 Improved DVB-T performance (Ron Economos)
    #907 Updated examples to use QT (Ron Economos)
    #1025 Refactor DVB-T2 interleaver (Ron Economos)

gr-filter
    #885 Added set parameter msg port to fractional resampler (Sebastian Müller)

gr-trellis
    #908 Updated examples to use QT (Martin Braun)

gr-uhd
    #872 Added relative phase plots to uhd_fft (Martin Braun)
    #1032 Replace zero-timeout double-recv() with one recv() (Martin Braun)
    #1053 UHD apps may now specify multiple subdevs (Martin Braun)
    #1101 Support TwinRX LO sharing parameters (Andrej Rode)
    #1139 Use UHD internal normalized gain methods (Martin Braun)

gr-utils
    #897 Improved python docstring generation in gr_modtool
2017-03-15 14:07:12 +00:00
mef
cbe30f3ab9 Remove PKGREVISION as a preparation for upgrade 3.7.10.1 to 3.7.11 2017-03-15 13:42:00 +00:00
wiz
420dff1f59 Mark as not ready for python-3.x due to py-cheetah. 2017-02-17 15:53:50 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
wiz
7ac05101c6 Recursive bump for harfbuzz's new graphite2 dependency. 2017-02-06 13:54:36 +00:00
mef
4d37386902 Update ham/fldigi to 3.23.21
----------------------------
2017-01-23  David Freese  <iam_w1hkj@w1hkj.com>

        880720b: Documentation
        228950f: Logbook update
        35d74af: kml auto_ptr deprecated
        2042371: build flags
        a3bc5e3: PSKMAIL beacon faults
        5b970cc: N3FJP record rejections
2017-01-31 13:39:44 +00:00
ryoon
f62b809c5a Recursive revbump from audio/pulseaudio-10.0 2017-01-21 20:06:44 +00:00
mef
e4e41eaed6 Updated ham/gnuradio-core (and other gnuradio-*) to 3.7.10.1
------------------------------------------------------------
ChangeLog v3.7.10.1

This is the first bug-fix release for v3.7.10
This contains bug fixes primarily for GRC and DTV.
- GRC
 * Catch more exceptions thrown by ConfigParser when reading corrupted
   grc.conf files.
 * Fix the docstring update error for empty categories.
 * Fix grcc to call refactored GRC code.
 * Convert initially opened files to absolute paths to prevent
   attempting to read from tmp.
 * Move startup checks back in to gnuradio-companion script from grc/checks.py.

- DTV
 * Fix a segfault that occurs from out-of-bounds access in
   dvbt_bit_inner_interleaver forecast by forecasting an enumerated list
   of all input streams.
 * Fix VL-SNR framing.

- Digital
 * Enable update rate in block_recovery_mm blocks to keep tags close to
   the the proper clock-recovered sample time. Tag offsets will still be
   off between calls to work, but each work call updates the tag rate.

- Analog
 * Fix the derivative calculation in fmdet block.

- Builds
 * Fix linking GSL to gr-fec.
 * Use gnu99 C standard rather than gnu11 standard to maintain
   support for GCC 4.6.3.

- Other
   Minor spelling and documentation fixes.
   Fix uhd_siggen_gui when using lo_locked.

(pkgsrc changes on gnuradio-core/Makefile.common)
 - Following lines added
   CXXFLAGS+=               -pthread
   .include       "../../devel/cppunit/buildlink3.mk"
   .include       "../../math/gsl/buildlink3.mk"
2017-01-13 22:03:35 +00:00
mef
127c2e9b45 Updated ham/fldigi to 3.23.20
-----------------------------
=Version 3.23.20=

2017-01-05  David Freese  <iam_w1hkj@w1hkj.com>

        5c45632: N3FJP Winter FD
        3119c92: FELD raster display
        ca8daf3: ARQ PTT

2016-12-25  John Phelps  <kl4yfd@gmail.com>

        de339d7: NEW micro modes

2016-12-24  David Freese  <iam_w1hkj@w1hkj.com>

        1a8f982: Socket connect
        6219ac9: pskreporter query
2017-01-07 13:13:27 +00:00
adam
76632718ac Revbump after boost update 2017-01-01 16:05:55 +00:00
wiz
7f84153239 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
mef
fd2fd642e6 Updated ham/fldigi to 3.23.19
-----------------------------
=Version 3.23.19=
2016-12-17  David Freese  <iam_w1hkj@w1hkj.com>

        8dc6202: DX cluster improvements
        1412352: Text highlight
        996bb3f: N3FJP generic contest
2017-01-01 07:27:33 +00:00
joerg
0e9d959472 Don't expect pointers to have a sign. 2016-12-25 21:45:09 +00:00
joerg
ea0a2dc885 Pointers don't have a sign. 2016-12-22 11:38:01 +00:00
mef
1aea6934f6 Updated ham/xlog to 2.0.14
--------------------------
 - Changes for xlog version 2.0.14 - 2016-dec-11
  * Updated cty.dat to 20161124 (cty-2614)
  * Fixed compiler error with new gcc, in adif.c, with unused variable
    * GCC Bug #28901, https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28901
  * Fixed math library linker issue exposed by recent gcc change
  * Updated the author's email address
  * Fixed a GUI bug in Settings->Dialogs and Windows->Scoring
    (thanks, Andrew N2CN for the patch)
  * Hamlib preference setting now understands /dev/serial/by-id
  * Hamlib preference setting shows all /dev/ttyUSB* that are present
  * Fixed crash with Select a Radio dialog in Hamlib preferences

(pkgsrc changes)
 - Dropped patch-src_logfile_adif2.c, seems now has fix, see above.
  (but not confirmed with clang yet, sorry)
 - Add following line, pkglint asks for the line
   .include "../../graphics/gnome-icon-theme/buildlink3.mk"
2016-12-18 06:00:46 +00:00
mef
b6f0c3c7ba Updated ham/fldigi to 3.23.18
-----------------------------
=Version 3.23.18=
2016-12-11  David Freese  <iam_w1hkj@w1hkj.com>
        782204c: DXcluster sort
        73c2d1e: LoTW
        dc9c107: Socket Connect State


=Version 3.23.17=
        e0eaaef: dxcluster update
        a81372a: GPIO update
        99b0d1b: LoTW documentation
        214a782: Time Of Day Clock
        839eb0f: FSQ Heard parser

=Version 3.23.16=
        df67d85: N3FJP rounding
        dd5dc22: GPIO PTT
        03b95b5: lotw/eqsl interface
        360209b: Resident help
        4e905b6: ARQ Client vector
        66a62fc: Rx Extract
2016-12-18 02:59:09 +00:00
wiz
48b3f86d63 Remove unexplainable PKG_OPTIONS variable that a comment describes
as unused for now.
2016-12-02 20:06:21 +00:00
mef
bc244d8876 Update doxygen-depend version to 1.8.12 (or add new BUILD_DEPENDS+) 2016-11-24 14:11:31 +00:00
mef
734f59fb0d Adjust PLIST for doxygen update 1.8.11 to 1.8.12, PKGREVISION++. 2016-11-24 13:43:35 +00:00
mef
7047fa4361 Updated ham/xnec2c 3.5 to 3.5.1
-----------------------------
(from doc/xnec2c.html)
Version 3.5.1:
  After a request by FanJun BH1SCW, I replaced the original
  makeshift desktop icon with one provided by Serge ON4AA.
2016-11-10 13:56:40 +00:00
mef
ffed8a5c89 Updated ham/fldigi to 3.23.15
-----------------------------
=Version 3.23.15=
2016-10-16  David Freese  <iam_w1hkj@w1hkj.com>

        7732982: Translation file
        153ae9a: N3FJP command sequencing
        300624a: BARTG vice BART
        0ac4bb3: speed test
        0476267: XP fault on failure
        c426649: Default Logbook widget sizing
        e58b039: Mono / Stereo wav file
        7cacca6: ARQ thread

2016-10-05  w1hkj  <w1hkj@bellsouth.net>
        2937696: N3FJP logged frequency

2016-10-04  David Freese  <iam_w1hkj@w1hkj.com>
        bdb408d: update check
        005f10a: DX cluster
        72d0f38: CQWW zone/state
        914b60c: Contest fields
        79fa4c8: OSX Clang build
        9db7e7b: flrig default

(pkgsrc changes)
  Remove patches/patch-src_include_qrunner.h
2016-10-17 13:47:58 +00:00
adam
3b88bd43a5 Revbump post boost update 2016-10-07 18:25:29 +00:00
mef
a1cb4002f6 -- Installing: /export/WRKOBJDIR/ham/codec2/work/.destdir/usr/pkg/bin/fec_enc
-- Installing: /export/WRKOBJDIR/ham/codec2/work/.destdir/usr/pkg/bin/fec_dec
=> Automatic manual page handling
=> Generating post-install file lists
Update ham/codec2 to 0.5.1
--------------------------
 - ChangeLog unknown.
2016-09-19 09:27:57 +00:00
mef
6630fae77c Updated ham/fldigi to 3.23.14
------------------------------
=Version 3.23.14=
2016-09-17  David Freese  <iam_w1hkj at w1hkj.com>

        9e6e34a: Documentation update
        6c5ad4b: PSK IMD Emulator
        e6980a6: Wave file
        ff2265b: trx inhibit
        0fc2f5e: Log Reports
        01bd367: N3FJP application interface
        ccbd5e8: Field Day
        4fc8b12: UTF8 file access
        c6e1f29: logbook merge
        570d3bf: Initialize Macros
        d9d12f4: NOAA wx access
        0552fc6: Revert "logbook read"
2016-09-19 09:16:18 +00:00
wiedi
6ce3337ade link network libs on SunOS 2016-09-17 22:13:26 +00:00
wiedi
2a09f4ef6e gr-audio-oss.conf is already in PLIST.oss 2016-09-14 20:43:55 +00:00
mef
28d36e712e Updated ham/fldigi to 3.23.13
-----------------------------
=Version 3.23.13=

2016-08-06  David Freese  <iam_w1hkj@w1hkj.com>

	8a0204d: flmsg auto start
	e569d56: Documentation Update

2016-08-06  Robert Stiles  <kk5vd@yahoo.com>

	0f237ba: KPSQL PSM

2016-08-06  David Freese  <iam_w1hkj@w1hkj.com>

	e6b1743: m4 updates
	3520065: xmlrpc mod
	fafaa7c: Main User Interface
	360d6a2: fl_digi.cxx whitespace
	bdb3afb: xmlrpc tx queue
	33be65f: QRUNNER BUG FIX
	f02228e: logbook read
	1f6d966: flrig xmlrpc client
	4ddae1f: Title bar
	9777cfa: Macro tag PUSH/POP
	73ea18b: G4 build warnings
	e8e3b89: winsock2 error flag
	8f8d6be: xmlrpc error warnings
	302fca5: Port Audio Index
	988ee57: Squeeze Play
	a9d3ec1: Documentation
	8fa2f92: FSQ allcall relay

2016-07-04  Kamal Mostafa  <kamal@whence.com>

	055a180: FTextTX: fix menu_cb default case behavior
	93ca237: status: fix override_data_io_enabled behavior
	10eaf9d: logbook: do not write empty string to ADIF
	5609415: wefax
	d43951e: fix warnings: misleading-indentation (no functional changes)
	1ecf952: fix warning: unused variable 'call_file'
	9e9139e: fix warning: C11 requires spaces around string macro
	0531e5c: fix warning: format '%d' vs size_t
	1e888d1: XmlRpc tm_mday fix

(pkgsrc)
 - Drop three patches, see following line in ChangeLog
    9e9139e: fix warning: C11 requires spaces around string macro
2016-08-07 12:32:47 +00:00
ryoon
e37b97fe3c Recursive revbump from audio/pulseaudio 2016-08-04 17:03:30 +00:00
adam
77b8ed74db Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gdt
5cd820c6d1 Add minimal buildlink3 file 2016-07-25 00:10:43 +00:00
mef
103e40f11a DEPENDS to
texlive-collection-latex-[0-9]*:../../meta-pkgs/texlive-collection-latex
to get more exact PLIST, thanks gdt@
2016-07-20 15:03:14 +00:00
mef
a09363ca42 (pkgsrc)
- drop patch, seems included in upstream with condition:
    #if !GLIB_CHECK_VERSION(2,32,0)
(upstream)
- Updated ham/grig to 0.8.1
-------------------------
GRIG 0.8.1:
- Maintenance update
- French l10n
2016-07-14 12:11:56 +00:00
mef
d6cfdd5243 Updated ham/xnec2c 3.4 to 3.5
-----------------------------
(from doc/xnec2c.html)
Version 3.5:

I modified the NEC2 Editor code so that when a Geometry or
Command editor window is opened, activating Apply or OK will
save data in the editor window to the treeview, even if the
default data is not edited.

I modified the NEC2 Editor code so that if a treeview row is
removed while the relevant editor window is open, then
activating Apply or OK will not attempt to save data to the
treeview, since this will cause an illegal memory access and
will crash xnec2c.

Fixed a bug in the Helix editor which caused incorrect
calculation of the segment length as a percentage of
wavelength or of the number of segments/turn that correspond
to a given segment length as a percentage of wavelength.
2016-07-14 11:59:06 +00:00
mef
369e555014 Updated to ham/gnuradio* to 3.7.10
----------------------------------
ChangeLog is available at
   http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_10
2016-07-12 11:36:46 +00:00
wiz
ad0031c15e Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
wiz
2b0a009d0e Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
mef
4dbd26f4bc Updated ham/fldigi to 3.23.12
-----------------------------
2016-06-21  David Freese  <iam_w1hkj@w1hkj.com>

        fa831b2: xmlrpc add_tx
        177a8f1: mfsk xmt filter
        2b57556: FSQ msg append
        de187d9: FSQ IFKP heard lists
        76cf0e6: waterfall group
        5f762f0: thor image
        8cd6f83: RxID button
2016-07-04 14:11:54 +00:00
mef
047dd1506b Updated ham/fldigi to 3.23.11
-----------------------------
  =Version 3.23.11=

2016-06-10  David Freese  <iam_w1hkj@w1hkj.com>
        b657227: flmsg-arq autostart
        c6ac0f1: Resize bug
        3c7392e: Hell Raster Display
        4841f10: Exit processing

2016-05-29 Roman Bagiñski <sp4jeu@gmail.com>
        274d500: Polish translation update

2016-05-28  David Freese  <iam_w1hkj@w1hkj.com>
        9c959af: xmlrpc add tx text
        01245fe: Native Select Save-As dialogs

2016-05-26  Robert Stiles  <kk5vd@yahoo.com>
        5209286: FLDIGI User Manual Update
        4b2005e: KISS IO Bug fixes/Additions and C++11 Test
2016-06-17 13:01:15 +00:00
mef
94a27bbb4a Add following line to keep PLIST consistent.
+DEPENDS+=      web2c-[0-9]*:../../print/web2c
 (But not really sure, sorry. BUILD_DEPENDS instead enough ?)
2016-06-16 14:02:46 +00:00