pkgsrc changes:
---------------
Add a patch from Neil Booth to fix PLIST.
Should fix part of pkg/46331.
Upstream changes:
-----------------
Way too long CHANGELOG to list here.
Highlights from upstream are:
E-book viewer: A whole new full screen mode. [0.8.44]
-----------------------------------------------------
Closes tickets: 959830 [External link]
The new mode has no toolbars to distract from the text and the ability to set
the width of the column of text via Preferences in the ebook viewer. Click the
Fullscreen button on the toolbar in the viewer to enter fullscreen mode (or
press the F11 or Ctrl+Shit+F keys)
Support for reading Amazon's new KF8 format [0.8.42]
----------------------------------------------------
calibre can now both view and convert MOBI files that contain Amazon's new KF8
(Kindle Fire) format
Complete changelog is here: http://calibre-ebook.com/whats-new
`
=== 1.8.23 / 2012-04-19
This release increases the security used when RubyGems is talking to
an https server. If you use a custom RubyGems server over SSL, this
release will cause RubyGems to no longer connect unless your SSL cert
is globally valid.
You can configure SSL certificate usage in RubyGems through the
:ssl_ca_cert and :ssl_verify_mode options in ~/.gemrc and /etc/gemrc.
The recommended way is to set :ssl_ca_cert to the CA certificate for
your server or a certificate bundle containing your CA certification.
You may also set :ssl_verify_mode to 0 to completely disable SSL
certificate checks, but this is not recommended.
* 2 security fixes:
* Disallow redirects from https to http
* Turn on verification of server SSL certs
* 1 minor feature:
* Add --clear-sources to fetch
* 2 bug fixes:
* Use File.identical? to check if two files are the same.
* Fixed init_with warning when using psych
=== 1.8.22 / 2012-04-13
* 4 bug fixes:
* Workaround for psych/syck YAML date parsing issue
* Don't trust the encoding of ARGV. Fixes#307
* Quiet default warnings about missing spec variables
* Read a binary file properly (windows fix)
=== 1.8.21 / 2012-03-22
* 2 bug fixes:
* Add workaround for buggy yaml output from 1.9.2
* Force 1.9.1 to remove it's prelude code. Fixes#305
=== 1.8.20 / 2012-03-21
* 4 bug fixes:
* Add --force to `gem build` to skip validation. Fixes#297
* Gracefully deal with YAML::PrivateType objects in Marshal'd gemspecs
* Treat the source as a proper url base. Fixes#304
* Warn when updating the specs cache fails. Fixes#300
=== 1.8.19 / 2012-03-14
* 3 bug fixes:
* Handle loading psych vs syck properly. Fixes#298
* Make sure Date objects don't leak in via Marshal
* Perform Date => Time coercion on yaml loading. Fixes#266
=== 1.8.18 / 2012-03-11
* 4 bug fixes:
* Use Psych API to emit more compatible YAML
* Download and write inside `gem fetch` directly. Fixes#289
* Honor sysconfdir on 1.8. Fixes#291
* Search everywhere for a spec for `gem spec`. Fixes#288
* Fix Gem.all_load_path. Fixes#171
(misc/urjtag gettext-lib support)
This commit apparently fixes the PLIST problem on Linux.
Linux seems always gettext-lib available, while in
NetBSD (other *BSD ?) has it conditionally.
(As a side fix, add msgfmt to USE_TOOLS, thanks obache)
This commit adds gettext-lib support unconditionally.
Resulting some *.mo files are added to PLIST.
Add USB cable (with FTDI USB chip) support by
just including libftdi/buildlink3.mk. Now the number of
cables supported increased from 16 to 27.
(and Bump revision)
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
Track the sysinst changes of 2012-04-06 introducing the new
post-install configuration menu.
Print a message before creating the disk image, as it can take
a long time and make it appear that anita has hung.
The problem with this package is that the configure step is insufficient
at determining if the math long double functions are supported. It tests
for a couple of functions and assumes that if those test pass, then all
"L" functions are supported.
When DragonFly recently upgraded its math library by adding support for a
number of long double functions, this package started failing. Support for
expl, logl, log10l, sinhl, tanhl, acoshl, asinhl, atanhl, and coshl are
still missing on *all* BSDs.
The fix for the package is to override the configure script by falsely
stating that long double is not supported. Only kcalc uses long double so
this misconfiguration only has the effect to cause kcalc to use the
standard double math functions. FreeBSD almost definitely needs the same
Makefile fix.
No revbump is needed because pre-libm improved DragonFly releases are
configured the same way.
Libkgeomap is a wrapper around world map components as Marble, OpenstreetMap
and GoogleMap, for browsing and arranging photos on a map
This library is used by kipi-plugins, digiKam and other kipi host programs.
2.3.5 is available.
Features
* Added Amazon.com data sources for China, Spain, and Italy.
* Added filter rules for dates before and after.
* Updated GCstar exporter to include images.
* Updated Discogs fetcher to use API v2.
* Updated Wine.com fetcher to use API v2.
* Updated fetcher for Allocine.fr.
Bug Fixes
* Fixed bug that always showed checkmark for boolean field values
* Fixed importing of multi-line notes from Alexandria
* Fixed bug with merging entries
* Fixed bug with Cancel not working in the Entry Merge dialog.
* Fixed broken script for searching Dark Horse Comics.
* Fixed a crashing bug when using the scanner dialog.
* Improved support for importing movies and music from Delicious Library.
2.3.4 is available.
Features
* Added data sources for Google Book Search and MovieMeter.nl.
* Added capability for searching French, Spanish, and German data from
TheMovieDB.org.
* Added importer for Goodreads collection.
* Added icon cache for improved performance with large images
* Added UI controls for changing icon size
* Added shortcut keys for showing full-screen and hiding menubar
Bug Fixes
* Fixed bug with image link in Tri-Column report template
* Fixed crashing bug with CSV importer and changing delimiters
* Fixed bug in year from Douban.com data source
* Fixed TMDB search for multiple person results
* Updated filter rules to match against values without diacritics for
"Contains" criteria
* Fixed showing a doubled filter count
* Fixed bug when editing month in the date widget in KDE 4.7
2.3.3 is available.
Features
* Added data sources for Filmaster and Douban.
* Added capability for importing ADS format from z39.50 sources.
* Added check for duplicate Bibtex keys
* Added manga search for AnimeNfo.com.
* Improved performance for loading and sorting large collections.
Bug Fixes
* Fixed parsing bug for some IMDb results
* Fixed parsing bug for empty table values
* Fixed parsing bug with AnimeNfo.com results.
* Fixed bug when editing existing filters
* Fixed crashing bug for editing some values
* Fixed bug with loans not being updated for removed entries
* Fixed build for Linux kernel 2.6.38+ when using newer libv4l library.
* Fixed build with GCC 4.6.