Commit graph

26244 commits

Author SHA1 Message Date
mef
3180fc386b Updated to devel/p5-IO-Compress-2.069
-------------------------------------
  2.069 26 Sept 2015
      * IO::Compress::FAQ
        - Added a section of bgzip
          RT #103295: IO::Compress Feature request

      * IO::Compress::Zip
        - Zip64 needs to be first in extra field to workaround a Windows Explorer Bug
          See http://www.info-zip.org/phpBB3/viewtopic.php?f=3&t=440 for details
2016-04-29 12:59:16 +00:00
mef
95be69cfb9 Updated to devel/p5-IO-Prompter-0.004014
----------------------------------------
0.004014  Tue Nov 24 08:50:00 2015
    * Numerous improvements to completion behaviour
      (Many thanks, Victor, and apologies for the long delay!)
2016-04-29 12:54:10 +00:00
mef
3604454386 Updated to devel/p5-IO-Pager-0.36
--------------------------------
0.36    Mon Feb 29 2016
   -     Fix Use of uninitialized value at IO/Pager.pm line 98
   -     Remove dubgging statement.
   -     Add some additional reporting to interactive tests.
   -    Specify minimum Test::More version.

0.35    Fri Jan 01 2016
   -    Update test 11 for Windows; okay in CMD, PowerShell and MSYS
        but tcsh and win-bash both fail
   -     Add .travis.yml
2016-04-29 12:48:02 +00:00
mef
6bd9ca438c Updated to devel/SDL_gfx-2.0.25
--------------------------------
Ver 2.0.25 - Sun, Oct 27, 2013  3:08:15 PM
* Added patch for 32- and 64-bit GCC-compiled MMX support
  (contributed by Sylvain Beucler, backported from SDL2_gfx)
* Fixed bug in _aaline when x1>x2 and dy==0 (found by Yannick
  Guesnet - thanks!)
* Updated documentation.
* Fixed header in SDL_gfxBlitFunc.h (reported by Jaders77 on
  sourceforge - thanks!)
2016-04-29 12:18:28 +00:00
mef
6a07ef35fa Updated to devel/man-pages-4.0.5
--------------------------------
The size of 'Changes' file reaches 33,413 bytes long,
so please read the file in distfiles, Thank you
2016-04-29 12:07:55 +00:00
mef
0ff6404567 Updated to devel/p5-Git-CPAN-Patch-2.3.0
----------------------------------------
  (make test may fail on t/clone.t, but at least perl t/clone.t runs fine,
   I presume it is not on the package, but on test mechanism).
