summaryrefslogtreecommitdiff
path: root/ham
AgeCommit message (Collapse)AuthorFilesLines
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-2/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-28Updated hamlib to 1.2.5:wulf4-23/+8
New in 1.2.5: * frontend API: support for clonable rigs rigmem: CSV format change rigctl: new send_cmd for protocol debugging purpose easy USB devices support * new models: AR8600, AR2700, DWT (DLL based under Windows, libusb based under other OS, need test) * fixes: big AOR update, AR7030, Orion, NRD-545, RX-320, FT-817, FT-990, TS-2000, Easycomm * port: BSD fix of parallel port support
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg25-44/+50
2006-01-24Use PTHREAD_AUTO_VARS for thread linkage.joerg1-1/+2
2006-01-24Add DragonFly support. Fix an ambigious statement.joerg13-21/+359
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz17-21/+34
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-20- Added a patch for ISO C90 compatibility.rillig4-15/+35
- Fixed all pkglint -Wall warnings.
2006-01-15Updated xlog to 1.3: Changes include -wulf3-8/+10
* Improved responsiveness when opening large logs * Remarks entry are now multi-line * New menu for importing logs * Numerous bug fixes
2006-01-15Added and enabled gpredict: A realtime satellite tracking programwulf1-1/+2
2006-01-15Initial commit of gpredict 0.5.2: A realtime satellite tracking programwulf5-0/+112
2006-01-15Update after devel/swig13 been moved to devel/swig.kristerw1-2/+2
2006-01-14Updated cwtext to 0.95:wulf2-6/+6
Big changes in cwpcm: -f FFFF Set frequency (40 to 3200 Hz) -w NN Set the rate (WPM) -F NN Set the character (Farnsworth) rate -v NN Set the volume (0 to 100%)
2006-01-14Updated tlf to 0.9.27: bug fix releasewulf2-7/+6
2006-01-14Updated yaesu to 0.13:wulf6-63/+48
2006-01-12Use devel/swig instead of devel/swig13, now the latter has beenwiz1-2/+2
moved to the former.
2006-01-09Add DragonFly support.joerg4-7/+102
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz1-1/+2
Bump BUILDLINK_RECOMMENDED.
2005-12-30DragonFly ~= NetBSD, at least here.joerg2-4/+13
2005-12-30Add DragonFly support.joerg3-1/+38
2005-12-17Added code to generate and install missing gnuradio-core documentation files.wulf2-124/+5059
2005-12-11Update gnuradio-howto to 0.4: Changes to autoconf fileswulf2-7/+6
2005-12-11Update gnuradio-examples to 0.5:wulf3-45/+53
* examples now use new usrp library * many bug fixes
2005-12-11Update gnuradio-wxgui to 0.4:wulf3-11/+19
* new tools for building forms based GUIs * added support for x86_64 * added support for ShuttlePRO v2 * added support for Griffin PowerMate and Contour Shuttle/Jog USB knob * several code optimizations * many bug fixes
2005-12-11Updated gnuradio-usrp to 0.6:wulf3-13/+34
* changed naming convention for daughter boards * support for new daughter boards * added x86_64 support * several code optimizations * many bug fixes
2005-12-11Updated usrp to 0.9:wulf4-172/+200
* updated usrp firmware * new auto T/R switching code * added new dependencies * new burn-db-eeprom * new code to minimize transmit buffering * many other code optimizations * several bug fixes
2005-12-11Updated gnuradio-gsm to 0.2: Several fixes applied to autoconf fileswulf2-6/+6
2005-12-11Update gnuradio-audio-oss to 0.7: Several fixes applied to autoconf fileswulf2-7/+6
2005-12-11Update gnuradio-core to 2.6:wulf5-4229/+145
* several new methods added * many bugfixes * code speed optimization
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig4-8/+10
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
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-11-03Removed empty line from PLIST.rillig1-2/+1
2005-10-25Updated PLIST after version change of devel/doxygenwulf2-541/+12
2005-10-11Patch python scripts to execute correct python binarywulf2-2/+51
2005-10-11Patch python scripts to use correct python binarywulf1-1/+6
2005-10-11Patch python scripts to execute correct python binarywulf1-1/+5
2005-10-07Added and enabledwulf1-2/+10
gnuradio-audio-oss gnuradio-core gnuradio-examples gnuradio-gsm gnuradio-howto gnuradio-usrp gnuradio-wxgui usrp packages that are part of the GNU Radio project, a digital signal processing development kit.
2005-10-07New package gnuradio-gsm: This package contains the GNU Radiowulf4-0/+36
GSM 06.10 13kbit/sec voice encoder/decoder
2005-10-07New package usrp: This module contains the non GNU Radio specific libraries,wulf5-0/+246
firmware and FPGA code for the Universal Software Radio Peripheral (USRP), a low-cost and high-speed implementation of the GNU Radio hardware.
2005-10-07New package gnuradio-audio-oss: This module provides Open Sound System (OSS)wulf4-0/+34
support for GNU Radio.
2005-10-07New package gnuradio-wxgui: This module contains the graphical user interfacewulf5-0/+70
framework based on wxPython
2005-10-07New package gnuradio-usrp: This module provides support for the GNU Radiowulf4-0/+55
specific part of the Universal Software Peripheral (USRP) hardware
2005-10-07New package gnuradio-howto: This module provides the documentation onwulf4-0/+34
how to write a new GNU Radio signal processing block
2005-10-07New package gnuradio-examples: This modules provides examples thatwulf4-0/+83
demonstrate the use of GNU Radio
2005-10-07Added new package gnuradio-core-2.5: This module provides the runtimewulf5-0/+5233
and digital signal processing blocks for GNU Radio.
2005-09-28Removed duplicate RCS Id.rillig1-2/+1
2005-09-28Removed trailing white-space.rillig2-4/+4
2005-09-28Fix quoting problem in autoconf file.wiz2-1/+15
Since this only interests few people, no PKGREVISION bump.
2005-09-26Add missing files to PLIST, bump PKGREVISION.wiz2-2/+5
2005-09-26Add missing file to PLIST, sort. Bump PKGREVISION.wiz2-7/+9