diff options
author | pav <pav@FreeBSD.org> | 2004-12-02 07:32:34 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-02 07:32:34 +0000 |
commit | 5c75dbae1dfd9f43eb5c99e99b0661ecfb74add5 (patch) | |
tree | 900348a10c6e90d97f59447135ab7c7096f5a371 /deskutils/Makefile | |
parent | 29515446e9e783e2c662ecdd8a16db06502a36db (diff) | |
download | FreeBSD-ports-5c75dbae1dfd9f43eb5c99e99b0661ecfb74add5.zip FreeBSD-ports-5c75dbae1dfd9f43eb5c99e99b0661ecfb74add5.tar.gz |
Add gnochm, a CHM file viewer. It is designed to integrate nicely with Gnome. It
uses PyCHM, a Python package that exports the CHMLIB API. Features are:
* Full-text search support
* Bookmarks
* Gnome integration (on-line help, file associations, drag'n'drop from file
manager, gnome menu entry)
* Internationalisation support
* Configurable support for HTTP links
* Configurable support for external ms-its links
WWW: http://gnochm.sourceforge.net/
PR: ports/74459
Submitted by: Radek Kozlowski <radek@raadradd.com>
Diffstat (limited to 'deskutils/Makefile')
-rw-r--r-- | deskutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index dc158f5..0d83ef7 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -45,6 +45,7 @@ SUBDIR += gkrellm-reminder2 SUBDIR += glabels SUBDIR += gmcal + SUBDIR += gnochm SUBDIR += gnomeblog SUBDIR += gnomepim SUBDIR += gnomeutils2 |