pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gr-fcdproplus: Remove as abandoned upstream
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Sun Jun 1 12:56:43 2025 -0400
Changeset: e6d5bf58c8627f01ed182e88d40d806e75f322f1
Modified Files:
Makefile
Removed Files:
gr-fcdproplus/DESCR
gr-fcdproplus/Makefile
gr-fcdproplus/PLIST
gr-fcdproplus/buildlink3.mk
gr-fcdproplus/distinfo
Log Message:
gr-fcdproplus: Remove as abandoned upstream
Upstream recommends gr-funcube instead. I have left gr-fcdproplus-git
as a helpful source from which to steal, until gr-funcube works.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e6d5bf58c8627f01ed182e88d40d806e75f322f1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
gr-fcdproplus/DESCR | 6 ------
gr-fcdproplus/Makefile | 36 ------------------------------------
gr-fcdproplus/PLIST | 15 ---------------
gr-fcdproplus/buildlink3.mk | 13 -------------
gr-fcdproplus/distinfo | 5 -----
6 files changed, 76 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index a20ad8f917..23dd01ce20 100644
--- a/Makefile
+++ b/Makefile
@@ -1403,7 +1403,6 @@ SUBDIR+= gprlib
SUBDIR+= gpsdrive
SUBDIR+= gptfdisk
SUBDIR+= gpx2shp
-SUBDIR+= gr-fcdproplus
SUBDIR+= gr-fcdproplus-git
SUBDIR+= gr-funcube
SUBDIR+= gr-gsm
diff --git a/gr-fcdproplus/DESCR b/gr-fcdproplus/DESCR
deleted file mode 100644
index 67152243e8..0000000000
--- a/gr-fcdproplus/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-gr-fcdproplus is an linux and OSX addon for gnuradio to implement a
-funcube dongle pro+ source.
-On linux autodetects the correct soundcard from /proc/asound/cards.
-This idea was taken from the osmosdr drivers.
-
-To control the device the hidraw code of the hidapi is used.
diff --git a/gr-fcdproplus/Makefile b/gr-fcdproplus/Makefile
deleted file mode 100644
index a5082e6a4e..0000000000
--- a/gr-fcdproplus/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.15 2019/08/22 12:23:24 ryoon Exp $
-
-DISTNAME= gr-fcdproplus_3.7.11.orig
-PKGNAME= ${DISTNAME:S/_/-/S/.orig//}
-PKGREVISION= 13
-CATEGORIES= ham
-MASTER_SITES+= ${MASTER_SITE_DEBIAN:=pool/main/g/gr-fcdproplus/}
-EXTRACT_SUFX= .tar.xz
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/dl1ksv/gr-fcdproplus
-COMMENT= Addon for funcube dongle pro+ to GNU Radio
-LICENSE= gnu-gpl-v2
-
-USE_LANGUAGES= c c++
-USE_TOOLS= cmake
-USE_CMAKE= yes
-
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
-CXXFLAGS+= -I${PREFIX}/include/libusb-1.0
-
-# Suppress warning for developer
-CMAKE_CONFIGURE_ARGS+= -Wno-dev
-CMAKE_CONFIGURE_ARGS+= -DGNURADIO_RUNTIME_INCLUDE_DIRS=${PREFIX}/include
-PLIST_SUBST+= PYSITELIB=${PYSITELIB}
-
-CFLAGS+= -I${PREFIX}/include/libusb-1.0
-
-.include "../../devel/boost-headers/buildlink3.mk"
-.include "../../devel/boost-libs/buildlink3.mk"
-.include "../../devel/libusb1/buildlink3.mk"
-.include "../../lang/python/application.mk"
-.include "../../lang/python/pyversion.mk"
-.include "../../ham/gnuradio-core/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/gr-fcdproplus/PLIST b/gr-fcdproplus/PLIST
deleted file mode 100644
index de646d8038..0000000000
--- a/gr-fcdproplus/PLIST
+++ /dev/null
@@ -1,15 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/10/13 13:07:13 mef Exp $
-include/fcdproplus/api.h
-include/fcdproplus/fcdproplus.h
-include/fcdproplus/fcdproplus/swig/fcdproplus_swig.i
-include/fcdproplus/fcdproplus/swig/fcdproplus_swig_doc.i
-lib/libgnuradio-fcdproplus.so
-lib/pkgconfig/gnuradio-fcdproplus.pc
-${PYSITELIB}/fcdproplus/__init__.py
-${PYSITELIB}/fcdproplus/__init__.pyc
-${PYSITELIB}/fcdproplus/__init__.pyo
-${PYSITELIB}/fcdproplus/_fcdproplus_swig.so
-${PYSITELIB}/fcdproplus/fcdproplus_swig.py
-${PYSITELIB}/fcdproplus/fcdproplus_swig.pyc
-${PYSITELIB}/fcdproplus/fcdproplus_swig.pyo
-share/gnuradio/grc/blocks/fcdproplus_fcdproplus.xml
diff --git a/gr-fcdproplus/buildlink3.mk b/gr-fcdproplus/buildlink3.mk
deleted file mode 100644
index 02967d7953..0000000000
--- a/gr-fcdproplus/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2014/10/13 13:07:13 mef Exp $
-
-BUILDLINK_TREE+= gr-fcdproplus
-
-.if !defined(GR_FCDPROPLUS_BUILDLINK3_MK)
-GR_FCDPROPLUS_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.gr-fcdproplus+= gr-fcdproplus>=0.1
-BUILDLINK_ABI_DEPENDS.gr-fcdproplus+= gr-fcdproplus>=0.1
-BUILDLINK_PKGSRCDIR.gr-fcdproplus?= ../../ham/gr-fcdproplus
-.endif # GR_FCDPROPLUS_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -gr-fcdproplus
diff --git a/gr-fcdproplus/distinfo b/gr-fcdproplus/distinfo
deleted file mode 100644
index bbf23fd789..0000000000
--- a/gr-fcdproplus/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/11/02 23:57:23 agc Exp $
-
-RMD160 (gr-fcdproplus_3.7.11.orig.tar.xz) = 571c4e698bd68d3f162cabb9dea03c7d4683ab10
-SHA512 (gr-fcdproplus_3.7.11.orig.tar.xz) = 43931eaba7bc299c063925b83653177c24d1e23bf36074f698d6396d9e4882ac55e4ca1b75c769d7a71c24121f978170c0d4ab3ed447a27492466d7420507bfa
-Size (gr-fcdproplus_3.7.11.orig.tar.xz) = 102896 bytes
Home |
Main Index |
Thread Index |
Old Index