Commit graph

237528 commits

Author SHA1 Message Date
leot
0fdeab4c4f Update graphics/sane-backends to sane-backends-1.0.24.
ok wiz@.

Changes:
* Significant enhancements to pixma, genesys, kodakaio, fujitsu, canon_dr.
* Minor updates, bugfixes or scanners added in several backends.
* Added new testsuite
* 51 new scanner models supported.
* USB support improvements.
* Improved build system (mingw64, bug fixes, default pthread on Linux).
* Documentation updates.
* Bugfixes.
2015-08-16 20:24:23 +00:00
joerg
38b0a3a577 Revert CFLAGS change, breaks the build. 2015-08-16 17:43:09 +00:00
wiz
218edb5658 Fix MASTER_SITES after PKGREVISION bump. 2015-08-16 17:38:30 +00:00
joerg
2c2abd18f4 Build depends on p5-Clone, so add dependency. Otherwise extra-junk is
installed.
2015-08-16 17:35:25 +00:00
joerg
15275ca99b Revert CFLAGS change, breaks the build. 2015-08-16 17:34:45 +00:00
joerg
2868fdf83e Correct the build system type of the correct package, p5-Devel-Refcount,
not p5-Devel-Refactor.
2015-08-16 17:34:10 +00:00
kleink
8b5be3ed77 Updated www/py-werkzeug to 0.10.4.
Updated www/py-werkzeug-docs to 0.10.4.
2015-08-16 16:20:06 +00:00
kleink
721378f3bc Update py-werkzeug (and thus -docs) to 0.10.4.
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-16 16:18:24 +00:00
wen
389a056867 Updated devel/p5-MooseX-Types-Path-Class to 0.08 2015-08-16 12:40:55 +00:00
wen
44a5787976 Update to 0.08
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-16 12:37:51 +00:00
wen
9ba196e026 Updated time/p5-MooseX-Types-DateTime to 0.11 2015-08-16 12:33:56 +00:00
wen
af05512671 Update to 0.11
Upstream changes:
0.11      2015-08-16 01:05:36Z
        - update some distribution tooling
2015-08-16 12:32:48 +00:00
wen
450f9e2c52 Updated devel/p5-MooseX-Types to 0.46 2015-08-16 12:08:58 +00:00
wen
12c2e11f3a Update to 0.46
Upstream changes:
0.46      2015-08-16 00:43:46Z
        - make use of Sub::Exporter::ForMethods's new rebless option