----------------------------------------
2.3.0 2016-04-13
  - perlcritic tweaks, add documentation, better die messages. (GH#32,
    temp0)

  [ ENHANCEMENTS ]
    - 'git cpan import' now has options '--author_name' and
      '--author_email' to force author to those values. (GH#31)

  [ STATISTICS ]
    - code churn: 8 files changed, 78 insertions(+), 45 deletions(-)
2016-04-29 11:48:53 +00:00
mef
b2589159f7 Updated to devel/p5-Tree-DAG-Node-1.29
---------------------------------------
1.29  2016-03-01T13:39:00
  - After another email exchange with Kent Fredric (via RT) and Karen Etheridge (via the
    cpan-testers-discuss mailing list), I've edited Makefile.PL, again, to indicate that
    Test::Pod is needed neither for building nor testing this module, but is only needed for
    development. Specifically, it's used by xt/author/pod.t, and not elsewhere. See
    https://metacpan.org/pod/CPAN::Meta::Spec#PREREQUISITES for more details.

1.28  2016-03-01T08:43:00
  - No code changes.
  - Rework Makefile.PL so File::Spec, File::Temp, Test::More and Test::Pod are in TEST_REQUIRES.
          Many thanx to Kent Fredric in RT#112568 for this suggestion.
  - Expand the SYNOPSIS.
  - Update MANIFEST.SKIP to include .gitignore.
  - Finally add lightweight git tags to distros, so that if you have a Bash alias such as:
   alias gl='git log --decorate=full' you'll see something like these 5 lines:

1.27  2015-07-12T11:01:00
  - Remove the line which reads 'use open qw(:std :utf8);'. As Tom Molesworth says:
          "Specifically, it turns on the UTF-8 encoding layer on STDIO when any code does
          'use Tree::DAG_Node'. That's no good when code is expecting a different encoding
          (raw, etc.)". See RT#105798. Karen Etheridge followed up with a comment about it appearing
          in another module of mine. Then I checked all my modules (including some not intended for
          publication - Local::*) and found about 28 offenders, with some using it inn multiple files.
          The original idea came from adopting what Tom Christiansen calls his 'Standard Preamble':
          http://www.perl.com/pub/2012/04/perlunicook-standard-preamble.html
          All tests still work after removing that line.
  - Remove Build.PL. Ship only Makefile.PL.
2016-04-29 07:40:08 +00:00
mef
1be0b07234 Updated to devel/p5-Tree-Simple-VisitorFactory-0.14
---------------------------------------------------
0.14  2016-04-27T17:35:00
  - No code changes.
  - Adopt workflow techniques suggested by Kent Fredric. This means a cleaner workdir and a
          much more reliable dist. The latter now has auto-generated MANIFEST and META.* files.

0.13  2016-04-25T09:26:00
  - No code changes.
  - Delete Build.PL.
  - Fix my licence (sic) mess so all references are to Perl. This involves edits to Makefile.PL
          and LICENSE. See RT#113949. Thanx Kent Fredric.
  - Fix Makefile.PL so modules only used for testing are in TEST_REQUIRES and not PREREQ_PM.
          See RT#113948. Thanx Kent Fredric.
  - Fix README so it more-or-less conforms to the Perl Foundation's guidelines at
          http://www.perlfoundation.org/cpan_licensing_guidelines.
2016-04-29 07:35:37 +00:00
mef
2f45840bef Updated to devel/p5-Tree-Simple-1.28
------------------------------------
1.28  2016-04-27T17:35:00
  - No code changes.
  - Adopt workflow techniques suggested by Kent Fredric. This means a cleaner workdir and a
          much more reliable dist. The latter now has auto-generated MANIFEST and META.* files.

1.27  2016-04-25T09:26:00
  - No code changes.
  - Fix my licence (sic) mess so all references are to Perl. This involves edits to Makefile.PL
          and LICENSE. See RT#113949. Thanx Kent Fredric.
  - Fix Makefile.PL so modules only used for testing are in TEST_REQUIRES and not PREREQ_PM.
          See RT#113948. Thanx Kent Fredric.
  - Fix README so it more-or-less conforms to the Perl Foundation's guidelines at
          http://www.perlfoundation.org/cpan_licensing_guidelines.

1.26  2015-11-28T09:30:00
  - No code changes.
  - Accept patches from Manwar via github. See https://github.com/stevan/tree-simple/pull/10.
  - I (Ron) followed github's advice on handling merge conflicts from the command line, but could
          not see the patches after the merge.
  - So, create github repo https://github.com/ronsavage/Tree-Simple.
  - Remove Build.PL.
  - Reformat dates in this file.
  - Oops. Can't get Test::Stream to work in 10_Tree_Simple_test.t. Logged issue, but it's
          probably a problem with the way I tried to use Test::Stream. Revert to Test::More.
  - Add xt/author/changes.t to MANIFEST.
2016-04-29 07:32:46 +00:00
gson
ca00881f8a Update devel/st to 1.9.
Changes from 1.8 to 1.9.
------------------------
o  Support 32-bit and 64-bit Intel Macs.

o  Added ST_VERSION string, and ST_VERSION_MAJOR and ST_VERSION_MINOR
   [bug 1796801].

o  Fixed some compiler warnings, based on a patch from Brian Wellington
   [bug 1932741].
2016-04-28 13:49:04 +00:00
mef
e5843f08a7 Githubify. 2016-04-27 04:20:10 +00:00
jperkin
b62b755e0e Fix build on Darwin < 10.9 by disabling Cocoa notification support. 2016-04-26 15:26:44 +00:00
markd
9065d4d355 Update extra-cmake-modules to 5.21.0
* Fix _ecm_update_iconcache to only update the install location
* Revert "ECMQtDeclareLoggingCategory: Include <QDebug> with the
  generated file"
2016-04-26 09:20:41 +00:00
fhajny
7624d3776f Enable/disable updated/removed Erlang packages. 2016-04-25 20:39:15 +00:00
fhajny
ebb587fa9c Remove superseded ejabberd dependencies (Erlang modules). 2016-04-25 20:37:16 +00:00
mef
b3c507d7e0 Updated to devel/p5-Devel-Cover-1.23
------------------------------------
Release 1.23 - 24 April 2016
 - Enhance html coverage popups (Haydn Newport) (guthub 156).
 - Add cpamcover about page (Guillermo O. Freschi) (github 146).
 - Perl versions below 5.8.1 are now unsupported.
2016-04-25 14:36:29 +00:00
mef
2080764c00 Updated to devel/p5-Devel-PatchPerl-1.42
----------------------------------------
  Date : 2016-04-21 17:08:59 +0000
    Update hints file for Darwin

  Date : 2016-04-21 17:08:52 +0000
    - Don't patch the patchlevel if in Git repository
    - This should address https://rt.cpan.org/Ticket/Display.html?id=108689

  Date : 2016-01-01 01:41:04 +0000
    - Merge pull request #25 from book/master
    - Add the proper patch for ext/Errno/Errno_pm.PL in Perl 5.7.2

  Date : 2015-12-30 08:47:59 +0000
    - Add the proper patch for ext/Errno/Errno_pm.PL in Perl 5.7.2
    - Fixes GH #24
2016-04-25 14:34:58 +00:00
mef
44558092ed Updated to devel/p5-ExtUtils-MakeMaker-7.14
-------------------------------------------
7.14  Sun Apr 24 13:53:33 BST 2016
  No changes since 7.13_01

7.13_01 Sat Apr 23 16:41:20 BST 2016
    Bug fixes:
    - Make dynamic depend on config again, fixes issues with Inline
2016-04-25 14:28:53 +00:00
mef
dd2013bdbb Updated to devel/p5-CPAN-Perl-Release-2.66
-------------------------------------------
  Date : 2016-04-23 22:07:26 +0000
    Updated for v5.24.0-RC2
2016-04-25 14:27:26 +00:00
fhajny
632c051999 Import ezlib-1.0.1 as devel/erlang-ezlib.
Native zlib driver for Erlang / Elixir. This library focuses
on compression / decompression of data streams.
2016-04-25 14:20:46 +00:00
fhajny
36859e4582 Import cache_tab-1.0.2 as devel/erlang-cache_tab.
In-memory cache Erlang libraries.
2016-04-25 14:17:53 +00:00
adam
55a8570e84 ccache 3.2.5
New features and improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Only pass clang-specific `-stdlib=` to the preprocessor.
- Improved handling of stale NFS handles.
- Made it harder to misinterpret documentation of boolean environment settings'
  semantics.

Bug fixes
~~~~~~~~~
- Include m4 files used by configure.ac in the source dist archives.
- Corrected "Performance" section in the manual regarding `__DATE_`, `__TIME__`
  and `__FILE__` macros.
- Fixed build on Solaris 10+ and AIX 7.
- Fixed failure to create directories on QNX.
- Don't (try to) update manifest file in ``read-only'' and ``read-only direct''
  modes.
- Fixed a bug in caching of `stat` system calls in ``file_stat_matches
  sloppiness mode''.
- Fixed bug in hashing of clang plugins, leading to unnecessary cache misses.
- Fixed --print-config to show ``pch_defines sloppiness''.
- The man page is now built when running ``make install'' from Git repository
  sources.
2016-04-25 10:24:48 +00:00
wiz
30ad8a8fc5 ftp.gtk.org is gone, remove it from MASTER_SITES. 2016-04-24 10:48:06 +00:00
wiz
3f49b6b767 + py-hypothesis 2016-04-24 09:44:51 +00:00
wiz
a47b49cc7b Import py-hypothesis-3.1.0 as devel/py-hypothesis.
Hypothesis is a library for testing your Python code against a much
larger range of examples than you would ever want to write by hand.
It's based on the Haskell library, Quickcheck, and is designed to
integrate seamlessly into your existing Python unit testing work
flow.

Hypothesis is both extremely practical and also advances the state
of the art of unit testing by some way. It's easy to use, stable,
and extremely powerful. If you're not using Hypothesis to test your
project then you're missing out.
2016-04-24 09:44:35 +00:00
wiz
354546333e Use weird hash URL for distfile. 2016-04-24 09:39:58 +00:00
wiz
7093411caa Updated py35-cffi to 1.6.0.
v1.6
====

* `ffi.list_types()`_

* `ffi.unpack()`_

* `extern "Python+C"`_

* in API mode, ``lib.foo.__doc__`` contains the C signature now.  On
  CPython you can say ``help(lib.foo)``, but for some reason
  ``help(lib)`` (or ``help(lib.foo)`` on PyPy) is still useless; I
  haven't yet figured out the hacks needed to convince ``pydoc`` to
  show more.  (You can use ``dir(lib)`` but it is not most helpful.)

* Yet another attempt at robustness of ``ffi.def_extern()`` against
  CPython's interpreter shutdown logic.

.. _`ffi.list_types()`: ref.html#ffi-list-types
.. _`ffi.unpack()`: ref.html#ffi-unpack
.. _`extern "Python+C"`: using.html#extern-python-c

XXX: standard download URL doesn't work?!
copied to ftp.netbsd.org manually
2016-04-24 09:37:29 +00:00
wiz
71eba420e6 Updated meld to 3.15.3.
2016-04-20 meld 3.15.3
======================

  Fixes:

   * Handle unicode dates in non-UTF8 locales in folder comparison (Kai
     Willadsen)
   * Try to auto-detect when to use our dark theme highlighting (Kai Willadsen)
   * After undo/redo actions in file comparisons, place the cursor at the
     natural edit position and scroll it back onscreen (Kai Willadsen)
2016-04-24 09:26:55 +00:00
wiz
0c7b5c2dc8 Updated p5-Role-Tiny to 2.000003.
2.000003 - 2016-04-21
  - don't install subs if importing into a package that is already a role.  This
    can happen if the module previously imported Moo::Role.
2016-04-24 06:32:18 +00:00
wen
b47b68fd1e Update to 0.32
Upstream changes:
0.32      2015-09-12 01:10:11Z
    - fix incompatibility with App::Cmd 0.328 by calling its
      constructor (via MooseX::NonMoose) (RT#107025)
2016-04-23 13:00:16 +00:00
adam
e4cbd4acd1 Changes 1.9.0 (Stable)
* win: wait for full timeout duration (João Reis)
* unix: fix support for uClibc-ng (Martin Bark)
* doc: indicate where new test files need to be added (Dave)
* test,unix: fix logic error in test runner (Ben Noordhuis)
* fs: don't nullify req->bufs on EINTR (Dave)
* osx: set the default thread stack size to RLIMIT_STACK (Saúl Ibarra Corretgé)
* build: invoke libtoolize with --copy (Ben Noordhuis)
* test: fixup eintr_handling (Saúl Ibarra Corretgé)
* osx: avoid compilation warning with Clang (Saúl Ibarra Corretgé)
* test,win: fix compilation with shared lib (Alexis Murzeau)
* test: fix race condition in pipe-close-stdout (Imran Iqbal)
* unix,win: add uv_os_tmpdir() (cjihrig)
* ios: fix undefined PTHREAD_STACK_MIN (Didiet)
* test: fix threadpool_multiple_event_loops for AIX (Imran Iqbal)
* unix: report errors for unpollable fds (Ben Noordhuis)
* win: fix watching root files (Nicholas Vavilov)
* build,win: print the Visual Studio version in use (Saúl Ibarra Corretgé)
* build,win: remove unneeded condition from GYP file (Saúl Ibarra Corretgé)
* test,win: fix compilation warning (Saúl Ibarra Corretgé)
* test: use uv_loop_close and assert its result (Nan Xiang)
* build: map 'AMD64' host arch to 'x64' (Ben Noordhuis)
* osx: protected use of potentially undefined macro (Samuel Lorétan)
* linux: fix compilation with musl (Saúl Ibarra Corretgé)
* doc: describe how to make release builds on Unix (Saúl Ibarra Corretgé)
* doc: add missing link in README (Saúl Ibarra Corretgé)
* build: python 2.x/3.x consistent print usage (Rasmus Christian Pedersen)
* test: assume no IPv6 if interfaces cannot be listed (Nan Xiang)
* darwin: replace F_FULLFSYNC with fdatasync syscall (Saúl Ibarra Corretgé)
* doc: add missing write callback to example (Nándor István Krácser)
* build: compile with -D_THREAD_SAFE on AIX (Imran Iqbal)
* test: fix threadpool_multiple_event_loops on PPC (Imran Iqbal)
* test: reduce timeout in tcp_close_while_connecting (Imran Iqbal)
* unix, win: consistently null-terminate buffers (Saúl Ibarra Corretgé)
* unix, win: count null byte on UV_ENOBUFS (Saúl Ibarra Corretgé)
* test: fix deadlocks in uv_cond_wait (Katsutoshi Horie)
* linux: fix cpu count (Lukasz Jagiello)
* unix: fix uv__handle_type for AIX (Imran Iqbal)
* linux: call fclose(), fix fdopen() memory leak (Ben Noordhuis)
* win: remove unneeded condition (Saúl Ibarra Corretgé)
* unix: fix compile error in Android using bionic (Robert Chiras)
* linux: add braces to multi-statement if (Kári Tristan Helgason)
* doc: add @cjihrig as a maintainer (Saúl Ibarra Corretgé)
* unix: add fork-safe open file function (Kári Tristan Helgason)
* linux: replace calls to fopen with uv__open_file (Kári Tristan Helgason)
* linux: remove redundant call to rewind() (Krishnaraj Bhat)
* win: remove duplicated code when processing fsevents (Saúl Ibarra Corretgé)
* test: fix poll_bad_fdtype for AIX (Imran Iqbal)
* linux: fix error checking in uv__open_file (Saúl Ibarra Corretgé)
* poll: add UV_DISCONNECT event (Santiago Gimeno)
* fs: realpath: fix string size before converting (Yuval Brik)
* win: use native APIs for UTF conversions (cjihrig)
* doc: clarify uv_loop_close() (Ben Noordhuis)
* unix: retry ioctl(TIOCGWINSZ) on EINTR (Ben Noordhuis)
* win,build: remove unused build defines (Saúl Ibarra Corretgé)
* win: fix buffer overflow in fs events (Joran Dirk Greef)
* win: fix uv_relative_path and remove dead branch (Joran Dirk Greef)
* unix: use open(2) with O_CLOEXEC on OS X (Kári Tristan Helgason)
* test: add missing copyright header (cjihrig)
* aix: fix 'POLLRDHUP undeclared' build error (Ben Noordhuis)
* unix,win: add uv_get_passwd() (cjihrig)
* process: fix uv_spawn edge-case (Santiago Gimeno)
* test: use %ld for printing uid/gid (Ben Noordhuis)
* aix: fix ahafs implementation (Imran Iqbal)
* aix: do not store absolute path to ahafs (Imran Iqbal)
* process: close process pipes safely (Santiago Gimeno)
* unix: open ttyname instead of /dev/tty (Enno Boland)
* unix: remove outdated comment (Kári Tristan Helgason)
2016-04-23 12:52:04 +00:00
wen
4e4ff00344 Update to 1.3.0
Upsream changes:
v1.3.0    2015-09-24              (Evan Giles <egiles@cpan.org>)
    - Announce the deprecation the procedural functions (long overdue)
    - Remove the 'use 5.6.2' statements, they cause warnings.
    - Fix some spelling errors
    - Move the xt tests into the main test directory
    - Protect against strange PERL5LIB chars (CPAN-RT 104614)
2016-04-23 08:01:50 +00:00
prlw1
e203a4ce4f Update pango to 1.40.1
Overview of changes between 1.40.0 and 1.40.1
=============================================
- Use $PKG_CONFIG consistently (#764191)
- Fix a PangoWin32FontMap memory leak (#7640890)
2016-04-23 07:49:36 +00:00
jperkin
642059ec26 Switch to the GitHub maintained version of libinotify. This has a
number of fixes and improvements compared to the GSOC version.  Most
notable for pkgsrc is that it now works on Darwin.

However it is still version 0, and there is no ChangeLog, so all we
can do is bump the PKGREVISION.
2016-04-22 15:27:11 +00:00
jperkin
1902b225b8 Fix linker script handling to work with the newer version. 2016-04-22 12:30:13 +00:00
wiz
e1671e8595 Updated p5-strictures to 2.000003.
2.000003 - 2016-04-19
  - update bundled ExtUtils::HasCompiler to 0.013 to fix potential false
    negative (RT#113637)
  - list optional XS dependencies as suggests rather than recommends (RT#107393)
2016-04-22 09:35:48 +00:00
wiz
207d18c67d Updated p5-Role-Tiny to 2.000002.
2.000002 - 2016-04-19
  - restore compatibility with Moo versions pre 1.004_003
  - delay loading Class::Method::Modifiers until applying modifiers to a package
  - use croak rather than die for reporting errors
  - apply method modifiers only once, even if they are applied via multiple
    composition paths (RT#106668)
2016-04-22 09:35:08 +00:00
wiz
99493d7d5c Updated p5-Devel-Symdump to 2.1700.
2016-04-19  k  <andk@cpan.org>

	* release 2.17

	* address #113886: unlist Compress::Zlib as a prereq, it was and
	still is only used by a test that won't run for normal user
	installs (Thanks to Graham Knop for reporting)
2016-04-22 09:33:04 +00:00
prlw1
1a214f8f02 Update gnome-common to 3.18.0
- Switch to using XZ-compressed tarballs
- build: Make autoconf-archive support optional
- gnome-autogen: Fix the package name tracing
- macros2: Deprecate GNOME_CXX_WARNINGS
- macros2: Deprecate GNOME_COMPILE_WARNINGS
- gnome-autogen: warn if $srcdir is undefined
- gnome-autogen: warn for deprecated variables
- gnome-autogen: infer PKG_NAME from configure.ac
- README: remove check for automake version in example
- compiler-warnings: Add -Werror=return-type
- macros2: Remove support for gnome-doc-utils
- doc-build: Remove doc-build infrastructure
- macros2: Remove GNOME_COMMON_INIT
2016-04-21 23:38:28 +00:00
jperkin
01239fbd0b Use PKGMANDIR. Add patch comment. 2016-04-21 13:48:23 +00:00
jperkin
adf8c49427 Use PKGMANDIR. 2016-04-21 13:29:07 +00:00
wiz
e35c051f8b Extract using bsdtar so file names are not cut, and all files are installed.
Bump PKGREVISION.
2016-04-21 09:12:27 +00:00
prlw1
add3bcda6c Update dconf-editor to 3.20.1
dconf-editor 3.20.1
=====================

An english typo has been corrected in the welcome dialog, and
translations files have been updated accordingly.

Translations updated:
  Esperanto: Kristjan Schmidt
  Finnish: Jiri Grönroos
  Greek: Tom Tryfonidis

dconf-editor 3.20.0
=====================

All is looking good in this new 3.20 stable release with so many
great changes!  Letâs hope everybody will like this new UI, clearer
and more accessible.

Translations updated:
  Danish: Ask Hjorth Larsen
  Greek: Tom Tryfonidis
  Italian: Milo Casagrande
  Swedish: Sebastian Rasmussen
  Turkish: Muhammet Kara

dconf-editor 3.19.92
=====================

Some problems have appeared related to the sizing of the key-editor
dialogs, and will need more testing with a clean Gtk+ release, even
if all looks corrected.  An infinite loop has also be spotted when
trying to reset all keys of a folder containing keys without schema.
Also, a CSS resource with one rule only has been added to look
better when using the âBig Textâ accessibility feature.

Translations updated:
  Catalan: Jordi Mas
  Czech: Marek Černocký
  Finnish: Jiri Grönroos
  French: Claude Paroz
  Hebrew: Yosef Or Boczko
  Kazakh: Baurzhan Muftakhidinov
  Korean: Changwoo Ryu
  Latvian: RÅ«dolfs Mazurs
  Lithuanian: Aurimas Černius
  Slovak: Dušan Kazik

dconf-editor 3.19.91
=====================

Only one code change for this second beta release: the presentation
of a keyâs âdefault valueâ now takes care of distributor and admin
overrides, instead of showing the default value proposed in the
gschema. Ideally, we should show the two informations, but this
one is more logical to present with the current UI.

Translations updated:
 Brazilian Portuguese: Rafael Fontenelle
 Catalan: Jordi Mas
 Chinese (Taiwan): Chao-Hsiung Liao
 Galician: Fran Dieguez
 German: Mario Blättermann
 Hungarian: Gábor Kelemen
 Occitan: Cédric Valmary
 Polish: Piotr Drąg
 Serbian: Мирослав Николић
 Spanish: Daniel Mustieles

dconf-editor 3.19.90
=====================

This release has seen some improvements to the keyboard usability,
with some new shortcuts added, and an help overlay to document them
(requiring a GTK+ 3.19 at least). Other changes include some more
metadata in the AppData file (used by software centers to know
about the application), and minor corrections caused by recent GTK+
changes.

Translations updated:
 Brazilian Portuguese (Fábio Nogueira and Rafael Fontenelle)
 Chinese (Taiwan) (Chao-Hsiung Liao)
 Czech (Marek Černocký)
 German (Mario Blättermann)
 Hungarian (Balázs Meskó)
 Latvian (RÅ«dolfs Mazurs)
 Lithuanian (Aurimas Černius)
 Norwegian bokmål (Kjartan Maraas)
 Polish (Piotr Drąg)
 Serbian (Мирослав Николић)
 Slovak (Dušan Kazik)

dconf-editor 3.19.3
=====================

Added a notification for the multiple âcopyâ actions, and a new
menu for actions on the view (notably a âreset visible keysâ action
â no recursion for now).

Translations updated:
 Portuguese (Pedro Albuquerque)
 Spanish (Daniel Mustieles)
 Slovak (Dušan Kazik)
 Kazakh (Baurzhan Muftakhidinov)

dconf-editor 3.19.2
=====================

Removed an unnecessary big hack, and improved some other little
things here and there. A new Occitan translation, and some translations
updates âmany thanks to all people who helpedâ as the new UI has
more strings.

Translations updated:
 Spanish (Daniel Mustieles)
 Norwegian bokmål (Kjartan Maraas)
 Romanian (Kalev Lember)
 Occitan (Cédric Valmary; new translation)
 Hungarian (Balázs Meskó)
 Portuguese (Pedro Albuquerque)

dconf-editor 3.19.1
=====================

Many big changes. First, dconf-editor is now distributed under GPL
3. Secondly, it now uses GSettingsSchema to access schemas
informations, and GSettings to edit settings when thatâs possible.
Thirdly, the UI of the keys list has been updated to use a GtkListBox,
more accessible, more usable, cleaner. And many other things already
done (and more to come).

Translations updated:
 Finnish (Jiri Grönroos)
 Czech (Marek Černocký)
 Romanian (Daniel Șerbănescu)
 Galician (Fran Dieguez)

dconf-editor 3.18.0
=====================

Neither change nor new critical bug since the last beta, so here
comes 3.18.0.  This cycle has seen some UI and code cleaning,
requiring Gtk+ 3.14 notably, but without real technical evolution
(planed for next stable release).

Thanks to all people who helped coding and translating this project.

dconf-editor 3.17.92
=====================

Translation updated:
 Persian

dconf-editor 3.17.91
=====================

The output of --version is now printed on stdout, as suggested by
GNU. That's the only technical change, all looks good.

Translations updated:
 Polish
 Chinese (Taiwan)

dconf-editor 3.17.90
=====================

No big technical change for the beta, just some preparations for
the next cycle.

Translations updated:
 Swedish
 Portuguese

dconf-editor 3.17.1
=====================

Beginning of cleaning, both of the code (UI template, GResourceâ¦)
and of the UI (unnecessary shadows removed, widgets' margins,
minimum width of the panelâ¦).  Gtk+ 3.14 is now required, with
also a recent Valac.

dconf-editor 3.16.1
=====================

Little update that adds a symbolic icon, displayed in GNOME Shell's
top-bar and when using the high contrast theme.

Translations updated:
 Latvian
 Icelandic
 Norwegian (bokmål)

dconf-editor 3.16.0
=====================

First stable release of dconf-editor as a standalone module! Since
the Release Candidate, there has only been translations updates.

Translations updated:
 Chinese (Taiwan)
 Indonesian
 Aragonese
 Thai
 Danish
 Basque
 Turkish
 Japanese

dconf-editor 3.15.92
=====================

The main correction since 3.15.91 is the add back of the manpage,
forgotten during the split. Because of that, dconf 0.23.2 is now
explicitely required.  The AppData file also validates again.

Translations updated:
 Serbian
 German
 Italian
 Korean
 Ukrainian
 Swedish
 Bulgarian
 Bosnian (new!)
 Vietnamese

dconf-editor 3.15.91
=====================

This is the first release of standalone dconf-editor.

Since the release of dconf 0.22.0 (which contained dconf-editor)
there have been only minor changes to the editor.

Translations updated:
 Brazilian Portuguese
 Czech
 French
 Galicians
 Greek
 Hebrew
 Hindi
 Hungarian
 Icelandic
 Italian
 Kazakh
 Kazakh
 Lithuanian
 Polish
 Punjabi
 Russian
 Simplified Chinese
 Slovak
 Slovak
 Slovenian
 Spanish
 Thai
 Turkish
 Vietnamese
2016-04-20 22:08:52 +00:00
prlw1
838fa7a69c Update dconf to 0.26.0
XXX is SUBST_CLASSES.Darwin+= libname still needed?

Changes in dconf 0.26.0
========================

None.

Changes in dconf 0.25.1
========================

 - the libdbus-1 backend has been removed.  dconf now always uses GDBus.

 - support has been added for system administration frameworks to set up
   the dconf profile via a file placed in the XDG_RUNTIME_DIR or in
   /run/dconf/.  In the case of the file in /run/dconf/, it is not
   possible to modify the proile, even via the DCONF_PROFILE environment
   variable, which makes it slightly more difficult to evade lockdown.

 - directory resets are now implemented properly in DConfChangeset which
   means that reading a subkey through a changeset that contains a reset
   for a parent directory of that key will return TRUE with a NULL value

 - a new API dconf_client_read_full() has been added which allows
   reading the user value, the default value, or querying what the
   effective value would be if a changeset were to be applied.

 - a new API has been added for listing the locks that are in effect:
   dconf_client_list_locks()

 - DConfClient has a new "writability-changed" signal

 - support for reading default values and listing locks have been added
   to the dconf commandline tool

 - support for g_autoptr() has been added for DConfClient and
   DConfChangeset

 - the handling of reading of default values via GSettings has been made
   more efficient.  More major changes to the GSettings backend are
   expected in the near future.

Changes in dconf 0.24.0
========================

The version number was increased and a new entry was added to the NEWS.

Changes in dconf 0.23.2
========================

 - remove dconf-editor manpage (accidentally missed during the split)

 - fix whitespace issues in 'dconf --help'

Changes in dconf 0.23.1
========================

 - dconf-editor is now in a separate package

 - portability improvements
2016-04-20 22:00:55 +00:00
mef
a45a668a0f Updated to devel/p5-ExtUtils-MakeMaker-7.12 (from 7.10)
-------------------------------------------------
7.12 Tue Apr 19 12:24:41 BST 2016

    Enhancements:
    - version ranges are now supported for PREREQS, etc.
    - Metadata is now represented internally as Meta Spec 2.0
    - ExtUtils::Command has been re-incorporated at 1.19 of that module
    - Refactored XS handling
    - XSMULTI=>1 - put multiple *.xs under lib, it "just works" and XSBUILD
      for refined control of XSMULTI
    - can do "make test" without first doing "make"

    Bug fixes:
    - Handle new warnings from File::Path
    - Resolve RT#106572 specifying AUTHOR via command-line is broken
    - Warning on missing TEST_REQUIRES and CONFIGURE_REQUIRES
    - Sanitise make_type on Win32
    - Cygwin rebase fixes
    - Makefile starting comments reflect decoded @ARGV, not raw
    - Add various targets to .PHONY to avoid disk IO with dmake
    - Fixed race condition in realclean
    - improve static-build lib detection
    - Eliminate non-error STDERR
    - Make WriteEmptyMakefile Makefile functional when called in subdir
    - manifypods fixes
    - perllocal.pod generation "Perl in Space" fix
    - PASTHRU fixes
    - Fix distsignature dependencies for parallel make
    - Check exit status for commands in "make ci" target
    - Less noisey output during building sub-modules
    - Fix dos2unix() on Windows
    - stop makeaperl from polluting @ARGV in cases where ARGV contains args with spaces
    - Fix regression when both test.pl and t/*.t are present
    - Refactored internals to remove DirHandle usage
    - MM_Unix::find_perl() dont repeatedly stat the same path in a loop
    - No longer repeatedly attempt to load CPAN::Meta if it is now available

    VMS fixes:
    - Made MM_VMS::oneline build continuation lines properly
    - Implemented XSMULTI and XSBUILD
    - Resurrect PASTHRU on VMS
    - make_macro should handle multiple macros
    - Fix regression with File::Spec changes in previous release

    Win32 fixes:
    - t/echo.t needs SHELL env for Win32 gmake

    Dist fixes:
    - Made %ExtraPrereqs match bundled prereqs
    - Included MANIFEST.SKIP from ExtUtils::Manifest
    - The bundled Encode::Locale has been updated to 1.04

    Test fixes:
    - test PL_FILES of a "module"
    - Various tests no longer require a separate .pm file for testing
    - Support v5.6.1 in various tests
    - test static build if $ENV{AUTHOR_TESTING}
    - XS tests now pluggable
    - test for "Perl in Space"

    Doc fixes:
    - better document for PL_FILES, oneliner method
    - FAQ updated

7.11_06 Tue Mar 29 19:22:38 BST 2016

    Bug fixes:
    - Backported change from blead for Win32 miniperl

7.11_05 Sat Mar 19 09:41:02 GMT 2016

    Bug fixes:
    - Less noisey output during building sub-modules
    - Fix dos2unix() on Windows

    VMS fixes:
    - Implemented XSMULTI and XSBUILD
    - Resurrect PASTHRU on VMS

7.11_04 Mon Feb 15 11:20:14 GMT 2016

    Enhancements:
    - Added find_tests_recursive_in() method

    Bug fixes:
    - Fix regression when both test.pl and t/*.t are present
    - Refactored internals to remove DirHandle usage

    VMS fixes:
    - make_macro should handle multiple macros
    - Fix regression with File::Spec changes in previous release

    Win32 fixes:
    - t/echo.t needs SHELL env for Win32 gmake

7.11_03 Wed Nov 25 15:23:25 GMT 2015

    Bug fixes:
    - stop makeaperl from polluting @ARGV in cases where ARGV contains args with spaces

7.11_02 Sat Nov 21 20:05:45 GMT 2015

    Bug fixes:
    - MM_Unix::find_perl() dont repeatedly stat the same path in a loop

7.11_01 Thu Nov 12 11:58:58 GMT 2015

    Includes all the Changes noted for v7.06 and the following:

    Bug fixes:
    - Use of intermediate files to store META.* and *.ppd files has been reverted
    - No longer repeatedly attempt to load CPAN::Meta if it is now available
    - Made MM_VMS::oneline build continuation lines properly
2016-04-20 15:00:04 +00:00
mef
270bd7145c Updated to devel/p5-Config-Grammer-1.11
---------------------------------------
2016-02-08
     * Released 1.11
     * Allow specification of file encoding (Fritz Zaucker)
2016-04-20 14:42:27 +00:00
mef
b5e94b6dba Updated to devel/p5-CPAN-Perl-Releases-2.64
-------------------------------------------
version 2.64 at 2016-04-14 09:58:30 +0000
-----------------------------------------
    Updated for v5.24.0-RC1
2016-04-20 14:40:08 +00:00
mef
e8c659cf98 Updated to devel/p5-Class-C3-0.31
---------------------------------
0.31 - 2016-04-19
    - update bundled ExtUtils::HasCompiler to 0.013 to fix possible false
      negative (RT#113635)
2016-04-20 13:13:16 +00:00
mef
aabdd301bc - Add following lines for make test
+BUILD_DEPENDS+= p5-Config-Any-[0-9]*:../../devel/p5-Config-Any
  +BUILD_DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
  +BUILD_DEPENDS+= p5-MooseX-Types-Path-Class-[0-9]*:../../devel/p5-MooseX-Types-Path-Class
  +BUILD_DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
  +BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
2016-04-20 13:10:11 +00:00
mef
e8bbf01adc Updated to devel/p5-Glib-Ojbect-Instrospection-0.040 (from 0.027)
-----------------------------------------------------------------
Overview of changes in Glib::Object::Introspection 0.040
========================================================

* Makefile.PL: Make G:O:I dependent on Glib version >= 1.320
* Makefile.PL: Module marked as "stable"; no code changes since 0.033

Overview of changes in Glib::Object::Introspection 0.033
========================================================

* perli11ndoc: Add a path bar to the results display

Overview of changes in Glib::Object::Introspection 0.032
========================================================

* Makefile.PL/setup.pl: change library extensions on OS X
* Docs: include an edited version of Gtk2::api
* perli11ndoc: hush a warning when run in text mode without args
* perli11ndoc: display a synopsis for callables
* perli11ndoc: make Control+k focus the search entry
* perli11ndoc: make Right/Left expand/collapse rows in the tree view
* perli11ndoc: make the result text view readonly
* Croak in setup for unhandled modificaion combinations
* perli11ndoc: when filtering, show children of matching elements

Overview of changes in Glib::Object::Introspection 0.031
========================================================

* Add perli11ndoc, an interactive documentation viewer
* Added perli11ndoc to MANIFEST

Overview of changes in Glib::Object::Introspection 0.030
========================================================

* Avoid repeating setting up a library as this can lead to issues.
* Add some missing version guards to the tests
* Added t/variants.t to MANIFEST

Overview of changes in Glib::Object::Introspection 0.029
========================================================

* Hook up the generic Glib::Boxed constructor on load, not in setup()
* Add support for marshalling GVariants.
* Add support for marshalling GArrays, GPtrArrays and GByteArrays.
* Support flat arrays when converting from C to Perl.

Overview of changes in Glib::Object::Introspection 0.028
========================================================

* Harmonize the format of type names in error messages
* Add a FIXME about a corner case of GInitiallyUnowned handling
2016-04-20 12:32:11 +00:00