summaryrefslogtreecommitdiff
path: root/ham/gnuradio-core
AgeCommit message (Collapse)AuthorFilesLines
2009-09-11Mark gnuradio packages as not MAKE_JOBS_SAFE.joerg4-63/+1
Share patches and distinfo, overwrite for gnuradio-howto as the only exception. Fix gnuradio-core-docs to do something useful and mark it as user-destdir ready.
2009-08-24Workaround for the problem where the configure scripts attempts to use ahasso2-1/+23
fortran compiler to test usability of the Python.h and obviously fails. Happens on DragonFly, but doesn't NetBSD.
2009-08-12Update to gnuradio 3.2markd11-225/+367
many new features and bugfixes.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-11/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-03-15DESTDIR safe. Fix build on NetBSD-current.joerg3-2/+20
2008-01-04Bump PKGREVISION due to boost update to 1.34.1.jmmv1-1/+2
2007-08-08Updated gnuradio-core to 3.0.4:wulf5-31/+19
* Updated license to GPLv3 * Fixed shared memory leak on NetBSD * Many bug fixes
2006-12-01Updated gnuradio-core to 3.0.2nb1:wulf2-2/+4
Added patch-ag that fixes a bug in gr.firdes.band_reject() function
2006-12-01Added patch-ag that fixes a bug in gr.firdes.band_reject() functionwulf1-0/+13
2006-11-19Added gnuradio-core/src/lib/swig/gen-swig-bug-fix to PYTHON_PATCH_SCRIPT list.wulf1-1/+2
2006-11-13Updated gnuradio-core to 3.0.2:wulf10-6438/+386
GNU Radio Core has seen the addition of many new features and bug fixes of which some are listed below: * bugfix in multiple stream support * addition of AGC to GMSK code * new accessor for threshold * new bits_per_baud parameter to handle QPSK * new function to enable realtime scheduling * new set_sample_rate method * new set_n method * new differential decoder * new general purpose block for searching for access code For more details see gnuradio-core/ChangeLog file
2006-10-14Fixed "test ==".rillig2-1/+17
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07Update for doxygen-1.4.7: some file changes in the PLIST.wiz2-25/+739
Bump PKGREVISION.
2006-05-28Include unistd.h to get close(2) in the public namespace.joerg4-3/+19
Fix PLIST, bump revision.
2006-05-11Fixed pkglint warnings.rillig3-91/+91
2006-04-27Updated gnuradio-core to 2.8: new features and many bug fixeswulf4-4954/+5609
* new squelch block * support for hierachical blocks * new block gr_rms_cf and gr_rms_ff * new forecast method to gr_simple_framer * new block gr_filter_delay_fc * new gmsk
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-3/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-15Update after devel/swig13 been moved to devel/swig.kristerw1-2/+2
2006-01-12Use devel/swig instead of devel/swig13, now the latter has beenwiz1-2/+2
moved to the former.
2005-12-17Added code to generate and install missing gnuradio-core documentation files.wulf2-124/+5059
2005-12-11Update gnuradio-core to 2.6:wulf5-4229/+145
* several new methods added * many bugfixes * code speed optimization
2005-12-01Add some unistd.h includes to get some prototypes, fix conditionaljoerg5-1/+80
inclusion to include sys/time.h and unistd.h even if sys/select.h exist, otherwise not all prototypes and types exist on DragonFly.
2005-10-25Updated PLIST after version change of devel/doxygenwulf1-540/+7
2005-10-11Patch python scripts to execute correct python binarywulf1-1/+6
2005-10-07Added new package gnuradio-core-2.5: This module provides the runtimewulf5-0/+5233
and digital signal processing blocks for GNU Radio.