Commit graph

243921 commits

Author SHA1 Message Date
wiz
8921177e3d Update py-cffi to 1.5.0:
v1.5.0
======

* Support for `using CFFI for embedding`__.
2016-01-18 22:55:13 +00:00
wiz
dcb07d2c55 Updated devel/waf to 1.8.18 2016-01-18 22:53:59 +00:00
wiz
c1f1cf87fe Update to 1.8.18:
NEW IN WAF 1.8.18
-----------------
* Fixed a regression in exec_cfg() introduced in 1fbac66 #1670
* Added a new option --clear-failed to unit test builds #1678
* Added support for scriptlet expressions of the form ${FOO:SRC[0].abspath()}
* Added define comments to configuration headers: conf.define(.., commment='')
* Added experimental Wix and Satellizer tools #1666
* Added backslash replacement to resx processing
2016-01-18 22:53:48 +00:00
wiz
ce0f8562bd Updated sysutils/dbus-glib to 0.106 2016-01-18 22:53:14 +00:00
wiz
65c6690182 Update dbus-glib to 0.106:
dbus-glib 0.106 (2016-01-14)
============================

The “crumbling vestige” release.

Fixes:

• Stop testing G_HAVE_INLINE, which ceased to work in GLib 2.47.2 and
  wasn't meant to be API anyway. Instead, rely on "static inline" doing
  the right thing. On pre-C99 compilers, this relies on <glib.h> defining
  inline to __inline, __inline__ or the empty string if the compiler
  requires it, which it has done since 2000. (fd.o #93513, Colin Watson)

• Stop calling g_mem_profile() in the tests, which no longer does anything
  and caused the tests to fail by issuing a warning (Simon McVittie)

• Slightly modernize build system, and remove a weird cross-directory
  dependency which was breaking distcheck (Simon McVittie)

• Stop distributing generated marshallers in the tarball (Simon McVittie)
2016-01-18 22:53:03 +00:00
fhajny
d6b18d7bda Updated textproc/py-xlsxwriter to 0.8.4 2016-01-18 21:00:09 +00:00
fhajny
2f5702ca8a Update textproc/py-xlsxwriter to 0.8.4.
Release 0.8.4 - January 16 2016
-------------------------------

* Fix for :func:`write_url` exception when the URL contains two ``#``
  location/anchors. Note, URLs like this aren't strictly valid and cannot be
  entered manually in Excel.
  Issue `#330 <https://github.com/jmcnamara/XlsxWriter/issues/330>`_.


Release 0.8.3 - January 14 2016
-------------------------------

* Added options to configure chart axis tick placement. See :func:`set_x_axis()`.


Release 0.8.2 - January 13 2016
-------------------------------

* Added transparency option to solid fill colors in chart areas
  (:ref:`chart_formatting_fill`).
  Feature request `#298 <https://github.com/jmcnamara/XlsxWriter/issues/298>`_.


Release 0.8.1 - January 12 2016
-------------------------------

* Added option to set chart tick interval.
  Feature request `#251 <https://github.com/jmcnamara/XlsxWriter/issues/251>`_.


Release 0.8.0 - January 10 2016
-------------------------------

* Added additional documentation on :ref:`working_with_formulas`.


Release 0.7.9 - January 9 2016
------------------------------

* Added chart pattern fills, see :ref:`chart_formatting_pattern` and
  :ref:`ex_chart_pattern`.
  Feature request `#268 <https://github.com/jmcnamara/XlsxWriter/issues/268>`_.
2016-01-18 20:59:59 +00:00
fhajny
b9be64eccb Updated lang/nodejs to 5.4.1 2016-01-18 20:57:52 +00:00
fhajny
418585522f Update lang/nodejs to 5.4.1.
- Minor performance improvements:
  - module: move unnecessary work for early return (Andres Suarez) #3579
- Various bug fixes
- Various doc fixes
- Various test improvements
2016-01-18 20:57:41 +00:00
nros
9248aed7bc Fix some stuff in qt5-qtbase.
Fix gtk2 option. PR pkg/49277.
Explicitly turn off all database drivers since they might be picked up, as
shown in joyents linux bulk build.
Bump pkgrevision.
2016-01-18 20:52:43 +00:00
joerg
079e518d21 Drop outdated patch. Fix cwrappers build. Use consistent rpath flags. 2016-01-18 20:46:52 +00:00
jperkin
527d586e24 Disable DRI3 on Darwin, it currently causes build failure and is mutually
exclusive with Apple DRI.
2016-01-18 19:27:45 +00:00
leot
7ad7f4a769 + dvtm-0.15 [leot], libvirt-1.3.1, odt2txt-0.5, pdfgrep-1.4.1, pngcrush-1.8.0,
weechat-1.4 (and while here ``!}sort'')
2016-01-18 19:13:56 +00:00
leot
3f2d5c65a0 Updated graphics/giflib-util to 5.1.2. 2016-01-18 19:08:10 +00:00
leot
9ba886ca36 Remove no more available configure arguments to reflect current configure script
(they were removed in giflib-5.0.0).
2016-01-18 19:02:56 +00:00
jperkin
f51b3b7003 Remove --enable-dri2, it is no longer a valid argument. 2016-01-18 18:01:30 +00:00
jperkin
cd7a189225 Update the manual Darwin patch to apply against current MesaLib. 2016-01-18 17:59:01 +00:00
adam
2090898af9 Updated databases/py-ldap to 2.4.25 2016-01-18 17:11:20 +00:00
adam
69fa20bb29 Changes 2.4.25:
* Fix for attrlist=None regression introduced in 2.4.23
  by ref count patch
