- remove unneded BUILD_DEPENDS [2]
- switch to setuptools [1]
- install man-pages into proper locations. remove patch for setup.py [2]
- add couple of flags to minion rc-script that allows to define egg cache
directory and the contents of PATH to fix runtime on diskless systems [1]
PR: 169228 [1]
169209 [2]
Submitted by: Scott Larson <stl at wiredrive dot com> [1]
Denis Generalov <gd at rambler-co dot ru> [2]
Approved by: Christer Edwards <christer.edwards at gmail dot com> (maintainer)
- New version of the Gecko engine based on Firefox 13.
- Dynamic device support with UDisks2.
- More stream classes implemented in the C++ runtime.
- Support for metadata in TIFF files.
- Fleshed out WBEM implementation.
- Improved support for printer paper sizes.
- Various bug fixes.
rebar is an Erlang build tool that makes it easy to compile and test Erlang
applications, port drivers and releases.
rebar is a self-contained Erlang script, so it's easy to distribute or even
embed directly in a project. Where possible, rebar uses standard Erlang/OTP
conventions for project structures, thus minimizing the amount of build
configuration work. rebar also provides dependency management, enabling
application writers to easily re-use common libraries from a variety of
locations (git, hg, etc).
WWW: https://github.com/basho/rebar
PR: ports/168905
Submitted by: koobs <koobs.freebsd@gmail.com>
A command-line utility and a python library that helps with local TCP ports
management. It can find an unused TCP localhost port and remember the
association.
WWW: https://github.com/kmike/port-for/
PR: ports/169194
Submitted by: koobs <koobs.freebsd@gmail.com>
This breaks Xastir badly as it assumes QuantumDepth is an integer.
This fix below removes ImageMagick from the build and defaults
to GraphicsMagick which still works. (From PR)
- Convert to options NG while I am in here. (db)
PR: ports/169172
Submitted by: carl@stagecraft.cx
Math::GMPz is a bignum module utilising the GNU MP (GMP) library. Basically this
module simply wraps all of the mpz integer functions provided by that library.
See the Math::GMPz test suite for some examples of usage.
WWW: http://search.cpan.org/dist/Math-GMPz/
Math::GMPq is a bigrational module utilising the GNU MP (GMP) library. Basically
this module simply wraps all of the mpq rational functions provided by that
library. See the Math::GMPq test suite for some examples of usage.
IMPORTANT:
If your perl was built with '-Duse64bitint' you need to assign all integers
larger than 52-bit in a 'use integer;' block. Failure to do so can result in the
creation of the variable as an NV (rather than an IV) - with a resultant loss of
precision.
WWW: http://search.cpan.org/dist/Math-GMPq/
Math::GMPf is a bigfloat module utilising the GNU MP (GMP) library. Basically
this module simply wraps all of the mpf floating point functions provided by
that library. See the Math::GMPf test suite for some examples of usage.
WWW: http://search.cpan.org/dist/Math-GMPf/