Commit graph

411092 commits

Author SHA1 Message Date
Dmitry Marakasov
97cc16d054 - Fix LOCALBASE misuse 2017-02-05 14:33:06 +00:00
Dmitry Marakasov
dcc1aeb213 - Correct depends 2017-02-05 14:31:49 +00:00
Dmitry Marakasov
6d93e09db3 - Add py-flake8-docstrings, py3-flake8-docstrings
Extension for flake8 which uses pydocstyle to check docstrings

WWW: https://pypi.python.org/pypi/flake8-docstrings
2017-02-05 14:27:21 +00:00
Dmitry Marakasov
0f3defbaa7 - Add py-pydocstyle, py3-pydocstyle
Python docstring style checker

(formerly pep257)

pydocstyle is a static analysis tool for checking compliance with
Python docstring conventions.

pydocstyle supports most of PEP 257 out of the box, but it should
not be considered a reference implementation.

pydocstyle supports Python 2.6, 2.7, 3.3, 3.4, 3.5, pypy and pypy3.

WWW: https://pypi.python.org/pypi/pydocstyle
2017-02-05 14:25:02 +00:00
Dmitry Marakasov
a471258ea5 - Add py-flake8-polyfill, py3-flake8-polyfill
flake8-polyfill is a package that provides some compatibility helpers
for Flake8 plugins that intend to support Flake8 2.x and 3.x
simultaneously.

WWW: https://pypi.python.org/pypi/flake8-polyfill
2017-02-05 14:13:01 +00:00
Dmitry Marakasov
fe038d496d - Add py-flake8-builtins, py3-flake8-builtins
Check for python builtins being used as variables or parameters

WWW: https://pypi.python.org/pypi/flake8-builtins
2017-02-05 14:04:31 +00:00
Dmitry Marakasov
7988eb9201 - Add py-flake8-import-order, py3-flake8-import-order
Flake8 and pylama plugin that checks the ordering of import statements

WWW: https://pypi.python.org/pypi/flake8-import-order
2017-02-05 13:59:26 +00:00
Dmitry Marakasov
0ffd929262 - Add py-flake8-quotes, py3-flake8-quotes
Flake8 lint for quotes.

WWW: https://pypi.python.org/pypi/flake8-quotes
2017-02-05 13:55:45 +00:00
Jan Beich
aca1af47b8 audio/smasher: unbreak with gcc5 or later (runtime still broken)
In file included from /usr/local/lib/gcc5/include/c++/string:52:0,
                 from /usr/local/include/wx-2.8/wx/string.h:176,
                 from /usr/local/include/wx-2.8/wx/memory.h:16,
                 from /usr/local/include/wx-2.8/wx/object.h:20,
                 from /usr/local/include/wx-2.8/wx/event.h:17,
                 from /usr/local/include/wx-2.8/wx/window.h:19,
                 from /usr/local/include/wx-2.8/wx/control.h:23,
                 from /usr/local/include/wx-2.8/wx/checkbox.h:19,
                 from settingsbook.cpp:4:
/usr/local/lib/gcc5/include/c++/bits/basic_string.h: In instantiation of 'union std::__cxx11::basic_string<wxPoint>::<anonymous>':
/usr/local/lib/gcc5/include/c++/bits/basic_string.h:119:7:   required from 'class std::__cxx11::basic_string<wxPoint>'
fxplotwindow.h:12:32:   required from here
/usr/local/lib/gcc5/include/c++/bits/basic_string.h:121:53: error: member 'wxPoint std::__cxx11::basic_string<wxPoint>::<anonymous union>::_M_local_buf [2]' with constructor not allowed in union
  _CharT           _M_local_buf[_S_local_capacity + 1];
                                                     ^
/usr/local/lib/gcc5/include/c++/bits/basic_string.h:121:53: note: unrestricted unions only available with -std=c++11 or -std=gnu++11

