Commit graph

216042 commits

Author SHA1 Message Date
rodent
a73ef8532d Updated to latest release, 3.2.0. From CHANGELOG:
* Bug fixes (see mercurial logs for details)
2014-05-03 13:26:52 +00:00
rodent
8ad0f57943 Updated finance/py-stripe to 1.14.0 2014-05-03 13:24:05 +00:00
rodent
3d7a468e6a Updated to latest version 1.14.0. No changelog, but there's a certificate
blacklist feature and testing thereof now.
2014-05-03 13:23:52 +00:00
alnsn
9cedf359d8 Mention Lua multiversion support and devel/lua-BitOp. 2014-05-03 13:22:37 +00:00
alnsn
e3cc9b6b04 Add lua-BitOp. 2014-05-03 13:20:56 +00:00
rodent
6184387be9 Updated devel/py-trytond to 3.2.0 2014-05-03 13:18:20 +00:00
rodent
0435b07906 Update to latest release, 3.2.0. Move bin/trytond to
bin/trytond${PYVERSUFFIX} in post-install to support concurrently installed
versions of python. Upstream dropped support for py26. From CHANGELOG:

* Bug fixes (see mercurial logs for details)
* Add restore_history to ModelSQL
* Add history revisions
* Add the multi selection widget
* Add index to one2many's on_change
* Remove auto-refresh on Action Window
* Add support of domain for non-relation field
* Manage microseconds in JSON-RPC and XML-RPC
* Remove Sha field
* Add password widget
* Add Len to PYSON
* Use bcrypt to hash password if possible
* Use a sequence of ids, values to set fields
* Client side actions on button and wizard
* Add depends attribute to data tag
* Add tree_invisible attribute to button in tree view
* Drop support of Python 2.6
* Deprecate on_change, on_change_with, selection_change_with and autocomplete
  field arguments
* Add fields.depends decorator
* Add run-tests
* Validate only modified and dependant fields on model write
* Improve error messages by showing the failing value
* Remove relation field actions:
    - delete_all
    - unlink_all
    - set
* Rename relation field action unlink into remove
* Use a sequence of records, values in write
* set_context of Transaction.set_user is restricted to root
* Add a "copy" action to One2Many and Many2Many's set method
* Force UTC as timezone (migration script available on tryton-tools)
* Add relation_field for many2one
2014-05-03 13:17:58 +00:00
alnsn
aedfc77e1e Revbump for Lua multiversion support. 2014-05-03 13:14:36 +00:00
rodent
d745597b7c Updated devel/py-tryton to 3.2.0 2014-05-03 13:10:09 +00:00
rodent
3724cd3058 Update to latest release, 3.2.0. Move bin/tryton to bin/tryton${PYVERSSUFFIX}
in post-install to support concurrent installed python versions. From CHANGELOG:

* Bug fixes (see mercurial logs for details)
* Add option to show revisions
* Add a multi selection widget for many2many
* Remove auto-refresh
* Add support of domain for non-relation field
* Allow drag & drop on the attachment button
* Replace sha widget by password
* Add Len to PYSON
* Use a pool of connection
* Manage client actions from button and wizard
* Add tree_invisible attribute to button in tree view
* Add buttons of the view in actions menu
* Don't evaluate anymore relate action with the record
* Paste on editable list create new records if needed
* Drop support of Python 2.6
* Allow to search on rec_name of Reference fields
* Use local timezone
* Sanitize report file extension
2014-05-03 13:09:55 +00:00
alnsn
3599ff66b4 Trivial change to fix compilation. Revbump for Lua multiversion support. 2014-05-03 13:05:13 +00:00
alnsn
5b8d64f3cb Remove lua-stdlib-doc. It has been merged to lua-stdlib. 2014-05-03 13:04:10 +00:00
alnsn
41ccd669f4 Add Lua BitOp module from LuaJIT project. 2014-05-03 13:02:38 +00:00
alnsn
fb7c78e46e Adapt to Lua multiversion support. 2014-05-03 13:01:24 +00:00
alnsn
c461d713e4 Multiversion support for Lua. 2014-05-03 13:00:44 +00:00
rodent
3cf02ad9da Updated devel/py-modulegraph to 0.11.1 2014-05-03 12:58:54 +00:00
rodent
7d3057f8b2 Updated to latest release, 0.11.1. From doc/changelog.rst:
* Issue #145: Don't exclude the platform specific 'path' modules (like ntpath)
2014-05-03 12:58:41 +00:00
rodent
ca0a0f04f0 Updated devel/py-logan to 0.5.10 2014-05-03 12:54:49 +00:00
rodent
c7b08edd96 Updated to latest release, 0.5.10. No ChangeLog. Still py33 incompatible. 2014-05-03 12:54:36 +00:00
wen
91c799df98 Updated textproc/p5-XML-LibXML to 2.0116 2014-05-03 12:40:14 +00:00
wen
5c28d6c224 Update to 2.0116
Upstream changes:
2.0116  2014-04-12
    - t/cpan-changes.t : minimum version of Test::CPAN::Changes.
        - This is to avoid test failures such as:
            - http://www.cpantesters.org/cpan/report/69ee1a2a-6c09-1014-be8f-3786912f2992

