- Update to 2.8.0
- Enable STAGE support
- Enable AUTOPLIST and delete pkg-plist accordingly
- Tweak HIREDIS option description
Changes:
* redis-py should play better with gevent when a gevent Timeout is
raised.
* Added SENTINEL command.
* Fixed a bug where pipelines could potentially correct a connection
if the MULTI command generated a ResponseError.
* Connections now call socket.shutdown() prior to socket.close() to
ensure communication ends immediately per the note at
http://docs.python.org/2/library/socket.html#socket.socket.close
* Lock checks are now based on floats rather than ints.
resolve sudokus. It can also print a sudoku (1 or 4 sudokus in each page)
and write an image (png, jpeg, etc) with a sudoku.
WWW: http://pythonsudoku.sourceforge.net/
PR: ports/171332
Submitted by: nemysis (self)
Approved by: wg (mentor)
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
<ChangeLog>
* Introduced the `PassengerBufferUpload` option for Apache. This option allows one
to disable upload buffering, e.g. in order to be able to track upload progress.
* [Nginx] The `HTTPS` variable is now set correctly for HTTPS connections, even
without setting `ssl on`. Fixes issue #401.
* [Standalone] It is now possible to listen on both a normal HTTP and an HTTPS port.
* [Enterprise] The `passenger-status` tool now displays rolling restart status.
</ChangeLog>
- Support STAGEDIR
- While I'm here, convert to new options helper
Changes: https://pypi.python.org/pypi/keyring#changes
PR: ports/184270
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Types::Path::Tiny provides Path::Tiny types for Moose, Moo, etc.
It handles two important types of coercion:
- coercing objects with overloaded stringification
- coercing to absolute paths
It also can check to ensure that files or directories exist.
WWW: http://search.cpan.org/dist/Types-Path-Tiny/
The argparse module is part of the standard library in 2.7 and 3.2 onward.
Until this change, argparse has been incorrectly depended on for users
running Python 2.7.
- Update conditional expression in RUN_DEPENDS for argparse
While I'm here:
- Enable STAGE support
- Enable AUTOPLIST, remove pkg-plist accordingly
When the system first boots, install the pkg(8) tools (if not already
installed) and packages listed in the $firstboot_pkgs_list rc.conf
variable.
Obviously, this port is not useful after a system is already running; it is
intended to be included as part of the installation or disk image building
process.
Open MPI is a project combining technologies and resources from several
other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to
build the best MPI library available. A completely new MPI-2 compliant
implementation, Open MPI offers advantages for system and software
vendors, application developers and computer science researchers.