summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2016-10-07 18:25:29 +0000
committeradam <adam@pkgsrc.org>2016-10-07 18:25:29 +0000
commit309f52102f498d309d64f1c316185e60163af7ea (patch)
tree6a91600d2e9992ecb5a3c8f22aede48b0a49e089 /ham
parentc976dd16205d02b73ba6e811b1f95295922b08e8 (diff)
downloadpkgsrc-309f52102f498d309d64f1c316185e60163af7ea.tar.gz
Revbump post boost update
Diffstat (limited to 'ham')
-rw-r--r--ham/fldigi/Makefile3
-rw-r--r--ham/gnuradio-atsc/Makefile3
-rw-r--r--ham/gnuradio-channels/Makefile3
-rw-r--r--ham/gnuradio-companion/Makefile4
-rw-r--r--ham/gnuradio-core/Makefile4
-rw-r--r--ham/gnuradio-ctrlport/Makefile3
-rw-r--r--ham/gnuradio-digital/Makefile3
-rw-r--r--ham/gnuradio-doxygen/Makefile3
-rw-r--r--ham/gnuradio-dtv/Makefile3
-rw-r--r--ham/gnuradio-fcd/Makefile4
-rw-r--r--ham/gnuradio-fec/Makefile3
-rw-r--r--ham/gnuradio-noaa/Makefile3
-rw-r--r--ham/gnuradio-pager/Makefile3
-rw-r--r--ham/gnuradio-qtgui/Makefile3
-rw-r--r--ham/gnuradio-trellis/Makefile3
-rw-r--r--ham/gnuradio-uhd/Makefile3
-rw-r--r--ham/gnuradio-utils/Makefile3
-rw-r--r--ham/gnuradio-video-sdl/Makefile3
-rw-r--r--ham/gnuradio-vocoder/Makefile3
-rw-r--r--ham/gnuradio-wavelet/Makefile3
-rw-r--r--ham/gnuradio-wxgui/Makefile4
-rw-r--r--ham/gnuradio-zeromq/Makefile3
-rw-r--r--ham/gpredict/Makefile4
-rw-r--r--ham/gr-fcdproplus/Makefile4
-rw-r--r--ham/gr-osmosdr/Makefile4
-rw-r--r--ham/trustedQSL/Makefile4
-rw-r--r--ham/uhd/Makefile4
27 files changed, 54 insertions, 36 deletions
diff --git a/ham/fldigi/Makefile b/ham/fldigi/Makefile
index df982d0f857..32089aa5c95 100644
--- a/ham/fldigi/Makefile
+++ b/ham/fldigi/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.78 2016/09/19 09:16:18 mef Exp $
+# $NetBSD: Makefile,v 1.79 2016/10/07 18:25:54 adam Exp $
DISTNAME= fldigi-3.23.14
+PKGREVISION= 1
CATEGORIES= ham
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fldigi/}
diff --git a/ham/gnuradio-atsc/Makefile b/ham/gnuradio-atsc/Makefile
index 173928f6496..a09d11bca04 100644
--- a/ham/gnuradio-atsc/Makefile
+++ b/ham/gnuradio-atsc/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2016/07/12 11:36:46 mef Exp $
+# $NetBSD: Makefile,v 1.6 2016/10/07 18:25:54 adam Exp $
PKGNAME= gnuradio-atsc-${VERSION}
+PKGREVISION= 1
COMMENT= Advanced Television Systems Committee, ATSC module of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-channels/Makefile b/ham/gnuradio-channels/Makefile
index df99aa345ba..26b610fde7b 100644
--- a/ham/gnuradio-channels/Makefile
+++ b/ham/gnuradio-channels/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2015/09/01 04:14:54 mef Exp $
+# $NetBSD: Makefile,v 1.4 2016/10/07 18:25:54 adam Exp $
PKGNAME= gnuradio-channels-${VERSION}
+PKGREVISION= 1
COMMENT= Signal processing blocks to simulate channel models of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-companion/Makefile b/ham/gnuradio-companion/Makefile
index e8e30bc40d1..e65b4f7d1df 100644
--- a/ham/gnuradio-companion/Makefile
+++ b/ham/gnuradio-companion/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2016/08/03 10:22:58 adam Exp $
+# $NetBSD: Makefile,v 1.11 2016/10/07 18:25:54 adam Exp $
PKGNAME= gnuradio-companion-${VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= User interface entry of GNU Radio
#CONF_FILES+= ${EGDIR}/grc.conf ${PKG_SYSCONFDIR}/grc.conf
diff --git a/ham/gnuradio-core/Makefile b/ham/gnuradio-core/Makefile
index e927f88cdac..2f20f3b2e1d 100644
--- a/ham/gnuradio-core/Makefile
+++ b/ham/gnuradio-core/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2016/07/09 06:38:23 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2016/10/07 18:25:54 adam Exp $
PKGNAME= gnuradio-core-${VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Core part of GNU Radio, all others need this
PLIST_MINUS= # empty
diff --git a/ham/gnuradio-ctrlport/Makefile b/ham/gnuradio-ctrlport/Makefile
index f044b64b2dd..b22857f9653 100644
--- a/ham/gnuradio-ctrlport/Makefile
+++ b/ham/gnuradio-ctrlport/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2015/09/01 04:14:54 mef Exp $
+# $NetBSD: Makefile,v 1.4 2016/10/07 18:25:54 adam Exp $
PKGNAME= gnuradio-ctrlport-${VERSION}
+PKGREVISION= 1
COMMENT= New set of hooks into GNU Radio to allow a remote client to attach
.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"
diff --git a/ham/gnuradio-digital/Makefile b/ham/gnuradio-digital/Makefile
index 37c33b94b74..df1cbedbd9e 100644
--- a/ham/gnuradio-digital/Makefile
+++ b/ham/gnuradio-digital/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2015/09/01 04:14:54 mef Exp $
+# $NetBSD: Makefile,v 1.5 2016/10/07 18:25:55 adam Exp $
PKGNAME= gnuradio-digital-${VERSION}
+PKGREVISION= 1
COMMENT= Digital related algorithms for GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-doxygen/Makefile b/ham/gnuradio-doxygen/Makefile
index 19ffac28235..b1f6c3388a9 100644
--- a/ham/gnuradio-doxygen/Makefile
+++ b/ham/gnuradio-doxygen/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2016/07/20 15:03:14 mef Exp $
+# $NetBSD: Makefile,v 1.12 2016/10/07 18:25:55 adam Exp $
PKGNAME= gnuradio-doxygen-${VERSION}
+PKGREVISION= 1
COMMENT= Doxygen documentation of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-dtv/Makefile b/ham/gnuradio-dtv/Makefile
index 59b12064fc8..6c25a50d13d 100644
--- a/ham/gnuradio-dtv/Makefile
+++ b/ham/gnuradio-dtv/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2016/07/12 11:36:47 mef Exp $
+# $NetBSD: Makefile,v 1.7 2016/10/07 18:25:55 adam Exp $
PKGNAME= gnuradio-dtv-${VERSION}
+PKGREVISION= 1
COMMENT= Various digital television standards of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-fcd/Makefile b/ham/gnuradio-fcd/Makefile
index 0aefd856bae..81e48f9cc59 100644
--- a/ham/gnuradio-fcd/Makefile
+++ b/ham/gnuradio-fcd/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2016/08/03 10:22:58 adam Exp $
+# $NetBSD: Makefile,v 1.6 2016/10/07 18:25:55 adam Exp $
PKGNAME= gnuradio-fcd-${VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= FanCube support of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-fec/Makefile b/ham/gnuradio-fec/Makefile
index 7e4b56d975e..cf06d5c9874 100644
--- a/ham/gnuradio-fec/Makefile
+++ b/ham/gnuradio-fec/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2016/07/12 11:36:47 mef Exp $
+# $NetBSD: Makefile,v 1.6 2016/10/07 18:25:55 adam Exp $
PKGNAME= gnuradio-fec-${VERSION}
+PKGREVISION= 1
COMMENT= Forward Error Correction blocks, utilities, & examples of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-noaa/Makefile b/ham/gnuradio-noaa/Makefile
index 2a87592fe7a..66cba4444ba 100644
--- a/ham/gnuradio-noaa/Makefile
+++ b/ham/gnuradio-noaa/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2015/09/01 04:14:54 mef Exp $
+# $NetBSD: Makefile,v 1.4 2016/10/07 18:25:55 adam Exp $
PKGNAME= gnuradio-noaa-${VERSION}
+PKGREVISION= 1
COMMENT= NOAA, Weather Satellite Reception module of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-pager/Makefile b/ham/gnuradio-pager/Makefile
index 2fe207750f8..f0debde7f22 100644
--- a/ham/gnuradio-pager/Makefile
+++ b/ham/gnuradio-pager/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2015/09/01 04:14:54 mef Exp $
+# $NetBSD: Makefile,v 1.4 2016/10/07 18:25:55 adam Exp $
PKGNAME= gnuradio-pager-${VERSION}
+PKGREVISION= 1
COMMENT= FLEX radiopager receiver/demodulator of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-qtgui/Makefile b/ham/gnuradio-qtgui/Makefile
index 5921e9d5bfc..0199672e27c 100644
--- a/ham/gnuradio-qtgui/Makefile
+++ b/ham/gnuradio-qtgui/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2016/07/12 11:36:47 mef Exp $
+# $NetBSD: Makefile,v 1.10 2016/10/07 18:25:55 adam Exp $
PKGNAME= gnuradio-qtgui-${VERSION}
+PKGREVISION= 1
COMMENT= Qt GUI module of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-trellis/Makefile b/ham/gnuradio-trellis/Makefile
index 061c6b72076..7db968029c3 100644
--- a/ham/gnuradio-trellis/Makefile
+++ b/ham/gnuradio-trellis/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2015/09/01 04:14:54 mef Exp $
+# $NetBSD: Makefile,v 1.23 2016/10/07 18:25:55 adam Exp $
PKGNAME= gnuradio-trellis-${VERSION}
+PKGREVISION= 1
COMMENT= Trellis-based encoding and decoding algorithms for GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-uhd/Makefile b/ham/gnuradio-uhd/Makefile
index 72aad9757ee..7060c52f8a0 100644
--- a/ham/gnuradio-uhd/Makefile
+++ b/ham/gnuradio-uhd/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2015/09/01 04:14:55 mef Exp $
+# $NetBSD: Makefile,v 1.5 2016/10/07 18:25:55 adam Exp $
PKGNAME= gnuradio-uhd-${VERSION}
+PKGREVISION= 1
COMMENT= Uhd-based encoding and decoding algorithms for GNU Radio
# (acutually, redundent for now)
diff --git a/ham/gnuradio-utils/Makefile b/ham/gnuradio-utils/Makefile
index 71ca127e755..200e04b471d 100644
--- a/ham/gnuradio-utils/Makefile
+++ b/ham/gnuradio-utils/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2015/09/01 04:14:55 mef Exp $
+# $NetBSD: Makefile,v 1.5 2016/10/07 18:25:55 adam Exp $
PKGNAME= gnuradio-utils-${VERSION}
+PKGREVISION= 1
COMMENT= Utilities in GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-video-sdl/Makefile b/ham/gnuradio-video-sdl/Makefile
index 32dfc8ef79c..2518f45d250 100644
--- a/ham/gnuradio-video-sdl/Makefile
+++ b/ham/gnuradio-video-sdl/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2015/09/01 04:14:55 mef Exp $
+# $NetBSD: Makefile,v 1.20 2016/10/07 18:25:55 adam Exp $
PKGNAME= gnuradio-video-sdl-${VERSION}
+PKGREVISION= 1
COMMENT= SDL (Simple DirectMedia Layer) bindings for GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-vocoder/Makefile b/ham/gnuradio-vocoder/Makefile
index 1a48a543dc3..5eed5f1d8be 100644
--- a/ham/gnuradio-vocoder/Makefile
+++ b/ham/gnuradio-vocoder/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2015/09/01 04:14:55 mef Exp $
+# $NetBSD: Makefile,v 1.4 2016/10/07 18:25:56 adam Exp $
PKGNAME= gnuradio-vocoder-${VERSION}
+PKGREVISION= 1
COMMENT= All available vocoders in GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-wavelet/Makefile b/ham/gnuradio-wavelet/Makefile
index d35008e5067..727942c104e 100644
--- a/ham/gnuradio-wavelet/Makefile
+++ b/ham/gnuradio-wavelet/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2015/09/01 04:14:55 mef Exp $
+# $NetBSD: Makefile,v 1.4 2016/10/07 18:25:56 adam Exp $
PKGNAME= gnuradio-wavelet-${VERSION}
+PKGREVISION= 1
COMMENT= Wavelet transform of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-wxgui/Makefile b/ham/gnuradio-wxgui/Makefile
index 2927bd3f483..9c3400ded9e 100644
--- a/ham/gnuradio-wxgui/Makefile
+++ b/ham/gnuradio-wxgui/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2016/08/03 10:22:58 adam Exp $
+# $NetBSD: Makefile,v 1.59 2016/10/07 18:25:56 adam Exp $
PKGNAME= gnuradio-wxgui-${VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= WxGTK Toolkit module of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-zeromq/Makefile b/ham/gnuradio-zeromq/Makefile
index c810116348c..38e60be1fe3 100644
--- a/ham/gnuradio-zeromq/Makefile
+++ b/ham/gnuradio-zeromq/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2015/09/01 04:14:55 mef Exp $
+# $NetBSD: Makefile,v 1.7 2016/10/07 18:25:56 adam Exp $
PKGNAME= gnuradio-zeromq-${VERSION}
+PKGREVISION= 1
COMMENT= All of the zeromq blocks, utilities, and examples
# zmq.hpp: No such file or directory
diff --git a/ham/gpredict/Makefile b/ham/gpredict/Makefile
index c1c05189d2d..8aefcc9f0b1 100644
--- a/ham/gpredict/Makefile
+++ b/ham/gpredict/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2016/08/03 10:22:58 adam Exp $
+# $NetBSD: Makefile,v 1.45 2016/10/07 18:25:56 adam Exp $
DISTNAME= gpredict-1.3
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= ham
MASTER_SITES= http://sourceforge.net/projects/gpredict/files/Gpredict/1.3/
diff --git a/ham/gr-fcdproplus/Makefile b/ham/gr-fcdproplus/Makefile
index ec238673d45..a7fe56349ba 100644
--- a/ham/gr-fcdproplus/Makefile
+++ b/ham/gr-fcdproplus/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2015/04/17 15:53:09 adam Exp $
+# $NetBSD: Makefile,v 1.5 2016/10/07 18:25:56 adam Exp $
DISTNAME= gr-fcdproplus_3.7.11.orig
PKGNAME= ${DISTNAME:S/_/-/S/.orig//}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= ham
MASTER_SITES+= ${MASTER_SITE_DEBIAN:=pool/main/g/gr-fcdproplus/}
EXTRACT_SUFX= .tar.xz
diff --git a/ham/gr-osmosdr/Makefile b/ham/gr-osmosdr/Makefile
index 5ba67bbc3c4..60a73b0bddf 100644
--- a/ham/gr-osmosdr/Makefile
+++ b/ham/gr-osmosdr/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2015/12/08 21:42:10 wiedi Exp $
+# $NetBSD: Makefile,v 1.6 2016/10/07 18:25:56 adam Exp $
DISTNAME= gr-osmosdr-0.1.4
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= ham
MASTER_SITES+= http://git.osmocom.org/gr-osmosdr/snapshot/
diff --git a/ham/trustedQSL/Makefile b/ham/trustedQSL/Makefile
index 2d62214f7a5..de32746e72b 100644
--- a/ham/trustedQSL/Makefile
+++ b/ham/trustedQSL/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2016/07/09 06:38:23 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2016/10/07 18:25:56 adam Exp $
DISTNAME= tqsl-2.2.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= ham
MASTER_SITES= http://sourceforge.net/projects/trustedqsl/files/TrustedQSL/v${PKGVERSION_NOREV}/
diff --git a/ham/uhd/Makefile b/ham/uhd/Makefile
index 2a84ba0efd6..43ca6a2ce66 100644
--- a/ham/uhd/Makefile
+++ b/ham/uhd/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2016/06/08 07:26:59 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2016/10/07 18:25:56 adam Exp $
DISTNAME= uhd-3.9.4
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= ham
MASTER_SITES= ${MASTER_SITE_GITHUB:=EttusResearch/}
# 3.9.1 -> 003_009_001