This module's default exports override the core stat() and lstat()
functions, replacing them with versions that contain BSD 4.4
extentions such as file flags. This module also adds chflags function.
from Alexander Bluhm <alexander_bluhm@genua.de>
Charm is a client for the LiveJournal online diary service, as well as
other journal services that use the LiveJournal framework, such as
DeadJournal and uJournal.
requested/maintained by mpech@.
ok alek@ mpech@.
PHP interface to memcached
This extension allows you to work with memcached, a caching daemon
designed to decrease database load by storing objects in memory, through
handy OO and procedural interfaces.
help & ok mbalmer@, robert@
amd64. playdv can now play at the proper rate on amd64 machines.
Changes in the port:
* Remove inter-library dependencies (does not affect dependent ports).
* Fix playdv double-free crash at EOF.
* Can no longer be built with SEPARATE_BUILD, needs more investigation.
* WANTLIB markers.
From: Jacob Meuser <jakemsr@jakemsr.com>
rsnapshot is a filesystem snapshot utility. It can take incremental
snapshots of local and remote filesystems for any number of machines.
Local filesystem snapshots are handled with rsync(1). Secure remote
connections are handled with rsync over ssh(1), while anonymous rsync
connections simply use an rsync server. Both remote and local transfers
depend on rsync.
From Sigfred Haversen <bsdlist@mumak.com>
help & ok mbalmer@