summaryrefslogtreecommitdiff
path: root/ham
AgeCommit message (Collapse)AuthorFilesLines
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
2005-09-09This package uses libtool and intltool.minskim1-1/+3
2005-09-06Fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs2-5/+5
No pkgrevision bumps needed.
2005-08-16Updated xlog to 1.2.2:wulf3-16/+40
- Changes for xlog version 1.2.1 and 1.2.2 * Debian: correct the Build-Depends line. * This is a bugfix release, which fixes compilation against version 2.4 of the GTK+ libraries. There is no need to upgrade if you use version 2.6 of this library. - Changes for xlog version 1.2 * Import support for the OH1AA logbook. Tested by Jarmo, OH1MRR. * A keyerwindow has been added, opened from the 'Tools -> Keyer' menu. This is a simple interface to cwdaemon and will allow you to run a contest. It features programmable function keys, macro's, switch between CQ and S&P mode, an auto increment counter and short numbers. See the MANUAL for a description. * Ctrl-H opens help, Ctrl-R the keyerwindow. * The list of hamlib-rigs in the preferences dialog is now sorted. Thanks to Jean-Luc F5IBH for proposing. * You can use the 'del' key to delete a selected QSO and the 'insert' key to add a QSO. * We now have slightly different icons for the worked before dialog and the keyer window. * A safe backup method has been added, you can now select a backup directory in the 'Logs' page of the preferences dialog. This directory can be on another drive or on a network mounted directory. Proposed by Matt, GW0VNR. * When using hamlib, only the needed backend is loaded at startup. This saves about 2 Mb of memory compared to the old method, which would load all backends. * When using hamlib it is now possible to use the FCC emission designators for modes. Check the option in the hamlib page of the preferences dialog. Another proposal by Matt, GW0VNR. * When selecting 'Logs -> Merge' or Ctrl-M you are presented with a dialog which can be used to merge 2 logs. * The manual has been rewritten so it can contain images. * To make xlog more HIG compliant, Ctrl-Q will now quit the program and Ctrl-W will close a log. * Fixed a crash when locale conversion fails when reading the manual. Thanks to Boguslaw, SQ5TB for reporting. * Many minor bugfixes. * Slovak translations by Michal Karas, OM4AA. * French MANUAL and FAQ by Jean-Luc Coulon, F5IBH. - Changes for xlog version 1.1 * Several cleanups in the function which creates the main window, the toolbar now uses the GtkAction API, toolbar items are now also accessable through the edit menu and the vertical handlebar can move freely to the left. * "Tab" in the menu has been renamed to "Page". * You can hide the number column by using the log-editor and entering a zero column width for this column. * The BUGS file has been added to the help menu, with a description on how to report bugs. * The logeditor has been redesigned so it fits on a 800x600 display. * Most of the dialogs have been cleaned up and partly rewritten, so they will load faster. * Xlog now correctly recognizes the 60 meters band. Thanks to Harv Nelson, AI9NL for notifying. * At ADIF import, frequencies with a comma are converted to a dot. * A gtk+ version check has been added, which will display an error at startup if the version is below 2.4. * An error will be displayed when trying to load a non-xlog file. * The labels export format has been renamed TSV (Tab Separated Value). * You can decide which fields to export in the TSV format (used by glabels), by going to Settings->Dialogs and checking wanted the fields in the "Save As" page. * When hamlib is enabled, rounding of the digits is now also possible when the s-meter is not visible. * When entering a logname in the new log dialog, dash (-) and underscore (_) are now also allowed. * Polish MANUAL and FAQ added by Boguslaw Ciastek, SQ5TB. * The position of the paned window is now remembered at program exit.
2005-08-15Updated linpsk to 0.8.1:wulf11-143/+58
* Improved RTTY decoder * Setting for slashed 0 now will be saved * Fixed some memory leakages * Removed dependancy on qwindowsstyle.h * Some minor bugfixes
2005-08-14Changed values for MASTER_SITES and HOMEPAGE variables to current hostswulf1-3/+3
2005-08-14Update cwtext to 0.94: Added support for Mail Morsewulf3-7/+9
2005-08-14Updated grig to 0.4.3:wulf4-32/+20
added features and bug fixes including - * removal of rotator and GConf related code * debug level menu * additional command line options * read meter value for TX PWR, SWR and ALC
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam3-9/+6
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-06Converted the Makefiles to the "category normal form", as required byrillig1-2/+1
pkglint.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz3-6/+6
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-16Create directories before installing files into them.jlam4-4/+12
2005-05-25Add RMD160 checksum.wiz1-1/+2
2005-05-23Removed trailing white-space.rillig2-3/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam12-24/+24
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-22According to 1.6.2 bulk build logs, this uses sys/soundcard.h,wiz1-1/+2
so include mk/ossaudio.buildlink3.mk.
2005-04-13Updated hamlib to 1.2.4:wulf2-7/+7
* new frontend API * added support for TS840, VR5000, FT1000MkV * bug fixes for TS570S, AR7030, AR3000A, FT897, IC746 * fixed 64bit int handling * added xBSD parallel support
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv8-16/+8
2005-03-16Added LANGUAGES=c c++. Approved by wiz.rillig1-1/+2
2005-03-16Bugfix for the <pkgsrc_fixes.h> header. Use c.at() instead of c::at().rillig1-1/+1
Approved by wiz.
2005-03-16Added some patches for building on NetBSD-1.6.2 with gcc-2.95.3. Approvedrillig11-2/+241
by wiz.
2005-02-22Add RMD160 digests in addition to the SHA1 digestsagc15-15/+31
2005-01-31Added missing dependency scrollkeeperwulf1-1/+2
2005-01-31Added missing build dependency qt3-toolswulf1-1/+3
2005-01-24Added and enabled gmfsk-0.6: A multimode HF terminal programwulf1-1/+2
2005-01-24Added gmfsk-0.6: A multimode HF terminal programwulf4-0/+62
2005-01-23Added and enabled linpsk, a PSK31 program based on WinPSK 1.0wulf1-1/+2
2005-01-23Added linpsk-0.8.0.4: A PSK31 program based on WinPSK 1.0wulf5-0/+82
2005-01-23Updated xdx to 1.2:wulf4-14/+13
* Fixed compilation against GTK+ version 2.4. * Added spanish translations and manual by Baltasar Perez, EB8AKF. Thanks! * A new option added to the preferences dialog which allows showing/hiding of columns in the spots window.
2005-01-23Updated xlog to 1.0:wulf3-29/+38
Uses GTK 2.4.0 or greater KDE Desktop and mime integration Preview widget added to open dialog New menu added enabling switching of logs Log sorting by date and time Search dialog history added Use of Xml to save and load preferences Fixed bug in the integration of hamlib library Fixed Locator distance calculation Fixed Memory leak Fixed logs filename creation
2004-12-18Always create a ${TOOLS_DIR}/bin/rpcgen to wrap the real rpcgen.jlam1-2/+1
The wrapper will correctly set the CPP environment variable to a stat((2)able path to a C preprocessor, then rely on the PATH to find and invoke the real rpcgen. Remove NO_EXPORT_CPP in package Makefiles where it was used just to avoid problems with rpcgen. The build system now just does the right thing automatically without needing package-specific knowledge. This fixes PR pkg/27272.
2004-12-13Needs pkg-config.minskim2-2/+4
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-11-30Bump PKGREVISION for removal of db3 buildlink3.mk file fromwiz1-2/+2
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-23Update of hamlib to 1.2.3: New models and bugfixes -wulf3-8/+13
* frontend API: LEVEL_SQLSTAT marked as deprecated * new backends: Racal, V4L radio cards, Watkins-Johnson 8888 * new models: IC-78, IC-7800, IC-R20, IC-756PROIII * fixes: AOR 5k&8k: added S-Meter, 7030: fixed freq, IC-R8500: calibrated S-Meter, legacy Jupiter and many others.. * port: mingw32 dist with gcc 3.4 version, and stdcall interface to prepare for VisualBasic support.
2004-10-09This pkg uses threads.kristerw1-2/+4
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv6-6/+12
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-24Added and enabled grig and tlfwulf1-1/+3
2004-09-24Initial commit of tlf, an advanced hamradio logging and contest programwulf4-0/+69
2004-09-24Initial commit of grig, a graphical user interface to the Hamlib librarieswulf5-0/+50
2004-09-22New in 1.2.2:wulf3-6/+13
* new models: Ten-Tec (Orion), AOR 3030, Yaesu FRG's, Skanti * fixes: JRC NRD435 & NRD535, Drake, AOR3000, and many other * port: Fixes for BRK/RTS/DTR handling under win32 (-> Elektor304) * bindings: updated Visual Basic wrapper file * rigswr: new command to measure VSWR vs frequency
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-55/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-18Fix statvfs patch (hi agc!).wiz2-4/+4
2004-09-15Make this compile on NetBSD-2.0D and later with statvfs(2).agc2-1/+34
2004-08-28Use the new BUILDLINK_TRANSFORM commands to more precisely state thejlam1-2/+2
intended transformation: use "rm" to remove an option, "rmdir" to remove all options containing a path starting with a given directory name, and "rename" to rename options to something else.
2004-08-02Enable pkgviews installation.minskim1-1/+3
2004-08-02Add missing @dirrm entries to PLIST. Bump PKGREVISION.minskim2-2/+6
2004-08-02Install docs into share/doc/tnt on Linux, instead of share/tnt/doc, tominskim2-1/+15
match PLIST.
2004-08-02Make this package build on Linux by defining S_IREAD, S_IWRITE, andminskim2-1/+28
u_long correctly.