Port details |
- kchmviewer-kde4 KDE viewer for CHM files
- 7.2_1 deskutils
=1 7.2_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2009-01-18 21:42:02
- Last Update: 2017-03-31 11:18:02
- SVN Revision: 437348
- People watching this port, also watch:: p5-Gtk2, python
- Also Listed In: kde
- License: not specified in port
- WWW:
- http://www.kchmviewer.net/
- Description:
- KchmViewer is a chm (MS HTML help file format) viewer. Unlike most existing
CHM viewers for Unix, it uses Trolltech's Qt widget library, and does not
depend on KDE or Gnome. However, it may be compiled with full KDE support,
including KDE widgets and KIO/KHTML.
The main advantage of KchmViewer is non-english language support. Unlike
others, KchmViewer in most cases correctly detects help file encoding,
correctly shows tables of context of russian, korean, chinese and japanese
help files, and correctly searches in non-english help files.
WWW: http://www.kchmviewer.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- kchmviewer>0:deskutils/kchmviewer-kde4
- No installation instructions:
- This port has been deleted.
- PKGNAME: kchmviewer
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (kchmviewer-7.2.1.tar.gz) = 91c5a74b26956e76400a02285d534d1eebbb51ee478dcaaab7beff7aa870772a
SIZE (kchmviewer-7.2.1.tar.gz) = 342665
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- msgfmt : devel/gettext-tools
- automoc4 : devel/automoc4
- moc-qt4 : devel/qt4-moc
- qmake-qt4 : devel/qmake4
- rcc : devel/qt4-rcc
- uic-qt4 : devel/qt4-uic
- libQtWebKit.so : www/webkit-qt4
- Runtime dependencies:
-
- libQtWebKit.so : www/webkit-qt4
- Library dependencies:
-
- libchm.so : misc/chmlib
- libzip.so : archivers/libzip
- libkdecore.so : x11/kdelibs4
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- cmake:outsource gettext-tools kde:4 qmake:_env
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.2_1 31 Mar 2017 11:18:02 |
tcberner |
Update deskutils/kchmviewer to 7.7 and take maintainership.
Reviewed by: mat, rakuco
Approved by: rakuco (mentor), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10190 |
7.2_1 20 Oct 2016 15:58:13 |
rakuco |
Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).
I also emailed him 2 weeks ago and have received no response so far. |
7.2_1 24 Aug 2016 08:20:31 |
tcberner |
Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports
At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.
The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].
Changes to the KDE Ports needed by this:
Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4] (Only the first 15 lines of the commit message are shown above ) |
25 May 2016 20:56:06
|
rene |
Remove expired misc/kdehier4 and update all of its consumers to not reference it
any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542 |
7.2_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
7.2_1 28 Aug 2015 10:48:42 |
makc |
- Bump PORTREVISION after libzip update |
7.2 10 Feb 2015 12:15:48 |
makc |
deskutils/kchmviewer-kde4:
- Update to 7.2 |
7.1 29 Nov 2014 18:22:33 |
tijl |
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine) |
7.1 19 Oct 2014 15:15:01 |
makc |
deskutils/kchmviewer-kde4:
- update to 7.1
- amend COMMENT
- add dependence on archivers/libzip
- switch to out-of-source build |
6.0_5 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
6.0_4 15 Aug 2014 20:37:33 |
mandree |
Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)
Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130
Couple OpenEXR more tightly to ilmbase and require its exact .so
version.
Add UPDATING note, and bump PORTREVISION of all dependent ports.
Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.
Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) |
6.0_3 18 Feb 2014 14:31:33 |
makc |
- Bump PORTREVISION after KDE4_PREFIX change |
6.0_2 30 Oct 2013 16:07:15 |
makc |
- Fix packaging after last commit
Reported by: marino@ |
6.0_2 23 Oct 2013 13:08:42 |
makc |
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes |
6.0_2 22 Oct 2013 13:52:24 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with d)
Approved by: portmgr (bdrewery) |
6.0_2 07 Oct 2013 12:26:54 |
makc |
- Remove LATEST_LINK from my Qt4/KDE4 ports
- Use new LIB_DEPENDS syntax
- Use options helpers |
6.0_2 20 Sep 2013 16:21:38 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
6.0_2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
6.0_2 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
6.0_2 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
6.0_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
6.0_1 16 Feb 2012 15:57:34 |
ashish |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
6.0 16 Jan 2012 12:30:38 |
makc |
Update to 6.0 |
5.3 14 Jan 2011 22:53:58 |
makc |
Update to 5.3
Feature safe: yes |
5.1_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
5.1_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
5.1 05 Jan 2010 13:20:22 |
makc |
Update to 5.1 |
4.2 26 Oct 2009 18:32:23 |
makc |
Update to 4.2 |
4.1 06 Aug 2009 09:33:20 |
makc |
Update to 4.1 |
4.0_3 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
4.0_2 24 Mar 2009 19:13:32 |
makc |
bump PORTREVISION after cmake update |
4.0_1 12 Mar 2009 21:27:49 |
makc |
Don't install kioslave to avoid conflict with kdegraphics4 |
4.0 18 Jan 2009 21:48:14 |
makc |
Update deskutils/kchmviewer-kde4 to 4.0
Approved by: miwi (implicit) |
3.1_1 18 Jan 2009 21:41:34 |
makc |
Force commit: repocopy deskutils/kchmviewer to deskutils/kchmviewer-kde4
Approved by: miwi (implicit) |