Commit graph

28112 commits

Author SHA1 Message Date
wiz
9fe26feb14 Updated p5-Sub-Identify to 0.13.
0.13 2017-04-02 RGARCIA
    - Reformatted Changes to follow basic format in CPAN::Changes::Spec
    - Make tests pass without . in @INC
2017-04-05 15:35:09 +00:00
wiz
3e0420a2bb Updated p5-Parse-RecDescent to 1.967.15.
1.967014      Sat Apr  1 10:33:29 2017

    - Add a newline to package declaration lines in precompiled
      parsers, to keep CPAN from indexing them. (RT.cpan.org #110404,
      thanks Martin!)

    - Provide repository and bugtracker entries in
      MYMETA.*. (RT.cpan.org #110403, thanks Martin!)

    - Update tests to handle '.' no longer being part of @INC in
      perl-5.26.0. (RT.cpan.org #120415, thanks Jim!)

1.967015      Tue Apr  4 07:38:07 2017

    - Fix misuse of require to include MYMETA.pl, data is just
      included in both Makefile.PL and Build.PL nowB. (RT.cpan.org
      #120922, thanks Kent!)
2017-04-05 15:32:25 +00:00
wiz
7eb5a17bd0 Updated p5-Moo to 2.003002.
2.003002 - 2017-03-28
    - ensure tarball does not contain SCHILY headers
2017-04-05 15:25:40 +00:00
wiz
16d3cc2452 Updated p5-MRO-Compat to 0.13.
0.13 - 2017-03-28
    - don't run pod tests on user installs
    - stop using Module::Install to fix installation when @INC doesn't have
      the current directory (RT#119016)
    - repository migrated to the github moose organization
2017-04-05 15:18:36 +00:00
wiz
31d336f633 Updated p5-List-MoreUtils to 0.418.
0.418 2017-03-29
    - Clarify license conditions
    - fix Changes version/date of 0.417_001

0.417_001 2017-03-21
    - Divorce List::MoreUtils and List::MoreUtils::XS
    - Change license to Apache 2.0 to avoid code stealing without credits
    - Don't support Perl 5.6 out of the box anymore
    - fix RT#120235 - uniq examples are incorrect
    - remove things which will be never done from TODO list as suggested
      by Mark Aufflick in PR#18
    - Apply patch from Yanick Champoux to avoid spelling checker complains
2017-04-05 15:17:06 +00:00
wiz
a42b749876 Only on python-2.x does this module need py-mock as dependency.
Bump PKGREVISION.
2017-04-05 11:18:32 +00:00
bsiegert
8c05265e13 Update golint to 20170228.
Fix build with go-tools-1.8. The previous version of the package depended
on a Go package that was removed from go-tools a year ago:

https://groups.google.com/forum/#!topic/golang-announce/qu_rAphYdxY
2017-04-04 16:16:20 +00:00
wiz
3407a18d1f + 2 2017-04-04 14:41:59 +00:00
wiz
09fda71c8a Import py-flake8-import-order-0.12 as devel/py-flake8-import-order.
A flake8 and Pylama plugin that checks the ordering of your imports.

In general stdlib comes first, then 3rd party, then local packages,
and that each group is individually alphabetized.

It will not check anything else about the imports. Merely that they
are grouped and ordered correctly.
2017-04-04 14:41:03 +00:00
wiz
5b8d78423c Import py-lama-7.3.3 as devel/py-lama.
Code audit tool for python.
2017-04-04 14:40:14 +00:00
wiz
1952afda32 Install versioned radon binary. Bump PKGREVISION. 2017-04-04 14:33:24 +00:00
wiz
513ca27b37 + py-radon. 2017-04-04 14:21:24 +00:00
wiz
aeefe25673 Import py-radon-1.5.0 as devel/py-radon.
Based on wip/py-radon by
Kamel Ibn Aziz Derouiche <kamel.derouiche@gmail.com>.

Code Metrics in Python
2017-04-04 14:19:58 +00:00
wiz
46b9b0a714 + 2 2017-04-04 14:07:40 +00:00
wiz
87cc9ace32 Import py-flake8-polyfill-1.0.1 as devel/py-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.
2017-04-04 14:07:09 +00:00
wiz
91070092af Import py-test-mock-1.6.0 as devel/py-test-mock.
This plugin installs a mocker fixture which is a thin-wrapper around
the patching API provided by the mock package, but with the benefit
of not having to worry about undoing patches at the end of a test.
2017-04-04 14:02:44 +00:00
wiz
b2da5a4164 + py-mando. 2017-04-04 13:47:21 +00:00
wiz
d78c0abb0c Import py-mando-0.5 as devel/py-mando.
Based on wip/py-mando by
Kamel Ibn Aziz Derouiche <kamel.derouiche@gmail.com>.

mando is a wrapper around argparse, and allows you to write complete
CLI applications in seconds while maintaining all the flexibility.
2017-04-04 13:47:09 +00:00
wiz
26e974ad5b + py-ParamUnittest 2017-04-04 13:42:10 +00:00
wiz
1cd44defc1 Import py-ParamUnittest-0.2 as devel/py-ParamUnittest.
Based on wip/py-paramunittest by
Kamel Ibn Aziz Derouiche <kamel.derouiche@gmail.com>.

This package allows to create parametrized unit-tests that work
with the standard unittest package. A parametrized test case is
automatically converted to multiple test cases. Since they are
TestCase subclasses, they work with other test suites that recognize
TestCases.
2017-04-04 13:41:23 +00:00
wiz
101febd207 + py-docstyle 2017-04-04 13:32:03 +00:00
wiz
0c3e583e6c Import py-docstyle-1.1.1 as devel/py-docstyle.
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.
2017-04-04 13:31:37 +00:00
adam
4ac07de6a7 Changes 2.13.0:
Features
* Only load the idna library when we’ve determined we need it. This will save some memory for users.

Miscellaneous
* Updated bundled urllib3 to 1.20.
* Updated bundled idna to 2.2.
2017-04-04 12:42:23 +00:00
adam
1026abe7f8 Changes in 1.2.11 (15 Jan 2017)
- Fix deflate stored bug when pulling last block from window
- Permit immediate deflateParams changes before any deflate input

Changes in 1.2.10 (2 Jan 2017)
- Avoid warnings on snprintf() return value
- Fix bug in deflate_stored() for zero-length input
- Fix bug in gzwrite.c that produced corrupt gzip files
- Remove files to be installed before copying them in Makefile.in
- Add warnings when compiling with assembler code

Changes in 1.2.9 (31 Dec 2016)
- Fix contrib/minizip to permit unzipping with desktop API [Zouzou]
- Improve contrib/blast to return unused bytes
- Assure that gzoffset() is correct when appending
- Improve compress() and uncompress() to support large lengths
- Fix bug in test/example.c where error code not saved
- Remedy Coverity warning [Randers-Pehrson]
- Improve speed of gzprintf() in transparent mode
- Fix inflateInit2() bug when windowBits is 16 or 32
- Change DEBUG macro to ZLIB_DEBUG
- Avoid uninitialized access by gzclose_w()
- Allow building zlib outside of the source directory
- Fix bug that accepted invalid zlib header when windowBits is zero
- Fix gzseek() problem on MinGW due to buggy _lseeki64 there
- Loop on write() calls in gzwrite.c in case of non-blocking I/O
- Add --warn (-w) option to ./configure for more compiler warnings
- Reject a window size of 256 bytes if not using the zlib wrapper
- Fix bug when level 0 used with Z_HUFFMAN or Z_RLE
- Add --debug (-d) option to ./configure to define ZLIB_DEBUG
- Fix bugs in creating a very large gzip header
- Add uncompress2() function, which returns the input size used
- Assure that deflateParams() will not switch functions mid-block
- Dramatically speed up deflation for level 0 (storing)
- Add gzfread(), duplicating the interface of fread()
- Add gzfwrite(), duplicating the interface of fwrite()
- Add deflateGetDictionary() function
- Use snprintf() for later versions of Microsoft C
- Fix *Init macros to use z_ prefix when requested
- Replace as400 with os400 for OS/400 support [Monnerat]
- Add crc32_z() and adler32_z() functions with size_t lengths
- Update Visual Studio project files [AraHaan]
2017-04-04 08:57:33 +00:00
joerg
7126c6365c Add py-bugzilla-2.1.0:
This package provides two bits:
- 'bugzilla' python module for talking to a Bugzilla instance over XMLRPC
- a command line tool for performing actions from the command line:
  create or edit bugs, various queries, etc.
2017-04-03 14:32:09 +00:00
adam
1d924ed871 Fix building with newer LLVM 2017-04-01 12:38:54 +00:00
adam
2a6f7b6063 SWIG-3.0.12 summary:
* Add support for Octave-4.2.
* Enhance %extend to support template functions.
* Language specific enhancements and fixes for C#, D, Guile, Java, PHP7.
2017-04-01 05:18:19 +00:00
ryoon
81fcb1b844 Update to 3.30
Changelog:
New in NSS 3.30:
================
* In the PKCS#11 root CA module (nssckbi), CAs with positive trust are
marked with a new boolean attribute, CKA_NSS_MOZILLA_CA_POLICY, set to
true. Applications that need to distinguish them from other other root CAs
may use the exported function PK11_HasAttributeSet.
* Support for callback functions that can be used to monitor SSL/TLS alerts
that are sent or received.

Notable Changes:
================
* The TLS server code has been enhanced to support session tickets when no
RSA certificate is configured.
* RSA-PSS signatures produced by key pairs with a modulus bit length that
is not a multiple of 8 are now supported.
* The pk12util tool now supports importing and exporting data encrypted in
the AES based schemes defined in PKCS#5 v2.1.
2017-03-31 23:39:52 +00:00
ryoon
8d46d9db21 Update to 4.14
Changelog:
NSPR 4.14 contains the following changes:

- a socket without PR_NSPR_IO_LAYER will no longer trigger
  an assertion when polling
- the PRNetAddr structure has been extended on Windows
- allow sending a zero size UDP message on Windows
2017-03-31 23:38:37 +00:00
fhajny
2f16811532 Update devel/re2 to 2017-03-01. No changelog released.
Improve portability by avoiding in-place sed.
2017-03-31 17:19:23 +00:00
jakllsch
12addf8429 Patch cvs with same patch as r1.2 of src/external/gpl2/xcvs/dist/src/error.c:
"Use LOG_ERR instead of LOG_EMERG, as LOG_EMERG causes syslogd to tell all
ttys."
2017-03-31 15:15:22 +00:00
wiz
52ae9de1e6 Recursive bump for gpgme update which removed a support library. 2017-03-31 10:32:14 +00:00
minskim
67fe09ba27 Add py-cyordereddict 2017-03-31 01:17:32 +00:00
minskim
275461a27f Import py-cyordereddict-1.0.0 as devel/py-cyordereddict
cyordereddict is a Cython implementation of Python's
collections.OrderedDict.
2017-03-31 01:16:18 +00:00
roy
921dcb3225 arcanist should not rely on bash. 2017-03-30 20:14:16 +00:00
adam
5b8a3bc627 Git v2.12.2 Release Notes
=========================

Fixes since v2.12.1
-------------------

 * "git status --porcelain" is supposed to give a stable output, but a
   few strings were left as translatable by mistake.

 * "Dumb http" transport used to misparse a nonsense http-alternates
   response, which has been fixed.

 * "git diff --quiet" relies on the size field in diff_filespec to be
   correctly populated, but diff_populate_filespec() helper function
   made an incorrect short-cut when asked only to populate the size
   field for paths that need to go through convert_to_git() (e.g. CRLF
   conversion).

 * There is no need for Python only to give a few messages to the
   standard error stream, but we somehow did.

 * A leak in a codepath to read from a packed object in (rare) cases
   has been plugged.

 * "git upload-pack", which is a counter-part of "git fetch", did not
   report a request for a ref that was not advertised as invalid.
   This is generally not a problem (because "git fetch" will stop
   before making such a request), but is the right thing to do.

 * A "gc.log" file left by a backgrounded "gc --auto" disables further
   automatic gc; it has been taught to run at least once a day (by
   default) by ignoring a stale "gc.log" file that is too old.

 * "git remote rm X", when a branch has remote X configured as the
   value of its branch.*.remote, tried to remove branch.*.remote and
   branch.*.merge and failed if either is unset.

 * A caller of tempfile API that uses stdio interface to write to
   files may ignore errors while writing, which is detected when
   tempfile is closed (with a call to ferror()).  By that time, the
   original errno that may have told us what went wrong is likely to
   be long gone and was overwritten by an irrelevant value.
   close_tempfile() now resets errno to EIO to make errno at least
   predictable.

 * "git show-branch" expected there were only very short branch names
   in the repository and used a fixed-length buffer to hold them
   without checking for overflow.

 * The code that parses header fields in the commit object has been
   updated for (micro)performance and code hygiene.

 * A test that creates a confusing branch whose name is HEAD has been
   corrected not to do so.

 * "Cc:" on the trailer part does not have to conform to RFC strictly,
   unlike in the e-mail header.  "git send-email" has been updated to
   ignore anything after '>' when picking addresses, to allow non-address
   cruft like " # stable 4.4" after the address.

 * "git push" had a handful of codepaths that could lead to a deadlock
   when unexpected error happened, which has been fixed.

 * Code to read submodule.<name>.ignore config did not state the
   variable name correctly when giving an error message diagnosing
   misconfiguration.

 * "git ls-remote" and "git archive --remote" are designed to work
   without being in a directory under Git's control.  However, recent
   updates revealed that we randomly look into a directory called
   .git/ without actually doing necessary set-up when working in a
   repository.  Stop doing so.

 * The code to parse the command line "git grep <patterns>... <rev>
   [[--] <pathspec>...]" has been cleaned up, and a handful of bugs
   have been fixed (e.g. we used to check "--" if it is a rev).

 * The code to parse "git -c VAR=VAL cmd" and set configuration
   variable for the duration of cmd had two small bugs, which have
   been fixed.
   This supersedes jc/config-case-cmdline topic that has been discarded.

Also contains various documentation updates and code clean-ups.
2017-03-30 16:23:34 +00:00
adam
982bf30894 Follow sqlite3 version 2017-03-30 15:56:06 +00:00
fhajny
1ae714ed52 Update devel/erlang-cache_tab to 1.0.7.
- Use p1_utils 1.0.7.
2017-03-30 10:21:32 +00:00
maya
5afb5e46f9 libuv: add and use autoconf test for pthread_condattr_setclock.
This call is absent in netbsd-6-0. libuv built anyway, but it later died
with undefined references in cmake.

I read outdated information and assumed that the previous attempt at
fixing the problem did not make a functional change, but it did.
pthread_condattr_setclock does have an effect on netbsd.

bump PKGREVISION so it is rebuilt, and for previous functional change.

thanks joerg and riastradh for clearing things up.
2017-03-28 18:44:49 +00:00
maya
d62b65e61b libuv: don't call pthread_condattr_setclock on netbsd.
it is effectively a no-op, and doesn't exist on netbsd<7, leading to
undefined references in building cmake later on.

this fixes the build of cmake on NetBSD 6.1.5.
2017-03-27 15:34:00 +00:00
ryoon
37e632ec4f Update to 45.8.0
* Sync with firefox-45.8.0
2017-03-26 03:58:52 +00:00
mef
36142c0cbc - Convert p5-namespace-autoclean from BUILD_DEPENDS to full DEPENDS.
Ref: devel/rt-mysql packaging, tks joerg
- PKGREVISION++
2017-03-25 10:27:56 +00:00
joerg
6a32265dbd Extend SHA512 checksums to various files I have on my local distfile
mirror.
2017-03-23 17:06:45 +00:00
joerg
fb715812e7 Remove empty distinfo. 2017-03-23 13:38:27 +00:00
taca
1aa299a93c Forgot to commit distinfo. 2017-03-22 09:51:03 +00:00
taca
b1dc84f99c Fix build problem on NetBSD 6. 2017-03-22 01:45:07 +00:00
bsiegert
73a76e3fde Unbreak go-crypto and go-net, they no longer depend on one another.
Bump go-crypto and go-tools, which now depends on go-crypto-acme.

Fixes PR pkg/52081 breakage.
2017-03-20 22:53:45 +00:00
minskim
3021a43ba2 Add py-intervaltree 2017-03-20 21:59:45 +00:00
minskim
62ae8fcaf2 Import py-intervaltree-2.1.0
intervaltree is editable interval tree data structure for Python.
2017-03-20 21:59:04 +00:00
mef
71d7a20679 Updated devel/p5-Test2-Suite to 0.000070
----------------------------------------
0.000070  2017-03-19 13:34:25-07:00 America/Los_Angeles
    - Revert Boolean overload fixes from djerius until they can be fixed
    - Do not mention Term::ReadKey in docs
    - Add Term::Size::Any to test report
2017-03-20 21:32:21 +00:00