Commit graph

614 commits

Author SHA1 Message Date
dbj
389e7a121c fix trivial typo in comment 2015-02-14 07:25:57 +00:00
tnn
cfa718147c Drop trailing '/' from DEPENDS lines. Found by Bernhard Riedel. 2015-02-07 22:06:52 +00:00
mef
4763d78ecd Update PLIST and options.mk for doxygen 1.8.9.1. 2015-01-31 00:58:06 +00:00
mef
ba835a2ab0 Following file is on gnuradio-core, so delete from gnuradio-doxygen
share/examples/gnuradio/conf.d/gr-audio-oss.conf
2015-01-31 00:28:19 +00:00
mef
17001dce76 Fix another problem on PLIST for gnuradio-*.
Add PLIST.oss to be anonther removing PLIST other than gnuradio-core packages.
(One more, move the line location of comment lines next to the line to explain)
2015-01-30 15:02:23 +00:00
mef
b1e172d2d8 Fix PLIST problem. When assigning value to PLIST_SRC, should take care whole thing. 2015-01-30 09:14:08 +00:00
mef
13a6792f1b - Re-packaged due to devel/doxygen update 1.8.8 to 1.8.9.1
- PKGREVISION++
2015-01-28 00:57:27 +00:00
dbj
86f20153b8 icons are not installed on Darwin, so omit them from PLIST 2015-01-27 08:29:52 +00:00
dbj
3687b2dcbe add awk script to fixup 0b constants not handled by all compilers 2015-01-27 08:19:22 +00:00
dbj
5f97e5c963 don't set UHD_LIBRARIES and UHD_INCLUDE_DIRS in CMAKE_ARGS on Darwin
The explicit use of .so in the shared lib causes a problem.
I've also set UHD_DIR in the environment in the UHD buildlink3.mk file
which should make these two CMAKE_ARGS unnecessary
2015-01-27 07:05:17 +00:00
dbj
410325c182 set UHD_DIR in the environment since gnuradio-uhd uses it as a hint to find uhd 2015-01-27 06:38:49 +00:00
dbj
0e37c6842c Add PLIST support for Darwin audio
fix Nocore.mk to handle PLIST.Darwin and
use _PLIST_SHLIB_AWK to fix shared library names
2015-01-27 06:03:17 +00:00
dbj
1d4d443241 Don't enable oss if OSS_TYPE is none 2015-01-27 06:01:44 +00:00
dbj
dcdea71668 missed a variable substitution 2015-01-26 07:16:36 +00:00
dbj
2b5ac9edfb on second thought, decouple shared library patchlevel from ${PKGREVISION} 2015-01-26 07:15:44 +00:00
dbj
3b57d7f6b2 handle undefined PKGREVISION in shared library naming 2015-01-26 07:05:04 +00:00
dbj
0b49318d5e plist shared library handling (shlib-dylib.awk, at least) only allows
numbers in shared library versions.  Instead of "0.0git", use
PKGREVISION as the library patchlevel.
2015-01-26 06:58:56 +00:00
dbj
ec09f4f94b use the git tag to pull sources so that the distfile has a specific version 2015-01-26 06:56:43 +00:00
mef
5a368b3956 Correction to MASTER_SITES, sorry and thanks joerg. 2015-01-26 00:43:45 +00:00
mef
d104f0dc21 Update gnuradio-* from 3.7.5.1 to 3.7.5.2
-----------------------------------------
GNU Radio releases 3.7.6 and 3.7.5.2 are available for download:

   ( several tens of lines omitted for URL and List of contributors)

Release 3.7.5.2 is a bug-fix only maintenance patch following 3.7.5.1,
and will be the last one for the 3.7.5 release.  Release 3.7.6
incorporates all these fixes and adds significant new features.
2015-01-24 12:22:05 +00:00
mef
c3a5c84ac8 Update gnuradio-core (and others) from 3.7.5 to 3.7.5.1
See commit log of gnuradio-core for the changes. Or
  2014-10-21 GnuRadio 3.7.5.1 is available
  http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_5_1
