summaryrefslogtreecommitdiff
path: root/ham
AgeCommit message (Collapse)AuthorFilesLines
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz3-6/+6
Patch provided by Sergey Svishchev in private mail.
2007-02-20Add missing files to PLIST. Sort. Bump PKGREVISION.wiz2-5702/+5744
2007-01-21+ fl_logbookobache1-1/+2
2007-01-21Add fl_logbook version 121.obache5-0/+87
Based on PR 32278. FlLogbook is a amateur radio operator log book written using the Fast Light Toolkit.
2007-01-08Made the package work for unprivileged users by installing the set-uidrillig2-4/+9
binary with 4511 instead of 4111. Generally, there should be no problem with these binaries being readable by their owner.
2006-12-29Add missing file to PLIST. Depend on xdg-dirs for share/applications.wiz2-2/+5
Bump PKGREVISION.
2006-12-28Added patches/patch-af fixing syntax error in src/mt63/dsp.h causingwulf3-6/+7
build process to fail
2006-12-28Added patch-af to fix syntax error in src/mt63/dsp.hwulf1-0/+23
2006-12-27Make use of xdg-dirs for shared directorieswulf2-5/+7
2006-12-27Needs intltool.joerg1-2/+2
2006-12-27Updated xlog to version 1.4:wulf4-14/+38
This release adds a scoring window, where you can keep track of awards. There were several major bugfixes.
2006-12-27Updated xdx to version 2.2:wulf3-8/+17
Changelog for version xdx (2.2) * This fixes compilation issues due to a missing time.h include statement. Changelog for version xdx (2.1) * French, Spanish and Polish translation updates. * Allow zero length strings in the commands autologin entry. This will send a plain return. * Make sure we can fill in the callsign in the settings dialog. * Use glib functions for calling external programs. * CLX compatibility for auto-reconnect has been added. Changelog for version xdx (2.0) * Polish translations by Boguslaw Ciastek SQ5TB, thanks! * A Dutch manual has been added. * Updated gettext and automake version used. * Install a .desktop file. * Language files and manuals have been converted to UTF-8. * The send widget is now a multiline text widget which allows entry of more characters. * Fonts used for DX messages (top window) and other messages (bottom window) can now be changed through the preferences dialog. * Linespacing added to the chat window, which makes it better readable. * You can turn local echo off in the preferences dialog. * The position of the divider between the chat and DX window is now saved. * You can now use highlights in the chat window. Highlights will produce colored text. Words to be highlighted can be set in the 'chat sidebar'. When the checkbox next to the highlighted word is checked, xdx will search for a highlight in all of the incoming text. When the checkbox is unchecked, only the text after the prompt is searched. * Checkboxes can be activated with ctrl-1 to ctrl-8. Entries can be focused with alt-1 to alt-8. * Alt-0 will switch focus to the send widget. * Colors used for highlighting can be set in page 3 of the preferences dialog. * The chat sidebar can be shown/hidden with F4. * You can disable automatic scrolling of the chat window by clicking in the window. Same for the DX window. * Parse of the DX cluster output has been improved. Xdx would sporadically miss DX messages. * A new about dialog has been added. * The manual now uses monospace font. It is activated with F1. * Auto reconnect has been added. When activated through the settings menu, xdx will try to reconnect when the connection is broken. This code is somewhat experimental.... * To keep track of your connections a connection log is kept. It can be viewed from the menu (Ctrl+l). * Xdx can send a keepalive packet every 5 minutes, which is useful for bad network connections. You must activate it in the settings dialog. * Sound support has been added. When a highlight is active in the chat window, a sound can be heard. You must use another program to play sound and set it in the first page of the preferences dialog. * Both ON4KST and DX-cluster prompts in the chat window are now colorized. The callsign is bold. * All of the colors in the chat window are now configurable. * When wwv data is saved, files with "tab seperated values" will be saved for every WWV host. See the MANUAL for the data format.
2006-12-27Removed commented lines that were a left-over prior to submitting new codewulf1-3/+1
2006-12-27Updated tlf to version 0.9.30:wulf2-7/+8
tlf-0.9.30 ========== Bug fixes: - exchange needed at least 1 character in dxped mode RTTY miniterm changed to display line feeds (reading formatted texst is easier) RTTY now sends linefeeds before and after the macro. tlf-0.9.29 ========== Bug fixes: - Date display error - Spurious character error - Malloc free error in socket.c I also included Fabian's patch to searchlog.c for testing...I like it. tlf-0.9.28 ========== Bug fixes (country indication did not work, wrong mults file for arrldx_dx). Added interface to gMFSK to enable RTTY contesting. Added new parameters for the logcfg.dat file: GMFSK (use gMFSK as an output device) RTTYMODE (start tlf in RTTY mode) DIGIMODEM=/home/youruser/gmfsk_autofile
2006-12-27Updated grig to version 0.7.2:wulf3-14/+13
GRIG 0.7.2: - Fixed bug that caused wrong handling of RF gain, IF shift, MIC gain, and compressor controls (bug #1613622). - Give volume level control higher priority to avoid jumpy behaviour (bug #1616926). GRIG 0.7.1: - A bug that caused installation to fail has been fixed (#1523367). GRIG 0.7.0: - Added receiver and transmitter level controls. - Fixed bug that caused installation errors when using autoconf 2.59e. - Pixmaps are now installed to /usr/local/share/pixmaps/grig instead of /usr/local/share/grig/pixmaps by default (related to the above bug). GRIG 0.6.0: - Save and restore RIG state. - RF power meter scale is now functional with ranges of 5, 10, 50, 100 and 500 watts. There is currently a bug, which causes the meter needle to jump up when switching between RX/TX. - Fixed bug, which caused the frequency reading to flicker between the current value and a previously set value (bug #1388342). Same bug was found for the PTT and POWER controls, too. - Fixed bug, which gave the error message "Can not find VFO list for this rig! Bug in backend?" if the rig did not have any of the rig_set_vfo or rig_get_vfo functions (bug #1440876). - Better error messages when a command fails to execute. - Fixed bug, which blocked the debug handler to properly filter messages coming from grig (hamlib messages were filtered correctly). GRIG 0.5.0: - Requires Gtk+ 2.6 and Hamlib 1.2.5 - Added VFO and SPLIT controls. - Special rig functions: LOCK, ... - Use own debug handler for both hamlib and grig messages and format debug messages so that become easier to analyse. - New debug message window, which can be used to analyse previously saved debug messages. - Modified shutdown procedure to wait until daemon actually finishes instead of using a fixed length timeout. - Disable POWER and PTT buttons by default (can be enabled via the command line). - Optimisation of the daemon process allowing faster reaction when PTT is toggled. - The mode selector combo only shows modes, which are supported by the rig. - Fixed erroneous detection of set/get level availability (bug #1266068). - Fixed incorrect handling of empty ATT, PREAMP and tuning step lists in the Radio Info window (bug #1266071). - Fixed a bug, which caused grig to display WIDE instead of NORMAL passband when the rig has no wide passband. - Optimised S-meter dynamics. - Better detection of frequency ranges and resolutions. - Corrected various mistakes in the manual page. - Various minor improvements to the user interface. - Several minor changes to support wintendo builds.
2006-12-27Changed MASTER_SITE and HOMEPAGE as the original URLs nolonger existwulf1-3/+3
2006-12-27Updated hamlib to version 1.2.6:wulf2-6/+6
* Improved TS570 functionality * Improved Argonaut V functionality * New models: IC7000, G313i/G313e * Many Icom, Kenwood, and Tentec fixes. * Build system fixes
2006-12-19Include gettext-lib for goocanvas/configure.wiz2-2/+5
Add missing locale file to PLIST. Bump PKGREVISION.
2006-12-14Fixed pkglint nitpicks.rillig2-4/+4
2006-12-14Needs a C compiler.rillig1-2/+2
2006-12-09Updated gpredict to 0.6.1:wulf4-81/+54
Improved gui and many bug fixes since last release
2006-12-08Needs pkg-config. XXX Explicitly overrding USE_TOOLS is ugly.joerg1-2/+2
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-24Removed patch-aa as it is now part of the package source.wulf1-15/+0
2006-11-24Use ${PYTHONBIN} to assign python executable.wulf1-1/+7
This will fix build problem until next version of GNU Radio
2006-11-19Added gnuradio-core/src/lib/swig/gen-swig-bug-fix to PYTHON_PATCH_SCRIPT list.wulf1-1/+2
2006-11-13Updated patches/patch-aa which was forgotten at time of package updatewulf2-16/+48
2006-11-13Added and enabled the following packages:wulf1-1/+8
gnuradio-audio-jack gnuradio-audio-portaudio gnuradio-core-docs gnuradio-radio-astronomy gnuradio-trellis gnuradio-video-sdl usrp-docs
2006-11-13Update gnuradio-usrp to 3.0.2:wulf4-11/+37
gnuradio-usrp is now synchronized with the GNU Radio release cycle
2006-11-13Added new package usrp-docs-3.0.2:wulf5-0/+606
Documentation for the usrp module
2006-11-13Update usrp to 3.0.2:wulf4-216/+29
* fixed support for BSD make tool * added synchronized multi-usrp support * added support for 32 bit counter
2006-11-13Updated gnuradio-wxgui to 3.0.2:wulf3-19/+16
New features and bug fixes * added set_sample_rate method to scopesink * query prefs for default on fftsink * query prefs for default on waterfallsink * query prefs for default on scopesink * updated ref_level and y_per_div in builtin test case for scopesink
2006-11-13Added new package gnuradio-video-sdl-3.0.2:wulf4-0/+34
SDL support for GNU Radio
2006-11-13Added new package gnuradio-trellis-3.0.2:wulf4-0/+83
Trellis-based encoding and decoding algorithms for GNU Radio`
2006-11-13Added new package gnuradio-radio-astronomy-3.0.2:wulf4-0/+52
A GNU Radio module for radio astronomy
2006-11-13Updated gnuradio-howto to 3.0.2:wulf2-10/+23
gnuradio-howto is now synchronized with the gnuradio release cycle.
2006-11-13Updated gnuradio-gsm to 3.0.2:wulf2-8/+10
gnuradio-gsm is now part of the gnuradio release cycle.
2006-11-13Updated gnuradio-examples to 3.0.2:wulf3-79/+177
The following new examples categories were added to this package: * apss * channel-coding * digital-voice * multi-antenna * multi-usrp * networking
2006-11-13Added new package gnuradio-core-docs-3.0.2:wulf5-0/+7272
This package provides the documentation for gnuradio-core
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-11-13Added new package gnuradio-audio-port-3.0.2:wulf4-0/+36
A GNU Radio module providing support for portaudio
2006-11-13Update gnuradio-audio-oss to 3.0.2:wulf2-9/+8
gnuradio-audio-oss is now part of the gnuradio distribution and follows its release cycle. No new features or bugfixes since last release.
2006-11-13Added new package gnuradio-audio-jack-3.0.2:wulf4-0/+36
A GNU Radio Module for jack, a low latency audio server
2006-10-24Fixed the PLIST due to the not-so-recent update of doxygen. PKGREVISION++rillig2-166/+203
2006-10-24Fixed "test ==".rillig2-1/+17
2006-10-22Fixes "test ==".rillig2-1/+17
2006-10-14Fixed "test ==".rillig2-1/+17
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv1-2/+2
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache3-8/+8