summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-04-29Allow bootstrapping without cwrapperskhorben1-6/+7
Since cwrappers was enabled by default on some platforms, it became effectively impossible to bootstrap without cwrappers there. With this change "--cwrappers" needs to be set to "auto", "yes" or "no" explicitly when used. No functional change intended without specifying "--cwrappers" (or with "auto"). Submitted on tech-pkg@ with no objection.
2017-04-29Updated www/nghttp2 to 1.22.0; parallel/mpi-ch to 3.2; meta-pkgs/boost to 1.64.0adam1-1/+10
2017-04-29Changes 1.64.0:adam11-71/+200
New Libraries Process library by Klemens D. Morgenstern, that provides cross platorm ways to allows you to: * create child processes * setup streams for child processes * communicate with child processes through streams (synchronously or asynchronously) * wait for processes to exit (synchronously or asynchronously) * terminate processes
2017-04-29Changes in 3.2:adam12-159/+562
* Added support for MPI-3.1 features including nonblocking collective I/O, address manipulation routines, thread-safety for MPI initialization, pre-init functionality, and new MPI_T routines to look up variables by name. * Fortran 2008 bindings are enabled by default and fully supported. * Added support for the Mellanox MXM InfiniBand interface. (thanks to Mellanox for the code contribution). * Added support for the Mellanox HCOLL interface for collectives. (thanks to Mellanox for the code contribution). * Significant stability improvements to the MPICH/portals4 implementation. * Completely revamped RMA infrastructure including several scalability improvements, performance improvements, and bug fixes. * Added experimental support for Open Fabrics Interfaces (OFI) version 1.0.0. https://github.com/ofiwg/libfabric (thanks to Intel for code contribution) * The Myrinet MX network module, which had a life cyle from 1.1 till 3.1.2, has now been deleted. * Several other minor bug fixes, memory leak fixes, and code cleanup.
2017-04-29Updated math/p5-Math-FFT to 1.34wen1-1/+2
2017-04-29Update to 1.34wen2-8/+7
Upstream changes: 1.34 2017-04-07 - Don't pack .*~ temporary files. - Add MANIFEST.SKIP . 1.33 2017-04-07 - Hopefully fix the tests with "." gone from @INC : - http://www.cpantesters.org/cpan/report/873193f8-15df-11e7-a7e6-820fe85ef7bd - Thanks to DCOLLINS for the report.
2017-04-29Fix build with textproc/icu 59.1ryoon2-1/+16
2017-04-29We do not need the inline removal patches since this can be achievedschwarz4-34/+5
more easily with the existing substituion in Makefile (which initially had only been used for the Sunpro compiler).
2017-04-29updated the download and home page URLs for sipsakschwarz1-3/+3
2017-04-29Updated textproc/p5-Biblio-EndnoteStyle to 0.06mef1-1/+9
Updated textproc/p5-Data-FormValidator to 4.86 Updated textproc/p5-Encode to 2.89 Updated textproc/p5-Lingua-EN-Inflect to 1.901 Updated textproc/p5-Lingua-EN-Tagger to 0.28 Updated textproc/p5-PDF-Create to 1.42 Updated textproc/p5-String-Approx to 3.28 Updated textproc/p5-String-Compare-ConstantTime to 0.312
2017-04-29Updated textproc/p5-String-Compare-ConstantTime to 0.312mef2-8/+7
-------------------------------------------------------- 0.312 2017-02-14 * Now works with variables that have magic such as results of substr, tied variables, etc. (thanks James Raspass)
2017-04-29Updated textproc/p5-String-Approx to 3.28mef2-8/+7
----------------------------------------- 17-04-16 Jarkko Hietaniemi <jhi@iki.fi> * Resolve https://rt.cpan.org/Public/Bug/Display.html?id=121033 Fails tests with no '.' in @INC * Released as 3.28.
2017-04-29Updated textproc/p5-PDF-Create to 1.42mef2-7/+7
-------------------------------------- 1.42 2017-04-11 12:15:00 MANWAR - Assigned filehandle encoding to 'utf8' explicitly. - Assigned default font width.
2017-04-29Updated textproc/p5-Lingua-EN-Tagger to 0.28mef2-8/+7
-------------------------------------------- 0.28 Aaron Coburn 12/23/16 Changed the generation of the part-of-speech lexicon to use nstore instead of store. Based on a contribution from Chris Butler <chrisb@debian.org> and Reiner Herrmann <reiner@reiner-h.de>. 0.27 Aaron Coburn 12/20/16 Fixed unescaped left braces in Makefile.PL
2017-04-29Updated textproc/p5-Lingua-EN-Inflect to 1.901mef2-7/+7
---------------------------------------------- 1.901 Sun Jan 1 06:16:25 2017 - Removed Build.PL (thanks SKAJI)
2017-04-29Updated audio/p5-Audio-Scan to 0.98wen1-1/+2
2017-04-29Update to 0.98wen2-8/+7
Upstream changes: 0.98 2017-04-28 - RT #119101, stop including MYMETA files in the tarball. 0.97 2017-04-27 - WAV: GH #2, fixed an integer overflow error that could result in an incorrect song_length_ms for >16-bit files. 0.96 2016-11-21 - Ogg: RT #118888, fixed crash when trying to read Vorbis comments in an incorrectly framed file with a bad terminal header page. - Removed hints/darwin.pl, don't try to be smarter than Perl about how to build things. - Fixed various minor compiler warnings output by the latest clang on macOS. 0.95 Unreleased community build - Improved DFF parsing for files which end with corrupted chunk. (Adrian Smith) - Improved ID3 support for DFF files. (Adrian Smith) 0.94 Unreleased community build - DSF/DFF: Support dsd file scanning for dsd and dsdiff files. (Kimmo Taskinen) - AIFF: Fixed scanning of 24 bit files. (Adrian Smith)
2017-04-29Updated textproc/p5-Encode to 2.89mef2-7/+7
---------------------------------- Revision: 2.89 Date: 2017/04/21 05:20:14 ! Encode.pm Encode.xs MANIFEST t/enc_eucjp.t t/enc_utf8.t + t/utf8messages.t Pulled: Fixes for Encode::utf8 https://github.com/dankogai/p5-encode/pull/97 ! Encode.pm Pulled: Fix documentation about CHECK coderef https://github.com/dankogai/p5-encode/pull/96 ! Encode.xs Pulled: For efficiency use newSVpvn() instead of newSVpv() in do_fallback_cb() https://github.com/dankogai/p5-encode/pull/95 ! Encode.xs Pulled Call Encode callback function with integer argument correctly https://github.com/dankogai/p5-encode/pull/94 ! lib/Encode/CN/HZ.pm lib/Encode/GSM0338.pm lib/Encode/JP/JIS7.pm lib/Encode/KR/2022_KR.pm lib/Encode/MIME/Header.pm lib/Encode/MIME/Header/ISO_2022_JP.pm lib/Encode/Unicode/UTF7.pm t/undef.t Pulled: Fix all Encode modules so their encode(undef) and decode(undef) calls returns undef https://github.com/dankogai/p5-encode/pull/93 + t/whatwg-aliases.json t/whatwg-aliases.t Pulled: New (failing) tests for aliases defined in WHATWG Encoding spec #92 https://github.com/dankogai/p5-encode/pull/92 ! Encode.pm Pulled: Update documentation for UTF-8 https://github.com/dankogai/p5-encode/pull/91 ! Encode.xs t/truncated_utf8.t Pulled: Consume correct number of bytes on malformed ! Encode.pm Unicode/Unicode.pm Pulled: document str2bytes and bytes2str https://github.com/dankogai/p5-encode/pull/86 ! Encode.xs t/fallback.t t/truncated_utf8.t Pulled: Fix appending correct number of Unicode replacement characters https://github.com/dankogai/p5-encode/pull/84
2017-04-29Updated textproc/p5-Data-FormValidator 4.81 to 4.86mef2-9/+8
--------------------------------------------------- 4.86 March 26th, 2017 [NEW FEATURES] - Add three new profile methods: depedencies_regexp, dependent_optional, dependent_require_some [MAINTENANCE] - Bump VERSION in all classes to 5.85 4.85 Feb 25th, 2017 [MAINTENANCE] - Bump VERSION in all classes to 5.85 4.84 Feb 25th, 2017 [MAINTENANCE] - Various test file warning fixes - Change conditional loading of CGI to require version 4.35 or higher (4ce9ac9e) 4.83 Feb 23rd, 2017 [MAINTENANCE] - Re-release of 4.82: tarball was missing files as "make dist" errored when it didn't find MANIFEST - Deleted unused Perl6 files 4.82 Feb 23rd, 2017 [MAINTENANCE] - Made CGI dependency optional - Replaced Build.PL with Makefile.PL - Updated Makefile.PL constraints - Removed dependency on Perl6::Junctions - Moved the code to GitHub - Applied patches from: RT 77765, 78443, 10489 - Added shebang, warnings pragma to all test scripts - Perltidied tests scripts - Replaced is_tainted() sub with Scalar::Util::tainted()
2017-04-29textproc/p5-Biblio-EndnoteStyle to 0.06mef2-8/+7
--------------------------------------- 0.06 Mon Nov 28 22:17:19 GMT 2016 - Fix a POD error and a typo -- from https://rt.cpan.org/Public/Bug/Display.html?id=118948 by Florian Schlichting <fsfs@debian.org>
2017-04-29Updated www/p5-Plack to 1.0044wen1-1/+2
2017-04-29Update to 1.0044wen2-7/+7
Upstream changes: 1.0044 2017-04-26 22:30:27 PDT [IMPROVEMENTS] - Allow passing an already-open listen socket to HTTP::Server::PSGI and add an option to do so in Plack::Test::Server.
2017-04-29Updated time/p5-DateTime-Format-Natural to 1.05wen1-1/+2
2017-04-29Update to 1.05wen2-7/+7
Upstream changes: 1.05 2017-04-23 <schubiger@cpan.org> - Merged development version to stable. 1.04_01 2017-03-03 <schubiger@cpan.org> - New supported format: beginning/end of last month. [rt #120436 - Shawn M. Moore]
2017-04-29Updated textproc/p5-YAML-LibYAML to 0.64wen1-1/+2
2017-04-29Update to 0.64wen2-8/+7
Upstream changes: 0.64 Fri 7 Apr 20:32:01 CEST 2017 - use lib FindBin::Bin in tests, preparing for perl 5.26 where '.' gets removed from @INC. Fixes issue#54 TINITA++ - Use the latest libyaml sources. - Lazy load B::Deparse for faster startup time. Applied PR/53 by @perlpunk++ (submitted by @carnil++ from a Debian issue as GitHub issue#52)
2017-04-29Updated textproc/p5-XML-Simple to 2.24wen1-1/+2
2017-04-29Update to 2.24wen2-8/+7
Upstream changes: 2.24 2017-04-17 16:12:00+12:00 Pacific/Auckland - fix typo in last commit with mistakenly removed some underscores - don't initialise $XML::Simple::PREFERRED_PARSER to undef as a caller may have already set it before loading XML::Simple and if not, it would have defaulted to undef anyway (RT#118205 from Slaven Rezi�) 2.23 2017-04-17 15:49:14+12:00 Pacific/Auckland - another fix to the logic for detecting circular references (RT#114120 from Matthias Pitzl, also report from Erland Sommarskog)
2017-04-29Updated textproc/p5-XML-SemanticDiff to 1.0005wen1-1/+2
2017-04-29Update to 1.0005wen2-8/+7
Upstream changes: 1.0005 2017-02-06 - Convert the distribution to use git, GitHub, and Dist-Zilla. - Correct some spelling errors and add more tests. - Remove trailing whitespace.
2017-04-29Updated textproc/p5-XML-Compile to 1.56wen1-1/+2
2017-04-29Update to 1.56wen2-11/+13
Update DEPENDS Upstream changes: version 1.56: Thu 30 Mar 08:54:49 CEST 2017 Fixes: - disabled a few regression tests which involve json_friendly, because the modules changed behavior. version 1.55: Wed 8 Mar 08:28:02 CET 2017 Changes: - xml2yaml: new option --keep-root, default true. Improvements: - spell fix Debian rt.cpan.org#118569 [Lucas Kanashiro, Debian] - add json_friendly, patch by Slaven Rezic. - added bin/xml2jsons: ----------------------------------------------------------------------
2017-04-29Restore version.mk, for emacs/Makefile.commonwiz1-0/+7
XXX: this file should not be necessary
2017-04-29Changes 1.22.0:adam2-7/+7
lib: Add missing free call on error in inflight_settings_new() asio: Support specifying stream priority via session::submit() nghttpx: Clarify --conf option behaviour nghttpx: Add $tls_sni access log variable nghttpx: Rename ssl_* log variables as tls_* nghttpx: Fix path matching bug nghttpx: SNI based backend server selection nghttpx: Enable signed_certificate_timestamp extension for TLSv1.3 nghttpx: Add options for X-Forwarded-Proto header field nghttpx: Add --single-process option nghttpx: Use 502 as server error code nghttpx: Use SSL_CTX_set_early_data_enabled with boringssl nghttp: Verify server certificate and show warning if it fails integration: Use nip.io instead of xip.io
2017-04-29Require GCC 4.9 or later. Thank you, oster@ryoon1-1/+3
2017-04-29Updated www/p5-HTML-Tree to 5.06wen1-1/+2
2017-04-29Update to 5.06wen2-7/+7
Upstream changes: 5.06 2017-04-28 Release by Kent Fredric * Revert XML escaping changes from 5.04 due to large numbers of broken dependents - RT#121310 https://rt.cpan.org/Ticket/Display.html?id=121310 - https://github.com/rjbs/MasonX-Resolver-WidgetFactory/issues/1 - https://github.com/kentfredric/HTML-Tree/issues/1
2017-04-29Make this ancient mule2 build and work (at least start up) on NetBSD/i386 7.1.tsutsui5-543/+546
- pull unexelf.c from newer emacs to fix coredump on dump-charset - in s/netbsd.h use terminfo rather than obsolete termcap that causes SIGSEGV - also link temacs with "-Wl,-znocombreloc" for X toolkit as emacs22 did XXX: this should be into configure - specify -fno-builtin-malloc to avoid unexpected gcc's optimization and remove hacks in alloc.c - also specify -fno-strict-aliasing for sanity against 90's files
2017-04-28Patch for issue raised in Russ Cox's "Glob Matching Can Be Simple And Fast ↵sevan5-2/+214
Too" post. https://research.swtch.com/glob https://perl5.git.perl.org/perl.git/commit/33252c318625f3c6c89b816ee88481940e3e6f95 Reviewed by: wiz
2017-04-28Updated parallel/hwloc to 1.11.7adam1-1/+2
2017-04-28Version 1.11.7adam3-9/+10
-------------- * Fix hwloc-bind --membind for CPU-less NUMA nodes (again). Thanks to Gilles Gouaillardet for reporting the issue. * Fix a memory leak on IBM S/390 platforms running Linux. * Fix a memory leak when forcing the x86 backend first on amd64/topoext platforms running Linux. * Command-line tools now support "hbm" instead "numanode" for filtering only high-bandwidth memory nodes when selecting locations. + hwloc-bind also support --hbm and --no-hbm for filtering only or no HBM nodes. * Add --children and --descendants to hwloc-info for listing object children or object descendants of a specific type. * Add --no-index, --index, --no-attrs, --attrs to disable/enable display of index numbers or attributes in the graphical lstopo output. * Try to gather hwloc-dump-hwdata output from all possible locations in hwloc-gather-topology. * Updates to the documentation of locations in hwloc(7) and command-line tools manpages.
2017-04-28Updated sysutils/py-crontab to 2.2.1adam1-2/+3
2017-04-28Changes 2.2.1:adam2-7/+7
Bug fixes.
2017-04-28Updated math/R-XML to 3.98-1.6.alnsn1-1/+2
2017-04-28Update R-XML to 3.98-1.6.alnsn2-7/+7
No functional change since the previous release 3.98-1.5.
2017-04-28Added sysutils/py-supervisor version 3.3.1wiz1-1/+2
2017-04-28+ py-supervisorwiz1-1/+2
2017-04-28Import py-supervisor-3.3.1 as sysutils/py-supervisor.wiz4-0/+247
Supervisor is a client/server system that allows its users to control a number of processes on UNIX-like operating systems.
2017-04-28Added www/py-meld3 version 1.0.2wiz1-1/+2
2017-04-28+ py-meld3wiz1-1/+2