filehandle that calls back to your own code when it needs data to
satisfy a read. This is useful if you want to use a library module
that expects to read data from a filehandle, but you want the data to
come from some other source and you don't want to read it all into
memory and use IO::String.
WWW: http://search.cpan.org/dist/IO-Callback/
The upstream changelog can be seen in
<https://qt.gitorious.org/qt/qt/blobs/4.8/dist/changes-4.8.2>.
Relevant changes include a few patches having been integrated upstream
and thus removed from the ports tree and some improved work on USE_QT4
in bsd.qt.mk.
Test::CPAN::Meta::YAML was written to ensure that a META.yml file, provided with
a standard distribution uploaded to CPAN, meets the specifications that slowly
being introduced to module uploads, via the use of ExtUtils::MakeMaker,
Module::Build and Module::Install.
See CPAN::Meta for further details of the CPAN Meta Specification.
WWW: http://search.cpan.org/dist/Test-CPAN-Meta-YAML/
/usr/ports/devel/ros-common/work/common-1.4.3/pluginlib/src/boost_fs_wrapper.cpp:
In function 'std::string pluginlib::getPackageFromLibraryPath(const
std::string&)':
/usr/ports/devel/ros-common/work/common-1.4.3/pluginlib/src/boost_fs_wrapper.cpp:58:
error: conversion from 'boost::filesystem3::path' to non-scalar type
'std::basic_string<char, std::char_traits<char>, std::allocator<char> >'
requested
Reported by: pointyhat
- PyFlakes
- pep8
- Ned's McCabe script
Flake8 runs all tools by launching the single 'flake8' script, but ignores pep8
and PyFlakes extended options and just uses defaults. It displays the warnings
in a per-file, merged output.
WWW: https://bitbucket.org/tarek/flake8
NB: slightly changed version of the port committed. My changes:
- add $FreeBSD$
- update to 1.3.1
- add license (MIT)
- add a comment about python3. It will work but it use distutils for python3
and setuptools for python2. I think the port will need to be changed to use
distutils for both python branches.
- use %%PYEASYINSTALL_EGG%% in pkg-plist
PR: ports/168108
Submitted by: William Grzybowski <william88@gmail.com>
While I'm here, do some clenup:
- use shortname in MASTER_SITES
- drop LICENSE_FILE for well-know license (MIT)
- strict python versions to 2.x only
- replace redefinition of the whole PYDISTUTILS_EGGINFO with
just PYDISTUTILS_PKGVERSION
- add tab in pkg-descr
PR: 167484
Submitted by: antoine (maintainer)
repoze.who-friendlyform is a repoze.who plugin which
provides a collection of developer-friendly form plugins,
although for the time being such a collection has only
one item.
WWW: http://code.gustavonarea.net/repoze.who-friendlyform/
PR: ports/167703
Submitted by: Yuan-Chung Hsiao <ychsiao@gmail.com>
- Unify the empty separate inclusion of bsd.port.pre.mk and
bsd.port.post.mk into a single .include <bsd.port.mk>
PR: ports/167801
Submitted by: olgeni [1]
Approved by: Denise H. G. (maintainer timeout, ~3 weeks)
My original upstream commits to fix the detection of the
<unordered_map> and <ext/hash_map> headers needed some fixes which
were committed later.
The original patches have now been replaced by all the needed commits
squashed into a single 'patch-fix-clang-support' diff.