diff options
author | minskim <minskim> | 2006-01-27 23:21:17 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-01-27 23:21:17 +0000 |
commit | 50589427b6c05a2182be2ef35eff07023133dc31 (patch) | |
tree | 2d75b610f2e19b3e42c7ad5af467ebf9e3fbfff9 /misc | |
parent | da92a3a2b13fd7b15d579e5c528d40a3c8da03d7 (diff) | |
download | pkgsrc-50589427b6c05a2182be2ef35eff07023133dc31.tar.gz |
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 (limited to 'misc')
-rw-r--r-- | misc/xchm/Makefile | 5 | ||||
-rw-r--r-- | misc/xchm/PLIST | 4 | ||||
-rw-r--r-- | misc/xchm/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/misc/xchm/Makefile b/misc/xchm/Makefile index 46f18ff442f..742537b7ae7 100644 --- a/misc/xchm/Makefile +++ b/misc/xchm/Makefile @@ -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 --git a/misc/xchm/PLIST b/misc/xchm/PLIST index aeb768faf96..47c3fd08511 100644 --- a/misc/xchm/PLIST +++ b/misc/xchm/PLIST @@ -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/pl/LC_MESSAGES/xchm.mo ${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 --git a/misc/xchm/distinfo b/misc/xchm/distinfo index 4a83b93ebde..e356829b44b 100644 --- a/misc/xchm/distinfo +++ b/misc/xchm/distinfo @@ -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 |