Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc gnuradio-*: remove packages deprecated by upstream in ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d614075ab504
branches:  trunk
changeset: 437179:d614075ab504
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Aug 18 04:35:39 2020 +0000

description:
gnuradio-*: remove packages deprecated by upstream in upcoming 3.8 update

diffstat:

 doc/CHANGES-2020                  |   7 +++-
 ham/Makefile                      |   6 +--
 ham/gnuradio-atsc/DESCR           |   7 ----
 ham/gnuradio-atsc/Makefile        |  18 ----------
 ham/gnuradio-atsc/PLIST           |  67 ---------------------------------------
 ham/gnuradio-core/Makefile.common |   7 +---
 ham/gnuradio-fcd/DESCR            |   7 ----
 ham/gnuradio-fcd/Makefile         |  16 ---------
 ham/gnuradio-fcd/PLIST            |  21 ------------
 ham/gnuradio-fcd/buildlink3.mk    |  13 -------
 ham/gnuradio-noaa/DESCR           |   7 ----
 ham/gnuradio-noaa/Makefile        |  13 -------
 ham/gnuradio-noaa/PLIST           |  26 ---------------
 ham/gnuradio-pager/DESCR          |   7 ----
 ham/gnuradio-pager/Makefile       |  20 -----------
 ham/gnuradio-pager/PLIST          |  31 ------------------
 ham/gnuradio-pager/buildlink3.mk  |  23 -------------
 17 files changed, 8 insertions(+), 288 deletions(-)

diffs (truncated from 412 to 300 lines):

diff -r 06d17afafa0e -r d614075ab504 doc/CHANGES-2020
--- a/doc/CHANGES-2020  Tue Aug 18 04:02:03 2020 +0000
+++ b/doc/CHANGES-2020  Tue Aug 18 04:35:39 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.4487 2020/08/18 04:02:03 tnn Exp $
+$NetBSD: CHANGES-2020,v 1.4488 2020/08/18 04:35:39 tnn Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -7011,3 +7011,8 @@
        Updated fonts/go-ttf to 2.008 [tnn 2020-08-18]
        Removed lang/java-lang-spec [tnn 2020-08-18]
        Removed lang/java-vm-spec [tnn 2020-08-18]
+       Removed ham/gnuradio-atsc [tnn 2020-08-18]
+       Removed ham/gnuradio-fcd [tnn 2020-08-18]
+       Removed ham/gnuradio-noaa [tnn 2020-08-18]
+       Removed ham/gnuradio-pager [tnn 2020-08-18]
+       Removed ham/gnuradio-wxgui [tnn 2020-08-18]
diff -r 06d17afafa0e -r d614075ab504 ham/Makefile
--- a/ham/Makefile      Tue Aug 18 04:02:03 2020 +0000
+++ b/ham/Makefile      Tue Aug 18 04:35:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2020/08/01 09:00:31 tnn Exp $
+# $NetBSD: Makefile,v 1.44 2020/08/18 04:35:39 tnn Exp $
 #
 
 COMMENT=       Wireless communication tools and applications
@@ -21,10 +21,7 @@
 SUBDIR+=       gnuradio-digital
 SUBDIR+=       gnuradio-doxygen
 SUBDIR+=       gnuradio-dtv
-SUBDIR+=       gnuradio-fcd
 SUBDIR+=       gnuradio-fec
-SUBDIR+=       gnuradio-noaa
-SUBDIR+=       gnuradio-pager
 SUBDIR+=       gnuradio-qtgui
 SUBDIR+=       gnuradio-trellis
 SUBDIR+=       gnuradio-uhd
@@ -32,7 +29,6 @@
 SUBDIR+=       gnuradio-video-sdl
 SUBDIR+=       gnuradio-vocoder
 SUBDIR+=       gnuradio-wavelet
-SUBDIR+=       gnuradio-wxgui
 SUBDIR+=       gnuradio-zeromq
 SUBDIR+=       gpredict
 SUBDIR+=       gr-fcdproplus
