summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authoradam <adam>2015-04-17 15:52:56 +0000
committeradam <adam>2015-04-17 15:52:56 +0000
commit2f991646b891859245ab5a313f80ee160d2a8e9b (patch)
tree4207511bf8772a2bd8b4af88be255247c0c6cc9f /ham
parent4e16f95d2d08600ba689f2cbc774abf715fa4430 (diff)
downloadpkgsrc-2f991646b891859245ab5a313f80ee160d2a8e9b.tar.gz
Revbump after updating devel/boost-libs
Diffstat (limited to 'ham')
-rw-r--r--ham/gnuradio-atsc/Makefile3
-rw-r--r--ham/gnuradio-channels/Makefile3
-rw-r--r--ham/gnuradio-companion/Makefile3
-rw-r--r--ham/gnuradio-core/Makefile3
-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/Makefile3
-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/Makefile3
-rw-r--r--ham/gnuradio-zeromq/Makefile3
-rw-r--r--ham/gr-fcdproplus/Makefile4
-rw-r--r--ham/gr-osmosdr/Makefile3
-rw-r--r--ham/uhd/Makefile4
24 files changed, 48 insertions, 26 deletions
diff --git a/ham/gnuradio-atsc/Makefile b/ham/gnuradio-atsc/Makefile
index 35a441aee34..77b5ca9ad08 100644
--- a/ham/gnuradio-atsc/Makefile
+++ b/ham/gnuradio-atsc/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2014/10/13 12:51:08 mef Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/17 15:53:07 adam Exp $
PKGNAME= gnuradio-atsc-${VERSION}
+PKGREVISION= 1
COMMENT= Advanced Television Systems Committee, ATSC module of gnuradio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-channels/Makefile b/ham/gnuradio-channels/Makefile
index 4125739b58c..a08f3201bd5 100644
--- a/ham/gnuradio-channels/Makefile
+++ b/ham/gnuradio-channels/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2014/10/13 12:51:08 mef Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/17 15:53:07 adam Exp $
PKGNAME= gnuradio-channels-${VERSION}
+PKGREVISION= 1
COMMENT= Signal processing blocks to simulate channel models of gnuradio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-companion/Makefile b/ham/gnuradio-companion/Makefile
index dd1fb568a32..a77178efa3d 100644
--- a/ham/gnuradio-companion/Makefile
+++ b/ham/gnuradio-companion/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2015/02/07 22:06:52 tnn Exp $
+# $NetBSD: Makefile,v 1.6 2015/04/17 15:53:07 adam Exp $
PKGNAME= gnuradio-companion-${VERSION}
+PKGREVISION= 1
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 b7990053e56..ceaeeeeb8f5 100644
--- a/ham/gnuradio-core/Makefile
+++ b/ham/gnuradio-core/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2015/01/30 09:14:08 mef Exp $
+# $NetBSD: Makefile,v 1.48 2015/04/17 15:53:07 adam Exp $
PKGNAME= gnuradio-core-${VERSION}
+PKGREVISION= 1
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 297daf4a84e..656ff528ca9 100644
--- a/ham/gnuradio-ctrlport/Makefile
+++ b/ham/gnuradio-ctrlport/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2014/10/13 12:51:08 mef Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/17 15:53:07 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 153d5e4d1e7..029656ef965 100644
--- a/ham/gnuradio-digital/Makefile
+++ b/ham/gnuradio-digital/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2015/01/24 12:22:05 mef Exp $
+# $NetBSD: Makefile,v 1.3 2015/04/17 15:53:08 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 304e126b348..9f7fd9b709c 100644
--- a/ham/gnuradio-doxygen/Makefile
+++ b/ham/gnuradio-doxygen/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2015/03/07 05:10:45 mef Exp $
+# $NetBSD: Makefile,v 1.6 2015/04/17 15:53:08 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 86437104aa2..23a813b2f3f 100644
--- a/ham/gnuradio-dtv/Makefile
+++ b/ham/gnuradio-dtv/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2015/01/16 12:56:40 mef Exp $
+# $NetBSD: Makefile,v 1.3 2015/04/17 15:53:08 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 026a488fcb5..5f6a719c58a 100644
--- a/ham/gnuradio-fcd/Makefile
+++ b/ham/gnuradio-fcd/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2014/10/13 12:51:09 mef Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/17 15:53:08 adam Exp $
PKGNAME= gnuradio-fcd-${VERSION}
+PKGREVISION= 1
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 bef50b580e0..333368f36c7 100644
--- a/ham/gnuradio-fec/Makefile
+++ b/ham/gnuradio-fec/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2014/10/13 12:51:09 mef Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/17 15:53:08 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 da4f7fef632..762444bae2f 100644
--- a/ham/gnuradio-noaa/Makefile
+++ b/ham/gnuradio-noaa/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2014/10/13 12:51:09 mef Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/17 15:53:08 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 6d615d15b81..5fcf94f030e 100644
--- a/ham/gnuradio-pager/Makefile
+++ b/ham/gnuradio-pager/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2014/10/13 12:51:09 mef Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/17 15:53:08 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 4fb36d7009a..0a8b9a32100 100644
--- a/ham/gnuradio-qtgui/Makefile
+++ b/ham/gnuradio-qtgui/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2015/01/16 12:56:40 mef Exp $
+# $NetBSD: Makefile,v 1.5 2015/04/17 15:53:08 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 05375fd9b68..aa468ce1aae 100644
--- a/ham/gnuradio-trellis/Makefile
+++ b/ham/gnuradio-trellis/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2015/01/16 12:56:41 mef Exp $
+# $NetBSD: Makefile,v 1.21 2015/04/17 15:53:08 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 808c1496893..eda8b77dda5 100644
--- a/ham/gnuradio-uhd/Makefile
+++ b/ham/gnuradio-uhd/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2015/01/27 07:05:17 dbj Exp $
+# $NetBSD: Makefile,v 1.3 2015/04/17 15:53:08 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 52b3371088c..1c8b1cf9927 100644
--- a/ham/gnuradio-utils/Makefile
+++ b/ham/gnuradio-utils/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2014/10/13 12:51:10 mef Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/17 15:53:08 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 46b7c85906c..4f9bed8f2a4 100644
--- a/ham/gnuradio-video-sdl/Makefile
+++ b/ham/gnuradio-video-sdl/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2014/10/13 12:51:10 mef Exp $
+# $NetBSD: Makefile,v 1.17 2015/04/17 15:53:08 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 d82c0934c8c..ff27c53de56 100644
--- a/ham/gnuradio-vocoder/Makefile
+++ b/ham/gnuradio-vocoder/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2014/10/13 12:51:10 mef Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/17 15:53:08 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 5c59ce36aba..4685f071b34 100644
--- a/ham/gnuradio-wavelet/Makefile
+++ b/ham/gnuradio-wavelet/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2014/10/13 12:51:10 mef Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/17 15:53:08 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 fe6325b276d..7834e718eef 100644
--- a/ham/gnuradio-wxgui/Makefile
+++ b/ham/gnuradio-wxgui/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2014/10/13 12:51:10 mef Exp $
+# $NetBSD: Makefile,v 1.54 2015/04/17 15:53:09 adam Exp $
PKGNAME= gnuradio-wxgui-${VERSION}
+PKGREVISION= 1
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 68ca7b934eb..4d08c245e6f 100644
--- a/ham/gnuradio-zeromq/Makefile
+++ b/ham/gnuradio-zeromq/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2015/01/24 12:22:05 mef Exp $
+# $NetBSD: Makefile,v 1.5 2015/04/17 15:53:09 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/gr-fcdproplus/Makefile b/ham/gr-fcdproplus/Makefile
index fdcb75ff084..ec238673d45 100644
--- a/ham/gr-fcdproplus/Makefile
+++ b/ham/gr-fcdproplus/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2014/11/07 19:39:36 adam Exp $
+# $NetBSD: Makefile,v 1.4 2015/04/17 15:53:09 adam Exp $
DISTNAME= gr-fcdproplus_3.7.11.orig
PKGNAME= ${DISTNAME:S/_/-/S/.orig//}
-PKGREVISION= 1
+PKGREVISION= 2
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 2432eca5785..5eedab37b71 100644
--- a/ham/gr-osmosdr/Makefile
+++ b/ham/gr-osmosdr/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2015/02/17 13:56:08 mef Exp $
+# $NetBSD: Makefile,v 1.4 2015/04/17 15:53:09 adam Exp $
DISTNAME= gr-osmosdr-0.1.4
+PKGREVISION= 1
CATEGORIES= ham
MASTER_SITES+= http://git.osmocom.org/gr-osmosdr/snapshot/
diff --git a/ham/uhd/Makefile b/ham/uhd/Makefile
index 61a3ae982e5..beda0b5dfba 100644
--- a/ham/uhd/Makefile
+++ b/ham/uhd/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2015/03/01 07:18:35 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2015/04/17 15:53:09 adam Exp $
DISTNAME= uhd-release_003_007_002
PKGNAME= uhd-3.7.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= ham
MASTER_SITES= -https://github.com/EttusResearch/uhd/archive/${DISTNAME:S/uhd-//}${EXTRACT_SUFX}
EXTRACT_SUFX= .zip