PR:		216707
Reported by:	antoine (via exp-run)
2017-02-05 13:30:01 +00:00
Raphael Kubo da Costa
1c557198fc Update to 0.8.9.
PR:		216773
Submitted by:	timp87@gmail.com (maintainer)
2017-02-05 13:27:55 +00:00
Lars Engels
3ab61de0cf mail/roundcube-automatic_addressbook:
Over to new maintainer

Submitted by:	new maintianer via mail
Approved by:	old maintainer via mail
2017-02-05 13:21:25 +00:00
Dmitry Marakasov
774581039f - Fix LICENSE
- Add NO_ARCH
2017-02-05 13:10:47 +00:00
Dmitry Marakasov
af4fdaea20 - Fix LICENSE
- Add LICENSE_FILE
2017-02-05 13:10:05 +00:00
Ben Woods
c95eb7fddf audio/logitechmediaserver: Make testing vendor perl modules optional
Submitted by:	Mark Dixon (maintainer)
Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D8872
2017-02-05 13:03:38 +00:00
Dmitry Marakasov
9bcecac54a - Add LICENSE
- Switch to options helpers
- Pet portlint
2017-02-05 12:50:46 +00:00
Ben Woods
ed1c866570 Add www/go-www: Web server for static content
www is a static web server, useful for sharing and testing the contents of a
directory via HTTP.

www will start a web server listening on port 8000 and use as document root
the directory where the command was called. Different document root may be
specified as also the port and use of SSL, more info using the -h option.

WWW: https://github.com/nbari/www

PR:		214820
Submitted by:	Nicolas de Bari Embriz Garcia Rojas
2017-02-05 12:39:12 +00:00
Jan Beich
925bfbf0dd lang/hugs: unbreak with gcc5 or later
/tmp/ccbhQWJd.o: In function `__hscore_get_errno':
PrelIOUtils.c:(.text+0x0): multiple definition of `__hscore_get_errno'
/tmp/ccbhQWJd.o: In function `__hscore_s_isreg':
PrelIOUtils.c:(.text+0x40): multiple definition of `__hscore_s_isreg'
/tmp/ccH45HdH.o:Ptr.c:(.text+0x180): first defined here
/tmp/ccbhQWJd.o: In function `__hscore_s_isdir':
PrelIOUtils.c:(.text+0x60): multiple definition of `__hscore_s_isdir'
/tmp/ccH45HdH.o:Ptr.c:(.text+0x1a0): first defined here
/tmp/ccbhQWJd.o: In function `__hscore_s_isfifo':
PrelIOUtils.c:(.text+0x80): multiple definition of `__hscore_s_isfifo'
[...]

PR:		216707
Reported by:	antoine (via exp-run)
2017-02-05 12:34:06 +00:00
Sunpoet Po-Chuan Hsieh
dc98449722 Move devel/libcheck to devel/check
Removed MOVED entry was added in r210759
2017-02-05 11:14:46 +00:00
Sunpoet Po-Chuan Hsieh
a9c2ade8fc Move devel/libcheck to devel/check
- Bump PORTREVISION for dependent ports
2017-02-05 11:14:37 +00:00
Lars Engels
dee0f0664d shells/bash-completion:
Update to 2.5
2017-02-05 10:42:31 +00:00
Sunpoet Po-Chuan Hsieh
6b9fefacf2 Update to 1.4.0
- While I'm here, add NO_ARCH

Changes:	https://pear.php.net/package/XML_Util/download/
PR:		216812
Submitted by:	Jochen Neumeister <joneum@bsdproject.de> (maintainer)
2017-02-05 10:06:31 +00:00
Sunpoet Po-Chuan Hsieh
660feefbbc Update to 1.7.3
Changes:	https://pear.php.net/package/Net_SMTP/download/
PR:		216424
Submitted by:	Jochen Neumeister <joneum@bsdproject.de> (maintainer)
2017-02-05 10:06:26 +00:00
Sunpoet Po-Chuan Hsieh
634c18139c Update to 1.1.1
- Clean up MASTER_SITES
- Add LICENSE
- Add NO_ARCH
- Sort USE_PYTHON
- Update WWW

