diff options
author | minskim <minskim@pkgsrc.org> | 2005-08-14 18:49:08 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-08-14 18:49:08 +0000 |
commit | 678c6f0ab4889a254e8fb8a1b9452c39573cb277 (patch) | |
tree | 48b1cfef109ba04dbc490af71035213edc5575ca /misc | |
parent | 48a68bb8c7ec31b6261802f1a8bad0e4ee3ddac8 (diff) | |
download | pkgsrc-678c6f0ab4889a254e8fb8a1b9452c39573cb277.tar.gz |
Update xchm to 1.0.
Changes:
- Text selection and copy/paste operations are available.
- Searching in page with Ctrl+F is possible.
- Changed the protocol prefix to 'xchm:' to avoid conflicts with the
wxWindows-integrated chm support.
- Improved CHM load times and UI usability during loading.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xchm/Makefile | 5 | ||||
-rw-r--r-- | misc/xchm/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/misc/xchm/Makefile b/misc/xchm/Makefile index e21b8d6af40..9f31c250b32 100644 --- a/misc/xchm/Makefile +++ b/misc/xchm/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2005/08/07 11:34:22 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2005/08/14 18:49:08 minskim Exp $ # -DISTNAME= xchm-0.9.8 -PKGREVISION= 1 +DISTNAME= xchm-1.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/} diff --git a/misc/xchm/distinfo b/misc/xchm/distinfo index cdd199020d0..e5828de6da4 100644 --- a/misc/xchm/distinfo +++ b/misc/xchm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2005/02/24 11:02:58 agc Exp $ +$NetBSD: distinfo,v 1.13 2005/08/14 18:49:08 minskim Exp $ -SHA1 (xchm-0.9.8.tar.gz) = 4b8f696a6c74253d03159aa528ce69aa12d7ab2b -RMD160 (xchm-0.9.8.tar.gz) = f7ebe7ec749f09c66fbc363da2ee90139e850ba1 -Size (xchm-0.9.8.tar.gz) = 325722 bytes +SHA1 (xchm-1.0.tar.gz) = 4bfcc3c8b74d425d70b52a1ce44ec07832a6cf3d +RMD160 (xchm-1.0.tar.gz) = b312d164aadf9402d65763b449aa40664097b595 +Size (xchm-1.0.tar.gz) = 325863 bytes |