seems to be really useful now, and it's ready to be on pkgsrc).
pkg_select will display a curses file browser for the pkg system. You can
browse pkgsrc and gather various informations about packages, like avail-
able version, installed version, comment and homepage. A simple paging
system lets you read information files. You can browse both installed
and uninstalled packages, as well as dependencies list and perform vari-
ous administrative tasks to them. A package finder system helps you to
easily locate a package by its name. pkg_select can handle either source
or binary installations when pkgsrc is installed on the local system, or
binary only when using the pkgsrc-over-ftp feature.
If no pkgsrc is installed, pkg_select offers ability fo fetch it, either
by FTP or CVS. It is also possible to update an existing pkgsrc via the
interface.
pkg_select user interface is quite self explainatory, every available
shortcut is shown and annotated.
Compared to the latest stable release (1.0.1), this version includes...
too many things to list them all! Nevertheless, I would like to mention
a few important features (in no particular order):
* Support for KIPI plugins, which brings you lots of fancy image
manipulation possibilities.
* Support for animated images.
* Fast MMX-optimized image smoothing.
* Asynchronous image loading, so the application do not look frozen
while loading a big image.
* Two KParts: one to display an image, another to browse folders.
* Nifty On Screen Display toolbar.
* Brightness, contrast and gamma adjustment.
Release Notes for Clearsilver 0.9.14 03/08/2005
-------------------------------------
bugfix release
- one incompatible change: semi-public function cgi_html_ws_strip now
takes a second argument to set the level of stripping
- white space stripper now has two levels: 1 is the old debug level
(which doesn't strip whitespace at the beginning of a line) and the
second strips all duplicate whitespace
- fix for cgi_register_strfuncs missing for ruby/perl modules
- fix for color problems in generated images in imd with GD2
* make getmail less conservative about remembering messages as
already-seen when unrelated errors occur after successfully
delivering them. Thanks: Thomas Schwinge.
with:
@unexec ${RMDIR} %D/include/arts 2>/dev/null || ${TRUE}
This will stop it from complaining when you use pkg_add to
upgrade the arts package when kdelibs is still installed.
Okayed by maintainer, markd.
From hiramatu /at/ boreas _dot_ dti _dot_ ne _dot_ jp in PR#29890,
with a few modifications by me.
* ver 4.51 (Jan.16th,2004)
+ fixed keyboard-interrupt handling while reloading a file to
avoid segmentation fault. (pointed out by Masanori GOTO
<gotom@debian.or.jp>)
+ modified definitions of boolean_t, PAGE_SIZE, VDISCARD, and
autoconf for libcurses for AIX. (pointed out by SHIOTA
Shoichi <Shoichi.Shiota@lightwell.co.jp>)
+ omitted to specify owner and group to install command, and
omitted include langinfo.h when HAVE_LANGINFO_CODESET is not
defined, for Max OS X. (pointed out by Koki NAKASHIRO
<nakasiro@sdl.hitachi.co.jp>)
4.14.0
------
Because of the mistake I made in the previous version, the 'u' letter was
eaten by the RTF parser when processing messages from windows icq clients.
It looked for unicode chars, but ate all 'u' characters it used to found.
Fixed that.
A memory leak problem when checking RSS was fixed.
Gadu-Gadu module used to produce a segfault when it was unable to obtain
a registration token from the server. Now it doesn't crash, though the
impossibility to register a new UIN is still there. The serve simply
doesn't find an appropriate document by the registration URL. Too bad.
Applied a small patch by Paul Chitescu so that it's now possible to start
centericq with all protocols set to offline.
Another type of external event was added. Now you can execute your actions
when someone goes offline. Hope someone finds that useful.
4.20.0
------
PGP encryption support was implemented for the Jabber module. In a nutshell
this means that with a proper setup your communications get a way more secure.
GPGME library is needed to build the PGP support.
Fixed the RTF parser that takes charge when a message from a Windows ICQ
client is received. One problem was that it used to treat backspace characters
wrong sometimes. Another problem with utf-16 was fixed with a patch submitted
by Vadim Nosovsky.
After ICQ dual login detection centericq used to try re-connecting, though it
wasn't supposed to. Fixed.
During a long time noone reported me the bug related to libicq2000's header
files getting installed each time "make install" was run for centericq. Finally
Wolfram Schlich noted this one, so I fixed it.
Logging on Yahoo! didn't work on Sun Sparc machines. Fixed that. That might
also revive Gadu-Gadu on bigendian architectures.
A couple of interface related bugs were fixed, such as a mistake in the group
organization dialog as well as not clearing pending messages for contacts in
non-chat communication mode.