Changes:	https://cito.github.io/DBUtils/RelNotes-1.1.1.html
2017-02-05 10:06:22 +00:00
Sunpoet Po-Chuan Hsieh
c3ab838476 Update to 0.180001
- Add LICENSE
- Sort *_DEPENDS
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Tree-Simple-View/Changes
2017-02-05 10:06:17 +00:00
Sunpoet Po-Chuan Hsieh
ae11844deb Update to 5.1.2
Changes:	https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2017-02-05 10:06:12 +00:00
Vasil Dimov
db1916cb2b ftp/wget: Upgrade from 1.18_2 to 1.19 2017-02-05 09:54:31 +00:00
Dmitry Sivachenko
d5edbee8d3 Use python-version-specific dependencies so they work as expected with
non-default python.

PR:		215201
Submitted by:	John W. O'Brien <john@saltant.com>
Maintainer timeout.
2017-02-05 09:03:41 +00:00
Dmitry Marakasov
00b0fcdee3 - Remove bogus HAVE_CONFIGURE
- Don't install license with docs
- Switch to options helpers
2017-02-05 09:01:31 +00:00
Olivier Duchateau
21b07c9f57 Update to 0.30 2017-02-05 08:34:35 +00:00
Olivier Duchateau
c686fb8bed Update to 1.0.2 2017-02-05 08:20:19 +00:00
Thomas Zander
c6d217920a Update libass to upstream version 0.13.6; bump PORTREVISION on consumers
Reported by:	robert.burmeister@utoledo.edu (via email)
2017-02-05 08:17:43 +00:00
Ben Woods
4fde3644de audio/logitechmediaserver: Do not use perl when setting ARCHNAME variable
Reported by:	David Z <daz@hyperchronos.org>
Reported by:	marino
Approved by:	portmgr blanket
2017-02-05 08:00:29 +00:00
Jan Beich
0f820d4632 graphics/bugle: unbreak with gcc5 or later
budgielib/tables.c: In function '_budgie_dump_TYPE_10GLXPbuffer':
budgielib/tables.c:31:47: error: expected ')' before 'PRIu0'
     budgie_snprintf_advance(buffer, size, "%" PRIu0, (uint0_t) *value);
                                               ^
[...]

PR:		216707
Reported by:	antoine (via exp-run)
Obtained from:	upstream
2017-02-05 07:52:22 +00:00
Kirill Ponomarev
8dcb053620 Update comms/twpsk to 4.2
PR:		216742
Submitted by:	takefu@airport.fm
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9446
2017-02-05 07:40:07 +00:00
Kirill Ponomarev
610ab969d5 Update math/cadabra2 to 2.1.2
PR:		216717
Submitted by:	yuri@rawbw.com
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9439
2017-02-05 07:35:28 +00:00
John Marino
5b62d51294 lang/gcc6-aux: Fix cross-compiler slave ports (stage QA)
I knew about the version bump but somehow missed implementing it,
resulting in stage failures for those slave ports that have pkg-plist
defined.  Bump them all as well.
2017-02-05 07:21:44 +00:00
Jan Beich
2523133cb3 devel/tigcc: unbreak with gcc5 or later
PR:		216810
2017-02-05 07:19:09 +00:00
Jan Beich
094319b8e0 games/super_methane_brothers: use clang and unbreak with gcc5 or later
sources/misc.cpp:43:65: error: narrowing conversion of '4294967248u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_0c = {SPR_ENDSPR_1+0x0c,0x0020,0xFFFFFFD0};
                                                                 ^
sources/misc.cpp:46:65: error: narrowing conversion of '4294967282u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_0f = {SPR_ENDSPR_1+0x0f,0x005E,0xFFFFFFF2};
                                                                 ^
