pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gnuradio-pager: remove, dropped by upstream
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Sun Aug 2 12:19:13 2020 +0200
Changeset: 1825ef55539f15539190d777a988ab3e9a2baaf5
Modified Files:
Makefile
Removed Files:
gnuradio-pager/DESCR
gnuradio-pager/Makefile
gnuradio-pager/PLIST
gnuradio-pager/TODO
gnuradio-pager/buildlink3.mk
Log Message:
gnuradio-pager: remove, dropped by upstream
No known transition path, sorry.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1825ef55539f15539190d777a988ab3e9a2baaf5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
gnuradio-pager/DESCR | 7 -------
gnuradio-pager/Makefile | 19 -------------------
gnuradio-pager/PLIST | 31 -------------------------------
gnuradio-pager/TODO | 2 --
gnuradio-pager/buildlink3.mk | 23 -----------------------
6 files changed, 83 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 017992ed0c..59f6a1d25e 100644
--- a/Makefile
+++ b/Makefile
@@ -1181,7 +1181,6 @@ SUBDIR+= gnuradio-digital
SUBDIR+= gnuradio-doxygen
SUBDIR+= gnuradio-dtv
SUBDIR+= gnuradio-fec
-SUBDIR+= gnuradio-pager
SUBDIR+= gnuradio-qtgui
SUBDIR+= gnuradio-trellis
SUBDIR+= gnuradio-uhd
diff --git a/gnuradio-pager/DESCR b/gnuradio-pager/DESCR
deleted file mode 100644
index faaf9f7160..0000000000
--- a/gnuradio-pager/DESCR
+++ /dev/null
@@ -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 package implements a FLEX radiopager receiver/demodulator.
diff --git a/gnuradio-pager/Makefile b/gnuradio-pager/Makefile
deleted file mode 100644
index 6677cf0f35..0000000000
--- a/gnuradio-pager/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2019/08/22 12:23:22 ryoon Exp $
-
-PKGNAME= gnuradio-pager-${VERSION}
-COMMENT= FLEX radiopager receiver/demodulator of GNU Radio
-
-.include "../../wip/gnuradio-core/Makefile.common"
-.include "../../wip/gnuradio-core/Nocore.mk"
-
-CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
-CMAKE_ARGS+= -DENABLE_GR_PAGER=ON
-
-.include "../../mk/bsd.pkg.mk"
-
-# -- Dependency Boost_FOUND = 1
-# -- Dependency ENABLE_GNURADIO_RUNTIME = ON
-# -- Dependency ENABLE_GR_FILTER = ON
-# -- Dependency ENABLE_GR_ANALOG = ON
-# -- Enabling gr-pager support.
-# -- Override with -DENABLE_GR_PAGER=ON/OFF
diff --git a/gnuradio-pager/PLIST b/gnuradio-pager/PLIST
deleted file mode 100644
index 43ba218c18..0000000000
--- a/gnuradio-pager/PLIST
+++ /dev/null
@@ -1,31 +0,0 @@
-@comment $NetBSD$
-@pkgdir share/gnuradio/examples/volk_benchmark
-@pkgdir share/gnuradio/examples/tags
-@pkgdir share/gnuradio/examples/network
-@pkgdir share/gnuradio/examples/mp-sched
-@pkgdir share/gnuradio/examples/metadata
-@pkgdir share/gnuradio/examples/filter
-@pkgdir share/gnuradio/examples/blocks
-@pkgdir share/gnuradio/examples/audio
-@pkgdir share/gnuradio/examples/analog
-@pkgdir share/doc/gnuradio-${PKGVERSION}
-@pkgdir lib/python${PYVERSSUFFIX}/site-packages/pmt
-@pkgdir lib/python${PYVERSSUFFIX}/site-packages/gnuradio/gru
-@pkgdir lib/python${PYVERSSUFFIX}/site-packages/gnuradio/gr
-@pkgdir lib/python${PYVERSSUFFIX}/site-packages/gnuradio/filter
-@pkgdir lib/python${PYVERSSUFFIX}/site-packages/gnuradio/fft
-@pkgdir lib/python${PYVERSSUFFIX}/site-packages/gnuradio/blocks
-@pkgdir lib/python${PYVERSSUFFIX}/site-packages/gnuradio/audio
-@pkgdir lib/python${PYVERSSUFFIX}/site-packages/gnuradio/analog
-@pkgdir lib/pkgconfig
-@pkgdir lib/cmake/gnuradio
-@pkgdir include/pmt
-@pkgdir include/gnuradio/thread
-@pkgdir include/gnuradio/swig
-@pkgdir include/gnuradio/messages
-@pkgdir include/gnuradio/filter
-@pkgdir include/gnuradio/fft
-@pkgdir include/gnuradio/blocks
-@pkgdir include/gnuradio/audio
-@pkgdir include/gnuradio/analog
-@pkgdir bin
diff --git a/gnuradio-pager/TODO b/gnuradio-pager/TODO
deleted file mode 100644
index 525aebd709..0000000000
--- a/gnuradio-pager/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-To investigate:
-Something is broken here, no files are installed by the package.
diff --git a/gnuradio-pager/buildlink3.mk b/gnuradio-pager/buildlink3.mk
deleted file mode 100644
index e6dc276d36..0000000000
--- a/gnuradio-pager/buildlink3.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2014/10/13 12:51:09 mef Exp $
-
-BUILDLINK_TREE+= gnuradio-pager
-
-.if !defined(GNURADIO_PAGER_BUILDLINK3_MK)
-GNURADIO_PAGER_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.gnuradio-pager+= gnuradio-pager>=3.8.1.0
-BUILDLINK_ABI_DEPENDS.gnuradio-pager+= gnuradio-pager>=3.8.1.0
-BUILDLINK_PKGSRCDIR.gnuradio-pager?= ../../wip/gnuradio-pager
-
-#.include "../../devel/boost-headers/buildlink3.mk"
-#.include "../../devel/boost-libs/buildlink3.mk"
-#.include "../../devel/cppunit/buildlink3.mk"
-#.include "../../devel/swig2/buildlink3.mk"
-#.include "../../lang/python/application.mk"
-#.include "../../lang/python/extension.mk"
-#.include "../../lang/python/pyversion.mk"
-#.include "../../math/fftwf/buildlink3.mk"
-#.include "../../math/gsl/buildlink3.mk"
-.endif # GNURADIO_PAGER_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -gnuradio-pager
Home |
Main Index |
Thread Index |
Old Index