diff -r 06d17afafa0e -r d614075ab504 ham/gnuradio-atsc/DESCR
--- a/ham/gnuradio-atsc/DESCR   Tue Aug 18 04:02:03 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-GNU Radio is a collection of software that when combined with minimal hardware,
-allows the construction of radios where the actual waveforms transmitted and
-received are defined by software. What this means is that it turns the digital
-modulation schemes used in today's high performance wireless devices into
-software problems.
-
-This module provides ATSC, Advanced Television Systems Committee, for GNU Radio
diff -r 06d17afafa0e -r d614075ab504 ham/gnuradio-atsc/Makefile
--- a/ham/gnuradio-atsc/Makefile        Tue Aug 18 04:02:03 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.20 2020/05/06 14:04:40 adam Exp $
-
-PKGNAME=       gnuradio-atsc-${VERSION}
-PKGREVISION=   4
-COMMENT=       Advanced Television Systems Committee, ATSC module of GNU Radio
-
-.include       "../../ham/gnuradio-core/Makefile.common"
-.include       "../../ham/gnuradio-core/Nocore.mk"
-
-CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
-CMAKE_ARGS+=   -DENABLE_GR_ATSC=ON
-CMAKE_ARGS+=   -DENABLE_GR_FEC=ON
-
-DEPENDS+=      gnuradio-fec-[0-9]*:../../ham/gnuradio-fec
-
-PLIST_MINUS+=  fec
-.include       "../../math/gsl/buildlink3.mk"
-.include       "../../mk/bsd.pkg.mk"
diff -r 06d17afafa0e -r d614075ab504 ham/gnuradio-atsc/PLIST
--- a/ham/gnuradio-atsc/PLIST   Tue Aug 18 04:02:03 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,67 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2016/07/12 11:36:46 mef Exp $
-include/gnuradio/atsc/GrAtscSegSymSyncImpl_export.h
-include/gnuradio/atsc/api.h
-include/gnuradio/atsc/basic_trellis_encoder_impl.h
-include/gnuradio/atsc/bit_timing_loop.h
-include/gnuradio/atsc/consts.h
-include/gnuradio/atsc/convolutional_interleaver.h
-include/gnuradio/atsc/create_atsci_equalizer.h
-include/gnuradio/atsc/create_atsci_fs_checker.h
-include/gnuradio/atsc/create_atsci_fs_correlator.h
-include/gnuradio/atsc/data_interleaver_impl.h
-include/gnuradio/atsc/deinterleaver.h
-include/gnuradio/atsc/depad.h
-include/gnuradio/atsc/derandomizer.h
-include/gnuradio/atsc/diag_output_impl.h
-include/gnuradio/atsc/ds_to_softds.h
-include/gnuradio/atsc/equalizer.h
-include/gnuradio/atsc/equalizer_impl.h
-include/gnuradio/atsc/equalizer_lms2_impl.h
-include/gnuradio/atsc/equalizer_lms_impl.h
-include/gnuradio/atsc/equalizer_nop_impl.h
-include/gnuradio/atsc/fake_single_viterbi_impl.h
-include/gnuradio/atsc/field_sync_demux.h
-include/gnuradio/atsc/field_sync_mux.h
-include/gnuradio/atsc/fpll.h
-include/gnuradio/atsc/fs_checker.h
-include/gnuradio/atsc/fs_checker_impl.h
-include/gnuradio/atsc/fs_checker_naive_impl.h
-include/gnuradio/atsc/fs_correlator_impl.h
-include/gnuradio/atsc/fs_correlator_naive_impl.h
-include/gnuradio/atsc/interleaver.h
-include/gnuradio/atsc/interleaver_fifo.h
-include/gnuradio/atsc/pad.h
-include/gnuradio/atsc/pnXXX_impl.h
-include/gnuradio/atsc/randomizer.h
-include/gnuradio/atsc/randomizer_impl.h
-include/gnuradio/atsc/reed_solomon_impl.h
-include/gnuradio/atsc/rs_decoder.h
-include/gnuradio/atsc/rs_encoder.h
-include/gnuradio/atsc/single_viterbi_impl.h
-include/gnuradio/atsc/slicer_agc_impl.h
-include/gnuradio/atsc/sliding_correlator_impl.h
-include/gnuradio/atsc/sssr_impl.h
-include/gnuradio/atsc/syminfo_impl.h
-include/gnuradio/atsc/sync_tag_impl.h
-include/gnuradio/atsc/trellis_encoder.h
-include/gnuradio/atsc/trellis_encoder_impl.h
-include/gnuradio/atsc/types.h
-include/gnuradio/atsc/viterbi_decoder.h
-include/gnuradio/atsc/viterbi_decoder_impl.h
-include/gnuradio/swig/atsc_swig.i
-include/gnuradio/swig/atsc_swig_doc.i
-lib/libgnuradio-atsc.so
-lib/libgnuradio-atsc.so.${PKGVERSION}
-lib/pkgconfig/gnuradio-atsc.pc
-${PYSITELIB}/gnuradio/atsc/__init__.py
-${PYSITELIB}/gnuradio/atsc/__init__.pyc
-${PYSITELIB}/gnuradio/atsc/__init__.pyo
-${PYSITELIB}/gnuradio/atsc/_atsc_swig.so
-${PYSITELIB}/gnuradio/atsc/atsc_swig.py
-${PYSITELIB}/gnuradio/atsc/atsc_swig.pyc
-${PYSITELIB}/gnuradio/atsc/atsc_swig.pyo
-${PYSITELIB}/gnuradio/atsc/atsc_utils.py
-${PYSITELIB}/gnuradio/atsc/atsc_utils.pyc
-${PYSITELIB}/gnuradio/atsc/atsc_utils.pyo
-share/gnuradio/examples/atsc/README
-share/gnuradio/examples/atsc/atsc_rx.py
diff -r 06d17afafa0e -r d614075ab504 ham/gnuradio-core/Makefile.common
--- a/ham/gnuradio-core/Makefile.common Tue Aug 18 04:02:03 2020 +0000
+++ b/ham/gnuradio-core/Makefile.common Tue Aug 18 04:35:39 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile.common,v 1.25 2020/08/01 07:49:26 tnn Exp $
+# $NetBSD: Makefile.common,v 1.26 2020/08/18 04:35:39 tnn Exp $
 # This Makefile fragment is included in the package Makefiles for
 # GNU Radio distributed packages (they all share common configure and build
 # settings).