2016-01-18 17:10:30 +00:00
fhajny
826ae39705 Updated databases/py-peewee to 2.8.0 2016-01-18 15:53:24 +00:00
fhajny
8c13579411 Update databases/py-peewee to 2.8.0.
This release includes a couple new field types and greatly improved
C extension support for both speedups and SQLite enhancements. Also
includes some work, suggested by @foxx, to remove some places where
Proxy was used in favor of more obvious APIs.

New features

- C extension speedups now enabled by default, includes faster
  implementations for dict and tuple QueryResultWrapper classes,
  faster date formatting, and a faster field and model sorting.
- C implementations of SQLite functions is now enabled by default.
  SQLite extension is now compatible with APSW and can be used in
  standalone form directly from Python.
- SQLite C extension now supports murmurhash2.
- UUIDField is now supported for SQLite and MySQL, using text and
  varchar respectively, thanks @foxx!
- Added BinaryField, thanks again, @foxx!
- Added PickledField to playhouse.fields.
- ManyToManyField now accepts a list of primary keys when adding or
  removing values from the through relationship.
- Added support for SQLite table-valued functions using the
  sqlite-vtfunc library.
- Significantly simplified the build process for compiling the
  C extensions.

Backwards-incompatible changes

- Instead of using a Proxy for defining circular foreign key
  relationships, you now need to use DeferredRelation.
- Instead of using a Proxy for defining many-to-many through tables,
  you now need to use DeferredThroughModel.
- SQLite Virtual Models must now use Meta.extension_module and
  Meta.extension_options to declare extension and any options.
- MySQL database will now issue COMMIT statements for SELECT queries.

Bugs fixed

- #766, fixed bug with PasswordField and Python3. Fuck Python 3.
- #768, fixed SortedFieldList and remove_field(). Thanks @klen!
- #771, clarified docs for APSW.
- #773, added docs for request hooks in Pyramid
- #774, prefetch() only loads first ForeignKeyField
  for a given relation.
- #782, fixed typo in docs.
- #791, foreign keys were not correctly handling coercing to
  the appropriate python value.
- #792, cleaned up some CSV utils code.
- #798, cleaned up iteration protocol in QueryResultWrappers.
- #806, not really a bug, but MySQL users were clowning around
  and needed help.

2.7.4

This is another small release which adds code to automatically build
the SQLite C extension if libsqlite is available. The release also
includes:

- Support for UUIDField with SQLite.
- Support for registering additional database classes with the db_url
  module via register_database.
- prefetch() supports fetching multiple foreign-keys to the same model
  class.
