summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-12-27Updated xlog to version 1.4:wulf5-15/+40
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:wulf1-1/+2
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-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:wulf3-8/+10
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:wulf4-15/+15
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:wulf3-7/+8
* Improved TS570 functionality * Improved Argonaut V functionality * New models: IC7000, G313i/G313e * Many Icom, Kenwood, and Tentec fixes. * Build system fixes
2006-12-26Remove superfluous chunk.wiz2-12/+3
2006-12-26Support 8.1 and 8.2 for Darwinadam1-1/+7
2006-12-26Fix PR#35251adam3-9/+35
2006-12-26Fix build on NetBSD-4.99.7/amd64.wiz3-12/+40
Fed upstream in http://bugzilla.gnome.org/show_bug.cgi?id=386990
2006-12-26Remove any *.orig files (e.g., tmda-ofmipd.orig) before installationschmonz1-1/+4
to prevent their being erroneously installed. Found by bulk build. No change to PLIST, hence no PKGREVISION bump.
2006-12-25+ aspell-0.60.5, atk-1.12.4, convmv-1.10, guile-gtk-2.0, openexr-1.5.0,wiz1-4/+10
p5-DBD-mysql-4.00, p5-Log-Dispatch-2.16, rt3-3.6.3, wesnoth-1.2.
2006-12-24added hack to work around gcc issue with -O3 optimizationschwarz1-0/+15
2006-12-24note update of netbsd-www to 1.4nb3jnemeth1-1/+2
2006-12-24xearth -> xplanetjnemeth1-3/+3
2006-12-24fix corrupted patchdmcmahill2-5/+5
2006-12-24+ eric3-3.9.3, mpg123-0.62, ncurses-5.6, sylpheed-2.3.0,wiz1-3/+6
unrealircd-3.2.6.
2006-12-24+ uim-1.3.1 [pkg/35315].wiz1-3/+2
2006-12-23Make this compile under sparc64.jdc2-6/+14
OK joerg@.
2006-12-23Variable `EMACSVERSION' used but not defined.obache1-3/+4
2006-12-23Fix the fix of the typo. Bump revision again.joerg3-6/+6
2006-12-23Added code to properly parse the output of many more config.status filesrillig1-2/+11
than before. I hadn't though that there are so many variations among them. Committed during the freeze to have that support for all the stable bulk builds as well, and since it will not influence the way packages are built at all.
2006-12-23Fixed unresolved shell variable reference found by CHECK_HEADERS=yes.rillig3-3/+20
PKGREVISION++.
2006-12-23Needs libnotify to build on NetBSD 3.0/i386.rillig1-1/+2
2006-12-23Note xanim PKGREVISION bump.wiz1-1/+2
2006-12-23Set LICENSE.wiz1-1/+3
2006-12-23Add xanim license.wiz1-0/+16
2006-12-23Enable zlib support, improves support for MOVs slightly.wiz3-13/+26
Add HOMEPAGE. Bump PKGREVISION. From Sergey Svishchev.
2006-12-23regen patch-aa (fixing pkglint warning). From MAINTAINER.wiz2-6/+7
2006-12-23Use INSTALLATION_DIRS, from MAINTAINER.wiz1-3/+2
2006-12-23Regen (with correct variable names).wiz1-6/+5
2006-12-23Describe more options. From Blair Sadewitz in private mail.wiz1-1/+5
2006-12-23Add more options. Only include openssl/bl3.mk if ssl option is chosenwiz2-15/+58
(no change for default options). From Blair Sadewitz in private mail.
2006-12-23regen.wiz1-7/+7
2006-12-23Use more markup. New sentence, new line.wiz1-12/+18
2006-12-23Bump date for previous.wiz1-2/+2
2006-12-23+ SDL_gfx-2.0.15, abcm2ps-5.2.2, abcmidi-20061221, album-4.00,wiz1-8/+15
cocoon-2.1.10, gst-plugins0.10-bad-0.10.4, gst-plugins0.10-good-0.10.5, hylafax-5.0.2, kdbg-2.0.5, net-snmp-5.4, spl-1.0pre3 [pkg/35308], stella-2.3, uim-1.3.1, zsnes-1.50.
2006-12-22Allow sendfile on DragonFly to be compiled in. Bump revision.joerg4-2/+31
Noticed by Peter Avalos.
2006-12-22Fix spelling of saslauthd option in PKG_SUGGESTED_OPTIONS.joerg1-2/+2
From Peter Avalos.
2006-12-22Fix HOMEPAGE.obache1-2/+2
On August 25, 2006, MCS began revamping its web presence.
2006-12-21+ apache-ant-1.7.1, delegate-9.3.2, lcms-1.16, libprelude-0.9.12,wiz1-4/+10
libpreludedb-0.9.11, nano-2.0.2, prelude-lml-0.9.8.1, prelude-manager-0.9.7, ratpoison-1.4.1.
2006-12-21The *.mk files for Perl, PHP, Python and Ruby packages are also searchedrillig1-1/+3
for documentation by "make help".
2006-12-21Oops, some files had been installed with mode 600. Take 644 instead.rillig1-2/+2
2006-12-21Fixed the file permissions of the installed files, which makes therillig1-21/+19
package usable for unprivileged builds. PKGREVISION++
2006-12-21Fix typo.jmmv1-1/+1
2006-12-21Fix build under Mac OS X.jmmv5-5/+83
2006-12-21Update firefox2 and firefox2-gtk1 to 2.0.0.1. Fixed in this version:ghen6-25/+11
MFSA 2006-76 XSS using outer window's Function object MFSA 2006-75 RSS Feed-preview referrer leak MFSA 2006-73 Mozilla SVG Processing Remote Code Execution MFSA 2006-72 XSS by setting img.src to javascript: URI MFSA 2006-71 LiveConnect crash finalizing JS objects MFSA 2006-70 Privilege escallation using watch point MFSA 2006-68 Crashes with evidence of memory corruption (rv:1.8.0.9/1.8.1.1) For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.1/releasenotes/
2006-12-21Update the solaris version to the latest (7.0.67) because of a securitydmcmahill2-6/+6
issue in the older one and also because the distfile (which is unversioned) now contains the new version. No real details could be found about the change.