Net::SFTP is a pure-Perl implementation of the Secure File
Transfer Protocol (SFTP)--file transfer built on top of the
SSH protocol. Net::SFTP uses Net::SSH::Perl to build a
secure, encrypted tunnel through which files can be transferred
and managed. It provides a subset of the commands listed in
the SSH File Transfer Protocol IETF draft.
- Crypt-DH-0.03, Diffie-Hellman implementation
- Crypt-DSA-0.12, DSA implementation
- Crypt-Primes-0.50, prime number generator
- Crypt-RSA-1.55, RSA implementation
- Crypt-Random-1.23, cryptographically secure random number generator
all written in pure perl
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@