This port was originally set for 1.5, but a later commit acknowledged
that it worked on 1.6 as well, but didn't say it was limited to 1.6.
Let's assume this unmaintained port can run on java higher than 1.6 and
rely on user feedback to tell us if this isn't a good assumption. (I
don't know how to run-time test it myself)
PR: 193313
Submitted by: JingFeng Yan
WsgiDAV is a WebDAV server for sharing files and other resources over the
web. It is based on the WSGI interface. It comes bundled with a simple
WSGI web server. This package is based on PyFileServer by Ho Chun Wei.
PR: 193312
Submitted by: Jingfeng Yan
Seafile is a next-generation open source cloud storage system with
advanced support for file syncing, privacy protection and teamwork.
Collections of files are called libraries, and each library can be synced
separately. A library can be encrypted with a user chosen password. This
password is not stored on the server, so even the server admin cannot
view a file's contents.
Seafile allows users to create groups with file syncing, wiki, and
discussion to enable easy collaboration around documents within a team.
This is the desktop client for Seafile.
Path::Class for some parts, and a bit less for other parts. One of
the main difference is Path::Extended always tries to use forward
slashes when possible, ie. even when you're on the MS Windows, so that
you don't need to care about escaping paths that annoys you from time
to time when you want to apply regexen to a path, especially in file
tests that use 'like' or 'compare'.
WWW: http://search.cpan.org/dist/Path-Extended/
installs six methods into a caller (the class that used Log::Dump) via
Sub::Install. The point is you don't need to load extra dumper modules
or you don't need to concatenate messages. Just log things and they
will be dumped (and concatenated if necessary) to stderr, and to a
file if you prefer. Also, you can use these logging methods as class
methods or object methods (though usually you don't want to mix them,
especially when you're doing something special).
WWW: http://search.cpan.org/dist/Log-Dump/
PR: 193134
Submitted by: Jingfeng Yan
Seafile is a next-generation open source cloud storage system with
advanced support for file syncing, privacy protection and teamwork.
Collections of files are called libraries, and each library can be synced
separately. A library can be encrypted with a user chosen password. This
password is not stored on the server, so even the server admin cannot
view a file's contents.
Seafile allows users to create groups with file syncing, wiki, and
discussion to enable easy collaboration around documents within a team.
* --env was changed to deal with bash's new way of exporting a function.
* Bug fixes and man page updates
PR: 194714
Submitted by: howeyc@gmail.com (maintainer)
* Fixed bug in -plte_len N option.
* Added "-reduce_palette" and "-noreduce_palette" options. Enable
reduce_palette when the "-new" or "-reduce" option is used.
PR: 194790
Submitted by: Anton Sayetsky <vsasjason@gmail.com> (maintainer)
* Add persistent timers for slave zones (expire, refresh, and flush)
* Return minimal response for queries with unsupported EDNS version
* Fix DNSSEC compliant processing of letter case in RDATA domain names
* Fix interpretation of Extended RCODE in EDNS
* Fix forced zone retransfer on slave
* Fix zone expiration when transfer is being refused by master
PR: 194795
Submitted by: freebsd@dns-lab.com (maintainer)