Commit graph

2085 commits

Author SHA1 Message Date
taca
a7b9073e4e Remove duplicated lines.
% for i in CHANGES-*; do echo $i; uniq -c $i | awk '$1 != 1 {print}'; done
2009-12-02 15:45:01 +00:00
rillig
23a778c3cc Fixed a lot of typos and inconsistencies. 2008-11-24 15:21:29 +00:00
obache
abe6e1e75c Updated databases/qdbm to 1.8.74 by obache in 2006-11-03!
Copy and paste, fogotten to modify.
2007-03-05 16:04:12 +00:00
rillig
529fdeb200 Oops, I had hardcoded the value 2006 in my "make import" target.
Added devel/gdl version 0.6.1
2007-01-04 00:31:47 +00:00
rillig
15d6153587 Imported devel/gdl-0.6.1 2007-01-04 00:27:39 +00:00
heinz
5a788c89a6 Updated misc/esniper to 2.15.0nb1. 2006-12-30 17:51:04 +00:00
wulf
d8ccb0b717 Updated cross-binutils to 2.17.0.0nb1:
Added missing data type casts causing build process to fail
2006-12-29 23:04:51 +00:00
wiz
f59e60c0fd Updated ham/xdx to 2.2nb1 2006-12-29 19:59:43 +00:00
schmonz
a891ebb6d3 Note addition of mail/greetdelay. 2006-12-29 10:52:20 +00:00
schmonz
f51caffd5b Note qmail PKGREVISION bump (updated 3rd-party patches). 2006-12-29 10:33:08 +00:00
obache
805b5ec0c1 Updated print/lilypond to 2.4.6. 2006-12-29 07:13:19 +00:00
schmonz
c34631ab70 Note queue-repair PKGREVISION bump. 2006-12-29 06:44:42 +00:00
schmonz
73fb2fc774 Note ezmlm-idx update (bugfixes). 2006-12-29 06:21:52 +00:00
xtraeme
36060eb3a0 Updated mail/sylpheed to 2.3.0 (I'm back from the hell). 2006-12-28 15:53:20 +00:00
joerg
96ca528546 Remove of ghostscript-gnu and ghostscript-afpl. 2006-12-28 12:44:40 +00:00
jnemeth
bb54d77aff note update of dbus-glib to 0.72nb1 2006-12-28 12:07:00 +00:00
mjl
8b8b76de3f Note asterisk-sounds-de-x9media 2006-12-28 12:02:13 +00:00
wulf
7e09c89a32 Added patches/patch-af fixing syntax error in src/mt63/dsp.h causing
build process to fail
2006-12-28 11:54:47 +00:00
joerg
bc814cc4da JDK 1.4 update for security reasons. 2006-12-28 11:54:15 +00:00
hira
b2c75a1606 Note PKGREVISION bump of x11/mlterm. 2006-12-28 11:12:07 +00:00
joerg
6e8bdc0c9d After print/ghostscript has been copied to print/ghostscript6,
update print/ghostscript to version 8.54 of the GPL version.
2006-12-27 18:19:09 +00:00
joerg
b490ad0e33 + ghostscript6 2006-12-27 17:40:50 +00:00
joerg
826086dc75 Annotate removal of PostgreSQL 7.4 as discusesd on tech-pkg. 2006-12-27 15:58:56 +00:00
wulf
bd88505762 Updated bluefish to 1.0.6:
* Updated translations
    * Added .pm extensions for Perl files
    * Highlight numbers in Java
    * Added XTHTM 1.1 DOCTYPE in creators
    * Many bugfixes
2006-12-27 13:40:42 +00:00
joerg
6afa6cda02 + libXScrnSaver
+ libXxf86dga
2006-12-27 12:26:05 +00:00
wulf
75c2389c21 Updated xlog to version 1.4:
This release adds a scoring window, where you can keep track of awards.
There were several major bugfixes.
2006-12-27 11:54:44 +00:00
wulf
d1c925a6f5 Updated xdx to version 2.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-27 07:57:00 +00:00
wulf
2b2432ea88 Updated tlf to version 0.9.30:
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-27 06:40:29 +00:00
wulf
4fff310609 Updated grig to version 0.7.2:
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-27 05:57:25 +00:00
wulf
fe29d22cd0 Updated hamlib to version 1.2.6:
* Improved TS570 functionality
    * Improved Argonaut V functionality
    * New models: IC7000, G313i/G313e
    * Many Icom, Kenwood, and Tentec fixes.
    * Build system fixes
2006-12-27 04:11:02 +00:00
jnemeth
fb9eb03ee4 note update of netbsd-www to 1.4nb3 2006-12-24 10:39:16 +00:00
wiz
8c4b9392bf Note xanim PKGREVISION bump. 2006-12-23 10:37:22 +00:00
wiz
06e8b09860 Add entries for drochner's updates from the 15th. 2006-12-20 21:39:53 +00:00
bouyer
c52e79c215 apcupsd updated to 3.12.4nb1 (usb support) 2006-12-20 20:50:20 +00:00
joerg
6c4fe76c44 iwi-firmware is split into two packages:
sysutils/iwi-firmware contains the old 2.3 version as used by iwi(4) on
current NetBSD and DragonFly releases.
sysutils/iwi-firmware3 contains the new version 3.0 as updated by skrll@
2006-12-20 17:43:33 +00:00
ghen
9fadaaf743 Updated www/firefox2-bin to 2.0.0.1. 2006-12-20 14:34:54 +00:00
gdt
118fad74c7 Updated graphics/p5-Image-ExifTool to 6.66 [gdt 2006-12-20] 2006-12-20 14:31:51 +00:00
ghen
ed242885ba Updated www/seamonkey, www/seamonkey-bin and www/seamonkey-gtk1 to 1.0.7. 2006-12-20 14:23:48 +00:00
ghen
ac266d49ab Updated mail/thunderbird and mail/thunderbird-gtk1 to 1.5.0.9. 2006-12-20 12:55:06 +00:00
mjl
3a99a5b614 Note asterisk 2006-12-20 11:36:10 +00:00
ghen
0b7458809f Updated www/firefox, www/firefox-bin and www/firefox-gtk1 to 1.5.0.9. 2006-12-20 11:02:56 +00:00
wiz
c8693590e8 libglade2 PKGREVISION bump. 2006-12-20 07:37:39 +00:00
schmonz
7804c95e50 Note tmda update (bugfix). 2006-12-20 03:23:16 +00:00
jdolecek
73b1bc0d72 www/opera updated to 9.10 2006-12-19 23:03:05 +00:00
joerg
46af951d90 + imake-1.0.2
+ xorg-cf-files-1.0.2
2006-12-19 22:58:14 +00:00
wiz
a5d733b817 libmodplug updated to 0.8.4. 2006-12-19 20:09:02 +00:00
wiz
f4ef7ac2e5 gpredict PKGREVISION bump. 2006-12-19 19:11:53 +00:00
wiz
ae57d4a3ab openobex PKGREVISION bump. 2006-12-19 18:09:51 +00:00
wiz
f32883e874 gdm updated to 2.16.4 2006-12-19 17:56:22 +00:00
reed
69532cfab1 Added xev (print X events). 2006-12-19 12:19:50 +00:00