the version in math/fftw/.
Pkgsrc changes:
o Get rid of the powerpc-specific distfile, it's apparently not needed
anymore
o Add perl as a tool, so that "make test" can succeed
o Adjust dependency on math/fftw
Based on PR 39438 by Thomas Zander.
Pfstmo package contains the implementation of state-of-the-art tone
mapping operators. The motivation here is to provide an implementation
of tone mapping operators suitable for convenient processing of both
static images and animations.
Based on PR 39437 by Thomas Zander.
A set of command line tools for reading, writing, manipulating
and viewing high-dynamic range (HDR) images and video frames.
* Added -e option to begin processing from the current end of the input log file.
* Put double-quotes around regex expressions in dump file.
* If the context argument to a pipe or report action is "-" then the current context contents are piped into the command.
* Added "echo" action which simply echo's the output on stdout, or to a file.
* Added a "$lines" macro construct in context action fields, it will be substituted by the number of lines in the context.
* Added "syslog" action to send a message into syslog.
gnome-speech 0.4.22:
* drivers/swift/swiftsynthesisdriver.c: fix for bug #559583 - Swift
synthesis driver causes Python client to get "TypeError: could not
demarshal return value" on call to getAllVoices.
* New API routines were added to the package.
* A minor change were made in the internal routine xputc.
* A minor bug was fixed in the internal routine mpl_fn_time2str.
calibre is a ebook library management application. Its features are
divided into the following categories:
* Library Management
* Format conversion (all major ebook formats can be converted from)
* Syncing to ebook reader devices
* Fetching news from the web and converting it into ebook form
* Viewing many different ebook formats
* Giving you access to your book collection over the internet using
just a browser
ClientForm is a Python module for handling HTML forms on the client
side, useful for parsing HTML forms, filling them in and returning
the completed forms to the server. It developed from a port of
Gisle Aas' Perl module HTML::Form, from the libwww-perl library,
but the interface is not the same.
2009-01-17: Released gWaei 0.13.1
This is a release focusing on fixing bugs. The most noteworthy
of which was an infinitely loop on startup that some computer
encountered. (It it still is not fixed, someone please email me.)
There was a crasher when attempting to print only one
highlighted line in the results. The back and forward
buttons have been coded better against race conditions
on slow hardware because the back/forward button's wouldn't
become insensitive quick enough to stop repeted executions.
The highlight colors have been chosen to work better
with dark themes than they were. Fixed a crasher when users
would go back/forward after switching dictionaries.
There have been a few minor features added as well. alt-left
and alt-right will go back and forward in the search history
much like a web browser. Shift-tab will cycle backwards through
the dictionaries. The colors for highlighting have been switched
around and varied more. The previous red just wasn't really
compatible with any of the other colors I tried with it. It is
now possible to optionally compile the program without libsexy.
Stateful programmatic web browsing, after Andy Lester's Perl module
WWW::Mechanize.
The library is layered: mechanize.Browser (stateful web browser),
mechanize.UserAgent (configurable URL opener), plus urllib2 handlers.
Features include: ftp:, http: and file: URL schemes, browser history,
high-level hyperlink and HTML form support, HTTP cookies, HTTP-EQUIV
and Refresh, Referer [sic] header, robots.txt, redirections, proxies,
and Basic and Digest HTTP authentication. mechanize's response
objects are (lazily-) .seek()able and still work after .close().
by shattered and bsadewitz.
help2man is a tool for automatically generating simple manual pages from
program output.
It is intended to provide an easy way for software authors to include a
manual page in their distribution without having to maintain that document.
Given a program which produces resonably standard --help and --version
outputs, help2man will attempt to re-arrange that output into something
which resembles a manual page.