Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 8A84C63B95D for ; Wed, 15 Sep 2010 09:38:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 371BF63B101; Wed, 15 Sep 2010 09:38:48 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 17D8063B100 for ; Wed, 15 Sep 2010 09:38:46 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C5DC8175DD; Wed, 15 Sep 2010 09:38:45 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Wed, 15 Sep 2010 09:38:45 +0000 From: Mark Davies Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20100915093845.C5DC8175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: markd Date: Wed Sep 15 09:38:45 UTC 2010 Modified Files: pkgsrc/ham/gnuradio-audio-jack: PLIST pkgsrc/ham/gnuradio-audio-oss: Makefile PLIST pkgsrc/ham/gnuradio-audio-portaudio: PLIST pkgsrc/ham/gnuradio-core: Makefile PLIST pkgsrc/ham/gnuradio-examples: Makefile PLIST pkgsrc/ham/gnuradio-gsm: PLIST pkgsrc/ham/gnuradio-howto: Makefile PLIST distinfo pkgsrc/ham/gnuradio-radio-astronomy: Makefile pkgsrc/ham/gnuradio-trellis: PLIST pkgsrc/ham/gnuradio-usrp: Makefile pkgsrc/ham/gnuradio-video-sdl: PLIST pkgsrc/ham/gnuradio-wxgui: Makefile PLIST pkgsrc/ham/usrp: Makefile PLIST pkgsrc/ham/usrp-docs: Makefile PLIST pkgsrc/meta-pkgs/gnuradio: Makefile.version distinfo pkgsrc/meta-pkgs/gnuradio/patches: patch-ae Added Files: pkgsrc/ham/gnuradio-howto/patches: patch-aa pkgsrc/meta-pkgs/gnuradio/patches: patch-ag patch-ah patch-ai patch-aj patch-ak Removed Files: pkgsrc/meta-pkgs/gnuradio/patches: patch-af Log Message: update gnuradio to version 3.3.0 build: refactor GR_GIT and GR_VERSION Make C++ shared libraries versioned howto: make versioned libraries Changes to gr_udp_{source,sink} for MinGW Ignore ENOPROTOOPT return from setsockopt(SO_LINGER) Use getaddrinfo in gr_udp_{source,sink} Discard data in gr_udp_sink until receiver is started. Updates to udp source/sink (select(), wait, cleanup) Merge branch 'master' into udp Rework UDP source and sink, with incompatible API changes Merge branch 'master' into udp Flush pending errors in gr_udp_sink on disconnect() Add additional conditionalization of networking includes Use -1 as file descriptor "not open" value instead of 0 Identify memory leaks that occur on error conditions Correct update of d_temp_offset (parallel construction) Move initialization of select timeout Defend against a peer that sends an invalid message length. Return immediately when using d_residual. Simplify USE_SELECT usage Add USRP2 clock source parameter to GRC blocks. grc: update UDP source and sink block wrappers gnuradio-core: allow swig to handle exceptions in UDP source/sink gnuradio-core: update copyrights libvrt: remove from 3.3 API. Merge remote branch 'gnuradio/wip/udp_source_sink' Fix erroneous file modes usrp2-firmware: fix missing files in tarball Merge remote branch 'ets/grc-usrp2-clock-source' howto: fix make check for win32, darwin (untested) Remove bogus check for existence of prefix directory. Update incorrectly checked in Makefile.am Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP1. Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP2. Fixed issue with with wrong Makefile.am files being copied Including bitshark_rx.h header file for USRP2 build Updated db_bitshark_rx.c to the proper version that includes the Once and for all, here is the properly updated Makefile.am for the apps Updated to allow BURX support to be built into standard txrx.bin usrp: Cleanup for merge of bitshark daughterboard code Change default bandwidth to 25 MHz to match maximum USRP2 bandwidth Merge branch 'master' into wip/burx_support Merge remote branch 'nldudok1/gr-wxgui_emulate_analog' into master gr-wxgui: Renamed "emulate analog" feature to "use persistence" gr-wxgui: update copyrights gnuradio-core: Disable (temporarily) interpolator tap calculation build: force use of ltmain.sh from libtool 2.2.6b build: use correct comment delimiter build: distribute version controlled ltmain.sh in tarball Merge remote branch 'bitshark/burx_support' into wip/burx_support Revert "build: force use of ltmain.sh from libtool 2.2.6b" Revert "build: distribute version controlled ltmain.sh in tarball" Merge branch 'wip/burx_support' gnuradio-core: removed gr.dd_mpsk_sync_cc block as obsolete grc: rename execution binary from 'grc' to 'gnuradio-companion' Update revision to release 3.3.0-rc1, update autotools Add analog CRT screen afterglow emulation for gr-wxgui To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/ham/gnuradio-audio-jack/PLIST cvs rdiff -u -r1.11 -r1.12 pkgsrc/ham/gnuradio-audio-oss/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/ham/gnuradio-audio-oss/PLIST cvs rdiff -u -r1.2 -r1.3 pkgsrc/ham/gnuradio-audio-portaudio/PLIST cvs rdiff -u -r1.23 -r1.24 pkgsrc/ham/gnuradio-core/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/ham/gnuradio-core/PLIST cvs rdiff -u -r1.16 -r1.17 pkgsrc/ham/gnuradio-examples/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/ham/gnuradio-examples/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/ham/gnuradio-gsm/PLIST cvs rdiff -u -r1.11 -r1.12 pkgsrc/ham/gnuradio-howto/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/ham/gnuradio-howto/PLIST cvs rdiff -u -r1.7 -r1.8 pkgsrc/ham/gnuradio-howto/distinfo cvs rdiff -u -r0 -r1.3 pkgsrc/ham/gnuradio-howto/patches/patch-aa cvs rdiff -u -r1.9 -r1.10 pkgsrc/ham/gnuradio-radio-astronomy/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/ham/gnuradio-trellis/PLIST cvs rdiff -u -r1.11 -r1.12 pkgsrc/ham/gnuradio-usrp/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/ham/gnuradio-video-sdl/PLIST cvs rdiff -u -r1.19 -r1.20 pkgsrc/ham/gnuradio-wxgui/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/ham/gnuradio-wxgui/PLIST cvs rdiff -u -r1.13 -r1.14 pkgsrc/ham/usrp/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/ham/usrp/PLIST cvs rdiff -u -r1.10 -r1.11 pkgsrc/ham/usrp-docs/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/ham/usrp-docs/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/meta-pkgs/gnuradio/Makefile.version \ pkgsrc/meta-pkgs/gnuradio/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/meta-pkgs/gnuradio/patches/patch-ae cvs rdiff -u -r1.1 -r0 pkgsrc/meta-pkgs/gnuradio/patches/patch-af cvs rdiff -u -r0 -r1.1 pkgsrc/meta-pkgs/gnuradio/patches/patch-ag \ pkgsrc/meta-pkgs/gnuradio/patches/patch-ah \ pkgsrc/meta-pkgs/gnuradio/patches/patch-ai \ pkgsrc/meta-pkgs/gnuradio/patches/patch-aj \ pkgsrc/meta-pkgs/gnuradio/patches/patch-ak Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.