diff options
author | minskim <minskim@pkgsrc.org> | 2004-10-04 09:22:21 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-10-04 09:22:21 +0000 |
commit | 3443f739d0b71aca17448aa3eceb6044100fb43b (patch) | |
tree | 91ab36ec0766be8822c845cebe4de421408af266 | |
parent | 6045fe12fd75517e0bd71782cce8b8ce41c6d4c6 (diff) | |
download | pkgsrc-3443f739d0b71aca17448aa3eceb6044100fb43b.tar.gz |
Update xchm to 0.9.5.
Changes since 0.9.3:
- fixed contents parsing problem.
- added support for context sensitive help; code contributed
by Eamon Millman from PCI Geomatics.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | doc/TODO | 3 | ||||
-rw-r--r-- | misc/xchm/Makefile | 5 | ||||
-rw-r--r-- | misc/xchm/PLIST | 3 | ||||
-rw-r--r-- | misc/xchm/distinfo | 6 |
5 files changed, 10 insertions, 10 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index c12647172e7..bbb83a20540 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7335 2004/10/04 09:12:15 grant Exp $ +$NetBSD: CHANGES,v 1.7336 2004/10/04 09:22:21 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -4537,3 +4537,4 @@ Changes to the packages collection and infrastructure in 2004: Updated tcl to 8.4.7nb2 [minskim 2004-10-04] Updated firefox to 0.10.1 [grant 2004-10-04] Updated firefox-gtk2 to 0.10.1 [grant 2004-10-04] + Updated xchm to 0.9.5 [minskim 2004-10-04] @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.2194 2004/10/04 00:20:48 wiz Exp $ +$NetBSD: TODO,v 1.2195 2004/10/04 09:22:22 minskim Exp $ Suggested new packages ====================== @@ -467,7 +467,6 @@ Suggested package updates o xbeeb-0.4.1 o xblast-2.9.22 o xboard-4.2.7 - o xchm-0.9.5 o xdaliclock-2.20 o xdx-1.2 o xerces-c-2.5.0 [heinz?|p5-XML-Xerces requires xerces-c-2.3.0] diff --git a/misc/xchm/Makefile b/misc/xchm/Makefile index 1563c4f9020..028b09b997d 100644 --- a/misc/xchm/Makefile +++ b/misc/xchm/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2004/10/03 00:13:00 tv Exp $ +# $NetBSD: Makefile,v 1.16 2004/10/04 09:22:22 minskim Exp $ # -DISTNAME= xchm-0.9.3 -PKGREVISION= 1 +DISTNAME= xchm-0.9.5 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/} diff --git a/misc/xchm/PLIST b/misc/xchm/PLIST index 1323b0afb17..b21f62ce3a8 100644 --- a/misc/xchm/PLIST +++ b/misc/xchm/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.5 2004/07/09 15:04:04 minskim Exp $ +@comment $NetBSD: PLIST,v 1.6 2004/10/04 09:22:22 minskim Exp $ bin/xchm ${PKGLOCALEDIR}/locale/bg/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 +${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/xchm.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/xchm.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/xchm.mo ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/xchm.mo diff --git a/misc/xchm/distinfo b/misc/xchm/distinfo index 0fc9f56f417..a5c082cc239 100644 --- a/misc/xchm/distinfo +++ b/misc/xchm/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2004/07/21 01:54:46 minskim Exp $ +$NetBSD: distinfo,v 1.8 2004/10/04 09:22:22 minskim Exp $ -SHA1 (xchm-0.9.3.tar.gz) = 282100d57fbc9b8a2d5fdf0e76f6eba312158565 -Size (xchm-0.9.3.tar.gz) = 323944 bytes +SHA1 (xchm-0.9.5.tar.gz) = 5aa195ad6e9f66fcfae390a7b15cc47ab72e96c2 +Size (xchm-0.9.5.tar.gz) = 330013 bytes |