- Added method to validate FTS5 search queries.
2016-01-18 15:53:14 +00:00
fhajny
0c9abf09ee Revbump all Go packages after the go-1.5.3 security update (hint: static
linking).
2016-01-18 15:33:43 +00:00
mef
e6dc1d494a Updated mail/p5-Sendmail-AccessDB to 1.04 2016-01-18 14:41:15 +00:00
mef
94ca25a0a4 (pkgsrc)
- Add ${PERL5_LICENSE}
(upstream)
  - Update 0.09 to 1.04
-------------------
1.04  Mon Dec 22 2014
	- Removed the locked sub attributes because they seem to have no
          gain(no object acces/modification is done)
	- Enhanced the POD
	- Enhanced the test so they skip if /usr/sbin/makemap is not
          insTALLED(might be needed to bundle a .db again)
	- In 2012: Enhanced the lookup function so it does correctly check all
          variations of an email address
1.01  Tue Nov 10 2009
	- Fixed a permissions issue where a test file didn't exist prior
	  to testing.
2016-01-18 14:41:01 +00:00
leot
3ba578f0e7 Updated graphics/giflib to 5.1.2 2016-01-18 14:34:50 +00:00
leot
6a7d510800 Update graphics/giflib to 5.1.2.
Changes:
Version 5.1.2
=============
Code Fixes
----------
* Code hardening using reallocarray() from OpenBSD.
* Sanity check in giffilter catches files with malformed extension records
  Fixes SourceForge bug #63: malformed gif causes segfault in giffilter.
* Inexpensive sanity check in DGifSlurp() catches malformed files with
  no image descriptor. Fixes SourceForge bug #64: malformed gif causes
  crash in giftool.
* Fix SourceForge bug #66: GifDrawBoxedText8x8() modifying constant input
  parameter.
* Bail out of GIF read on invalid pixel width. Addresses Savannah bug
  #67: invalid shift in dgif_lib.c
* Fix SourceForge bug #69: #69 Malformed: Gif file with no extension
  block after a GRAPHICS_EXT_FUNC_CODE extension causes segfault (in
  giftext).
* Fix SourceForge bug #71: Buffer overwrite when giffixing a malformed gif.
* Fix SourceForge bug #73: Null pointer deference in gifclrmap (only
  reachable with malformed GIF).
* Fix SourceForge bug #74: Double free in gifsponge under 5.1,1,
  for any valid gif image.
* Fix SourceForge bug #75: GAGetArgs overflows due to uncounted use of va_arg.
* Sanity check in giffix catches some malformed files. Addresses
  SourceForge bug #77: dgif_lib.c: extension processing error
2016-01-18 14:34:36 +00:00
mef
20bb310739 Updated mail/p5-Email-Address to 1.908 2016-01-18 14:34:35 +00:00
mef
e7af0b07d3 Update to 1.908
---------------
1.908     2015-09-19 22:53:38-04:00 America/New_York
        - default to 1 level of nested comments to avoid pathological behaviors
2016-01-18 14:34:26 +00:00
wen
3fdd1ad64b Updated devel/p5-Pod-Usage to 1.68 2016-01-18 13:55:17 +00:00
wen
1ce3b22f5a Update to 1.68
Update DEPENDS

Upstream changes:
1.68 (marekr)
- CPAN#102529: License declaration mismatch
  unified the license for Pod-Usage to "as Perl itself", and corrected authors
- CPAN#109830: Tests fail
  added prerequisite for Pod::Text 4.00 to avoid running tests with outdated
  Pod::Text
- CPAN#110443: [PATCH] fix -perldoc option in pod2usage() method
  added missing '-'
- CPAN#110446: [feature request] -perldocopt for supplying perldoc options
  added this option; split of string on whitespace is not optimal, but
  should do the job

1.67 (marekr)
- added options -perlcmd and -perldoc to allow for non-standard installations
  of perl and the perldoc script. Thanks to Markus Jansen for the patch