2015-01-16 12:56:40 +00:00
mef
106399ba27 Update 3.7.5 to 3.7.5.1
-----------------------
2014-10-21 GnuRadio 3.7.5.1 is available
  http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_5_1

audio: Fixes string format bug in ALSA error messages.
blocks: Added callback to vector source GRC bindings
blocks: benchmark scripts using wrong includes.
blocks: convert asserts to throwing runtime errors in keep_m_in_n ctor.
blocks: fixed relative rate in keep_m_in_n. It's m-in-n, not n-in-m.
blocks: fixed up keem_m_in_n to handle relative rate and correct number of items in calls to work.
blocks: removed use of 'and', 'or', and 'not' for &&, ||, and !.
cmake: Additional search path for QWT include files.
cmake: OSS is not for APPLE or WINDOWS.
cmake: Use APPLE, not matching Darwin
cmake: modtool: On Apple only, set install name and use rpath correctly.
cmake: modtool: allow the use of a MODULES_DIR to specify where cmake modules are installed.
cmake: modtool: make sure our local CMake Modules path comes first.
cmake: modtool: update copyright date.
digital: adapt clock recovery QA
digital: applying same fix of the complex M&M clock recovery block as the float vrsion.
digital: clock recovery delete unused variables
digital: clock recovery fix relative limit
digital: clock recovery more verbose documentation
docs: Make explicit we only support Qt4
dtv: fix internal GR component dependencies
fec: qa: fix use of Bool type to be actual boolean Python values
fec: removed ber_tools; unnecessary and not exported. Replaced compber with call to VOLK's popcount.
filter: Fixes setting sample delay declaration for PFB synthesizer in GRC.
filter: Fixes setting sample delay declaration for the PFB channelizer and in GRC.
grc: disable port type caching on init
grc: fix lagging drag and drop
grc: fix missing xterm (Bug #725)
grc: fix search entry box for old PyGTK versions
grc: no icon in search entry box for old PyGTK versions
grc: update all flowgraphs when hiding port labels
grc: yet another py26 incompatibility
qtgui: fixed an issue with the number sink mistreating non-float inputs.
qtgui: increased max tabs from 5 to 20 in tab widget
runtime: fix installation location of the gr_log_default.conf log configuration file.
uhd: removed use of 'and', 'or', and 'not' for &&, ||, and !.
2015-01-16 12:54:52 +00:00
mef
ff81b39101 Udate 3.1 to 3.2
----------------
Version 3.2:
I made some changes to the Strlcat() function and its usage in
the xnec2c code, to improve safe handling of string
concatenation operations.  Hopefully this has not broken the
handling of various strings in xnec2c! ;-)
2015-01-14 14:18:27 +00:00
mef
f7032c5788 Update 3.22.02 to 3.22.05
--------------------------
2015-01-08  David Freese  <iam_w1hkj@w1hkj.com>
        2c9b493: TX Lock
        7c95822: video ID
        b93ea4e: fftfilt
        ed4f49d: Port audio index
        645e7f9: CW output level
        7cc119d: Documentation
        93d2da8: MFSK squelch
        9c8d515: Rx display
        b1ac562: Log fields
        d67d1ab: Native file chooser
        6d11c02: ADIF temp log

=Version 3.22.04=
        2c3b965: xmlrpc

=Version 3.22.03=
        d47ef8a: Berlios
        b986d9d: CW configuration
        3ff2301: DTMF
        0a8f4a3: FFT filter
        3c7b69e: CW xmt filter

2014-12-17  Robert Stiles  <kk5vd@yahoo.com>

        5dc3851: ARQ/KISS IO state conflict (part 2)
	 * Ensure all state flags reflect selected mode.
	 * Toggle IO mode in software.

2014-12-17  David Freese  <iam_w1hkj@w1hkj.com>
        fa582c9: Window title
        103c039: Xmt Audio Stream
        6947d33: RX Text
        0612ec9: OpenBSD
        d344fac: LOGGER EXPORT
        d5e257d: Documentation
        b767b48: LOG lookup
        1359a59: Lion/Yosemite madness
        e77aafe: MT63 Olivia Peak signal
        3a00dfc: HTML strings
        311925b: rtty xmt shape
        4298f2d: es nl pl files
        54917d2: WIN32 error reports