2.0115  2014-04-03
    - Fix double free when calling $node->addSibling with text nodes.
          - https://rt.cpan.org/Ticket/Display.html?id=94149
          - Thanks to Jeff Trout for the report.

2.0114  2014-04-03
    - Fix memory leaks and segfaults related to removal and insertion of
      DTD nodes.
        - https://rt.cpan.org/Ticket/Display.html?id=80521
    - Fix memory leak in $node->removeChildNodes

2.0113  2014-03-14
    - Fix test failures with older libxml2 versions.
        - https://rt.cpan.org/Ticket/Display.html?id=93852
        - Thanks to Nick Wellnhofer for the patch.
        - Thanks to the CPAN Testers for reporting this issue.

2.0112  2014-03-13
    - Fix segfaults when accessing attributes of DTD nodes
        - https://rt.cpan.org/Ticket/Display.html?id=71076
        - Thanks to Ralph Merridew for the report.
    - Make $schema->validate work with elements. This uses
      xmlSchemaValidateOneElement under the hood.
        - https://rt.cpan.org/Ticket/Display.html?id=93496
        - Thanks to Jeremy Marshall for the report.
    - Fix https://rt.cpan.org/Ticket/Display.html?id=93429 .
        - Thanks to Nick Wellnhofer for the report and test.
    - Apply patch to build with MSVC on Windows.
        - https://rt.cpan.org/Ticket/Display.html?id=90064
        - Thanks to Nick Wellnhofer for the investigation and the patch.

2.0111  2014-03-05
    - Skip t/40reader_mem_error.t with libxml2 < 2.7.4
      The failure is probably due to a known double-free bug.
        - https://rt.cpan.org/Ticket/Display.html?id=84564
        - https://bugzilla.gnome.org/show_bug.cgi?id=447899
        - Thanks to Nick Wellnhofer for the pull request.
    - Die if a file handle with an encoding layer returns more bytes
      than requested in parse_fh.
        - https://rt.cpan.org/Ticket/Display.html?id=78448
    - Make insertData, deleteData, replaceData work correctly with UTF-8
      strings.
    - Fix substringData
        - https://rt.cpan.org/Ticket/Display.html?id=88730
    - Fix "Threads still failing?" Bug report.
        - https://rt.cpan.org/Ticket/Display.html?id=91800
        - Thanks to Daniel for the bug report and a test case, and to
        YOREEK for the patch.

2.0110  2014-02-01
    - Add "use strict;" and "use warnings;" to all modules (CPANTS).
    - MIN_PERL_VERSION (CPANTS).
    - Add a LICENSE section to the POD (CPANTS).

2.0109  2014-01-31
    - Fix for requiring XML::LibXML inside two loops in perl-5.19.6 and up.
        - https://rt.cpan.org/Ticket/Display.html?id=92606
        - Thanks to Father Chrysostomos for the investigation, the test
        case, and the fix.
        - There are other ways to reproduce the bug, but the tests tests
        for a require inside two loops.

2.0108  2013-12-17
    - Replace local $^W with << no warnings 'portable'; >> in t/15nodelist.t
        - Should fix https://rt.cpan.org/Public/Bug/Display.html?id=88017
        - Thanks to "pagenyon" for the report.
    - Fix hash key typo in SAX/Builder.pm - "LocalName" was mis-capitalised.
        - https://rt.cpan.org/Public/Bug/Display.html?id=91433
        - Thanks to Thomas Berger for the report and for a reproducing
        testcase.
    - Convert from "use base" to the more modern "use parent".
2014-05-03 12:37:21 +00:00
nonaka
565799eff5 Updated misc/vimpager to 1.8.8 2014-05-03 12:23:55 +00:00
nonaka
af3c1f0a59 Update vimpager to 1.8.8.
PR pkg/48781 by me.

