pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/xlog Update xlog to 1.5: Minor bugfix release



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1fe22e55d4b
branches:  trunk
changeset: 530614:d1fe22e55d4b
user:      wulf <wulf%pkgsrc.org@localhost>
date:      Mon Jul 02 16:20:35 2007 +0000

description:
Update xlog to 1.5: Minor bugfix release

        * improved ADIF export
        * all added ham bands and modes are added to band and mode option
        * new option to calculate distance and azimuth from locator field
        * occurance of GMT renamed to UTC
        * scoring page added to "Dialogs and Windows" dialog

diffstat:

 ham/xlog/Makefile         |   4 ++--
 ham/xlog/PLIST            |  14 ++++----------
 ham/xlog/distinfo         |  10 +++++-----
 ham/xlog/patches/patch-aa |  18 +++++++++---------
 4 files changed, 20 insertions(+), 26 deletions(-)

diffs (105 lines):

diff -r 95f5afc1ec5d -r d1fe22e55d4b ham/xlog/Makefile
--- a/ham/xlog/Makefile Mon Jul 02 16:16:01 2007 +0000
+++ b/ham/xlog/Makefile Mon Jul 02 16:20:35 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2006/12/27 15:25:19 wulf Exp $
+# $NetBSD: Makefile,v 1.25 2007/07/02 16:20:35 wulf Exp $
 #
 
-DISTNAME=      xlog-1.4
+DISTNAME=      xlog-1.5
 CATEGORIES=    ham
 MASTER_SITES=  http://www.qsl.net/pg4i/download/
 
diff -r 95f5afc1ec5d -r d1fe22e55d4b ham/xlog/PLIST
--- a/ham/xlog/PLIST    Mon Jul 02 16:16:01 2007 +0000
+++ b/ham/xlog/PLIST    Mon Jul 02 16:20:35 2007 +0000
@@ -1,9 +1,7 @@
-@comment $NetBSD: PLIST,v 1.10 2006/12/27 15:26:35 wulf Exp $
+@comment $NetBSD: PLIST,v 1.11 2007/07/02 16:20:35 wulf Exp $
 bin/xlog
 man/man1/xlog.1
-share/application-registry/xlog.applications
 share/applications/xlog.desktop
-share/applnk/Applications/xlog.desktop
 share/locale/cs/LC_MESSAGES/xlog.mo
 share/locale/da/LC_MESSAGES/xlog.mo
 share/locale/es/LC_MESSAGES/xlog.mo
@@ -12,11 +10,9 @@
 share/locale/pl/LC_MESSAGES/xlog.mo
 share/locale/sk/LC_MESSAGES/xlog.mo
 share/locale/sv/LC_MESSAGES/xlog.mo
-share/mime-info/xlog.keys
-share/mime-info/xlog.mime
 share/mime/packages/xlog.xml
-share/mimelnk/text/x-xlog.desktop
 share/pixmaps/gnome-mime-text-x-xlog.png
+share/pixmaps/xlog-icon.png
 share/pixmaps/xlog/cwdaemon.png
 share/pixmaps/xlog/gnome-mime-text-x-xlog.png
 share/pixmaps/xlog/jigsaw.png
@@ -45,12 +41,8 @@
 share/xlog/BUGS
 share/xlog/ChangeLog
 share/xlog/FAQ
-share/xlog/FAQ.fr
-share/xlog/FAQ.pl
 share/xlog/KEYS
 share/xlog/MANUAL
-share/xlog/MANUAL.fr
-share/xlog/MANUAL.pl
 share/xlog/THANKS
 share/xlog/TODO
 share/xlog/dxcc/cty.dat
@@ -64,8 +56,10 @@
 share/xlog/images/xlog-mergelogdialog.png
 share/xlog/images/xlog-newlogdialog.png
 share/xlog/images/xlog-openlogdialog.png
+share/xlog/images/xlog-preferencesdialog-general.png
 share/xlog/images/xlog-preferencesdialog-hamlib.png
 share/xlog/images/xlog-preferencesdialog-info.png
+share/xlog/images/xlog-preferencesdialog-logs.png
 share/xlog/images/xlog-printdialog.png
 share/xlog/images/xlog-scorewindow.png
 share/xlog/images/xlog-workedwindow.png
diff -r 95f5afc1ec5d -r d1fe22e55d4b ham/xlog/distinfo
--- a/ham/xlog/distinfo Mon Jul 02 16:16:01 2007 +0000
+++ b/ham/xlog/distinfo Mon Jul 02 16:20:35 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2006/12/27 11:56:09 wulf Exp $
+$NetBSD: distinfo,v 1.11 2007/07/02 16:20:35 wulf Exp $
 
-SHA1 (xlog-1.4.tar.gz) = 31f8bd54252b5b4494f37d7d86ca052b0f7a9931
-RMD160 (xlog-1.4.tar.gz) = 666d020f3272645db4b1073016878b82186609b6
-Size (xlog-1.4.tar.gz) = 834829 bytes
-SHA1 (patch-aa) = 730fd773cf512b12ebe3d51577c0262518e0b317
+SHA1 (xlog-1.5.tar.gz) = bb86f7e2784c3937c04c171fc9dad36af6b591c7
+RMD160 (xlog-1.5.tar.gz) = 05338f71ff090117fc30cca460ee699f9107daa6
+Size (xlog-1.5.tar.gz) = 866421 bytes
+SHA1 (patch-aa) = ae23e56971d16454791dca298756c65654bfc961
diff -r 95f5afc1ec5d -r d1fe22e55d4b ham/xlog/patches/patch-aa
--- a/ham/xlog/patches/patch-aa Mon Jul 02 16:16:01 2007 +0000
+++ b/ham/xlog/patches/patch-aa Mon Jul 02 16:20:35 2007 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.3 2006/12/27 11:54:44 wulf Exp $
+$NetBSD: patch-aa,v 1.4 2007/07/02 16:20:35 wulf Exp $
 
---- po/Makefile.in.in.orig     2006-12-27 20:06:10.000000000 +1030
-+++ po/Makefile.in.in  2006-12-27 20:07:40.000000000 +1030
-@@ -30,7 +30,7 @@
- 
- INSTALL = @INSTALL@
- INSTALL_DATA = @INSTALL_DATA@
+--- po/Makefile.in.in.orig     2007-01-22 05:38:29.000000000 +1030
++++ po/Makefile.in.in  2007-07-03 01:22:03.000000000 +0930
+@@ -38,7 +38,7 @@
+ # In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined
+ # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
+ # versions, $(mkinstalldirs) and $(install_sh) are unused.
 -mkinstalldirs = $(SHELL) @install_sh@ -d
 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ install_sh = $(SHELL) @install_sh@
+ MKDIR_P = @MKDIR_P@
  mkdir_p = @mkdir_p@
- 
- GMSGFMT_ = @GMSGFMT@



Home | Main Index | Thread Index | Old Index