o) arrayvar from 0.03 to 0.05;
o) devel_kit from 0.2.19 to 0.3.0;
o) echo from 4f7aa50 to 46334b3;
o) encryptsession from 0.03 to 0.05;
o) forminput from 0.07 to 0.12;
o) iconv from 0.10 to 0.14;
o) lua from 0.10.5 to 0.10.6rc1;
o) set_misc from 6582fb4 to f808ef4;
o) sflow from 0.9.7 to 543c72a;
o) small_light from 0.6.15 to 0.8.0;
o) xss from 0.04 to 0.05.
Do not bump PORTREVISION.
CFLAGS contains -Wl,-rpath,${LOCALBASE}/lib, which causes the following
warnings:
warning: -Wl,-rpath,/usr/local/lib: 'linker' input unused
It also causes many tests to fail due to the same warning:
E VerificationError: CompileError: command 'cc' failed with exit status 1
cffi/ffiplatform.py:62: VerificationError
----------- Captured stderr call ----------
error: -Wl,-rpath,/usr/local/lib: 'linker' input unused
Remove these (CFLAGS, LDFLAGS) unnecessary flags as cffi grabs compiler
details from Python and links correctly to libffi/libpython without
them.
* Fix cffi0/test_ownlib to use ${CC} not a hardcoded gcc, unecessarily
causing test failures. Conditionally add -Wno-shift-negative-value
to CFLAGS to squash several more failures on FreeBSD 11+ [1]
While I'm here:
* Strip shared library
* Report skipped tests during test runs
Note: leftover test_array_type test failure is known [2]
[1] https://bitbucket.org/cffi/cffi/issues/271
[2] https://bitbucket.org/cffi/cffi/issues/178
Reviewed by: wg (maintainer)
Approved by: wg (maintainer)
MFH: 2016Q3
Differential Revision: D7300
Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK)
for Python, which allows Python developers to write software that makes
use of services like Amazon S3 and Amazon EC2. You can find the latest,
most up to date, documentation at Read the Docs, including a list of
services that are supported.
WWW: https://github.com/boto/boto3
Hack is monospaced font designed to be a workhorse typeface for code. It has
deep roots in the libre, open source typeface community and expands upon the
contributions of the Bitstream Vera & DejaVu projects. The project is in
active development. We welcome your input and contributions.
WWW: https://sourcefoundry.org/hack/
* Update PORTVERSION and distinfo checksum (0.1.1)
* Add LICENSE_FILE
* Document actual Python version support in a comment for later
* Patch setup.py to properly declare test dependencies and hook up the
test command
* Add TEST_DEPENDS and test target for QA
https://github.com/boto/s3transfer/blob/0.1.1/CHANGELOG.rst
Approved by: Bradley Hughes <bradleythughes fastmail fm> (maintainer, via email)
Fix the PORTS_PCAP option LIB_DEPENDS entry ambiguously depending on
net/libpcap, which should be libpcap.so.1 so as not to be satisfied
with the pcap library provided by base. [1]
While I'm here:
- Explicitly BUILD_DEPEND on libhtp >= 0.5.20, as configure breaks when
that minimum version is not available.
PR: 211578
Reported by: marino [1]
3D Scientific Data Visualization and Plotting
The Mayavi project includes two related packages for 3-dimensional
visualization:
Mayavi: A tool for easy and interactive visualization of data, with
seamless integration with Python scientific libraries.
TVTK: A Traits-based wrapper for the Visualization Toolkit, a popular
open-source visualization library.
These libraries operate at different levels of abstraction. TVTK
manipulates visualization objects, while Mayavi lets you operate
on your data, and then see the results. Most users either use the
Mayavi user interface or program to its scripting interface; you
probably don't need to interact with TVTK unless you want to create
a new Mayavi module.
WWW: http://code.enthought.com/projects/mayavi/
PR: 204435
Submitted by: Vladimir Chukharev <vladimir.chukharev@gmail.com>
The previous commit message indicated PYTHON_PKGNAMEPREFIX was added
to the pillow dependency specification, but the commit didn't actually
contain that change, so add it now.
PR: 211578
Back in r342092 (Jan 2014), the LIB_DEPENDS specification was updated
from pcap to libpcap.so, which effectively moved the dependency from
the ports version of libpcap to the base version. The maintainer
also indicated the ports listed in the PR should specify the net/libpcap.
PR: 211578
The specification on libpcap came on the v1.6 => v.1.8.5 transition
while the port was unmaintained. Assume the change originator intended
for the ports libpcap to be used, but didn't realize it needed an
explicit version number to avoid the base library from satisfying the
requirement. While here, remove an obsolete CONFLICTS definition.
PR: 211578
The WITH_DAG knob implies that the ports version of libpcap is desired
for yaf, not the base version as it is currently configured. Fix the
dependency specification accordingly.
PR: 211578
the source code of id Software's DOOM. ZDoom boasts enhanced modding support,
as well as support for the following games:
* Ultimate Doom
* Doom II
* Final Doom
* Heretic
* Hexen
* Strife
* Chex Quest (1 & 3)
* Action Doom II
* Harmony v1.1
* Hacx
* The Adventures of Square
WWW: http://www.zdoom.org/
PR: 211588
Submitted by: Kyle Evans <bsdports@kyle-evans.net>
Remove 11.0-BETA1 and 11.0-BETA2, which have been removed from
the mirrors.
Approved by: bdrewery (maintainer, implicit, re blanket)
Sponsored by: The FreeBSD Foundation