Version 1.8.8
* don't clobber user's PATH (mayersj1: Steve Mayer) #77

Version 1.8.7
* use more lines for fallback man page detection, misc. code cleanups (eworm-de: Christian Hesse)

Version 1.8.6
* allow _vimrc on non-windows (mortonfox: Morton Fox)

Version 1.8.5
* fix up arrow binding again, broken in 1.8.4

Version 1.8.4
* disable help screen 'h' binding, cursor moves left instead (Github issue #71)

Version 1.8.3
* reexec self under bash or ksh when available, especially on Solaris (Github issue #63)
* add vim command -c option (aroig: Abdo Roig-Maranges)
* allow ~/.vim/vimpagerrc as conf file (lucc: Lucas Hoffmann)
2014-05-03 12:22:08 +00:00
wiz
064480a1f1 Reset PKGREVISION after update. 2014-05-03 11:54:15 +00:00
wiz
7f41e4b9d8 Updated devel/py-mercurial to 3.0 2014-05-03 11:54:08 +00:00
wiz
d24a0c47fc Update to 3.0:
Mercurial 3.0 (2014-05-01)

This is a regularly-scheduled quarterly feature release. Unlike
other 3.0 software releases, this is simply 2.9 + .1, so it should
be the usual pain-free upgrade.

1.1. Core features

    cat: support explicit paths in subrepos
    cmdserver: allow starting server without repository
    clone: abort if default destination has no meaningful name (BC)
    clone: put streaming clones in a transaction
    color: add debugcolor command (issue4094)
    color: allow color keywords to be used directly in template
    commands: add -T as alternative to --template
    commands: hg debuginstall checks missing templates (issue4151)
    commit: --edit/-e allows editing commit message supplied through other means
    config: add initial implementation of --edit (with --global and --local flags)
    debuginstall: add Python information to debuginstall output (issue4128)
    demandimport: support HGDEMANDIMPORT=disable to disable demandimport
    hgweb: add metadata to atom and rss feed entries
    http: reuse authentication info after the first failed request (issue3567)
    log: change implementation to use graphlog code
    push: provide a hint when no paths are configured (issue3692)
    require: provide a link to a wiki page as well as suggesting upgrade
    revset: new implementation with incremental evaluation
    revset: try to handle hyphenated symbols if lookup callback is available
    revset: add 'only()' revset
    sshpeer: only print out 'running ssh' messages in debug mode (BC)
    template: add ifcontains template function
    template: add pad function for padding output
    template: add revset() template function
    template: add shortest(node) template function
    template: add flexible -T option
    win32: improve the performance of win32.unlink() over CIFS

1.2. Extension features

    blackbox: log events related to branch cache
    convert: avoid updating tags when there is nothing new
    convert: compare tags from all heads instead of just one
    convert: replace old sha1s in the description
    extensions: mark win32text deprecated
    extensions: remove interhg
    extensions: remove the inotify extension (BC)
    histedit: select the lowest rev when looking for a root in a revset (BC)
    journal: report parsing errors on recover/rollback (issue4172)
    qimport: allow importing URLs

1.3. Fixes

    backout: don't limit ancestry check to a single ancestor
    backout: improve confusing 'cannot backout change on a different branch' abort
    caches: invalidate store caches when lock is taken
    cmdserver: forcibly use L channel to read password input (issue3161)
    cmdserver: reload mq on each runcommand request to avoid corruption
    diff: use second filename for --stat reporting on git patches (issue4221)
    dirstate: report bad subdirectories as match.bad, not just a warning (BC)
    extensions: use normpath to allow trailing '\' on Windows (issue4187)
    fncache: clean up fncache during strips
    largefiles: changed overridelog to work with graphlog
    largefiles: don't prompt when one side of merge was changed but didn't change
    largefiles: remove directories emptied after their files are moved (issue3515)
    parsers: fail fast if Python has wrong minor version (issue4110)
    phases: apply publishing enforcement for "serve" source
    revlog: deal with chunk ranges over 2G on Windows (issue4215)
    setup.py: fix C extension compilation issue with OS X 10.9 and Xcode 5.1
    subrepo: check return code for git push (issue4223)

1.4. Experimental features

    bundle2: experimental support for bundle2
    merge: experimental implementation of bid merge
    merge: tell when .ancestor picks one of multiple common ancestors heads
2014-05-03 11:53:59 +00:00
ryoon
10cb88ec04 Fix OpenBSD 5.5 build 2014-05-03 11:24:19 +00:00
richard
693e464984 update PLIST.solaris* 2014-05-03 11:23:56 +00:00
ryoon
142d37fcea Fix build under FreeBSD/amd64 10.0
* Use MOZ_SAMPLE_TYPE_FLOAT32=1 for FreeBSD
* Disable WebRTC support under FreeBSD, because graphics/libv4l is not built
  under FreeBSD/amd64 10.0
2014-05-03 10:58:26 +00:00
wen
d03e05ad9a Updated textproc/p5-YAML-Tiny to 1.62 2014-05-03 10:49:39 +00:00
wen
3639c01505 Update to 1.62
Upstream changes:
1.62      2014-03-16 12:28:44Z

        [FIXED]

        - fix handling of trailing colon in key name (RT#92916, H.Merijn
          Brand)

1.61      2014-02-24 16:59:49Z
        [FIXED]

        - fixed a test for VMS (RT#93297, Craig Berry)

1.60      2014-02-13 20:31:56Z

        - shipping 1.59 as stable, with no changes.

1.59      2014-02-06 03:10:35Z (TRIAL RELEASE)

        [CHANGED]

        - numeric values are now quoted whenever they've been used as a string
          (fixes inconsistent behaviour seen with numeric values, due to
          differences between the XS and pure-perl variants of Data::Dumper).
          (github issue #24)
        - numeric hash keys are now always quoted.

1.58      2014-02-04 18:01:58Z

        [INCOMPATIBLE CHANGE]

        - 1.57 omitted a change entry for the following change:

        - Previously, YAML::Tiny was sloppy about file encodings.  It is
          now strict.  The 'read' method and 'LoadFile' function expect
          UTF-8 encoded files.  The 'write' method and 'DumpFile' function
          produce UTF-8 encoded files.  The 'read_string' and
          'write_string' methods and the 'Load' and 'Dump' functions
          expect or generate (decoded) character data.

1.57      2014-01-30 22:12:38Z

        [INCOMPATIBLE CHANGE]

          - Previously, some errors would throw exceptions and some would
            return the error condition in $YAML::Tiny::errstr.  Now all
            errors throw exceptions.  Use of $errstr and the errstr method
            are deprecated. (David Golden)

        [FIXED]

          - Fixed write method to encode YAML file with UTF-8 (David Golden)
          - Improved SYNOPSIS and documentation of new (David Golden)

        [TESTING]

          - Tests have been cleaned up and reorganized.  Test coverage
            has been significnatly improved. (Ingy d枚t Net, David Golden,
            Jim Keenan, Karen Etheridge)

1.56      2013-09-25 02:38:19Z
          - read_string documentation error fixed (RT#74409, thanks Tim Heaney!)
          - re-release with fixed compile test

1.55      2013-09-19 04:07:32Z
          - again packaging with ExtUtils::MakeMaker

1.54      2013-08-22 03:55:41Z
          - convert to Dist::Zilla
          - Updated format to conform to CPAN::Changes::Spec
2014-05-03 10:43:10 +00:00
wen
27cfe94ee2 Updated www/p5-Twiggy to 0.1024 2014-05-03 10:12:54 +00:00
wen
5c199442f9 Update to 0.1024
Upstream changes:
0.1024  2013-10-12 11:35:35 PDT
        - Fix a bug where exit_guard is not correctly decremented when writing header failed (maedama) #37

0.1023  2013-06-15 01:51:22 PDT
        - Move the bin directory (moznion) #35

0.1022  2013-06-12 12:36:16 PDT
        - convert to use Milla
        - Fix dependency for LWP

0.1021 Fri Oct 19 15:09:17 PDT 2012
        - Repackage with the latest Module::Install

0.1020 Mon Feb 20 16:31:44 PST 2012
        - Improve SEREVR_PORT when binding multiple ports
        - Documentation fixes (Pedro Melo)
        - Suppres 400 if client disconnected (athomason)
        - Don't restrict parsing the request body to PUT and POST requests (Moritz Onken)
        - Fixed broken POST data processing (und3f, hidekiy)
2014-05-03 10:04:24 +00:00
obache
04fb42fd68 Updated inputmethod/ibus to 1.5.7 2014-05-03 09:53:34 +00:00
obache
0f63ff8f65 Update ibus to 1.5.7.
* Add Czech (qwerty) keymap.
* Update supported vala version to 0.20.
* Send panel input purpose.
* Keep track of content-type change after focus-in
* Fix leak in ibus_get_local_machine_id()
* Do not show property panel by default.
* Do not move property panel with focus-in in case panel is always shown.
2014-05-03 09:52:24 +00:00
wen
c148b2118a Updated sysutils/p5-Server-Starter to 0.17 2014-05-03 09:27:14 +00:00
wen
79b201a861 Update to 0.17
Upstream changes:
0.17
	- add option: --backlog to change the backlog size (default: SOMAXCONN) (thanks to Yuryu)

0.16
	- [bugfix] unset the environment variable when a file is removed from the directory specified by --envdir

0.15
	- added option: --envdir for reloading configuration (thanks to limitusus)
	- added options: --enable-auto-restart and interval for periodical automatic restarting (thanks to limitusus)
	- added option: --kill-old-delay for delaying SIGTERM (thanks to limitusus)

0.14
	- fix regression in 0.13; start_server wo. "--dir" was causing errors

0.13
	- add option: --dir (thanks to kazeburo)

0.12
	- bugfix: support for programs with whitespaces (thanks to clkao)
	- add option: --signal-on-term (thanks to miyagawa)
2014-05-03 09:26:10 +00:00
wen
e7ad97c228 Updated devel/p5-Proc-Wait3 to 0.04 2014-05-03 08:20:35 +00:00
wen
b846176787 Update to 0.04
Add LICENSE

Upstream changes:
0.04 Wed Feb 16 06:54:47 EST 2011
        - Clarified license as "GPL and Artistic" per request from
          Ralf Corsius
2014-05-03 08:18:12 +00:00
obache
374628e8e5 Note as upstream Issue#4 2014-05-03 08:11:53 +00:00
richard
5c0250929e 'list_remove', being defined as well on SunOS under <sys/list.h>, causes
a 'conflicting types' error when building with perl, python and/or ruby.
Affects the following files: eval.c, if_lua.c and if_py_both.c
2014-05-03 07:30:19 +00:00
obache
02041c2428 Change to upstream way used in other places.
Note reported to upstream as Issue#3.
2014-05-03 07:14:45 +00:00
schmonz
b1368c48ae + ezmlm-7.2.0 [schmonz] 2014-05-03 06:36:39 +00:00
wen
3ca9d97d2b Updated www/p5-Mojolicious to 4.97 2014-05-03 03:04:56 +00:00
wen
47b1cee090 Update to 4.97
Upstream changes:
4.97  2014-04-30
  - Deprecated support for "X-Forwarded-HTTPS" in favor of
    "X-Forwarded-Proto".
  - Added multi-name support to param method in Mojo::Parameters.

4.96  2014-04-28
  - Improved Mojo::IOLoop to use Mojo::IOLoop::Delay more consistently.

4.95  2014-04-27
  - Improved Mojo::IOLoop::Delay with circular reference protection.
  - Improved Mojo::IOLoop::Delay to allow argument splicing.
  - Improved Mojo::IOLoop::Server to reuse cipher list from IO::Socket::SSL.
  - Fixed memory leak in Mojo::UserAgent::Server.

4.94  2014-04-20
  - Added reverse_proxy attribute to Mojo::Server::Daemon.
  - Added reverse_proxy attribute to Mojo::Message::Request.
  - Added prefork and upgrade_timeout attributes to Mojo::Server::Hypnotoad.
  - Added configure method to Mojo::Server::Hypnotoad.
  - Relaxed name handling in Mojo::Headers a little.
  - Fixed small bug in online tests.
2014-05-03 03:04:09 +00:00
obache
12139b0b57 re-add JCEPolicy and bootstrap entries, lost dureing last update. 2014-05-03 02:59:47 +00:00
wen
739c0e7f32 Updated devel/p5-Data-Section-Simple to 0.07 2014-05-03 02:53:50 +00:00
wen
0440cbf3d5 Update to 0.07
Upstream changes:
0.07  2014-04-23 21:19:23 PDT
        - revert the change in 0.06

0.06  2014-04-12 06:10:47 CST
        - Fix race condition in a forked environment (hirose31) #4

0.05  2013-06-06 14:13:22 PDT
        - use MakeMaker

0.04  2013-03-28 17:50:48 PDT
        - Do not throw exceptions when there's no template (tokuhirom) #2
2014-05-03 02:52:35 +00:00
rodent
eb65cb88c2 +py-yuicompressor 2014-05-03 02:47:56 +00:00
rodent
97cf275e7d Added archivers/py-yuicompressor version 2.4.8 2014-05-03 02:46:58 +00:00