pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Updated xlog to version 1.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e93394f12eb
branches:  trunk
changeset: 522837:5e93394f12eb
user:      wulf <wulf%pkgsrc.org@localhost>
date:      Wed Dec 27 11:54:44 2006 +0000

description:
Updated xlog to version 1.4:

This release adds a scoring window, where you can keep track of awards.
There were several major bugfixes.

diffstat:

 doc/CHANGES-2006          |   3 ++-
 ham/xlog/Makefile         |   5 ++---
 ham/xlog/PLIST            |  25 ++++++++++++++++++-------
 ham/xlog/distinfo         |   9 +++++----
 ham/xlog/patches/patch-aa |  13 +++++++++++++
 5 files changed, 40 insertions(+), 15 deletions(-)

diffs (131 lines):

diff -r 2a7512ae8ecc -r 5e93394f12eb doc/CHANGES-2006
--- a/doc/CHANGES-2006  Wed Dec 27 07:57:00 2006 +0000
+++ b/doc/CHANGES-2006  Wed Dec 27 11:54:44 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2006,v 1.2059 2006/12/27 07:57:00 wulf Exp $
+$NetBSD: CHANGES-2006,v 1.2060 2006/12/27 12:02:24 wulf Exp $
 
 Changes to the packages collection and infrastructure in 2006:
 
@@ -5706,3 +5706,4 @@
        Updated ham/grig to 0.7.2 [wulf 2006-12-27]
        Updated ham/tlf to 0.9.30 [wulf 2006-12-27]
        Updated ham/xdx to 2.2 [wulf 2006-12-27]
+       Updated ham/xlog to 1.4 [wulf 2006-12-27]
diff -r 2a7512ae8ecc -r 5e93394f12eb ham/xlog/Makefile
--- a/ham/xlog/Makefile Wed Dec 27 07:57:00 2006 +0000
+++ b/ham/xlog/Makefile Wed Dec 27 11:54:44 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2006/04/17 13:46:37 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2006/12/27 11:56:09 wulf Exp $
 #
 
-DISTNAME=      xlog-1.3
-PKGREVISION=   3
+DISTNAME=      xlog-1.4
 CATEGORIES=    ham
 MASTER_SITES=  http://www.qsl.net/pg4i/download/
 
diff -r 2a7512ae8ecc -r 5e93394f12eb ham/xlog/PLIST
--- a/ham/xlog/PLIST    Wed Dec 27 07:57:00 2006 +0000
+++ b/ham/xlog/PLIST    Wed Dec 27 11:54:44 2006 +0000
@@ -1,15 +1,17 @@
-@comment $NetBSD: PLIST,v 1.8 2006/04/17 07:07:22 jlam Exp $
+@comment $NetBSD: PLIST,v 1.9 2006/12/27 11:56:09 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
 share/locale/fr/LC_MESSAGES/xlog.mo
 share/locale/nl/LC_MESSAGES/xlog.mo
 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
@@ -36,6 +38,7 @@
 share/pixmaps/xlog/xlog-b4.png
 share/pixmaps/xlog/xlog-icon.png
 share/pixmaps/xlog/xlog-keyer.png
+share/pixmaps/xlog/xlog-scoring.png
 share/pixmaps/xlog/xlog.png
 share/pixmaps/xlog/xlog.xpm
 share/xlog/AUTHORS
@@ -44,6 +47,7 @@
 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
@@ -52,6 +56,8 @@
 share/xlog/dxcc/cty.dat
 share/xlog/images/xlog-defaultsdialog.png
 share/xlog/images/xlog-dupecheckdialog.png
+share/xlog/images/xlog-exportdialog.png
+share/xlog/images/xlog-importdialog.png
 share/xlog/images/xlog-keyerwindow.png
 share/xlog/images/xlog-logeditor.png
 share/xlog/images/xlog-mainwindow.png
@@ -61,13 +67,18 @@
 share/xlog/images/xlog-preferencesdialog-hamlib.png
 share/xlog/images/xlog-preferencesdialog-info.png
 share/xlog/images/xlog-printdialog.png
+share/xlog/images/xlog-scorewindow.png
 share/xlog/images/xlog-workedwindow.png
 share/xlog/qsllabels.glabels
+@dirrm share/xlog/images
+@dirrm share/xlog/dxcc
+@dirrm share/xlog
+@dirrm share/pixmaps/xlog
+@dirrm share/mimelnk/text
+@dirrm share/mimelnk
+@dirrm share/mime/packages
+@dirrm share/mime
+@dirrm share/mime-info
+@dirrm share/application-registry
 @dirrm share/applnk/Applications
 @dirrm share/applnk
-@dirrm share/mimelnk/text
-@dirrm share/mimelnk
-@dirrm share/pixmaps/xlog
-@dirrm share/xlog/dxcc
-@dirrm share/xlog/images
-@dirrm share/xlog
diff -r 2a7512ae8ecc -r 5e93394f12eb ham/xlog/distinfo
--- a/ham/xlog/distinfo Wed Dec 27 07:57:00 2006 +0000
+++ b/ham/xlog/distinfo Wed Dec 27 11:54:44 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.9 2006/01/15 14:04:25 wulf Exp $
+$NetBSD: distinfo,v 1.10 2006/12/27 11:56:09 wulf Exp $
 
-SHA1 (xlog-1.3.tar.gz) = 933cb28d19441491215e9b2ea025e7074e155b9f
-RMD160 (xlog-1.3.tar.gz) = 7b652490e168a100074111dd3080646ae7bc2b7f
-Size (xlog-1.3.tar.gz) = 789189 bytes
+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
diff -r 2a7512ae8ecc -r 5e93394f12eb ham/xlog/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/xlog/patches/patch-aa Wed Dec 27 11:54:44 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2006/12/27 11:54:44 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@
+-mkinstalldirs = $(SHELL) @install_sh@ -d
++mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ mkdir_p = @mkdir_p@
+ 
+ GMSGFMT_ = @GMSGFMT@



Home | Main Index | Thread Index | Old Index