pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/xchm Update xchm to 1.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ad5ca945312
branches:  trunk
changeset: 507166:1ad5ca945312
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jan 27 23:21:17 2006 +0000

description:
Update xchm to 1.3.

Changes:
        + added Czech translation.
        + added Slovak translation.
        + updated Russian translation.
        + updated French translation.
        + removed useless mouse scroll patch for Mac OS X.
        + fixed the About dialog on Mac OS X.
        + fixed the HTML link to Pabs' chmspec page.
        + now allowing the 'back' button to get to the welcome page.
        + the code compiles on Win32 with MinGW without patches
        + added Win32 resource and icon files
        + applied GCC 4.1 related patch

diffstat:

 misc/xchm/Makefile |  5 ++---
 misc/xchm/PLIST    |  4 +++-
 misc/xchm/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r 30e74f03ee4a -r 1ad5ca945312 misc/xchm/Makefile
--- a/misc/xchm/Makefile        Fri Jan 27 23:13:54 2006 +0000
+++ b/misc/xchm/Makefile        Fri Jan 27 23:21:17 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2006/01/24 07:32:26 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2006/01/27 23:21:17 minskim Exp $
 #
 
-DISTNAME=      xchm-1.2
-PKGREVISION=   1
+DISTNAME=      xchm-1.3
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=xchm/}
 
diff -r 30e74f03ee4a -r 1ad5ca945312 misc/xchm/PLIST
--- a/misc/xchm/PLIST   Fri Jan 27 23:13:54 2006 +0000
+++ b/misc/xchm/PLIST   Fri Jan 27 23:21:17 2006 +0000
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.8 2005/09/05 15:10:44 minskim Exp $
+@comment $NetBSD: PLIST,v 1.9 2006/01/27 23:21:17 minskim Exp $
 bin/xchm
 ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/xchm.mo
+${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/xchm.mo
 ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/xchm.mo
 ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/xchm.mo
 ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xchm.mo
@@ -11,6 +12,7 @@
 ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/xchm.mo
 ${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/xchm.mo
 ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/xchm.mo
+${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/xchm.mo
 ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/xchm.mo
 ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/xchm.mo
 share/pixmaps/xchm-128.xpm
diff -r 30e74f03ee4a -r 1ad5ca945312 misc/xchm/distinfo
--- a/misc/xchm/distinfo        Fri Jan 27 23:13:54 2006 +0000
+++ b/misc/xchm/distinfo        Fri Jan 27 23:21:17 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2005/09/05 15:10:44 minskim Exp $
+$NetBSD: distinfo,v 1.15 2006/01/27 23:21:17 minskim Exp $
 
-SHA1 (xchm-1.2.tar.gz) = b26afd7ad834123670de99340989da209a6107fc
-RMD160 (xchm-1.2.tar.gz) = ffdae1ef452834524bfbc083f77a47c9e2245d44
-Size (xchm-1.2.tar.gz) = 334678 bytes
+SHA1 (xchm-1.3.tar.gz) = cbbeb31827f9ab748415c73cd04863c06458145d
+RMD160 (xchm-1.3.tar.gz) = 2799b1bfc5908468ae7a9c4e2d669f35b8a9f2b5
+Size (xchm-1.3.tar.gz) = 348726 bytes



Home | Main Index | Thread Index | Old Index