Up to [cvs.netbsd.org] / pkgsrc / misc / fbreader
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.19 / (download) - annotate - [select for diffs], Sat Mar 3 12:54:19 2012 UTC (2 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
More pcre PKGREVISION bumps.
Revision 1.18 / (download) - annotate - [select for diffs], Mon Feb 6 12:40:55 2012 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Revbump for a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
Revision 1.17 / (download) - annotate - [select for diffs], Fri Jan 13 10:55:19 2012 UTC (4 months, 1 week ago) by obache
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.
Revision 1.16 / (download) - annotate - [select for diffs], Tue Nov 1 06:11:56 2011 UTC (6 months, 3 weeks ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Recursive bump for graphics/freetype2 buildlink addition.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Aug 22 11:24:06 2011 UTC (9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.14: +3 -2
lines
Diff to previous 1.14 (colored)
Fix build with gcc-4.5. Include desktopdb.mk. Bump PKGREVISION.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Apr 22 13:44:09 2011 UTC (13 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
recursive bump from gettext-lib shlib bump.
Revision 1.13 / (download) - annotate - [select for diffs], Thu Jan 13 13:38:44 2011 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Revision 1.12 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:49 2010 UTC (17 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
Revision 1.11 / (download) - annotate - [select for diffs], Mon Nov 15 22:57:54 2010 UTC (18 months, 1 week ago) by abs
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome
Revision 1.10 / (download) - annotate - [select for diffs], Tue Sep 14 11:13:13 2010 UTC (20 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
More PKGREVISION bumps for pixman update.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Jun 13 22:44:58 2010 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Bump PKGREVISION for libpng shlib name change. Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Apr 5 18:50:48 2010 UTC (2 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.7: +7 -1
lines
Diff to previous 1.7 (colored)
Pass in DO_ICONV_CAST on Solaris and NetBSD instead of incorrect patch. Noted by Alexander Polakov in PR 43113.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Jan 18 09:59:13 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Second try at jpeg-8 recursive PKGREVISION bump.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 17 12:02:26 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Recursive PKGREVISION bump for jpeg update to 8.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Oct 31 03:20:35 2009 UTC (2 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
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.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 31 20:17:48 2009 UTC (2 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.3: +3 -1
lines
Diff to previous 1.3 (colored)
Mark as destdir-ready.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Aug 26 19:58:00 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
bump revision because of graphics/jpeg update
Revision 1.2 / (download) - annotate - [select for diffs], Wed Jul 22 09:01:36 2009 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.1: +1 -2
lines
Diff to previous 1.1 (colored)
Remove USE_DIRS from pkgsrc. 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
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Jan 18 17:39:37 2009 UTC (3 years, 4 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-20090118
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of fbreader-0.10.1:
FBReader is an e-book reader for various platforms.
Main features:
* Supported formats are
* fb2 e-book format (style attributes are not supported yet).
* HTML format (tables are not supported).
* CHM format (tables are not supported).
* plucker format (tables are not supported).
* Palmdoc (aportis doc).
* zTxt (Weasel format).
* TCR (psion text) format.
* RTF format (stylesheets and tables are not supported).
* OEB format (css and tables are not supported).
* OpenReader format (css and tables are not supported).
* Non-DRM'ed mobipocket format (tables are not supported).
* Plain text format.
* Direct reading from tar, zip, gzip and bzip2 archives. (Multiple books
in one archive are supported.)
* Automatic library building.
* Automatic language and character encoding detection is supported.
* Automatically generated contents table.
* Embedded images support.
* Footnotes/hyperlinks support.
* Position indicator.
* Keeps the last open book and the last read positions for all opened
books between runs.
* List of last opened books.
* Automatic hyphenations.
* Text search.
* Full-screen mode.
* Screen rotation by 90, 180 and 270 degrees.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 18 17:39:37 2009 UTC (3 years, 4 months ago) by wiz
Branch: MAIN
Initial revision