The NetBSD Project

CVS log for pkgsrc/ham/gnuradio-examples/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / ham / gnuradio-examples

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.27 / (download) - annotate - [select for diffs], Fri Mar 9 12:34:14 2012 UTC (2 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Bump PKGREVISION for python default version change to 2.7.
py-* not affected, since it built different versions depending on the
setting already.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Mar 3 00:13:20 2012 UTC (2 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Recursive bump for pcre-8.30* (shlib major change)

Revision 1.25 / (download) - annotate - [select for diffs], Wed Feb 29 16:32:24 2012 UTC (2 months, 3 weeks ago) by hans
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Recursive bump from devel/boost-libs update.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Feb 6 12:40:39 2012 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Jan 9 02:54:27 2012 UTC (4 months, 2 weeks ago) by obache
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Recursive bump from boost-libs shlib bump.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Nov 1 06:01:49 2011 UTC (6 months, 3 weeks ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Recursive bump for graphics/freetype2 buildlink addition.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Oct 19 06:13:01 2011 UTC (7 months ago) by obache
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Recursive Bump from boost-libs ABI bump.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Apr 22 13:43:53 2011 UTC (13 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Jan 13 13:38:25 2011 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Nov 15 22:57:30 2010 UTC (18 months, 1 week ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome

Revision 1.17 / (download) - annotate - [select for diffs], Wed Sep 15 09:38:44 2010 UTC (20 months, 1 week ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.16: +0 -52 lines
Diff to previous 1.16 (colored)

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

Revision 1.16 / (download) - annotate - [select for diffs], Tue Sep 14 11:02:06 2010 UTC (20 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Jun 13 22:44:47 2010 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Jan 18 09:59:10 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Second try at jpeg-8 recursive PKGREVISION bump.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Aug 26 19:57:53 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

bump revision because of graphics/jpeg update

Revision 1.12 / (download) - annotate - [select for diffs], Wed Aug 12 12:21:40 2009 UTC (2 years, 9 months ago) by markd
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

Update to gnuradio 3.2

many new features and bugfixes.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Mar 4 15:51:59 2008 UTC (4 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.10: +5 -3 lines
Diff to previous 1.10 (colored)

Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Aug 8 03:10:17 2007 UTC (4 years, 9 months ago) by wulf
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Updated gnuradio-examples to 3.0.4:

        * Updated license to GPLv3
	* Bug fixes

Revision 1.9 / (download) - annotate - [select for diffs], Mon Nov 13 17:17:33 2006 UTC (5 years, 6 months ago) by wulf
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.8: +90 -57 lines
Diff to previous 1.8 (colored)

Updated gnuradio-examples to 3.0.2:
The following new examples categories were added to this package:

	* apss
	* channel-coding
	* digital-voice
	* multi-antenna
	* multi-usrp
	* networking

Revision 1.8 / (download) - annotate - [select for diffs], Thu May 11 11:09:53 2006 UTC (6 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.7: +17 -16 lines
Diff to previous 1.7 (colored)

Fixed pkglint warnings.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Apr 27 03:07:42 2006 UTC (6 years, 1 month ago) by wulf
Branch: MAIN
Changes since 1.6: +5 -4 lines
Diff to previous 1.6 (colored)

Update gnuradio-examples to 0.7:
	* added dboard supoprt
	* new multi-usrp examples
	* new xmit example using 2 daugherboars
	* doc fixes

Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 17 13:46:37 2006 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:41 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 24 07:32:17 2006 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Dec 11 11:51:38 2005 UTC (6 years, 5 months ago) by wulf
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.2: +25 -21 lines
Diff to previous 1.2 (colored)

Update gnuradio-examples to 0.5:

	* examples now use new usrp library
	* many bug fixes

Revision 1.2 / (download) - annotate - [select for diffs], Tue Oct 11 12:02:14 2005 UTC (6 years, 7 months ago) by wulf
Branch: MAIN
Changes since 1.1: +45 -1 lines
Diff to previous 1.1 (colored)

Patch python scripts to execute correct python binary

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 7 23:02:54 2005 UTC (6 years, 7 months ago) by wulf
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

New package gnuradio-examples: This modules provides examples that
demonstrate the use of GNU Radio

Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 7 23:02:54 2005 UTC (6 years, 7 months ago) by wulf
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>