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.
io/sio_Reader.cpp: In function 'int fillScField_(const sio_8211Field&, const sio_8211FieldFormat&, sc_Field&, long int)':
io/sio_Reader.cpp:320: error: no matching function for call to 'sio_8211Converter::makeFixedSubfield(sc_Subfield&, __gnu_cxx::__normal_iterator<const char*, std::vector<char, std::allocator<char> > >&, long int) const'
../sdts++/io/sio_8211Converter.h:52: note: candidates are: virtual long int sio_8211Converter::makeFixedSubfield(sc_Subfield&, const char*, long int) const
io/sio_Reader.cpp:327: error: no matching function for call to 'sio_8211Converter::makeVarSubfield(sc_Subfield&, __gnu_cxx::__normal_iterator<const char*, std::vector<char, std::allocator<char> > >&, long int, char) const'
../sdts++/io/sio_8211Converter.h:71: note: candidates are: virtual long int sio_8211Converter::makeVarSubfield(sc_Subfield&, const char*, long int, char) const
Reported by: pointyhat