2014-11-15  Robert Stiles  <kk5vd@yahoo.com>
        c3e87f0: KPQSL / SQL state conflict
        a488e72: Documentation Update
2015-01-14 14:12:12 +00:00
jperkin
f2e497b402 Spell __sun correctly. 2015-01-12 14:29:34 +00:00
mef
2931a97aaa This version of gnuradio-trellis searches command xmlto and if found,
html/gr-trellis.html is installed in share/doc/gnuradio-${PKGVERSION}.
 There doesn't seem the way to disable this behavior. So add always-
dependency to textproc/xmlto. Thanks gdt@ for the report.
PKGREVISION++ (binary is different).
2015-01-03 14:18:13 +00:00
joerg
f19d0a5eb3 Fix build with clang. 2014-12-23 18:52:54 +00:00
wiz
59199b592e Remove patch-aa after update removed it from distinfo. 2014-12-18 22:55:50 +00:00
mef
5a043de927 (upstream) update 2.0.5 to 2.0.12
- Changes for xlog version 2.0.12 - 2014-apr-01
  * Updated cty.dat to 20140331 (cty-2404)

- Changes for xlog version 2.0.11 - 2013-nov-16
  * Updated cty.dat to 20131009
  * Fixed "Write and Click All"
  * Increased log name limit to 30 characters
  * Fixed truncated "QSO <number>" label in main window
  * Fixed dxcc 3 character callsigns

- Changes for xlog version 2.0.10 - 2013-July-22
  * Fix compilation warning in labels.c regarding strptime
  * Convert all compilation warnings into errors
  * Get rid of the "unused-but-set-variable" warnings

- Changes for xlog version 2.0.9 - 2013-July-20
  * Fix month to number conversion for non-English languages in Cabrillo export
    (thank you Alex EW1LN for reporting the problem and testing the fix)
  * Modify date in TSV file to be ISO 8601 format to aid in spreadsheet import
  * Updated cty.dat to 20130625

- Changes for xlog version 2.0.8 - 2013-May-23
  * Fix Debian lint issue (config.sub config.guess)
  * Merge Debian bug #617374 fix into dxcc.c to avoid segfault
  * Fix cabrillo import - incorporate patch from Thomas (DL1JBE) Beierlein
  * Updated cty.dat to 20130510

