summaryrefslogtreecommitdiff
path: root/misc/xchm
AgeCommit message (Collapse)AuthorFilesLines
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-1/+2
2011-05-10Update to 1.20ryoon2-7/+7
Changelog: * 1.19: + fixed the table of contents display for most non-Latin character set documents (provided you get a Unicode build). + fixed linking issue for wxWidgets 2.9 (the AUI libraries were not being pulled in). + fixed a bunch of minor bugs. * 1.20: + fixed a nasty bug that crashed the application with some CHM files. + fixed strict-aliasing compile-time warning. + fixed a few signed/unsigned comparison warnings.
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2011-01-28Changes 1.18:adam2-9/+7
* updated PT translation. * added --notopics and --noindex as command line parameters. They inhibit loading the topics tree and the index list, respectively. * added Vim-like document scrolling key bindings. * made the source code wxWidgets 2.9 friendly. * documents using Chinese simplified now display properly. * fixed Windows application crash that happened when the user clicked the "Fonts.." button. * made the source code compatible with Unicode/MSVC wxMSW builds. * fixed loading of search-in-titles results.
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-08-10Update xchm to 1.17.minskim3-8/+8
Changes since 1.13: + fixed Normalize() code for Windows CHM files. + fixed "Cannot display document in <whatever> encoding" error. + now allowing ENTER to work in the bookmarks list. + updated Romanian, German translations. + added Belarusian translation. + don't initialize locale data on Windows (English-only) + fixed build problem with Unicode-detecting #ifdefs inside wxT() macros. + made the source code GCC 4.3 friendly (fixed duplicate parameters issue in GetItem()). + #included <bitfiddle.inl> in chmapp.cpp (apparently it did not compile without this on some platforms) + updated French translation. + fixed XPM compile-time warnings for GCC 4.3 + bumped minimum accepted wxWidgets version to 2.8. + added tabbed browsing support (from Cedric Boudinet). + Firefox-style shortcuts for navigation. + fixed font non-Latin encoding character set encoding problem. + replaced the checks for u_intXX_t with checks for the more standard uintXX_t. + some refactoring. + added #include <stdint.h> GCC 4.4 patch from the Gentoo ebuild.
2009-08-10Convert to wxGTK28. Bump PKGREVISION.wiz1-2/+3
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-09-22Switch to x11/wxGTK26{,-contrib}.joerg1-2/+2
2008-06-20Add DESTDIR support.joerg1-1/+3
2007-04-16Update to 1.13:wiz2-6/+6
* 1.11: + now xCHM can parse binary TOC trees, if available. + now xCHM can retrieve data from the binary index, if available. + fixed random printout font size problem. + fixed Win32 logo loading problem. + added a progress bar for CHM loading. + fixed TOC tree append bug. + added "Save link as.." item to the context-sensitive right-click menu. + fixed special HTML characters in TOC/index links bug. + fixed relative links in TOC/index bug. + fixed TOC sync with the currently loaded page bug. * 1.12: + actually using the binary index code. + fixed the search results links. + fixed lost Unicode character translation for the TOC and index entries. + updated Polish translation. + fixed index display for non ASCII encodings. + CHM localization bugfixes. * 1.13: + fixed CHMLIB link in the splash page. + fixed special character languages index for wxGTK 2.6.
2006-11-19Update to 1.10:wiz3-10/+10
* 1.10: + loading CHM files by topic. + now keeping the scroll position between HTML window resizes. + WxWidgets 2.7 friendly code. + F9 now works to toggle the contents, just like Firefox. + added Swedish translation. + added Portuguese translation (in addition to the old - now pt_BR - translation). + fixed the Portuguese translations (they were using the wrong charset). + wxGTK 2.8.x friendly. + workaround to be able to print relative path CHM images.
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-06-11Update to 1.9:wiz2-6/+6
* 1.9: + it is now possible to search in the pages of books without a contents tree. + updated Romanian translation. + finally fixed CHM absolute links problem. + updated Polish translation.
2006-05-31Update to 1.8:wiz2-7/+6
+ fixed the copy link location code. + updated Polish translation. + now SPACE and BACKSPACE work like PAGEUP and PAGEDOWN in the HTML display window. + added (X)Emacs indertation meta-comments to the source files. + fixed Win32 MB2WC() bug. + re-wrote the HHC/HHK parsing code from scratch. + added pretty book icons to the Win32 content tree too.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-1/+2
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-17/+17
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-09Update to 1.7.1:wiz3-8/+8
* 1.7: + fixed the fix :-) + the Ukrainian translation should have been in uk.po not ua.po * 1.7.1: + the history and font dialog were broken.
2006-04-08Update to 1.6:wiz3-7/+8
* 1.6: + added Ukrainian translation. + fixed nasty wxHTML-related bug with absolute .chm links.
2006-04-04Update to 1.5:wiz3-7/+9
* 1.5: + fixed bookmark selection bug. + fixed Mac OS X locale warning. + now text can be copied with ctrl(or cmd, on Mac)-C. + added Copy toolbar button. + added Edit menu bar.
2006-03-02Update xchm to 1.4.minskim2-7/+6
Changes: - Fixed Polish translation. - Fixed a command line relative path bug. - Fixed CHM input stream implementation on Windows. - The build scripts are MinGW32-friendly.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-27Update xchm to 1.3.minskim3-8/+9
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
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-09-05Update xchm to 1.2.minskim3-7/+9
Changes since 1.0: - Added TW translation. - Fixed bookmarks save on application exit bug. - Added support for the <SPAN> HTML tag. - Better icons for the contents tree control items. - Added Chinese translation. - Improved the language detection system and non-Latin character sets display in Unicode builds. - Fixed Cyrillic characters display in Unicode builds.
2005-08-14Update xchm to 1.0.minskim2-7/+6
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.
2005-08-07Bump PKGREVISION for wxGTK dependency change.wiz1-1/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2005-02-22Update xchm to 0.9.8.minskim2-6/+5
Changes: - fixed the German translation. - added 'Copy link location' to the right-click menu.
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-1/+2
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-26Update xchm to 0.9.7.minskim2-5/+5
Changes: - added ListDirty() optimization hack from Iulian Dragos - now the index list is being sorted.
2004-10-30Update xchm to 0.9.6.minskim3-6/+7
Changes: - added Latvian translation. - fixed the way xCHM treated '&' characters in URLs. - fixed a TOC bug.
2004-10-04Update xchm to 0.9.5.minskim3-7/+7
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-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
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-07-21Update xchm to 0.9.3.minskim2-5/+5
Changes: - fixed 'MS-ITS:' link handling. - corrected a contents tree bug.
2004-07-09Update xchm to 0.9.2.minskim3-6/+9
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-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-3/+2
*-dirs packages.
2004-04-09Update xchm to 0.9.1 and take maintainership.minskim3-8/+12
Changes since 0.9: - fixed an index bug. - added translations for Italian, German, Portuguese and Russian
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-1/+4
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-07bl3ify.minskim1-4/+4
2004-03-03Update to 0.9.minskim3-6/+10
Changes: - added i18n support. - added Romanian and French translations of xCHM's interface. - no more warnings on wxWidgets 2.5.1 compilations.