2016-01-18 13:54:13 +00:00
wen
2bc8474ff8 Updated textproc/p5-podlators to 4.05 2016-01-18 13:46:10 +00:00
wen
d7409feaeb Update to 4.05
Upstream changes:
podlators 4.05 (2016-01-16)

    Switch back to generating pod2man and pod2text from *.PL files.  While
    ExtUtils::MakeMaker can fix the #! line, it can't handle all non-UNIX
    operating systems, and the *.PL script generation code can.  This will
    hopefully remove the need for Perl core to maintain a separate copy of
    the *.PL wrapper scripts as well.  Thanks, Craig A. Berry.

    [Pod::Man] Fall back (with a warning) to non-utf8 behavior if the utf8
    option is specified but the Encode module is not available.  This is
    useful in some cross-compilation situations.  Thanks, Niko Tyni.

    Don't try to remove the temporary directory used by tests in the tests
    themselves, since this races with other tests run in parallel.
    Instead, just remove it on make clean.

    Provide a mailto address in bug tracking metadata, use the shorter
    form of the RT bug tracker URL, and fix the license value to match the
    new metadata specification.

podlators 4.04 (2016-01-02)

    Fix portability of the t/docs/synopsis.t test to Windows.  It was
    assuming UNIX path delimiters when filtering out files it didn't
    intend to test.

    Don't include .travis.yml in the distribution so that it isn't picked
    up by Perl core.  Thanks, Karen Etheridge.  (#110385)

    Add homepage information to the CPAN metadata and change the canonical
    repository location to GitHub.

podlators 4.03 (2015-12-06)

    Fix tests when POD_MAN_DATE or SOURCE_DATE_EPOCH are already set in
    the environment.  Thanks, Niko Tyni.  (Debian Bug#807086)

    Continue general improvements and refactoring of the test suite to
    make it more maintainable and clean out duplicate or unnecessary code.

podlators 4.02 (2015-12-02)

    For versions of Perl prior to 5.11, install the modules into the Perl
    core module directories, since in those versions site modules did not
    take precedence over Perl core modules.  Thanks, Peter Rabbitson.
    (#110024)

podlators 4.01 (2015-12-01)

    [Pod::Text::Termcap] Do not override the TERMPATH environment variable
    if it's already set.  This should fix the test suite with Term::Cap
    1.16 (which has a bug in termcap handling if TERMPATH doesn't point to
    a valid file).  Also document the manipulation of TERMPATH.

    Revert the switch to Module::Build as the build system.  This creates
    a circular dependency with Module::Build, since it wants a newer
    version of Pod::Man than in Perl versions prior to 5.10.1.  Instead,
    add the new metadata to Makefile.PL and stick with a single build
    system that will also work inside Perl core.

podlators 4.00 (2015-11-28)

    Increase the version number of the package to be larger than any of
    the previous version numbers of any of the modules, and change all
    modules to use the same version as the overall podlators package.
    Switch to a simple decimal version number to avoid complexity with
    v-strings and portability to old versions of Perl.

    podlators now requires Perl 5.006 or later.  All modules enable
    warnings.  Please report any unexpected or confusing warnings as bugs
    in the bug tracker.

    [pod2man] In previous versions, the -r or --release option could be
    specified without an argument and was interpreted as setting that
    value to the empty string.  That never made a great deal of sense, and
    the original change to Perl was apparently because no one realized one
    could pass the empty string as the argument value.  The argument is
    now mandatory, but may be the empty string, which will cause some
    *roff implementations to use the system default.

    Allow any even number of characters to be specified as the quote marks
    for Pod::Text and Pod::Man (and the corresponding --quotes options of
    pod2text and pod2man), rather than being artificially limited to one-
    or two-character quotes.  The first half of the string will be used as
    the left quote and the second half as the right quote.  This allows
    Unicode characters or groff escapes like \(lq and \(rq to be used.
    (Partly addresses #103298)

    [Pod::Man] Attempt to detect if the input came from a pipe and
    therefore has a completely unhelpful (and nonreproducible) source file
    name, and diagnose this as an error.  Document that the name option
    (--name to pod2man) is required when processing POD source from
    standard input.  (Debian Bug#777405)

    [Pod::Man] Honor the environment variable SOURCE_DATE_EPOCH and use it
    as the timestamp from which to derive the left-hand footer if the date
    option is not set, overriding the timestamp of the input file.  This
    is primarily useful to ensure reproducible builds of the same output
    file given the same souce and Pod::Man version, even when file
    timestamps may not be consistent.  Thanks, Niko Tyni.  (Debian
    Bug#801621)

    [Pod::Man] Honor the environment variable POD_MAN_DATE and use its
    contents, if set, as the value of the left-hand footer if the date
    option is not set, overriding the timestamp of the input file.  This
    was an earlier version of SOURCE_DATE_EPOCH, but has been supported in
    Debian for a while and doesn't serve exactly the same purpose, so both
    continue to be supported.  Thanks, Niko Tyni.

    [Pod::Man] The default left-hand footer date is now based on UTC
    rather than the local time zone to make the output more reproducible.
    Thanks, Chris Lamb.  (Debian Bug#780259)

    [Pod::Man] Simplify the preamble code for handling the F register and
    index entries, and add backslashes after the braces in the preamble
    code for handling the F register to avoid introducing a spurious page
    break before at the first page with AT&T *roff.  Thanks, Carsten
    Kunze and Daphne Pfister.  (#92979)

    [Pod::Man] Support setting the left-hand footer to the empty string.

    Fix documentation of the utf8 option to Pod::Man and Pod::Text, and
    the corresponding -u option to pod2man and pod2text, to reflect that
    Pod::Simple now autodetects Latin-1 and UTF-8 but warns.

    More clearly document the options that set values in the .TH header in
    the pod2man and Pod::Man documentation.  Thanks, Guillem Jover.
    (#103297)

    [Pod::Text] Fix encoding handling in documents that start without an
    encoding declaration and then declare an encoding partway through.
    Previously, this would result in attempts to print wide characters if
    there were non-ASCII characters in the document.  Thanks, Magnolia K.
    (#101722)

    [Pod::Text] Change the documentation to not say Pod::Text only
    generates ASCII text.  (#89355)

    Switch the preferred module build system to Module::Build, but still
    provide a Makefile.PL file for backward compatibility and for the use
    of Perl core.  (#108714)

    Installation of this package no longer tries to overwrite the Pod::Man
    and Pod::Text modules that come with Perl core, and instead relies on
    the normal precedence rules in Perl's module search path that prefer
    locally-installed modules over core modules.

    Rename NEWS to Changes to match the normal Perl convention.

    Work around a bug in Term::Cap 1.16 that caused the test suite to fail
    by forcing a setting of TERMPATH to a termcap file provided by the
    test suite while running tests.  (#98272)
2016-01-18 13:45:10 +00:00
wen
d07d747b4f Updated devel/p5-Test-Warnings to 0.024 2016-01-18 13:36:48 +00:00
wen
820b7bcd81 Update to 0.024
Upstream changes:
0.024     2015-12-24 18:44:29Z
          - remove diagnostics accidentally left in new test

0.023     2015-12-22 06:44:24Z
          - properly handle propagating warnings to previously declared
            handlers that are not coderefs (i.e. a sub name, or the magic
            DEFAULT and IGNORE)

0.022     2015-12-19 00:32:42Z
          - propagate all warnings to any previously-declared __WARN__
            handlers (unlike with __DIE__, merely calling warn() is not
            sufficient)
2016-01-18 13:35:57 +00:00
wen
c8f95772a8 Updated devel/p5-Test-Cmd to 1.09 2016-01-18 13:28:05 +00:00
wen
1f2becc988 Update to 1.09
Upstream changes:
1.09 2015-10-25 NEILB
    - README updated with current location of Aegis project.
      Thanks to @SparkeyG for the pull request
    - Updated github repo URL after changing my github username
    - Switched to Dist::Zilla
2016-01-18 13:24:49 +00:00
jperkin
2207217096 Updated security/openssh to 7.1.1nb2 2016-01-18 12:53:42 +00:00
jperkin
13ff0e954c Explicitly disable roaming, as per CVE-2016-0777 and CVE-2016-0778.
Fix patch dates and offsets while here.  Bump PKGREVISION.
2016-01-18 12:53:25 +00:00
mef
5ef4c96680 Updated www/p5-HTTP-Headers-Fast to 0.20 2016-01-18 12:01:25 +00:00
mef
46792507e4 Update to 0.20
--------------
0.20 2015-11-20T04:44:09Z
    - add flatten and flatten_without_sort
     (masahiro nagano)
2016-01-18 12:01:15 +00:00
mef
95cca589fb Updated www/p5-HTML-TreeBuilder-LibXML to 0.25 2016-01-18 11:57:18 +00:00
mef
3114199388 (pkgsrc)
- Add following line for make test
	BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
(upstream)
Update to 0.25
--------------
0.25 2015-04-21T23:39:33Z
  Author: Yanick Champoux <yanick at babyl.dyndns.org>
     silence warnings
     ... as the arguments can be undefined
     Fixes #10
2016-01-18 11:57:07 +00:00
mef
45321f4b7b Updated www/p5-HTML-Entities-Interpolate to 1.09 2016-01-18 11:44:09 +00:00
mef
a6a794d071 (pkgsrc)
- Drop  PERL5_MODULE_TYPE statement to be default
  - Add three lines for make test
	BUILD_DEPENDS+= p5-Test-Stream-[0-9]*:../../devel/p5-Test-Stream
	BUILD_DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
	BUILD_DEPENDS+= p5-File-Slurper-[0-9]*:../../devel/p5-File-Slurper

(upstream)
Update 1.05 to 1.09
-------------------
1.09  2015-11-29T10:08:00
	- Replace "\t" with \s{4} in scripts/synopsis.pl and t/synopsis.html
	  in an attempt to fix the large number of failures reported by CPAN
	  Testers.
	- Patch t/test.t to use File::Spec to join a dir to a file name.
	- Use $^X rather than 'perl' to invoke Perl in t/test.t.
	- Make some pre-req version #s explicit.

1.08  2015-11-26T14:26:00
	- In V 1.07 I patched t/test.t to use Test::Stream instead of Test::More,
	  but did not patch Makefile.PL to match. Test::More is still used for
	  xt/author/pod.t.

1.07  2015-11-24T08:47:00
	- Apologies: Forgot to release V 1.06 to CPAN.
	- Add scripts/synopsis.pl and its output t/synopsis.html.
	- Copy scripts/synopsis.pl into docs.
	- Add t/test.t to run scripts/synopsis.pl and compare the output
	  to t/synopsis.html.
	- Update pre-reqs to add Capture::Tiny and File::Slurper,
	  which are used in t/test.t.
	- Add .gitignore to MANIFEST.SKIP.
	- Remove Build.PL.
	- Remove t/load.t.
	- Reformat the dates in this file.

1.06  2015-02-18T16:32:00
	- Add use strict and use warnings to Build.PL and Makefile.PL.
	- Add github repo to Build.PL, Makefile.PL and docs.
	- Move t/pod.t to xt/author/.
	- Patch Build.PL to handle xt/author/*.t.
2016-01-18 11:42:36 +00:00
mef
eddb5b55ee Updated www/p5-File-Mork to 0.4 2016-01-18 11:05:43 +00:00
mef
8c970f3d6e Update t0 0.4
-------------
20 Dec 2015 - v0.4 UTF-16
  Fixes for UTF-16 conversion error from Rob O'Neale and James Wright
2016-01-18 11:05:31 +00:00
fhajny
d9943ce04f Fix Bash interpreter path in one more script. PKGREVISION++ 2016-01-18 10:23:18 +00:00
agc
aab4941cbf Note addition of micropython-1.5.2 2016-01-18 07:57:45 +00:00
agc
5d887741af Add micropython-1.5.2, a python 3.4 implementation, to the Packages Collection.
This is the MicroPython project, which aims to put an implementation
	of Python 3.x on microcontrollers and small embedded systems.

	WARNING:  this project is in beta stage and is subject to changes of
	the code-base, including project-wide name changes and API changes.

	MicroPython implements the entire Python 3.4 syntax (including
	exceptions, "with", "yield from", etc.).  The following core datatypes
	are provided:  str (including basic Unicode support), bytes,
	bytearray, tuple, list, dict, set, frozenset, array.array,
	collections.namedtuple, classes and instances.  Builtin modules
	include sys, time, and struct.  Note that only subset of Python 3.4
	functionality is implemented for the data types and modules.
2016-01-18 07:54:50 +00:00
dholland
4a1a8ec262 sys161 2016-01-18 05:18:19 +00:00