- Changes for xlog version 2.0.7 - 2013-March-31
  * Fixed remarks box for Unity et al (bug #38637)
  * Updated cty.dat to 20130312 (CTY-2303)

- Changes for xlog version 2.0.6 - 2013-March-01
  * First version with new maintainer: Andy Stewart, KB1OIQ
  * Updated to Cabrillo v3 format - export and import (bug #37740)
  * Added preference setting for "Are You Sure" dialog on exit (bug #37761)
  * Updated cty.dat to 20130222 (CTY-2302) (bug #37748)
  * Updated to Amateur Data Interchange Format (ADIF) 2.2.7 format (bug #37741)
  ** Added a large number(!) of modes
  ** Added the 560m band
  * Fixed cosmetic issues with the scoring window (bug #37743)
  * Fixed Ubuntu bug #608718: Keyer window displayed, hitting return in RX(RST)
    with no call logged bogus QSO.
  * Fixed Task #10916 - user preference to save Cabrillo freq or band
  * New manual from Chris Story (K6RWJ)
  * Entering "callsigns" like "3D2/R" will show proper DXCC entity in scoring
    window locator box for all except WAE countries.
2014-12-15 08:36:40 +00:00
mef
0058e11c4c (pkgsrc) Update HOMEPAGE and MASTER_SITES
(upstream) Update xdx from 2.4.2 to 2.4.3
  Changelog for version Xdx (2.4.3)
  * Apply Debian patch from bug #577377.
  * Bring build system up to date for later versions of Autotools.
  * Do not track any build system generated files in Git VCS.
  * Modify source as needed for clean build with Gtk+ 2.24.
  * New upstream maintainer, Nate Bargmann, N0NB <n0nb@n0nb.us>
  * Development hosted at https://github.com/N0NB/xdx
  * Portuguese translation update from David, CT1DRB
  * Add support to load updated country file using command line option,
    environment variable, or placing cty.dat in the preferences directory.
  * Fix URI handling for GTK+ 2.24 and later.
  * Disable function keys for this release.
2014-12-12 15:43:39 +00:00
joerg
18d7621c98 Fix PLIST with reality to make the dutch happy. 2014-12-11 22:11:43 +00:00
mef
6aec0b2aa3 Update 3.22.01 to 3.22.02
=Version 3.22.02=

2014-11-11  David Freese  <iam_w1hkj@w1hkj.com>

	d84edfd: Freq Control
	aba750e: HTML strings
	aa0bc26: CW
	990e546: PO files
	8b81020: Clang globals fix
	068f030: RTTY
	75c2f79: nu rigctl area
	2e2ce97: channel width
	1fb74a1: cty.dat confusion
	ac1befb: KISS log overflow
	8c49c64: New install crash
	4371ed3: EmComm 8PSK modes
	bf41f90: MT63 doc
	55ff390: viewers
	91674b8: psk pskr squelch
	3dfbfba: Listbox initializers

2014-10-29  Arvo Jaerve  <arvo@softshark.ee>

	4118783: Info Macro Tags

2014-10-27  David Freese  <iam_w1hkj@w1hkj.com>

	9293e55: Analysis update
	90dd8f1: v21 v22 synch
	10cc3c5: Modem tests
	da27f0b: Button colors
	b16672f: Modes Menu
	cba4a01: Delayed Bandwidth
	29af73c: embedded browser
2014-12-04 10:07:51 +00:00
mef
24e26e47a7 Update 3.21.83 to 3.22.01
2014-10-19  David Freese  <w1hkj@w1hkj.com>

	9bbef87: Macro Buttons
	b123fc1: Thumb drive
	01bc010: Power Squelch
	e7de40b: Documentation update
	287e692: TxID control via xmlrpc
	880df3d: Analysis modem

2014-10-17  John Phelps  <kl4yfd@gmail.com>

	91bda2b: Gray-mapped 8PSK and soft-decision
	- Upgraded 8psk to Gray mapped constellation
	- Implemented Soft-Decision decoder based on Gray constellation
	- Even when the received phase is distorted by +- 1 phase-position:
	- One of the bits is still known with 100% certianty.
	- Only up to 1 bit can be in error.
	- Increased gain for noisy/weak/HF channels

2014-10-16  Robert Stiles  <kk5vd@yahoo.com>

	60c78c0: XMLRPC Character measurement issues with 8PSK modems

2014-10-16  David Freese  <w1hkj@w1hkj.com>

	5040224: View/Hide Smeter
	d103209: CW matched filter
	ea853a8: flarq update
	e7d9cc4: 8PSK/16PSK modes
	6fcf11d: KISS interface

=Version 3.22.00=

	a798037: Remove Mixer controls
	f3f8c9a: FTextDisplay
	674da9c: Freq Control
	bfb001b: Touch Screen UI
	d7bb247: UI macrobars
	cad1c86: VSP boolean

2014-10-06  Robert Stiles  <kk5vd@yahoo.com>

	c4bfed9: Tabulated Widgets Font/Font Size Changes
	80dc81b: Documentation

2014-10-06  David Freese  <w1hkj@w1hkj.com>

	1dd39cc: PACKAGE_PROJ
	98cd7af: Win32 warnings
	93b76d4: UI tweaks
	ec3177b: Hide Packet Modem
	9f2b358: Record loader
	bbce20e: Delta macro
	38d9bab: MEMMAP
	3ef0433: WF drop rate
	7448535: RsID time out
	03ef903: Wizard crash fix

2014-10-06  Stelios Bounanos  <vcs@enotty.net>

	d7fe297: Fix log format string warnings
	382452a: Build system fixes

2014-10-06  David Freese  <w1hkj@w1hkj.com>

	4ad7967: Default font
	632eb8a: Power meter
	1bf6f49: Smeter
	73cdc07: regex.c fix
	eb3eb25: fft-scan
	5176ffb: home directory
	830a1cb: Analysis modem
	38d1589: TRX limit check
	a0f43c9: Win32 Socket::close
	cf16c3a: SITORB tx issue

2014-08-29  Robert Stiles  <kk5vd@yahoo.com>

	67a744b: Doxygen Inclusion

2014-08-29  David Freese  <w1hkj@w1hkj.com>

	82aeba5: ARQ stx handshake
	4503c99: Virtual ports
	d40998f: New User Exit Behavior
2014-11-23 13:39:02 +00:00
mef
2070aa8338 Update 3.0 to 3.1
Version 3.1:
I have made several changes to the code that renders wire frame
drawings and displays some data, like the projection parameters
(azimuth and elevation of the structure and the radiation pattern) and
gain values. This has resulted in a faster and smoother animation of
these drawings and reduced workload on the processor during dragging
of these images.  I have also reduced the default minimum size of
xnec2c's windows, as I had reports that they would not fit in the
displays of some laptops or monitors, with resolutions on the lower
side.
2014-11-22 15:33:58 +00:00
obache
1f598712e0 Bump PKGREVISION from zeromq shlib major bump. 2014-11-15 02:13:19 +00:00
adam
8e3b70e314 Revbump after updating boost 2014-11-07 19:39:24 +00:00
joerg
3d427e8762 Replace patch with much simpler logic that actually works. 2014-11-04 21:40:48 +00:00
mef
78d0eb0f32 Solaris reports .. fatal error: sys/prctl.h: No such file or directory
So, adding __solaris__ for BSD side
2014-10-29 15:13:48 +00:00
mef
b1343d1378 Convert back from PKGVERSION_NOREV to PKGVERSION in PLIST's.
Thanks obache@ for advice.
2014-10-28 16:59:32 +00:00
mef
adce59a3c1 Convert ${PKGVERSION} to ${PKGVERSION_NOREV} in PLIST's.
The problem is hidden if PKGREVISION is empty.
gnuradio-doxygen has something more to fix (sorry).
2014-10-28 09:07:33 +00:00
mef
161d6654c8 Fix problem raised by PR pkg/49313 by Ben Gergely,
if xdg-utils are installed already, grc_setup_freedesktop is installed.
(gnuradio-companion/Makefile)
(gnuradio-companion/PLIST)
 -  Add DEPENDS misc/xdg-utils
 -  Add REPLACE_BASH for above newly installed script
 -  Bump PKGREVISION

Related changes, problem was hidden if PKGREVISION was empty.
(gnuradio-core/Makefile.common) -> PLIST_SUBST
(gnuradio-core/Nocore.mk)       -> sed STRING
(gnuradio-core/PLIST)
  - shared library was suffixed as ${PKGVERSION}, but
    this should be ${PKGVERSION_NOREV} instead.
    Above files are affected.

(gnuradio-core/files/REPLACE_PYTHON)
  - Add one file
    grc/python/flow_graph.tmpl
2014-10-28 06:41:20 +00:00
mef
df6a6060e0 From bulk build report, it says
----------
 # error "Compiler threading support is not turned on. Please set the
     correct command line options for threading: -pthread (Linux),
     -pthreads (Solaris) or -mthreads (Mingw32)"
 ----------
and not sure it is right suggestion, but adding the line
+CXXFLAGS.SunOS+=       -pthreads
2014-10-24 07:57:50 +00:00
joerg
f44d68333b Make sure that qwt-qt4 users don't pick up qwt6-qt4. 2014-10-20 20:08:09 +00:00
mef
3654d89bf1 Make ALSA selectable by PKG_OPTIONS and disabled by default. This makes sound come out (on NetBSD). 2014-10-17 09:51:56 +00:00
mef
9aa06ad8fc Update ham/chirp to 0.4.1
http://chirp.danplanet.com/news/13
Version 0.4.1 contains a special backport for Baofeng users to
work around a firmware incompatibility issue.
Thanks djb@ dholland@ for attention,
2014-10-16 03:10:11 +00:00
mef
4c5c225e7c .tar.bz seems now broken, changed (MASTER_SITED and) to .tar.bz2. Thanks joerg@ 2014-10-15 15:14:36 +00:00
mef
2d3356e48b Seems HOMEPAGE is moved, the author is VK5ABN 2014-10-14 01:10:40 +00:00
mef
d23af32b9c Update nec2c 1.1 to 1.3
-----------------------
  Version 1.2: Fixed four issues (defects) reported by Coverity Scan
  (https://scan.coverity.com/). Two of those were in the somnec
  functions and I suspect that they did effect the calculations in
  the rom1() and gshank() functions, at least under some circumstances.
  Unfortunately the original Fortran source (somnec.for), as the rest
  of the NEC2 Fortran source, is extremely difficult to read so I am
  not able to confirm the impact of those reported defects.

  Version 1.3: Revised the fix of one issue reported by Coverity Scan,
  as on more detailed comparison with the original Fortran code, it
  seems the original changes (in the ROM1 function in SOMNEC) were
  not correct. Unfortunately I cannot verify the correctness of the
  above fixes, as nec2c does not print out SOMNEC output files.
2014-10-14 00:45:41 +00:00
mef
affb3cc425 Update xnec2c 2.3-beta to 3.0
------------------------------
Version 2.4:
  I submitted xnec2c (and nec2c) for scanning to the Coverity source code
  audit website, which produced a list of no less than 57 issues to be
  fixed! Most of them were not bugs that affected calculations but possibly
  two, both in the Somnec code, one in function rom1() and one in gshank()
  likely could have caused errors in the relevant
  calculations. Unfortunately the Fortran source of Somnec (as well as that
  of the NEC2) is very difficult to read so I cannot say with certainty if
  this was so.

Version 2.5:
  After a bug report by Jean Collin, I made some changes to the input file
  parser code in input.c, to properly identify tabs in the input file.

Version 2.6:
  After a bug report by Lucjan SQ9VPA, I changed the case of the signal
  handler that deals with SIGCHLD so that it doesn't cause xnec2c to exit
  when the SIGCHLD signal does not originate from child processes created
  by xnec2c. It appears that in some Linux installations a SIGCHLD signal
  is sent to xnec2c even if it is not running forked, e.g. the -j option is
  not used in the command line.

Version 2.7:
  After a bug report by Tim, WJ5Q, I fixed a bug that was preventing the
  creation of an LD card of type 5 (LDTYP=5) when wire conductivity (S/m)
  was specified in the GW card (Wire) editor. The same bug was present in
  the GH (Helix) card editor and it was also fixed. I added code so that
  the wire conductivity for GW, GA and GH cards can be read from the
  relevant LD card and shown in the Conductivity (S/m) spin button.

  After all these changes I checked the xnec2c source code using the
  Coverity Scan service and I fixed an out-of-bounds read error that was
  reported by the scanner, in the plot_freqdat.c file.

Version 2.8:
  Fixed a bug in the GN card editor function which caused xnec2c to save
  the GN card parameters in the .nec antenna description file without
  clearing the number of radials to zero. This resulted in the GN card
  editor window to open with confusing and incorrect defaults for the
  radial screen, when the Reflection Coefficient Approximation method was
  selected for specifying ground parameters.

  Also fixed some bugs (missing variable initializations) in the Ground
  Parameters calculation functions which resulted in incorrect Radiation
  Pattern calculations. This would happen if a .nec file, with Perfect
  Ground (iperf = 1) specified in the GN card, was opened after a .nec
  file, with a Radial Ground Screen specified in the GN card, was
  processed.

Version 2.9:
  After a request by the Debian maintainer of xnec2c, I added a rudimentary
  man page he sent me and corrected some spelling errors (arbitary to
  arbitrary).

Version 3.0:
  I have modified the NEC2 file parser so that it can read the file with
  both the '.' and ',' as decimal point characters. This is necessary to
  make xnec2c compatible with different locales. I also fixed a resource
  (memory) leak, reported by valgrind, in the xyz axes drawing routine.
2014-10-14 00:42:13 +00:00
mef
7f428d8725 Removing obsolete package, gnuradio-core-docs 2014-10-13 13:58:13 +00:00