diff options
author | wulf <wulf@pkgsrc.org> | 2006-12-27 11:54:44 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2006-12-27 11:54:44 +0000 |
commit | 75c2389c21610b68ed0feee5e336796c315668a4 (patch) | |
tree | 6dfbef0d5a6c730bd33dfb8fab4a05acd2cb1b6e | |
parent | d1c925a6f59f7c408e23ca9057bf50d02c336786 (diff) | |
download | pkgsrc-75c2389c21610b68ed0feee5e336796c315668a4.tar.gz |
Updated xlog to version 1.4:
This release adds a scoring window, where you can keep track of awards.
There were several major bugfixes.
-rw-r--r-- | doc/CHANGES-2006 | 3 | ||||
-rw-r--r-- | ham/xlog/Makefile | 5 | ||||
-rw-r--r-- | ham/xlog/PLIST | 25 | ||||
-rw-r--r-- | ham/xlog/distinfo | 9 | ||||
-rw-r--r-- | ham/xlog/patches/patch-aa | 13 |
5 files changed, 40 insertions, 15 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index 1e06405176f..7a05600e0e6 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -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 @@ Changes to the packages collection and infrastructure in 2006: 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 --git a/ham/xlog/Makefile b/ham/xlog/Makefile index 2642dc0790b..5f03669bd32 100644 --- a/ham/xlog/Makefile +++ b/ham/xlog/Makefile @@ -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 --git a/ham/xlog/PLIST b/ham/xlog/PLIST index 3192ea41ab7..93db32558fe 100644 --- a/ham/xlog/PLIST +++ b/ham/xlog/PLIST @@ -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/s9.xpm 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/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 @@ -52,6 +56,8 @@ share/xlog/TODO 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-openlogdialog.png 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/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/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 diff --git a/ham/xlog/distinfo b/ham/xlog/distinfo index 6bbd6907f22..990820eb33b 100644 --- a/ham/xlog/distinfo +++ b/ham/xlog/distinfo @@ -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 --git a/ham/xlog/patches/patch-aa b/ham/xlog/patches/patch-aa new file mode 100644 index 00000000000..18541728903 --- /dev/null +++ b/ham/xlog/patches/patch-aa @@ -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@ |