-# used by ham/gnuradio-atsc/Makefile
 # used by ham/gnuradio-channels/Makefile
 # used by ham/gnuradio-companion/Makefile
 # used by ham/gnuradio-core/Makefile
@@ -11,12 +10,9 @@
 # used by ham/gnuradio-digital/Makefile
 # used by ham/gnuradio-doxygen/Makefile
 # used by ham/gnuradio-dtv/Makefile
-# used by ham/gnuradio-fcd/Makefile
 # used by ham/gnuradio-fec/Makefile
 
 # used by ham/gnuradio-fcd/Makefile
-# used by ham/gnuradio-noaa/Makefile
-# used by ham/gnuradio-pager/Makefile
 # used by ham/gnuradio-qtgui/Makefile
 # used by ham/gnuradio-trellis/Makefile
 
@@ -26,7 +22,6 @@
 # used by ham/gnuradio-vocoder/Makefile
 # used by ham/gnuradio-wavelet/Makefile
 
-# used by ham/gnuradio-wxgui/Makefile
 # used by ham/gnuradio-zeromq/Makefile
 
 .include       "../../ham/gnuradio-core/Makefile.version"
diff -r 06d17afafa0e -r d614075ab504 ham/gnuradio-fcd/DESCR
--- a/ham/gnuradio-fcd/DESCR    Tue Aug 18 04:02:03 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-GNU Radio is a collection of software that when combined with minimal hardware,
-allows the construction of radios where the actual waveforms transmitted and
-received are defined by software. What this means is that it turns the digital
-modulation schemes used in today's high performance wireless devices into
-software problems.
-
-This module provides FanCube support of GNU Radio.
diff -r 06d17afafa0e -r d614075ab504 ham/gnuradio-fcd/Makefile
--- a/ham/gnuradio-fcd/Makefile Tue Aug 18 04:02:03 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.31 2020/08/17 20:19:13 leot Exp $
-
-PKGNAME=       gnuradio-fcd-${VERSION}
-PKGREVISION=   8
-COMMENT=       FanCube support of GNU Radio
-
-.include       "../../ham/gnuradio-core/Makefile.common"
-.include       "../../ham/gnuradio-core/Nocore.mk"
-
-CMAKE_ARGS+=   -DENABLE_DEFAULT=False
-CMAKE_ARGS+=   -DENABLE_GR_FCD=True
-
-.include       "../../devel/libusb1/buildlink3.mk"
-.include       "../../x11/wxGTK28/buildlink3.mk"
-
-.include       "../../mk/bsd.pkg.mk"
diff -r 06d17afafa0e -r d614075ab504 ham/gnuradio-fcd/PLIST
--- a/ham/gnuradio-fcd/PLIST    Tue Aug 18 04:02:03 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2014/10/28 16:59:33 mef Exp $
-${PYSITELIB}/gnuradio/fcd/__init__.py
-${PYSITELIB}/gnuradio/fcd/__init__.pyc
-${PYSITELIB}/gnuradio/fcd/__init__.pyo
-${PYSITELIB}/gnuradio/fcd/_fcd_swig.so
-${PYSITELIB}/gnuradio/fcd/fcd_swig.py
-${PYSITELIB}/gnuradio/fcd/fcd_swig.pyc
-${PYSITELIB}/gnuradio/fcd/fcd_swig.pyo
-include/gnuradio/fcd/api.h
-include/gnuradio/fcd/source_c.h
-include/gnuradio/swig/fcd_swig.i
-include/gnuradio/swig/fcd_swig_doc.i
-lib/libgnuradio-fcd.so
-lib/libgnuradio-fcd.so.${PKGVERSION}
-lib/pkgconfig/gnuradio-fcd.pc
-share/doc/gnuradio-${PKGVERSION}/README.fcd
-share/gnuradio/examples/fcd/fcd_apt_rx.grc
-share/gnuradio/examples/fcd/fcd_fft.grc
-share/gnuradio/examples/fcd/fcd_nfm_rx
-share/gnuradio/examples/fcd/fcd_nfm_rx.grc
-share/gnuradio/grc/blocks/fcd_source_c.xml
diff -r 06d17afafa0e -r d614075ab504 ham/gnuradio-fcd/buildlink3.mk
--- a/ham/gnuradio-fcd/buildlink3.mk    Tue Aug 18 04:02:03 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2014/10/13 12:51:09 mef Exp $
-
-BUILDLINK_TREE+=       gnuradio-fcd
-
-.if !defined(GNURADIO_FCD_BUILDLINK3_MK)
-GNURADIO_FCD_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.gnuradio-fcd+=   gnuradio-fcd>=3.7.5
-BUILDLINK_ABI_DEPENDS.gnuradio-fcd+=   gnuradio-fcd>=3.7.5
-BUILDLINK_PKGSRCDIR.gnuradio-fcd?=     ../../ham/gnuradio-fcd
-.endif # GNURADIO_FCD_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -gnuradio-fcd
diff -r 06d17afafa0e -r d614075ab504 ham/gnuradio-noaa/DESCR
--- a/ham/gnuradio-noaa/DESCR   Tue Aug 18 04:02:03 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-GNU Radio is a collection of software that when combined with minimal hardware,
-allows the construction of radios where the actual waveforms transmitted and
-received are defined by software. What this means is that it turns the digital
-modulation schemes used in today's high performance wireless devices into
-software problems.
-
-This provde NOAA, Weather Satellite Reception module.
diff -r 06d17afafa0e -r d614075ab504 ham/gnuradio-noaa/Makefile
--- a/ham/gnuradio-noaa/Makefile        Tue Aug 18 04:02:03 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2020/05/06 14:04:41 adam Exp $
-
-PKGNAME=       gnuradio-noaa-${VERSION}
-PKGREVISION=   4
-COMMENT=       NOAA, Weather Satellite Reception module of GNU Radio
-
-.include       "../../ham/gnuradio-core/Makefile.common"
-.include       "../../ham/gnuradio-core/Nocore.mk"
-
-CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
-CMAKE_ARGS+=   -DENABLE_GR_NOAA=ON
-
-.include       "../../mk/bsd.pkg.mk"
diff -r 06d17afafa0e -r d614075ab504 ham/gnuradio-noaa/PLIST
--- a/ham/gnuradio-noaa/PLIST   Tue Aug 18 04:02:03 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2014/10/28 16:59:33 mef Exp $
-include/gnuradio/noaa/api.h
-include/gnuradio/noaa/hrpt.h
-include/gnuradio/noaa/hrpt_decoder.h
-include/gnuradio/noaa/hrpt_deframer.h
-include/gnuradio/noaa/hrpt_pll_cf.h
-include/gnuradio/swig/noaa_swig.i
-include/gnuradio/swig/noaa_swig_doc.i
-lib/libgnuradio-noaa.so
-lib/libgnuradio-noaa.so.${PKGVERSION}
-lib/pkgconfig/gnuradio-noaa.pc



Home | Main Index | Thread Index | Old Index