http://git.xfce.org/apps/midori/tree/ChangeLog for a list of improvements.
Repair install of config files under $SYSCONFDIR/xdg/midori/
If it doesn't start after update, wipe .cache/midori.
natpmpd is a daemon that can be used on an OpenBSD NAT gateway to
provide support for the NAT-PMP protocol on any internal networks which
then allows a client to create and maintain rules in pf to map TCP and
UDP connections to the external IP address on the NAT gateway to
services running on the client itself.
Zint is a C library for encoding data in several barcode variants. The
bundled command-line utility provides a simple interface to the library.
Features of the library:
- Over 50 symbologies including all ISO/IEC standards, like QR codes.
- Unicode translation for symbologies which support Latin-1 and
Kanji character sets.
[...]
from Kirill Bychkov (MAINTAINER)
with tweaks by me and sthen@
ok sthen@
- fix conflict with speech-dispatcher
- fix gen-versions target
- i386 ethread compat
update to R14B04 from dlg@, rest by piotr sikora and me
tested with rabbitmq and ejabberd on amd64; sparc64 is still happy too
maintainer timed-out
Scality Droplet is a high perfomance Cloud Storage client library providing
a set of high-level features. It is open source and released under the BSD
License. Multiple backends are supported: S3 (Simple Storage Service), CDMI
(Cloud Data Management Interface), SRWS (Scality Simple Rest Web Service).
On-the-fly encryption/decryption and buffered I/O are also supported.
initial port from Vadim Zhukov
tweaks by me and sthen@, ok sthen@
Leptonica is a pedagogically-oriented open source site containing
software that is broadly useful for image processing and image analysis
applications.
"looks good and tested on macppc" sebastia@
ok benoit@
WebP is an image format that does lossy compression of digital
photographic images. WebP consists of a codec based on VP8, that Google
open-sourced in May 2010 and a container based on RIFF. Webmasters, web
developers and browser developers can use WebP to compress, archive and
distribute digital images more efficiently.
ok benoit@ rpointel@
Also include the compiler standard libraries under compiler-libs/, as this
is the convention adopted by other packaging (Debian, FreeBSD), and is used
by various utility software such as the Lwt interactive toplevel and some
of the graphical IDEs.
* Remove the bundled json and systemu gems
* Also patch the client.cfg.dist file in the same way as server.cfg.dist
* Remove the cleanup of the subst_cmd bits due to...
* Altering the example files to be installed sans .dist suffix
* Adjust the PLIST to not include the now-removed gems, install the
renamed example files with @sample amd also install the rc.d script
merged by Matt Dainty from his mcollective port
systemu is a portable replacement for popen4 in ruby.
systemu can be used on any platform to return status, stdout, and stderr
of any command. Unlike other methods like open3/popen4 there is zero
danger of full pipes or threading issues hanging your process or
subprocess.
from matt dainty
ok jeremy@