sources/misc.cpp:47:65: error: narrowing conversion of '4294967290u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_10 = {SPR_ENDSPR_1+0x10,0x007E,0xFFFFFFFA};
                                                                 ^
sources/misc.cpp:48:65: error: narrowing conversion of '4294967289u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_11 = {SPR_ENDSPR_1+0x11,0x008E,0xFFFFFFF9};
                                                                 ^
sources/misc.cpp:50:65: error: narrowing conversion of '4294967291u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_13 = {SPR_ENDSPR_1+0x13,0x00B2,0xFFFFFFFB};
                                                                 ^
sources/misc.cpp:51:65: error: narrowing conversion of '4294967290u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_14 = {SPR_ENDSPR_1+0x14,0x00C2,0xFFFFFFFA};
                                                                 ^
sources/misc.cpp:60:65: error: narrowing conversion of '4294967280u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_1d = {SPR_ENDSPR_1+0x1d,0x0030,0xFFFFFFF0};
                                                                 ^

PR:		216707
Reported by:	antoine (via exp-run)
2017-02-05 07:18:55 +00:00
Sunpoet Po-Chuan Hsieh
676fc5eb25 Mark DEPRECATED and set EXPIRATION_DATE to 2017-02-28 2017-02-05 05:32:42 +00:00
Sunpoet Po-Chuan Hsieh
f6f5097cf3 Update RUN_DEPENDS: change from devel/rubygem-builder32 to devel/rubygem-builder 2017-02-05 05:32:36 +00:00
Sunpoet Po-Chuan Hsieh
ab95a5f077 Update to 3.2.3
- Add LICENSE_FILE
- Remove PORTSCOUT

Changes:	https://github.com/jimweirich/builder/blob/master/CHANGES
2017-02-05 05:32:28 +00:00
Sunpoet Po-Chuan Hsieh
02b4c74ba6 Update to 7.5.0
Changes:	https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V7.md
PR:		216795
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2017-02-05 05:32:24 +00:00
Sunpoet Po-Chuan Hsieh
c1a2e06302 Update to 6.9.5
Changes:	https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md
PR:		216794
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2017-02-05 05:32:19 +00:00
Sunpoet Po-Chuan Hsieh
b994422547 Update to 4.7.3
Changes:	https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V4.md
PR:		216793
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2017-02-05 05:32:15 +00:00
Sunpoet Po-Chuan Hsieh
191f693dff Update to 0.70
- Add LICENSE_FILE
- Add BUILD_DEPENDS
- Sort *_DEPENDS
- Sort PLIST

Changes:	http://search.cpan.org/dist/BibTeX-Parser/Changes
2017-02-05 05:32:10 +00:00
Sunpoet Po-Chuan Hsieh
8dfc000a22 Update to 0.26
- Strip shared library
- Regenerate patch files with makepatch:
- Sort PLIST

Changes:	http://search.cpan.org/dist/Authen-TacacsPlus/Changes
2017-02-05 05:32:05 +00:00
Sunpoet Po-Chuan Hsieh
db0ad9aca8 Remove Perl core modules
- Add NO_ARCH
- Bump PORTREVISION for dependency change

With hat:	perl
2017-02-05 05:32:00 +00:00
Sunpoet Po-Chuan Hsieh
9b9f387c1e Update to 3.0.0
- Add NO_ARCH
- Remove contiguous blank lines

Changes:	http://search.cpan.org/dist/Array-Compare/Changes
2017-02-05 05:31:56 +00:00
Sunpoet Po-Chuan Hsieh
44f32bd2de Update to 0.047
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/v6/ChangeLog
2017-02-05 05:31:51 +00:00
Sunpoet Po-Chuan Hsieh
51841e7108 Update to 4.2
- Add LICENSE
- Add NO_ARCH
- Use USES=dos2unix

Changes:	http://search.cpan.org/dist/Array-Group/Changes
2017-02-05 05:31:46 +00:00