Port will now update correctly even if the previous distfile has not been
removed from DISTDIR
PR: ports/132048
Reported by: Ari Maniatis <ari@ish.com.au>
<ChangeLog>
Changes with nginx 0.7.38
*) Feature: authentication failures logging.
*) Bugfix: name/password in auth_basic_user_file were ignored after odd
number of empty lines.
Thanks to Alexander Zagrebin.
*) Bugfix: a segmentation fault occurred in a master process, if long
path was used in unix domain socket; the bug had appeared in 0.7.36.
Changes with nginx 0.7.37
*) Bugfix: directives using upstreams did not work; the bug had
appeared in 0.7.36.
Changes with nginx 0.7.36
*) Feature: a preliminary IPv6 support; the "listen" directive of the
HTTP module supports IPv6.
*) Bugfix: the $ancient_browser variable did not work for browsers
preset by a "modern_browser" directives.
</ChangeLog>
* Fix processing of devd events.
* Add support for the PART GEOM type.
* Attempt to fix a race condition where a drive an be learned before its
parent. This fix only works on 7.1, RELENG_7, and -CURRENT.
creating, correcting, and repacking electronic books.
Current unpacking support is limited to PalmDoc and Mobipocket and
generation is limited to EPub. The metadata correction tools are
quite extensive, however. For more details, see the POD information
on EBook::Tools and EBook::Tools::Unpack.
WWW: http://search.cpan.org/dist/EBook-Tools/
PR: ports/131901
Submitted by: simond at irrelevant.org
library and is implemented on top of HDF5. This module can read and
write files in both the new netCDF 4 and the old netCDF 3 format, and
can create files that are readable by HDF5 clients. The API modelled
after Scientific.IO.NetCDF, and should be familiar to users of that
module.
Many new features of netCDF 4 are implemented, such as multiple
unlimited dimensions, groups and zlib data compression. All the new
primitive data types (such as 64 bit and unsigned integer types) are
implemented, except variable-length strings (NC_STRING). User defined
data types (compound, vlen, enum etc.) are not supported.
WWW: http://code.google.com/p/netcdf4-python/
PR: ports/131866
Submitted by: wenheping at gmail.com