Commit graph

73 commits

Author SHA1 Message Date
zafer
1be265c050 update to 2.4.2 by me (TA4CFR).
Changelog for version xdx (2.4.2)
* German translations added.
* Improved gnuplot script for proper use of time format for the x-axis.
* Both contributions by Tom DL1JBE, Thanks!

Changelog for version xdx (2.4.1)
* This fixes compilation against version 2.14 of GTK+. Thanks to Tom,
DL1JBE for notifying me.

Changelog for version xdx (2.4)
* Added automatic country lookup by Emanuele IZ0ETE. In order for this to
work you need to enable the country column in the preferences dialog.
* With this release visible columns need to be reconfigured.
* Portuguese translation added. Thanks to David, CT1DRB.

Changelog for version xdx (2.3)
 * Compilation fixes for MAC OS X. Thanks to IZ0ETE.
2009-08-01 18:56:03 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
joerg
45656cf39c Remove @dirrm entries from PLISTs 2009-06-14 18:00:32 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wiz
09f6d13efd Add missing file to PLIST. Depend on xdg-dirs for share/applications.
Bump PKGREVISION.
2006-12-29 19:58:46 +00:00
wulf
da3073eb70 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:55:08 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
wiz
167af22473 Add missing file to PLIST, sort. Bump PKGREVISION. 2005-09-26 15:01:54 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
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-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
2eb3ccd998 Add RMD160 digests in addition to the SHA1 digests 2005-02-22 21:06:06 +00:00
wulf
154549d13d Updated xdx to 1.2:
* 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-23 09:24:18 +00:00
minskim
b99b6de78b Needs pkg-config. 2004-12-13 23:03:33 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
jlam
8d572feba3 Use the new BUILDLINK_TRANSFORM commands to more precisely state the
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-28 06:05:31 +00:00
kristerw
693058e8cc Bl3ify. 2004-05-03 22:37:30 +00:00
wulf
dd806c348f Added new package xdx-1.1: Amateur Radio tcp/ip DX-cluster client 2004-02-23 23:01:55 +00:00