Commit graph

21 commits

Author SHA1 Message Date
agc
07b46baa43 Add RMD160 digests 2005-02-24 11:02:49 +00:00
minskim
ce650bccfc Update xchm to 0.9.8.
Changes:
  - fixed the German translation.
  - added 'Copy link location' to the right-click menu.
2005-02-22 01:08:37 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
minskim
3c0e2e5806 Update xchm to 0.9.7.
Changes:
  - added ListDirty() optimization hack from Iulian Dragos
  - now the index list is being sorted.
2004-12-26 04:44:18 +00:00
minskim
90eb519bcb Update xchm to 0.9.6.
Changes:
	- added Latvian translation.
	- fixed the way xCHM treated '&' characters in URLs.
	- fixed a TOC bug.
2004-10-30 07:13:47 +00:00
minskim
3443f739d0 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.
2004-10-04 09:22:21 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
minskim
08ca221a9c Update xchm to 0.9.3.
Changes:
  - fixed 'MS-ITS:' link handling.
  - corrected a contents tree bug.
2004-07-21 01:54:45 +00:00
minskim
5ea3c271e2 Update xchm to 0.9.2.
Changes:
                + added Polish translation.
                + added Bulgarian translation.
                + fixed a Fonts dialog bug.
                + fixed a SunOS/sparc bug where reading info from the
                #SYSTEM file crashed xCHM. Thanks go to the reporter of the
                bug Markus Schwarzenberg, for helping solve a bug on a
                platform I had no access to.
2004-07-09 15:04:04 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
minskim
e23f8bbaa8 Update xchm to 0.9.1 and take maintainership.
Changes since 0.9:
  - fixed an index bug.
  - added translations for Italian, German, Portuguese and Russian
2004-04-09 14:29:09 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
minskim
6fda705357 bl3ify. 2004-03-07 01:17:45 +00:00
minskim
d74a99dd79 Update to 0.9.
Changes:
  - added i18n support.
  - added Romanian and French translations of xCHM's interface.
  - no more warnings on wxWidgets 2.5.1 compilations.
2004-03-03 22:42:10 +00:00
xtraeme
f2ff55b3cf oops, add missing *.xpm files, remove gmake dependency and
USE_PKGLOCALEDIR (they are not needed). Noted by Min Sik Kim in private
email.
2004-01-31 23:17:24 +00:00
xtraeme
01161bbaa9 Update to 0.8.11, provided by Min Sik Kim in PR pkg/24257.
Changes:

    - fixed a bug that prevented xCHM from properly figuring out
      where to construct the table of contents from.
    - fixed a bug that prevented the table of contents links to
      work properly w/ some books.
    - made the configure script sh friendly.
    - added Chanler White Mac OS X patch to be able to use the
      mouse wheel to scroll under Mac OS X.
    - replaced the application icon with a much better one
      contributed by Steven Chan.
2004-01-31 22:43:37 +00:00
grant
57891cda0a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:11:09 +00:00
xtraeme
26d96e2364 Update to 0.8.10, provided by Min Sik Kim in PR pkg/24049.
Changes since 0.8:


* 0.8.1 Major feature enhancement masked as minor number release
	+ added real Microsoft-like $FIftiMain index-based
	global search. The searches are as fast as possible now.
	- removed the 'Case sensitive' checkbox because index
	search can't use it anyway.
	+ added support for 'javascript:fullSize' URLs.
	+ beautified the font dialog a bit.
	+ fixed empty title in the titlebar bug.
	+ refined the synchronization between the contents tree and
	the wxHtmlWindow displayed page.


* 0.8.2 Bug fixes and improvements:
	+ added 'find in page' code (wxWindows 2.5.x only).
	+ added 'copy text' code (wxWindows 2.5 only).
	+ added a 'find in page' dialog that hopefully pops up
	on Ctrl-F :) (wxWindows 2.5.x only)
	+ added a popup menu with common options (back, forward,
	copy selection, find in page) that pops up when the user
	right clicks the HTML window.
	+ beautified the tree control and enabled variable sizes
	for the tree items.


* 0.8.3 Bug fixes:
	+ fixed a relative path bug (i.e. for file paths like
	../directory/file) both for HTML pages and images (had to
	override wxHtmlWindow::OnOpeningURL()).
	+ made the fonts change if necessary so that alternative
	encodings can be used (such as Russian or Chinese).


* 0.8.4 Minor bugfix:
	+ corrected a bug that crashed xchm if the user tried
	to open a .chm file that is not present on disk.


* 0.8.5 Major bugfixes:
	+ made xCHM properly handle weird charset languages
	(Russian, Chinese) properly even when xCHM is being linked
	with the GTK2/Unicode version of wxWindows.


* 0.8.6 Minor bugfixes:
	+ corrected a bug that made xCHM refuse to load pages
	with /absolute/paths.
	+ corrected a bug that made xCHM refuse to load pages
	with ./in/current/dir paths.


* 0.8.7 Minor feature enhancements:
	+ the contents panel sash position persists between sessions.
	+ decreased the default application font size from 14 to 12.
	+ added opened files history support.


* 0.8.8 Major feature enhancements:
	+ all the wxListBox widgets have been replaced with
	wxListCtrl derived controls.
	+ added real-time searchable index support via a new 'Index'
	panel (status / selected index word changes as you type).
	+ suppressed unhelpful error messages while loading a page.
	+ hacked around wxWindows file system handler bug.
	GetMimeTypeFromExt() couldn't figure out that pages that
	ended in ".HTM" (as opposed to lowercase ".htm") are of
	"text/html" MIME type.


* 0.8.9 Bugfix release:
	+ checking for the u_intXX_t types with autoconf.
	+ the detection of the book title, home page, index
	and contents files is reliable.
	+ applied FreeBSD port patch.


* 0.8.10 Bugfix / enhancements release:
	+ fixed a horizontal scrollbar repainting bug that occured
	in the search and index tabs.
	+ added Chanler White Mac OS X patch to be able to launch
	open a .chm file by double-clicking on it on Mac OS X.
2004-01-14 01:59:54 +00:00
recht
7eead98c7b rev. bump because of the wxGTK buildlink change 2004-01-10 14:25:42 +00:00
jmmv
8a4db02163 Bump PKGREVISION due to wxGTK update (use gtk2). 2004-01-07 21:46:05 +00:00
wiz
a0f36d185e Import of xchm from pkgsrc-wip (by xtraeme@).
xCHM is a CHM viewer for UNIX, based on Jed Wing's CHMLIB and
written with wxWindows. xCHM can view your files, show the contents
tree if one is available, print the current page, work with bookmarks
and do the usual history stunts. It allows you to change fonts and
search for text in all the pages of the archive, or in the pages'
titles. What it can't do is handle Javascript by the book.
2004-01-06 15:36:18 +00:00