diff options
author | wiz <wiz@pkgsrc.org> | 2009-10-31 03:20:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-10-31 03:20:35 +0000 |
commit | 2f224973601d9b03344b898217253a179688c36b (patch) | |
tree | 922dbfeb0056efa61c34884b57909625228433ad /misc/fbreader/Makefile | |
parent | 2a55a5a5c878755281331a68277c48bd54d2e0ab (diff) | |
download | pkgsrc-2f224973601d9b03344b898217253a179688c36b.tar.gz |
Update to 0.10.7, set LICENSE.
* 0.10.7
Changes: A conflict between hyperlink clicks and touch scrolling
has been fixed. In Maemo versions, empty menu items have been
hidden. In Maemo 2/3 versions, conflicts in package descriptions
have been fixed.
* 0.10.6
Changes: A bug related to images/CSS links in epub has been fixed.
All the links inside XHTML files were interpreted relative to the
root OPF location instead of the XHTML file location. As a result,
some images were not shown in epub books.
* 0.10.5
Changes: The migration tool from version 0.8.* has been fixed. An
FBReader freeze has been fixed. Several text selection related
issues have been fixed. Desktop Debian packages have been updated
to avoid a conflict with a version in the standard Ubuntu 9.04
repository.
* 0.10.4
Changes: The Maemo platform (Nokia Internet Tablet) is supported
again. Multiple epub format issues have been fixed.
* 0.10.3
Changes: Some issues related to multi-file tar, tar.gz, and tar.bz2
archives have been fixed. Greek hyphenation patterns were regenerated
from another TeX source; the new version has no license issues from
the Debian point of view.
* 0.10.2
Changes: This is second bugfix release for version 0.10.0. It is
released for desktop and netbook computers only (for both Linux
and Windows platforms). A crash in the Preferences dialog of the
Windows version has been fixed. Image order in mobipocket files
has been corrected. Indonesian localization files have been updated.
Diffstat (limited to 'misc/fbreader/Makefile')
-rw-r--r-- | misc/fbreader/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/fbreader/Makefile b/misc/fbreader/Makefile index d793633defb..5043e8cde2c 100644 --- a/misc/fbreader/Makefile +++ b/misc/fbreader/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2009/08/31 20:17:48 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2009/10/31 03:20:35 wiz Exp $ # -DISTNAME= fbreader-sources-0.10.1 +DISTNAME= fbreader-sources-0.10.7 PKGNAME= ${DISTNAME:S/-sources//} -PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.fbreader.org/ EXTRACT_SUFX= .tgz @@ -11,6 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.fbreader.org/ COMMENT= Ebook reader software +LICENSE= gnu-gpl-v2 AND modified-bsd PKG_DESTDIR_SUPPORT= user-destdir |