2015-08-16 12:06:09 +00:00
leot
521f42c0a5 Updated x11/wmweather to 2.4.5 2015-08-16 12:03:33 +00:00
leot
cdb0e0f742 Update x11/wmweather to wmweather-2.4.5, from Benedek Gergely via
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-16 12:03:02 +00:00
wen
36277e3e50 Updated devel/p5-Sub-Exporter-ForMethods to 0.100052 2015-08-16 12:01:38 +00:00
wen
e1118bba15 Update to 0.100052
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-16 12:00:07 +00:00
joerg
c3787a4246 Really depend on py-sqlite3, various device plugins depend on it. 2015-08-16 11:40:32 +00:00
wiz
58767e0d65 + curl-7.44.0, p5-NetAddr-IP-4.077, py-cryptography-1.0,
x264-devel-20150815.
2015-08-16 10:45:46 +00:00
he
0436a9bc99 One more build fix for more modern NetBSD than netbsd-6... 2015-08-16 08:39:02 +00:00
jklos
40e5c7c9aa Update to 4.2.4 to address security issues:
https://wordpress.org/news/2015/08/wordpress-4-2-4-security-and-maintenance-release/
2015-08-16 08:26:24 +00:00
he
2fb06e3473 Do an explicit include of <uvm/uvm_extern.h> so this has a hope
of building on newer NetBSD.  Build fix, so no PKGREVISION bump.
2015-08-16 08:01:58 +00:00
mef
742ba5cb4e lmbench-3
(http://www.bitmover.com/lmbench/lmbench3.tar.gz)
  or
  sourceforge has 3.0-a9
2015-08-16 06:53:22 +00:00
mef
0ea14863f8 Updated benchmarks/nbench to 2.2.3 2015-08-16 06:39:53 +00:00
mef
3dedd209c7 Update 2.2.2 to 2.2.3
---------------------
 - (Explicit ChangeLog not known)
2015-08-16 06:39:45 +00:00
mef
718906df63 Updated benchmarks/blogbench to 1.1 2015-08-16 06:09:11 +00:00
mef
ea9ccaecd9 (pkgsrc)
- update MASTER_SITES
(upstream)
  - Update 1.0 to 1.1
-----------------
* Version 1.1:
Fix off-by-one that sometimes resulted in crashes.
2015-08-16 06:08:57 +00:00
mef
e38a1581ed Updated devel/p5-Dist-Zooky to 0.16 2015-08-16 04:31:30 +00:00
mef
b9944a15e8 Update 0.14 to 0.16
----------------------------------------
version .16 at 2015-06-05 14:55:47 +0000
----------------------------------------
    Add 'metafile' command to examine existing META.* files
2015-08-16 04:31:21 +00:00
mef
03e0704faf Updated devel/p5-Dist-Zilla to 5.039 2015-08-16 03:32:32 +00:00
mef
cdb32c12ab (pkgsrc)
- 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-16 03:32:25 +00:00
mef
4b9008424c Updated devel/p5-Devel-PatchPerl to 1.38 2015-08-16 02:41:07 +00:00
mef
5b1960a3c3 Upate 1.34 to 1.38
-----------------------------------------
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-16 02:40:57 +00:00
mef
8c2614d46a Updated devel/p5-Config-IniFiles to 2.88 2015-08-16 02:37:43 +00:00
mef
8fd4f6d5e0 Update 2.86 to 2.88
-------------------
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-16 02:37:34 +00:00
mef
6d20c01f99 Updated benchmarks/p5-Benchmark-Timer to 0.7107 2015-08-16 02:21:54 +00:00
mef
6e343c795b (pkgsrc)
- 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-16 02:21:45 +00:00
ryoon
6c340c1de2 Fix build with boost 1.59.0
* Add -lboost_system to LDFLAGS.
2015-08-16 02:14:20 +00:00
ryoon
3cfa00ef7d Updated converters/librevenge to 0.0.2nb2 2015-08-16 02:09:00 +00:00
ryoon
5ebd41ec88 Bump PKGREVISION.
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-16 02:08:17 +00:00
mef
e0fb261c83 Updated benchmarks/netperf to 2.7.0 2015-08-16 01:05:17 +00:00
mef
46b2bb3f34 (pkgsrc)
- 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-16 01:05:09 +00:00
mef
3fe84a8612 Updated archivers/p5-Archive-Extract to 0.76
Updated archivers/p5-Archive-Tar-Wrapper to 0.23
2015-08-16 00:09:18 +00:00
mef
8ddaf764e1 Update to 0.23
--------------
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-16 00:07:53 +00:00
mef
3fd0c1333e Update 0.74 to 0.76
-------------------
0.76    Sat Jul  4 18:44:42 2015
* Resolve RT#105425, putting refs in $/ has been
  fatal since v5.20.0
2015-08-15 23:59:14 +00:00
mef
084d5d04c2 Updated devel/p5-Perl-Tidy to 20150815 2015-08-15 23:05:03 +00:00
mef
6fc9a988d8 Update 20140711 to 20150815
---------------------------
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-15 23:04:54 +00:00
leot
157f01a158 Updated print/foomatic4-db-engine to 4.0.12 2015-08-15 22:55:27 +00:00
leot
50575bf17b Update print/foomatic4-db-engine to foomatic-db-engine-4.0.12.
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-15 22:54:50 +00:00