pkgsrc-WIP-changes archive

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

gqrx: add non-working skeleton package



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%ir.bbn.com@localhost>
Pushed By:	gdt
Date:		Sun Jun 26 18:52:11 2016 -0400
Changeset:	43361205247afd05fcd7a1efb2efdb8a77e8b81a

Modified Files:
	Makefile
Added Files:
	gqrx/DESCR
	gqrx/Makefile
	gqrx/PLIST
	gqrx/TODO
	gqrx/distinfo

Log Message:
gqrx: add non-working skeleton package

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=43361205247afd05fcd7a1efb2efdb8a77e8b81a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile      |  1 +
 gqrx/DESCR    |  0
 gqrx/Makefile | 27 +++++++++++++++++++++++++++
 gqrx/PLIST    |  1 +
 gqrx/TODO     |  1 +
 gqrx/distinfo |  6 ++++++
 6 files changed, 36 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 63b2040..3016878 100644
--- a/Makefile
+++ b/Makefile
@@ -966,6 +966,7 @@ SUBDIR+=	gpak
 SUBDIR+=	gplbasic
 SUBDIR+=	gpsdrive
 SUBDIR+=	gpx2shp
+SUBDIR+=	gqrx
 SUBDIR+=	gr-fcdproplus-git
 SUBDIR+=	gr-osmosdr-git
 SUBDIR+=	gradle
diff --git a/gqrx/DESCR b/gqrx/DESCR
new file mode 100644
index 0000000..e69de29
diff --git a/gqrx/Makefile b/gqrx/Makefile
new file mode 100644
index 0000000..1f162dd
--- /dev/null
+++ b/gqrx/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+VERSION=	2.5.3
+
+DISTNAME=	gqrx-sdr-src-${VERSION}
+CATEGORIES=	wip
+MASTER_SITES=	https://github.com/csete/gqrx/releases/download/v${VERSION}/
+EXTRACT_SUFX=	.tar.xz
+
+MAINTAINER=	gdt%netbsd.org@localhost
+HOMEPAGE=	http://gqrx.dk/
+COMMENT=	SDR GUI using GNU Radio
+LICENSE=	gnu-gpl-v3
+
+#WRKSRC=		${WRKDIR}/gqrx-sdr-${VERSION}
+USE_CMAKE=	yes
+USE_LANGUAGES=	c c++
+
+.include "../../ham/gnuradio-core/buildlink3.mk"
+.include "../../ham/gnuradio-digital/buildlink3.mk"
+.include "../../ham/gnuradio-utils/buildlink3.mk"
+
+.include "../../ham/rtl-sdr/buildlink3.mk"
+
+.include "../../x11/qt4-libs/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/gqrx/PLIST b/gqrx/PLIST
new file mode 100644
index 0000000..48d96a5
--- /dev/null
+++ b/gqrx/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/gqrx/TODO b/gqrx/TODO
new file mode 100644
index 0000000..10379f1
--- /dev/null
+++ b/gqrx/TODO
@@ -0,0 +1 @@
+This is a skeleton which does not yet build.
diff --git a/gqrx/distinfo b/gqrx/distinfo
new file mode 100644
index 0000000..a115061
--- /dev/null
+++ b/gqrx/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (gqrx-sdr-src-2.5.3.tar.xz) = d42054aa3a09d2cfe47049bf00e542d29a13b8b2
+RMD160 (gqrx-sdr-src-2.5.3.tar.xz) = c1f2daae43bcb8cc31ba8e3b497cf3643ed8de72
+SHA512 (gqrx-sdr-src-2.5.3.tar.xz) = 9e0dcd58501daa3d9b94f4eb16eb9b4578d354f77d83fa785ffa0128742d1f4cb4ddd4a666d10ce2939194b223b7754679ee114632ce5df68834b97536c15110
+Size (gqrx-sdr-src-2.5.3.tar.xz) = 759824 bytes


Home | Main Index | Thread Index | Old Index