pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/gnuradio New package gnuradio-2.5: Initial c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71e813f8e707
branches:  trunk
changeset: 500416:71e813f8e707
user:      wulf <wulf%pkgsrc.org@localhost>
date:      Fri Oct 07 22:50:50 2005 +0000

description:
New package gnuradio-2.5: Initial commit of a meta-package for GNU Radio,
a digital signal processing development kit.

diffstat:

 meta-pkgs/gnuradio/DESCR           |   5 +++++
 meta-pkgs/gnuradio/Makefile        |  29 +++++++++++++++++++++++++++++
 meta-pkgs/gnuradio/Makefile.common |  25 +++++++++++++++++++++++++
 meta-pkgs/gnuradio/PLIST           |   2 ++
 4 files changed, 61 insertions(+), 0 deletions(-)

diffs (77 lines):

diff -r a9f189f35eff -r 71e813f8e707 meta-pkgs/gnuradio/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/gnuradio/DESCR  Fri Oct 07 22:50:50 2005 +0000
@@ -0,0 +1,5 @@
+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.
diff -r a9f189f35eff -r 71e813f8e707 meta-pkgs/gnuradio/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/gnuradio/Makefile       Fri Oct 07 22:50:50 2005 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/07 22:50:50 wulf Exp $
+
+DISTNAME=      gnuradio-2.5
+CATEGORIES=    meta-pkgs ham gnuradio
+MASTER_SITES=  # empty
+DISTFILES=     # empty
+
+MAINTAINER=    wulf%NetBSD.org@localhost
+HOMEPAGE=      http://www.gnu.org/software/gnuradio/
+COMMENT=       "meta-package" for GNU Radio
+
+DEPENDS+=      gnuradio-core-2.5{,nb[0-9]*}:../../ham/gnuradio-core
+DEPENDS+=      gnuradio-audio-oss-0.6{,nb[0-9]*}:../../ham/gnuradio-audio-oss
+DEPENDS+=      gnuradio-gsm-fr-vocoder-0.1{,nb[0-9]*}:../../ham/gnuradio-gsm-fr-vocoder
+DEPENDS+=      usrp-0.8{,nb[0-9]*}:../../ham/usrp
+DEPENDS+=      gnuradio-usrp-0.5{,nb[0-9]*}:../../ham/gnuradio-usrp
+DEPENDS+=      gnuradio-wxgui-0.3{,nb[0-9]*}:../../ham/gnuradio-wxgui
+DEPENDS+=      gnuradio-examples-0.4{,nb[0-9]*}:../../ham/gnuradio-examples
+DEPENDS+=      gnuradio-howto-0.3{,nb[0-9]*}:../../ham/gnuradio-howto
+
+EXTRACT_ONLY=  # empty
+NO_CHECKSUM=   yes
+NO_CONFIGURE=  yes
+NO_BUILD=      yes
+NO_MTREE=      yes
+
+do-install:    # empty
+
+.include "../../mk/bsd.pkg.mk"
diff -r a9f189f35eff -r 71e813f8e707 meta-pkgs/gnuradio/Makefile.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/gnuradio/Makefile.common        Fri Oct 07 22:50:50 2005 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile.common,v 1.1.1.1 2005/10/07 22:50:50 wulf Exp $
+#
+# This Makefile fragment is included at the top of package Makefiles for
+# GNU Radio distributed packages (they all share common configure and build
+# settings).
+
+CATEGORIES+=   ham
+MASTER_SITES?= ${MASTER_SITE_GNU:=gnuradio/}
+
+MAINTAINER?=   wulf%NetBSD.org@localhost
+HOMEPAGE?=     http://www.gnu.org/software/gnuradio/
+
+USE_LIBTOOL=   yes
+GNU_CONFIGURE= yes
+USE_TOOLS+=    gmake automake autoconf pkg-config
+
+BUILD_DEPENDS+=doxygen>=1.4.3nb1:../../devel/doxygen
+
+PY_PATCHPLIST= yes
+PYTHON_VERSIONS_ACCEPTED=      24 23
+
+pre-configure:
+       cd ${WRKSRC}; ./bootstrap
+
+.include "../../mk/bsd.prefs.mk"
diff -r a9f189f35eff -r 71e813f8e707 meta-pkgs/gnuradio/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/gnuradio/PLIST  Fri Oct 07 22:50:50 2005 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/07 22:50:50 wulf Exp $
+@comment this plist intentionally left empty



Home | Main Index | Thread Index | Old Index