summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-08-16Build depends on p5-Clone, so add dependency. Otherwise extra-junk isjoerg1-1/+2
installed.
2015-08-16Revert CFLAGS change, breaks the build.joerg1-2/+1
2015-08-16Correct the build system type of the correct package, p5-Devel-Refcount,joerg1-1/+2
not p5-Devel-Refactor.
2015-08-16Updated www/py-werkzeug to 0.10.4.kleink1-1/+3
Updated www/py-werkzeug-docs to 0.10.4.
2015-08-16Update py-werkzeug (and thus -docs) to 0.10.4.kleink5-107/+39
Due to a change in packaging the docs themes are currently excluded from the pypi distribution, breaking the -docs package. Issue ``#761`` should address this upstream; we'll being using GitHub as the master site for the time being. Version 0.10.4 -------------- (bugfix release, released on March 26th 2015) - Re-release of 0.10.3 with packaging artifacts manually removed. Version 0.10.3 -------------- (bugfix release, released on March 26th 2015) - Re-release of 0.10.2 without packaging artifacts. Version 0.10.2 -------------- (bugfix release, released on March 26th 2015) - Fixed issue where ``empty`` could break third-party libraries that relied on keyword arguments (pull request ``#675``) - Improved ``Rule.empty`` by providing a ```get_empty_kwargs`` to allow setting custom kwargs without having to override entire ``empty`` method. (pull request ``#675``) - Fixed ```extra_files``` parameter for reloader to not cause startup to crash when included in server params - Using `MultiDict` when building URLs is now not supported again. The behavior introduced several regressions. - Fix performance problems with stat-reloader (pull request ``#715``). Version 0.10.1 -------------- (bugfix release, released on February 3rd 2015) - Fixed regression with multiple query values for URLs (pull request ``#667``). - Fix issues with eventlet's monkeypatching and the builtin server (pull request ``#663``). Version 0.10 ------------ Released on January 30th 2015, codename Bagger. - Changed the error handling of and improved testsuite for the caches in ``contrib.cache``. - Fixed a bug on Python 3 when creating adhoc ssl contexts, due to `sys.maxint` not being defined. - Fixed a bug on Python 3, that caused :func:`~werkzeug.serving.make_ssl_devcert` to fail with an exception. - Added exceptions for 504 and 505. - Added support for ChromeOS detection. - Added UUID converter to the routing system. - Added message that explains how to quit the server. - Fixed a bug on Python 2, that caused ``len`` for :class:`werkzeug.datastructures.CombinedMultiDict` to crash. - Added support for stdlib pbkdf2 hmac if a compatible digest is found. - Ported testsuite to use ``py.test``. - Minor optimizations to various middlewares (pull requests ``#496`` and ``#571``). - Use stdlib ``ssl`` module instead of ``OpenSSL`` for the builtin server (issue ``#434``). This means that OpenSSL contexts are not supported anymore, but instead ``ssl.SSLContext`` from the stdlib. - Allow protocol-relative URLs when building external URLs. - Fixed Atom syndication to print time zone offset for tz-aware datetime objects (pull request ``#254``). - Improved reloader to track added files and to recover from broken sys.modules setups with syntax errors in packages. - ``cache.RedisCache`` now supports arbitrary ``**kwargs`` for the redis object. - ``werkzeug.test.Client`` now uses the original request method when resolving 307 redirects (pull request ``#556``). - ``werkzeug.datastructures.MIMEAccept`` now properly deals with mimetype parameters (pull request ``#205``). - ``werkzeug.datastructures.Accept`` now handles a quality of ``0`` as intolerable, as per RFC 2616 (pull request ``#536``). - ``werkzeug.urls.url_fix`` now properly encodes hostnames with ``idna`` encoding (issue ``#559``). It also doesn't crash on malformed URLs anymore (issue ``#582``). - ``werkzeug.routing.MapAdapter.match`` now recognizes the difference between the path ``/`` and an empty one (issue ``#360``). - The interactive debugger now tries to decode non-ascii filenames (issue ``#469``). - Increased default key size of generated SSL certificates to 1024 bits (issue ``#611``). - Added support for specifying a ``Response`` subclass to use when calling :func:`~werkzeug.utils.redirect`\ . - ``werkzeug.test.EnvironBuilder`` now doesn't use the request method anymore to guess the content type, and purely relies on the ``form``, ``files`` and ``input_stream`` properties (issue ``#620``). - Added Symbian to the user agent platform list. - Fixed make_conditional to respect automatically_set_content_length - Unset ``Content-Length`` when writing to response.stream (issue ``#451``) - ``wrappers.Request.method`` is now always uppercase, eliminating inconsistencies of the WSGI environment (issue ``647``). - ``routing.Rule.empty`` now works correctly with subclasses of ``Rule`` (pull request ``#645``). - Made map updating safe in light of concurrent updates. - Allow multiple values for the same field for url building (issue ``#658``). Version 0.9.7 ------------- (bugfix release, release date to be decided) - Fix unicode problems in ``werkzeug.debug.tbtools``. - Fix Python 3-compatibility problems in ``werkzeug.posixemulation``. - Backport fix of fatal typo for ``ImmutableList`` (issue ``#492``). - Make creation of the cache dir for ``FileSystemCache`` atomic (issue ``#468``). - Use native strings for memcached keys to work with Python 3 client (issue ``#539``). - Fix charset detection for ``werkzeug.debug.tbtools.Frame`` objects (issues ``#547`` and ``#532``). - Fix ``AttributeError`` masking in ``werkzeug.utils.import_string`` (issue ``#182``). - Explicitly shut down server (issue ``#519``). - Fix timeouts greater than 2592000 being misinterpreted as UNIX timestamps in ``werkzeug.contrib.cache.MemcachedCache`` (issue ``#533``). - Fix bug where ``werkzeug.exceptions.abort`` would raise an arbitrary subclass of the expected class (issue ``#422``). - Fix broken ``jsrouting`` (due to removal of ``werkzeug.templates``) - ``werkzeug.urls.url_fix`` now doesn't crash on malformed URLs anymore, but returns them unmodified. This is a cheap workaround for ``#582``, the proper fix is included in version 0.10. - The repr of ``werkzeug.wrappers.Request`` doesn't crash on non-ASCII-values anymore (pull request ``#466``). - Fix bug in ``cache.RedisCache`` when combined with ``redis.StrictRedis`` object (pull request ``#583``). - The ``qop`` parameter for ``WWW-Authenticate`` headers is now always quoted, as required by RFC 2617 (issue ``#633``). - Fix bug in ``werkzeug.contrib.cache.SimpleCache`` with Python 3 where add/set may throw an exception when pruning old entries from the cache (pull request ``#651``).
2015-08-16Updated devel/p5-MooseX-Types-Path-Class to 0.08wen2-3/+3
2015-08-16Update to 0.08wen2-7/+6
Upstream changes: 0.08 2015-08-16 02:05:52Z - update some distribution tooling 0.07 2015-07-03 18:10:13Z - canonical repository changed to https://github.com/moose/MooseX-Types-Path-Class - added META.json and other modern tooling
2015-08-16Updated time/p5-MooseX-Types-DateTime to 0.11wen1-1/+2
2015-08-16Update to 0.11wen2-7/+6
Upstream changes: 0.11 2015-08-16 01:05:36Z - update some distribution tooling
2015-08-16Updated devel/p5-MooseX-Types to 0.46wen1-1/+2
2015-08-16Update to 0.46wen2-7/+7
Upstream changes: 0.46 2015-08-16 00:43:46Z - make use of Sub::Exporter::ForMethods's new rebless option
2015-08-16Updated x11/wmweather to 2.4.5leot2-3/+3
2015-08-16Update x11/wmweather to wmweather-2.4.5, from Benedek Gergely vialeot3-11/+11
pkgsrc-users@. Changes: 2.4.5 - Jul 03, 2009 * Enabled HTTP redirection followup, thanks to David Kaasen. 2.4.4 - May 13, 2007 * Fixed dewpoint calculation, thanks to Djalma Brandão Martins. * Minor updates. 2.4.3 - Jul 11, 2004 * Applied heat index patch, thanks to Hirose, Masaaki. * Updated default config file, fixed manual dashes.
2015-08-16Updated devel/p5-Sub-Exporter-ForMethods to 0.100052wen2-3/+3
2015-08-16Update to 0.100052wen2-7/+6
Upstream changes: 0.100052 2015-07-17 19:27:36-04:00 America/New_York - add the ability to bless the wrapper into the wrapped sub's class, if requested
2015-08-16Really depend on py-sqlite3, various device plugins depend on it.joerg1-2/+2
2015-08-16+ curl-7.44.0, p5-NetAddr-IP-4.077, py-cryptography-1.0,wiz1-2/+5
x264-devel-20150815.
2015-08-16One more build fix for more modern NetBSD than netbsd-6...he2-4/+5
2015-08-16Update to 4.2.4 to address security issues:jklos2-6/+6
https://wordpress.org/news/2015/08/wordpress-4-2-4-security-and-maintenance-release/
2015-08-16Do an explicit include of <uvm/uvm_extern.h> so this has a hopehe2-7/+18
of building on newer NetBSD. Build fix, so no PKGREVISION bump.
2015-08-16lmbench-3mef1-2/+2
(http://www.bitmover.com/lmbench/lmbench3.tar.gz) or sourceforge has 3.0-a9
2015-08-16Updated benchmarks/nbench to 2.2.3mef1-1/+2
2015-08-16Update 2.2.2 to 2.2.3mef3-14/+14
--------------------- - (Explicit ChangeLog not known)
2015-08-16Updated benchmarks/blogbench to 1.1mef1-1/+2
2015-08-16(pkgsrc)mef5-57/+64
- update MASTER_SITES (upstream) - Update 1.0 to 1.1 ----------------- * Version 1.1: Fix off-by-one that sometimes resulted in crashes.
2015-08-16Updated devel/p5-Dist-Zooky to 0.16mef1-1/+2
2015-08-16Update 0.14 to 0.16mef2-7/+6
---------------------------------------- version .16 at 2015-06-05 14:55:47 +0000 ---------------------------------------- Add 'metafile' command to examine existing META.* files
2015-08-16Updated devel/p5-Dist-Zilla to 5.039mef2-3/+3
2015-08-16(pkgsrc)mef2-7/+10
- Add following line for make test to pass BUILD_DEPENDS+= p5-CPAN-Meta-Check-[0-9]*:../../devel/p5-CPAN-Meta-Check BUILD_DEPENDS+= p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run BUILD_DEPENDS+= p5-Log-Log4perl-[0-9]*:../../devel/p5-Log-Log4perl BUILD_DEPENDS+= p5-Test-FailWarnings-[0-9]*:../../devel/p5-Test-FailWarnings (upstream) - Update 5.036 to 5.039 --------------------- 5.039 2015-08-10 09:03:08-04:00 America/New_York - update required version of MooseX::Role::Parameterized; older versions work, but can cause a bunch of unwanted warnings 5.038 2015-08-07 22:16:50-04:00 America/New_York - [License] can be given a filename option to use instead of LICENSE - dzil listdeps --develop now exists as an alias for dzil listdeps --author (Karen Etheridge) - dzil authordeps now lists the Software::License class needed (thanks, David Zurborg) - PkgVersion now skips .pod files (thanks, David Golden) - build_element support added for [ModuleBuild] (thanks, David Wheeler!) - new native filefinder :ExtraTestFiles (thanks, Karen Etheridge) - [AutoPrereqs] now looks for develop prerequisites in xt/ (thanks, Karen Etheridge) - new file finder ':PerlExecFiles' (thanks, Karen Etheridge) - try harder to notice failure to set up build root, especially on Win32 (thanks, Christian Walde) - better errors when a global config package isn't available (thanks, Karen Etheridge) - added the "ignore" option to [Encoding] (thanks, Yanick Champoux) - allow ; authordep specifications to contain version ranges (thanks, Karen Etheridge) - better error when PAUSE credentials can't be loaded (thanks, David Golden) - fix documentation for the LicenseProvider role - improve errors when PPI failes to parse (thanks, Nick Tonkin) - sort list of executable files in Makefile.PL, for deterministic builds (thanks, Karen Etheridge) - omit configure-requires prerequisites from [MakeMaker]'s fallback prerequisites (used by older ExtUtils::MakeMaker) 5.037 2015-06-04 21:46:38-04:00 America/New_York - issue a warning when version ranges are passed through to ExtUtils::MakeMaker, which cannot parse them and treats them as '0' https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/215 - added %P formatter code to [NextRelease] for the releaser's PAUSE id
2015-08-16Updated devel/p5-Devel-PatchPerl to 1.38mef2-3/+3
2015-08-16Upate 1.34 to 1.38mef2-7/+6
----------------------------------------- version 1.38 at 2015-07-03 18:12:12 +0000 Date : 2015-07-03 19:12:12 +0000 Fix the patches introduced in the last release version 1.36 at 2015-07-03 11:48:26 +0000 Date : 2015-07-03 12:48:26 +0000 Added Errno GCC5 patches as far back as v5.6.0
2015-08-16Updated devel/p5-Config-IniFiles to 2.88mef2-3/+3
2015-08-16Update 2.86 to 2.88mef2-7/+6
------------------- 2.88 2015-07-10 * Apply speedup patch from James Rouzier. - https://bitbucket.org/shlomif/perl-config-inifiles/pull-request/4/avoid-searching-through-all-the-sections/commits - Avoids it being O(n^2). 2.87 2015-06-16 * Replace List::MoreUtils with List::Util-1.33-or-above. - We only used any() and none() which exist in List::Util too now. - https://rt.cpan.org/Public/Bug/Display.html?id=104764 - Thanks to DBOOK for the report. * Fix handling of trailing comments which contain their delimiters twice. - E.g: "key=val ; comment ; further comment". - https://rt.cpan.org/Ticket/Display.html?id=105255 - Thanks to Rohan Carly for the report and a test case.
2015-08-16Updated benchmarks/p5-Benchmark-Timer to 0.7107mef2-3/+3
2015-08-16(pkgsrc)mef2-8/+9
- Set LICENCE as gnu-gpl-v2 - Add following line for make test to pass BUILD_DEPENDS+= p5-URI-Escape-XS-[0-9]*:../../www/p5-URI-Escape-XS (upstream) - Update 7.102 to 7.107 ------------------------ Version 0.7107: Sat May 2 2015 - Prevent CPAN from indexing private-lib Version 0.7106: Mon Apr 20 2015 - Clarify licensing terms - Move verbose testing to a private module, and implement it in a way that doesn't require editing the Makefile after it is generated. Version 0.7105: Sun Apr 12 2015 - Make basic.t 'Nonzero single result' test reliable http://www.cpantesters.org/cpan/report/abcfc65a-de71-11e4-a1d1-8536eb4f9f07 - Enable verbose testing for CPAN-testers - Consolidate issue tracking at rt.cpan.org Version 0.7104: Sat Apr 4 2015 - Bundle Module::AutoInstall to prevent breaks when people don't have it installed already. Thanks to Andreas Koenig <andk@cpan.org> for the report, and Paul Howarth <paul@city-fan.org> for giving me a kick in the pants to fix it. https://rt.cpan.org/Ticket/Display.html?id=65673 Version 0.7103: Sun Mar 22 2015 - Moved code to github - Added POD test
2015-08-16Fix build with boost 1.59.0ryoon1-1/+3
* Add -lboost_system to LDFLAGS.
2015-08-16Updated converters/librevenge to 0.0.2nb2ryoon1-1/+2
2015-08-16Bump PKGREVISION.ryoon3-4/+15
Some librevenge consumers use libboost_system too. Add -lboost_system to pkg-config file. Remove boost-headers buildlink. It is included via boost-libs.
2015-08-16Updated benchmarks/netperf to 2.7.0mef2-3/+3
2015-08-16(pkgsrc)mef3-21/+6
- Drop patch-ab, the lines of code to patch deleted. (there are still ifdef __FreeBSD__ remaining at other files, need to watch, sorry and thanks) (upstream) - Update 2.6.0 to 2.7.0 --------------------- These are the Release Notes for Revision 2.7.0 of netperf: *) Add bits/s (-f b) and Bytes/s (-f B) as selectable throughput units. This may make life easier for folks doing post-processing of things like interim results. *) Miscelaneous fixes *) Much of the now-seeming kruft for things peripheral to netperf's core mission - have been removed though the code itself remains in the repository. So, things like looking-up egress interface, driver/slot information etc have been disabled in a manner requiring more than just a ./configure to bring-back. It wasn't clear those features were being used. This is a test of that hypothesis.
2015-08-16Updated archivers/p5-Archive-Extract to 0.76mef2-4/+4
Updated archivers/p5-Archive-Tar-Wrapper to 0.23
2015-08-16Update to 0.23mef2-7/+11
-------------- 0.23 (2015/05/28) (ms) Mark Gardner added separate skips in the test suite to deal with the absense of GNU tar: https://github.com/mschilli/archive-tar-wrapper-perl/pull/7
2015-08-15Update 0.74 to 0.76mef2-7/+6
------------------- 0.76 Sat Jul 4 18:44:42 2015 * Resolve RT#105425, putting refs in $/ has been fatal since v5.20.0
2015-08-15Updated devel/p5-Perl-Tidy to 20150815mef1-1/+2
2015-08-15Update 20140711 to 20150815mef2-7/+6
--------------------------- Perltidy Change Log 2015 08 15 - Fixed RT# 105484, Invalid warning about 'else' in 'switch' statement. The warning happened if a 'case' statement did not use parens. - Fixed RT# 101547, misparse of // caused error message. Also.. - Fixed RT# 102371, misparse of // caused unwated space in //= - Fixed RT# 100871, "silent failure of HTML Output on Windows". Changed calls to tempfile() from: my ( $fh_tmp, $tmpfile ) = tempfile(); to have the full path name: my ( $fh_tmp, $tmpfile ) = File::Temp::tempfile() because of problems in the Windows version reported by Dean Pearce. - Fixed RT# 99514, calling the perltidy module multiple times with a .perltidyrc file containing the parameter --output-line-ending caused a crash. This was a glitch in the memoization logic. - Fixed RT#99961, multiple lines inside a cast block caused unwanted continuation indentation. - RT# 32905, broken handling of UTF-8 strings. A new flag -utf8 causes perltidy assume UTF-8 encoding for input and output of an io stream. Thanks to Sebastian Podjasek for a patch. This feature may not work correctly in older versions of Perl. It worked in a linux version 5.10.1 but not in a Windows version 5.8.3 (but otherwise perltidy ran correctly). - Warning files now report perltidy VERSION. Suggested by John Karr. - Fixed long flag --nostack-closing-tokens (-nsct has always worked though). This was due to a typo. This also fixed --nostack-opening-tokens to behave correctly. Thanks to Rob Dixon.
2015-08-15Updated print/foomatic4-db-engine to 4.0.12leot1-1/+2
2015-08-15Update print/foomatic4-db-engine to foomatic-db-engine-4.0.12.leot3-11/+11
ok wiz@. pkgsrc changes: o Added LICENSE Changes: 2014-11-14 Till Kamppeter <till.kamppeter@gmail.com> * foomatic-ppdfile.in: Foomatic doesn't provide some offered PPD files. Thanks to Marek Kasik for the patch (bug #1238). 2014-08-22 Till Kamppeter <till.kamppeter@gmail.com> * foomatic-ppd-to-xml.in: Let missing XML files be added when to a PPD with already existing XML files new "*Product:" lines get added. 2014-03-20 Till Kamppeter <till.kamppeter@gmail.com> * Tagged branch for release 4.0.11. * README, USAGE, configure.ac: Updated for release 4.0.11. * lib/Foomatic/DB.pm: Do not interpret option default values set to "0" in PPD files as no default setting defined. Thanks to Deng Pang from Ricoh (DengPang at rst dot ricoh dot com) for the report. 2014-02-18 Till Kamppeter <till.kamppeter@gmail.com> * Tagged branch for release 4.0.10. * README, USAGE, configure.ac: Updated for release 4.0.10. 2014-01-02 Till Kamppeter <till.kamppeter@gmail.com> * foomatic-addpjloptions.in: Make foomatic-addpjloptions work with the system's Foomatic database, too.
2015-08-15Bump PKGREVISION for librevenge boost fix.wiz33-55/+66
2015-08-15Apply adam's patch to fix build with latest boost.wiz2-2/+8
Bump PKGREVISION. Add boost-libs to bl3.mk and bump ABI depends for that.
2015-08-15Updated parallel/hwloc to 1.11.0asau2-3/+3