Commit graph

22767 commits

Author SHA1 Message Date
wiz
fce28bcbed Update to 3.3:
Version 3.3
-----------

(bugfix release, released on September 8th 2014)

- Fixed an issue with error reporting on Python 3 for invalid forwarding
  of commands.
2014-09-14 16:59:29 +00:00
wiz
0f4fa7d6e6 Update to 0.113:
0.113     2004-08-22
        - fix a compile error (!!) in RegexpOnly
        - fix some documentation typos (thanks, ZOFFIX)
        - add license to META file
2014-09-14 13:40:19 +00:00
wiz
593d771fd2 Update to 0.4210:
0.4210 - Mon Sep  1 13:30:29 CEST 2014

  [BUG FIXES]

  - Fixup CPAN::Meta dependency

  - Handle old releases of CPAN::Meta more gracefully.

0.4209 - Mon Sep  1 12:24:40 CEST 2014

  [BUG FIXES]

  - Stop calling UNIVERSAL::isa as a function

  [ENHANCEMENTS]

  - Use CPAN::Meta::Merge for meta_merge

  - Convert with CPAN::Meta::Convert in meta_add

  - Add configure requirements

0.4208 - Mon Aug 18 21:44:38 CEST 2014

  [BUG FIXES]

  - Removed missed references to Module::Build::Version

0.4207 - Sat Aug 16 12:56:59 CEST 2014

  [BUG FIXES]

  - Fix type installdir -> installdirs [Leon Timmermans, Vitaliy Tokarev]

  [DEPRECATIONS]

  - Module::Build::YAML has been removed

  - Module::Build::ModuleInfo has been removed

  - Module::Build::Version has been removed

  - Get rid of "use vars"

  - Added use warnings to all modules

0.4206 - Sat Jul 12 14:03:01 CEST 2014

  [BUG FIXES]

  - Formally declare 5.8 dependency [Karen Etheridge]

  - Fix MBTest to work with new and old versions of Test::Builder [Chad Granum]

  [ENHANCEMENTS]

  - Enable release and author tests during disttest [Leon Timmermans, Alberto Simões]
2014-09-14 13:39:28 +00:00
wiz
136f70bfef Update to 2.142060:
2.142060  2014-07-25 13:30:06-04:00 America/New_York

  [ADDED]

  - CPAN::Meta::Merge is a new class for merging two possibly overlapping
    instances of metadata. It will accept both CPAN::Meta objects and
    (possibly incomplete) hashrefs of metadata.
2014-09-14 13:36:29 +00:00
cheusov
2a85aea6a5 Update to version 0.28.0
LIBDEPS, STATICLIBS, DPLDADD, DPLIBDIRS and DPINCDIRS variables were
  introduced. With their help one can specify library dependencies in
  the top-level Makefile. Users are also able to build some libraries
  statically even if they were designed to be a dynamic libraries.

  New variable FOREIGN was introduced. With its help one can embed
  autotools-based projects (as a subproject) to mk-configure-based once.
  See mkc_imp.foreign_autotools.mk section in man page for details.

  Support for Darwin was fixed. Nowadays it uses clang.

  New features were introduced:
    - "progname" for setprogname(3) and getprogname(3) BSDisms;
    - "err" for err(3), errx(3), verr(3) and verrx(3) BSDisms;
    - "warn" for warn(3), warnx(3), vwarn(3) and vwarnx(3) BSD-isms;
    - "fgetln" for fgetln(3) BSD-ism;

  Support for Haiku was fixed. It does not support hard links
  and uses LIBRARY_PATH.

  LDCOMPILER variable was removed.
  Compiler is always used for linking.

  New builtin "prog_gmake" was introduced which search GNU make.

  INTERNALLIBS variable was introduced. With its help one can
  implement libraries common for several subprojects.

  COMPATLIB variable was introduced. It is ideal solution for
  portability code.

  MKC_FEATURES: all objects are removed by target "clean"

  Target "errorcheck" was added to ALLTARGETS. Therefore it also have
  pre_, do_, post_ counterparts.

  VARDIR, SHAREDSTATEDIR, SUBPRJSRCTOP, CPPFLAGS0 variables were introduced.

  MKC_SOURCE_FUNCSLIBS: .o{s,p} objects are also removed by target "clean"

  Hardcoded /etc/mk.conf is not included anymore. New mk-configure
  specific configuration file @sysconfdir@/mk-c.conf was introduced.

  Additions to doc/NOTES

  .depends is added to DISTCLEANDIRS only for non-empty SRCS

  mkc_imp.intexts.mk: new error type for odd tokens in INTEXTS_REPLS

  MKDEP_CC is shquoted when passed to mkdep(1) as CC.

  Code clean-ups, more regression tests.

  This release was sucessfully tested on the following platforms.
  NetBSD-6.1/x86_64/gcc-4.5, FreeBSD-9.0/i386/gcc-4.2,
  OpenBSD-4.9/i386/gcc-4.2, DragonFlyBSD-3.4/x86_64/gcc-4.7,
  Darwin-14.0/x86_64/clang-600.0.53, SunOS-5.11/i86pc/gcc-4.7,
  SunOS-5.10/sparc/{gcc-4.8,SunStudio-12.3}, diverse
  Linux-es/{gcc,icc-12.1,SunStudio-12.3}, Haiku/gcc-4.8.
2014-09-14 13:11:39 +00:00
szptvlfn
75be48599d Bump PKGREVISION for hs-text-1.2.0.0 2014-09-13 22:23:27 +00:00
szptvlfn
e4be7ed61c Update to 0.3.3.3
Changes from https://github.com/meiersi/blaze-builder
0.3.3.3
 - Bump text upper version bounds
2014-09-13 22:04:01 +00:00
szptvlfn
20d05f5720 Update to 1.2.0.0
changelog:
1.2.0.0

* Fixed an integer overflow in the replace function
  (https://github.com/bos/text/issues/81)

* Fixed a hang in lazy decodeUtf8With
  (https://github.com/bos/text/issues/87)

* Reduced codegen bloat caused by use of empty and single-character
  literals

* Added an instance of IsList for GHC 7.8 and above
2014-09-13 22:03:04 +00:00
wen
48f502ffb2 Update to 1.000005
Upstream changes:
1.000005 - 2014-08-16
  - comment blessed use so people who don't know perl stop trying to break it
  - add link to lightning talk given at YAPC::NA 2013

1.000004 - 2013-09-18
  - fixed slightly mangled metadata from last release

1.000003 - 2013-03-25
  - fix NAME in Makefile.PL (RT#84212)
2014-09-13 16:01:14 +00:00
richard
efac41c732 SunOS getopt doesn't define/use optreset 2014-09-13 11:03:17 +00:00
obache
fca0ac2486 Update gmtk to 1.0.9.
Development
1.0.9
    Don't force a minimum size on the tracker
1.0.9b
    Only do the media player allocation event if no video is present
    Fix parameter warning to gtk_widget_get_visible
    Add backend variable to gmtk.pc
    Run autoreconf
    Updated Hungarian translation
    Updated Polish translation
    Updated Portuguese translation
    Add key bindings for h tv_step_channel down and k tv_step_channel up
1.0.9a
    Only emit size_allocation when the widget is visible
    Fix bug where title was getting reset when genre was found
    Fix gnome-mplayer Issue 683 more granular
	gmtk_media_player - fix OSD messages so they only displayed for level 1 and higher
    gmtk_media_player - exclude input.conf from file not found message
    Use case inspecific parsing of metadata attributes fixes issue #13
2014-09-13 02:40:38 +00:00
szptvlfn
7cd5e8faec + hs-resourcet 2014-09-12 21:12:17 +00:00
szptvlfn
04d5883fd8 Import resourcet-1.1.2.3 as devel/hs-resourcet,
packaged for wip.

A full tutorial is available at
https://www.fpcomplete.com/user/snoyberg/library-documentation/resourcet.

This package was originally included with the conduit package, but has
existed as a separate package for quite a while. It is fully usable outside
of conduit.
2014-09-12 21:10:09 +00:00
wen
8159383eff Add p5-Path-IsDev 2014-09-12 12:54:10 +00:00
wen
f5575d2843 Import Path-IsDev-1.001002 as devel/p5-Path-IsDev.
This module is more or less a bunch of heuristics for determining if a
given path is a development tree root of some kind.

This has many useful applications, notably ones that require
behaviours for "installed" modules to be different to those that are
still "in development".
2014-09-12 12:52:12 +00:00
wen
89849ab433 Update to 1.39
Add missing BUILD_DEPENDS
Add a patch to fix test

Upstream changes:
1.39 - Thu Sep 11 05:46:58 2014
	* Allow tests to run in parallel (RT #89908 and RT #91862)

1.38 - Thu Sep 11 04:03:42 2014
	* Add xmikew's mtime test fucntions. GitHub issue #8

1.37 - Thu Sep 11 03:46:00 2014
	* Uncomment accidently commented symlink_target_is_absolute_ok
2014-09-12 08:49:52 +00:00
wen
3159685074 Add p5-Test-utf8 2014-09-12 08:11:11 +00:00
wen
3b0f91c8d4 Import Test-utf8-1.01 as devel/p5-Test-utf8.
This module is a collection of tests useful for dealing with
utf8 strings in Perl.
2014-09-12 08:09:23 +00:00
szptvlfn
fffac22eb0 + hs-hint 2014-09-11 21:59:06 +00:00
szptvlfn
290ed8a9eb Import hint-0.4.2.0 as devel/hs-hint,
packaged for wip by pho.

This library defines an Interpreter monad. It allows to load Haskell
modules, browse them, type-check and evaluate strings with Haskell
expressions and even coerce them into values. The library is thread-safe
and type-safe (even the coercion of expressions to values). It is,
esentially, a huge subset of the GHC API wrapped in a simpler API.
2014-09-11 21:57:46 +00:00
jperkin
c2be8e75b1 libgetopt-1.4.6: Don't replace getopt on SunOS. 2014-09-11 21:48:34 +00:00
joerg
dbd4f3593a Revert, missed the earlier update for the same change. 2014-09-11 13:49:06 +00:00
joerg
d307eb26c2 Restrict to the same versions as Mercurial itself. 2014-09-11 13:46:30 +00:00
jperkin
b71cbf9dbe Not python3 compatible due to py-mercurial dependency. 2014-09-11 10:47:58 +00:00
szptvlfn
6e7f360049 + hs-ghc-mtl 2014-09-10 21:41:39 +00:00
szptvlfn
439f529f79 Import ghc-mtl-1.2.1.0 as devel/hs-ghc-mtl,
packaged fro wip by pho.

Provides an mtl compatible version of the GhcT monad-transformer
defined in the GHC-API since version 6.10.1.
2014-09-10 21:40:07 +00:00
richard
4c71a8db35 Add Tryton module analytic_account as finance/py-trytond-analytic-account
Update by consequence devel/py-trytond/Makefile.common
2014-09-10 16:03:48 +00:00
jperkin
7df37958c1 Expand --version-script removals for SunOS back out into package Makefiles
rather than trying to consolidate into a single fnmatch.  There aren't that
many of them, and it will aid the integration of cwrappers which doesn't
support globs.
2014-09-10 15:59:33 +00:00
richard
edff2d9c3a update devel/py-trytond to 3.2.2
Changelog as generated by Mercurial:
2014-08-03  Cédric Krier  <ced@b2ck.com>

o  	* CHANGELOG:
|  	Prepare release 3.2.2
|  	[282f764285a6] [3.2.2] <3.2>
|
2014-07-20  Cédric Krier  <ced@b2ck.com>

o  	* trytond/modules/__init__.py:
|  	'res' should be global in load_modules
|
|  	issue4045 (grafted from d1bf8bffed36b177685d2fa29dbe3608f85b5a79)
|  	[ee24fb8ffbb1] <3.2>
|
o  	* trytond/tests/run-tests.py:
|  	Exit run-tests with correct error code
|
|  	review7411002 (grafted from
|  	ec915931bf69a18cc004d208064e14d159276972)
|  	[bc4a4b150883] <3.2>
|
2014-06-13  Cédric Krier  <ced@b2ck.com>

o  	* trytond/model/fields/numeric.py:
|  	Fix SQLite Numeric domain value for None
|
|  	issue3930 review11281002 (grafted from
|  	b7653d96ef050a23b8d600d0eaaa99745cd03b81)
|  	[ed07a28cdd64] <3.2>
|
o  	* trytond/protocols/xmlrpc.py:
|  	XML-RPC dumps None to nil instead of bool
|
|  	issue3981 review6351003 (grafted from
|  	851a0446f64dea53fcee27dce1ea16e6f06b7b46)
|  	[78e787cd5cfc] <3.2>
|
2014-06-08  Cédric Krier  <ced@b2ck.com>

o  	* trytond/model/fields/many2many.py, trytond/model/fields/many2one.py:
|  	Ensure ids clause is a list for concatenation
|
|  	issue3949 review11281006 (grafted from
|  	4f0c0b43e6a70823126f76e8c814c4b60cdf2bb2)
|  	[1f165de2a802] <3.2>
|
2014-07-01  Cédric Krier  <ced@b2ck.com>

o  	* trytond/version.py:
|  	Increase version number
|  	[3f5aa86ffab6] <3.2>
|
o  	* .hgtags:
|  	Added tag 3.2.1 for changeset f239ef8edd83
|  	[25bfbef89d0e] <3.2>
|
o  	* CHANGELOG:
|  	Prepare release 3.2.1
|  	[f239ef8edd83] [3.2.1] <3.2>
|
2014-06-06  Sergi Almacellas Abellana  <sergi@koolpi.com>

o  	* trytond/model/modelstorage.py:
|  	Fix KeyError when raising digits validation error.
|
|  	issue3970 review8411002 (grafted from
|  	8d071b3c5c7e8c0d62469c0d94ac8056da1db6fb)
|  	[5052bcaba02b] <3.2>
|
2014-05-17  Cédric Krier  <ced@b2ck.com>

o  	* trytond/model/fields/field.py:
|  	Fix joins when ordering on ir.model.field
|
|  	issue3910 review10311002 (grafted from
|  	5754ea65653441eace71fd814b75f2174fad1e70)
|  	[e4c2d03b07e9] <3.2>
|
2014-05-09  Cédric Krier  <ced@b2ck.com>

o  	* trytond/model/model.py:
|  	Set relation_field of one2many only when exists
|
|  	The client use this value if it exists for string concatenation, so
|  	having None fails. (grafted from
|  	070f4178a35b304b9e8f3e5e7f0a103621447dad)
|  	[70d2adcc4bfa] <3.2>
|
2014-04-21  Cédric Krier  <ced@b2ck.com>

o  	* trytond/version.py:
|  	Increase version number
|  	[b3364dd3b39d] <3.2>
|
o  	* Create branch 3.2
|  	[736df7691a44] <3.2>
|
2014-09-10 14:35:05 +00:00
richard
c452f88798 update tryton client to 3.2.3
Changelog from mercurial:
2014-05-07  Cédric Krier  <ced@b2ck.com>

	* CHANGELOG:
	Prepare release 3.2.1
	[41c2b1119e77] [3.2.1] <3.2>

	* .hgtags:
	Added tag 3.2.1 for changeset 41c2b1119e77
	[e023e0931a72] <3.2>

	* tryton/version.py:
	Increase version number
	[ea8cda98fb8e] <3.2>

	* tryton/gui/window/view_form/view/form_gtk/many2one.py:
	Fix update completion for empty reference

	issue3890 review12271002 (grafted from
	b5dfbddfcd96c62b61b9e4c5f38514eec95adfaa)
	[8684e4c9a9c8] <3.2>

2014-05-09  Cédric Krier  <ced@b2ck.com>

	* tryton/gui/window/view_form/view/form_gtk/char.py:
	Use the right widget to get text in Char widget

	issue3898 review9301002 (grafted from
	64eae7781c5170b8c3339c01857263cab5177129)
	[a60ba42dae30] <3.2>

2014-05-17  Cédric Krier  <ced@b2ck.com>

	* tryton/common/domain_inversion.py:
	Fix eval_leaf when field equals 0

	Only None must be considered as a value not set which will be forced
	by the domain inversion.

	issue3896 review14271002 (grafted from
	6f199f6ec408ffec15cc202067e2347702d8fe0c)
	[d43242fb4b4f] <3.2>

	* tryton/common/button.py,
	tryton/gui/window/view_form/screen/screen.py,
	tryton/gui/window/view_form/view/list_gtk/parser.py:
	Set button readonly when record or group is readonly

	issue3904 review13301002 (grafted from
	16b9fc83f836f06ed3aec9463238e28b44c1cbae)
	[fc85cf557c9e] <3.2>

	* tryton/gui/window/view_form/model/field.py:
	O2M.set_client should compare with active records

	issue3914 review14281004 (grafted from
	47264a4a7b02e312e57d43b9e597ae30fddb741b)
	[8a0bb5899ee4] <3.2>

2014-05-22  Cédric Krier  <ced@b2ck.com>

	* tryton/gui/window/view_form/view/list.py:
	Set None instead of False when moving record on top

	issue3912 review14291002 (grafted from
	0439ac9001836e87780e4631c4498952485df4a9)
	[a9c30f198396] <3.2>

	* tryton/gui/window/view_form/view/form_gtk/parser.py:
	Some widgets are registered many times

	This could lead to have buttons clicked many times because the
	clicked event will be registered many time.

	issue3924 review8371002 (grafted from
	d97ea070448917d64af20fcb043455a8e1adf526)
	[2cd728dd8c6e] <3.2>

2014-06-02  Guillem Barba  <guillem@nan-tic.com>

	* tryton/gui/window/view_form/model/field.py:
	Detect correctly when to parse value from DateTime, Date or Time
	field

	issue3957 review12341002 (grafted from
	50820068cef9807e8775ae8e2768f7ab80395d5f)
	[ed8ba769c241] <3.2>

2014-07-02  Cédric Krier  <ced@b2ck.com>

	* CHANGELOG:
	Prepare release 3.2.2
	[b6ebffbfa9ab] [3.2.2] <3.2>

	* .hgtags:
	Added tag 3.2.2 for changeset b6ebffbfa9ab
	[ac542cde2365] <3.2>

	* tryton/version.py:
	Increase version number
	[44e9c4d05dfc] <3.2>

2014-06-08  Cédric Krier  <ced@b2ck.com>

	* tryton/gui/window/view_form/view/form_gtk/reference.py:
	Don't guess the values for no reference

	No reference could use '' or None as selection value for the model.
	So to prevent to detect false-positive modification and to set
	invalid value, the widget must find which one is used as empty
	model.

	issue3933 review11291002 (grafted from
	e2ccc0ff4368c3342f300eb5205c2a3fa2fd7df5)
	[f77767bfa651] <3.2>

	* tryton/common/domain_inversion.py:
	Fix simplify for simple domains ['AND'], ['OR']

	issue3955 review9411002 (grafted from
	90b6308d43a17fc9f0d775a48670277d25162abc)
	[28c0a8b104c6] <3.2>

2014-06-11  Nicolas Évrard  <nicoe@b2ck.com>

	* tryton/gui/window/view_form/view/list.py:
	Quote doublequote characters when copying records to clipboard

	issue3972 review6341002 (grafted from
	52b6005d779a4a7c07291fb6f7628ee8d8c5263e)
	[94499cc28049] <3.2>

2014-06-16  Cédric Krier  <ced@b2ck.com>

	* tryton/common/popup_menu.py:
	Fix mix up of record and id in popup_menu

	issue3990 review10371002 (grafted from
	42a053cf61ff39ed7c2be82e67489fceb9a1c6b4)
	[7147cdbb594c] <3.2>

	* tryton/gui/window/view_form/view/form_gtk/many2one.py:
	Clean many2one only if text was modified

	As update_completion emit the signal changed to force the display of
	the popup when the completion model is changed. In this case the
	many2one should not be cleaned.

	issue3881 review7371002 (grafted from
	439e92599164af699ba3daca928590d3fd1acd82)
	[b14c2573b71f] <3.2>

2014-07-09  Cédric Krier  <ced@b2ck.com>

	* tryton/gui/window/view_form/model/field.py:
	Fix when number's factor is negative

	It must use the absolute value of factor to compute the digit shift
	using the logarithm.

	issue4031 review11361002 (grafted from
	901f343723bf1a32640cc8cc7e1e1bbdc5332b9c)
	[f50ec0364a34] <3.2>

2014-08-03  Cédric Krier  <ced@b2ck.com>

	* CHANGELOG:
	Prepare release 3.2.3
	[8581032eff00] [3.2.3] <3.2>
2014-09-10 12:05:38 +00:00
prlw1
94e3c83e7c Update py-at-spi2 to 2.12.0
* Fix a traceback when removing a text selection.
* Add AtspiTableCell, tracking the new atk interface.
* document: add support to current page and page count (BGO#719508).
* Add new roles and states to track atk (BGO#710464, BGO#712608, BGO#712609).
2014-09-10 11:08:19 +00:00
prlw1
d01b2ac801 Update dconf and dconf-editor to 0.20.0
Changes in dconf 0.20.0
========================

Czech translation updated.

Changes in dconf 0.19.92
=========================

 - depend on automake 1.11.2

 - stop using ACLOCAL_FLAGS

 - depend on released version of Vala (0.18.0)

Changes in dconf 0.19.91
=========================

 - fix an unlikely failure in the fuzz testing of gvdb

 - fix a thread safety issue with file-db

Changes in dconf 0.19.90
=========================

 - dconf compile: always write little endian

 - file-db: don't install match rules on no bus (fixes gdbus assertion)

 - update dconf(1) manpage for 'dconf compile'

 - fix 'make clean' on FreeBSD

 - editor: provide appdata

Translations updates:
  Ukrainian translation
  Aragonese translation
  Chinese

Changes in dconf 0.19.3
========================

 - quite a lot of test coverage improvements

 - Add a proper DCONF_ERROR error domain

 - suppress GLib deprecation warnings during build

 - engine: issue warnings about missing files only once per source

 - engine: grok the WritabilityNotify signal from D-Bus

 - gsettings: handle writability changes correctly

 - engine: assorted fixes for issues found during testing

 - portability: only link to -ldl if it is required

 - add support for 'file-db' to profiles: this is an absolute path to a
   immutable dconf database file

 - add support for finding profiles in XDG_DATA_DIRS if they are not in
   /etc

 - add 'dconf compile' command for building dconf databases from
   keyfiles in arbitrary locations (like from the build system of a
   project that may want to install a file-db)

 - editor: add a section separator to the app menu for consistency

Changes in dconf 0.19.2
========================

 - Add support for the new GSettingsBackend.read_user_value() API

 - bump GLib version depend accordingly (2.39.1)

Translations updates:
 Greek
 Catalan (Valencian)
 Simplified Chinese
 Persian
2014-09-10 10:54:46 +00:00
richard
47825a6014 revert py-tryton 2014-09-10 10:48:17 +00:00
richard
72f8044f70 revert m4 2014-09-10 10:47:13 +00:00
richard
8f81a2baa0 revert zlib 2014-09-10 10:46:07 +00:00
richard
5dc326bb4e revert libtool 2014-09-10 10:44:58 +00:00
richard
f104aea758 revert gmp/Makefile 2014-09-10 10:41:13 +00:00
richard
11ba5b2e2d revert binutils/builtin.mk 2014-09-10 10:39:35 +00:00
richard
cfd0295a64 adding devel/py-hgnested
hgnested is a Mercurial extension to work with nested repositories.

It was inspired by the forest extension.

The extension allows to apply common Mercurial commands to all the nested
repositories at once like pull, push etc. It also allows to fetch a complete
tree of repositories through ssh or http.

To enable the "hgnested" extension, create an entry for it in your hgrc, like
this:

    [extensions]
    hgnested =

See `hg help hgnested` for the complete list of commands.

For more information please visit the following website:

	http://code.google.com/p/hgnested/
2014-09-10 10:14:07 +00:00
obache
340b8eb704 Update py-testtools to 1.0.0.
testtools NEWS
++++++++++++++

Changes and improvements to testtools_, grouped by release.

1.0.0
~~~~~

Long overdue, we've adopted a backwards compatibility statement and recognized
that we have plenty of users depending on our behaviour - calling our version
1.0.0 is a recognition of that.

Improvements
------------

* Fix a long-standing bug where tearDown and cleanUps would not be called if the
  test run was interrupted. This should fix leaking external resources from
  interrupted tests.
  (Robert Collins, #1364188)

* Fix a long-standing bug where calling sys.exit(0) from within a test would
  cause the test suite to exit with 0, without reporting a failure of that
  test. We still allow the test suite to be exited (since catching higher order
  exceptions requires exceptional circumstances) but we now call a last-resort
  handler on the TestCase, resulting in an error being reported for the test.
  (Robert Collins, #1364188)

* Fix an issue where tests skipped with the ``skip``* family of decorators would
  still have their ``setUp`` and ``tearDown`` functions called.
  (Thomi Richards, #https://github.com/testing-cabal/testtools/issues/86)

* We have adopted a formal backwards compatibility statement (see hacking.rst)
  (Robert Collins)

0.9.39
~~~~~~

Brown paper bag release - 0.9.38 was broken for some users,
_jython_aware_splitext was not defined entirely compatibly.
(Robert Collins, #https://github.com/testing-cabal/testtools/issues/100)

0.9.38
~~~~~~

Bug fixes for test importing.

Improvements
------------

* Discovery import error detection wasn't implemented for python 2.6 (the
  'discover' module). (Robert Collins)

* Discovery now executes load_tests (if present) in __init__ in all packages.
  (Robert Collins, http://bugs.python.org/issue16662)

0.9.37
~~~~~~

Minor improvements to correctness.

Changes
-------

* ``stdout`` is now correctly honoured on ``run.TestProgram`` - before the
  runner objects would be created with no stdout parameter. If construction
  fails, the previous parameter list is attempted, permitting compatibility
  with Runner classes that don't accept stdout as a parameter.
  (Robert Collins)

* The ``ExtendedToStreamDecorator`` now handles content objects with one less
  packet - the last packet of the source content is sent with EOF set rather
  than an empty packet with EOF set being sent after the last packet of the
  source content. (Robert Collins)

0.9.36
~~~~~~

Welcome to our long overdue 0.9.36 release, which improves compatibility with
Python3.4, adds assert_that, a function for using matchers without TestCase
objects, and finally will error if you try to use setUp or tearDown twice -
since that invariably leads to bad things of one sort or another happening.

Changes
-------

* Error if ``setUp`` or ``tearDown`` are called twice.
  (Robert Collins, #882884)

* Make testtools compatible with the ``unittest.expectedFailure`` decorator in
  Python 3.4. (Thomi Richards)


Improvements
------------

* Introduce the assert_that function, which allows matchers to be used
  independent of testtools.TestCase. (Daniel Watkins, #1243834)
2014-09-10 09:01:49 +00:00
mef
23a3d51f43 (Upstream update 1.8.7 to 1.8.8)
-------------------------------------
Release 1.8.8 (release date 21-08-2014)
New features
    Bug 731947 - Support for PlantUML [view]
    Add BREAD_CRUMB_TRAIL. [view]

Bug fixes
    Bug 172072 $title doesn't work in LateX header [view]
    Bug 583958 Class diagrams and class hierarchy don't work for java generic classes [view]
    Bug 589707 Flex .rule file for Visual Studio build can't cope with spaces in filenames [view]
    Bug 623299 Fortran: quotation after define causes error [view]
    Bug 625601 FORTRAN: recognition free versus fixed formatted code [view]
    Bug 700510 Bibliography duplicate filenames fails [view] and [view]
    Bug 702584 \cite rejects valid BibTeX keys [view] and [view]
    Bug 705503 TCL: Documentation of oo::define is not working [view]
    Bug 727732 Nested C structures/unions does not work with groups [view]
    Bug 728654 configuration stops with settings.h missing [view]
    Bug 728740 XML Output: Doxygen doesn't escape & characters (included in a hyperlink) in <detaileddescription> [view]
    Bug 729017 function object in member initializer causes documentation loss [view]
    Bug 729427 [PATCH] Propagate configure's perl to makefiles [view]
    Bug 730418 man page extension is incorrect [view]
    Bug 730520 No documentation generated for method-less C++ struct [view]
    Bug 730887 [PATCH] Fix potential copy and paste error in inputstring.cpp [view]
    Bug 730888 [PATCH] Fix missing '&' in Boolean operation in qstring.cpp [view]
    Bug 731238 Dead links in html documentation when using tabs for indentation in c++ [view]
    Bug 731363 Callgraphs for C# only generated for methods inside the same class [view]
    Bug 731985 Variadic macros failing to expand if trailing ... is empty [view]
    Bug 732594 Two entries for a single member in Doxygen XML [view]
    Bug 732768 nested html tables cause pdflatex to hang (1.8.4 and 1.8.6) [view]
    Bug 733451 volatile declaration on member functions is not handled as xml attribute [view]
    Bug 733605 Incorrect LaTeX generation for private union member in C++ [view]
    Bug 733722 XML Output invalid: XML_PROGRAMLISTING=YES copies Unicode form feed character (U+000C) to XML files [view]
    Bug 733856 segfault in QGListIterator while parsing fortran code [view]
    Bug 733938 Explicit links using operator()() not generated. [view]
    Bug 734077 no uniquely matching class member found for inline function definition where parameter argument names don't match [view]
    Bug 734099 Add support for non-parsed language [view]
    Bug 734245 Q_PROPERTY switches the member access from private to public [view]
    Bug 734331 Strong enum members listed in containing namespace [view]
    Bug 734704 Sigsegv while generating XML output [view]
    Bug 734727 GENERATE_TAGFILE no longer includes any @*section links [view] and [view]
    Bug 734828 Request: disable building documentation if Python 2.6 or newer not available [view]
    Bug 735001 No output for markdown pages with duplicate label title (different anchor) [view]
    Bug 735037 QGDict::hashAsciiKey: Invalid null key [view]
    Add FORTRAN 2003 keywords and commands [view]
    Add type option to FORTRAN select statements [view]
    Added build support for Python3+ and Python2.6+ [view]
    Added class/procedure vardefs to FORTRAN code highlighting [view]
    Added documentation for some missing HTML commands [view]
    Added flatten, listsort and paginate filters [view]
    Added get filter, unified index properties [view]
    Added groupby filter and some more context info [view]
    Added import keyword to FORTRAN code highlighting [view]
    Added lists for indices to template context [view]
    Added mainpage to context and improved page tree [view]
    Added member indexes to template context [view]
    Added missing links in changelog when multiple bug ids were on one line [view]
    Added more missing links to the changelog [view]
    Added namespace info to the context [view]
    Addition of module data to context and alphaIndex filter [view]
    Coded coloring of flow statements corrected (regression) [view]
    Corrected copyright year [view]
    Correction of typing error [view]
    Disabled/fixed segments that produced doxygen warnings while running the test [view]
    Docbook output improvements [view]
    Documentation generator: added support for C# property accessors visibility modifiers. [view]
    Doxywizard: make the Next button on the last page of the expert tab switch to the run tab [view]
    Doxywizard: make the Next button on the last page of the wizard switch to the run tab [view]
    Error linking 32-bit windows [view]
    Fix FORTRAN code function scope test [view]
    Fix after rebase from master [view]
    Fix description of USE_PDFLATEX [view]
    Fix highlighting issues [view]
    Fix typo [view]
    Fix unnecessary rules for FORTRAN types [view]
    Fix warning about unused functions in qstring.cpp [view]
    Fixed keyword type [view]
    Fixed missing include for Linux [view]
    Fixed test 021 [view]
    Fixed typo [view]
    Fixed typo and used QString for directory [view]
    Fixed windows compile issue for is_neutral [view]
    Fixes for ./configure script on Solaris [view]
    Fixes regression due to PR 169 [view]
    Language parser: added support for C# property accessors visibility modifiers. [view]
    Made INSTALL file version and date independent [view]
    Made bread crumb trails enabled unconditionally [view]
    Made setName() virtual so overloading works [view]
    Make index for faq [view]
    Messages truncated in warnings file [view]
    Minor fixes [view]
    Minor fixes to the template context [view]
    Missing word after \n command in Doxygen rtf output, version 1.8.5 & up [view]
    More robust extraction of scope information from tag files [view]
    No warning in case cite definition is missing [view]
    Preparations for release 1.8.8 [view]
    Removed not implemented HTML commands from documentation [view]
    Removed unsupported HTML commands from the docs [view]
    Set deployment targets for MacOSX 10.5+ versions [view]
    Support multiple extra HTML stylesheets. [view]
    Tcl: add missing file that breaks test 057 [view]
    Tcl: add test code for Bug 729092 [view]
    Tcl: collect XRefs also if INLINE_SOURCES = no [view]
    Tcl: correct namespace resolution in case of INLINE_SOURCES = YES [view]
    Tcl: recurse for [] [view]
    Tcl: refactor similar code into tcl_codify_token function [view]
    Tcl: support eval/catch commands [view]
    Tcl: support switch command [view]
    Tcl: test 057 additionally tests mutual Xrefs for two files [view]
    Template context support for CREATE_SUBDIRS [view]
    Update dot.cpp [view]
    Update latexgen.cpp [view]
    Update test 058 because commit 9d315a9 fixes also Bug 729135 [view]
    Replaced the VHDL parser with the VHDL scanner from 1.7.5 to avoid potential licensing issues [view]
    New VHDL parser implementation [view]
    Vhdl fixes [view]
    \usepackage{fixltx2e} must come before use \usepackage{float} [view]
    cache anonymous into ClassDefImpl::isAnonymous [view]
    changed append filter and added index and path attributes to node [view]
    doc/translator.py -- unification for Python 2.6+ and 3.3+ (not finished) [view]
    doc/translator.py unified for Python 2.6+ and Python 3.0+ [view]
    make.bat: change current directory [view] and [view]
    removeRedundantWhiteSpace micro-optimization [view]
    resolves the error of unbalanced tags opened/closed in docbook output: parser error : Opening and ending tag mismatch: para line 358 and tbody [view]
    winbuild/pack_the_distribution_for_windows.py minor updates [view]
2014-09-09 00:44:56 +00:00
wiz
df8ba30614 Add basic infrastructure collecting information how to use waf. 2014-09-08 12:12:10 +00:00
prlw1
7d259282db Insist on glib 2.40.0 for glibmm 2.40.0
While here, add to category gnome
2014-09-08 11:42:08 +00:00
wiz
74d3e76a25 + waf. 2014-09-08 11:30:16 +00:00
wiz
79ceda2802 Import waf-1.7.16 as devel/waf.
Waf is a Python-based framework for configuring, compiling and
installing applications. Here are perhaps the most important features
of Waf:

*   Automatic build order: the build order is computed from input
    and output files, among others
*   Automatic dependencies: tasks to execute are detected by hashing
    files and commands
*   Performance: tasks are executed in parallel automatically, the
    startup time is meant to be fast (separation between configuration
    and build)
*   Flexibility: new commands and tasks can be added very easily
    through subclassing, bottlenecks for specific builds can be
    eliminated through dynamic method replacement
*   Extensibility: though many programming languages and compilers
    are already supported by default, many others are available as
    extensions
*   IDE support: Eclipse, Visual Studio and Xcode project generators
    (waflib/extras/)
*   Documentation: the application is based on a robust model
    documented in The Waf book and in the API docs
*   Python compatibility: cPython 2.4 to 3.4, Jython 2.5, IronPython,
    and Pypy
2014-09-08 11:29:44 +00:00
obache
da27e06e8a Upstream DISTNAME must not be renamed. 2014-09-08 09:41:08 +00:00
jperkin
3843fa8aad Add a comment explaining why we need to force --with-libiconv=gnu for
the ICONV_TYPE=gnu case.  Suggested by wiz.
2014-09-08 08:44:54 +00:00
jperkin
3f34a5aef7 Fix distinfo to use new DISTNAME. 2014-09-08 08:42:03 +00:00
jperkin
2adfb98bee Put back CONFIGURE_ARGS.gnu-iconv, it is required for the ICONV_TYPE=gnu
case to avoid conflicts between the native libiconv and iconv.h from GNU
libiconv and ensure only GNU libiconv is used.  Discussed with prlw1.
2014-09-08 08:33:59 +00:00
wiz
eeb5f9ed37 Update to 3.1.1:
Bug Fixes

    annotate: ignore double-click of margin next to the last line
    (fixes #3877)
    cmdcore: allow to change output device of null command session
    (fixes #3864 - RuntimeError on detect outgoing changes to empty
    path)
    filectxactions: do not try 3-way diff if p2 is explicitly
    selected
    (fixes #3854 - "Diff to parent" options only diff to the left
    parent)
    graph: fix AssertionError when generating family lined graph
    (fixes #3892)
    hgignore: disable auto-default of all buttons (fixes #3889)
    repomodel: make sure to render labels by using the same font
    as view
    status: do not set "remove filter" button as auto-default (fixes
    #3876)
    sync: outgoing {node} might be prefixed with white space
    (fixes #3872 - missing first outgoing node if authentication
    required)
    wctxcleaner: do not report branch change as dirty working
    directory
    (refs #3822 - allow backout, graft, merge and rebase onto new
    branch)
    win32ill: suppress KeyboardInterrupt while shutting down
    message-loop thread

Improvements

    merge: add link to review a merge
    wctxactions: add "Edit Rejects" action that opens RejectsDialog
    (closes #3838)

Installer

    update hg-git to current tip (c68edf83bfbc), fixes SSH issue
    (#3862)
    pyre2 is now bundled, for must improved regexp performance
2014-09-07 20:32:34 +00:00
wiz
d85e31d60a Update to 2.6.2:
2.6.2
-----------

- Added function pytest.freeze_includes(), which makes it easy to embed
  pytest into executables using tools like cx_freeze.
  See docs for examples and rationale. Thanks Bruno Oliveira.

- Improve assertion rewriting cache invalidation precision.

- fixed issue561: adapt autouse fixture example for python3.

- fixed issue453: assertion rewriting issue with __repr__ containing
  "\n{", "\n}" and "\n~".

- fix issue560: correctly display code if an "else:" or "finally:" is
  followed by statements on the same line.

- Fix example in monkeypatch documentation, thanks t-8ch.

- fix issue572: correct tmpdir doc example for python3.

- Do not mark as universal wheel because Python 2.6 is different from
  other builds due to the extra argparse dependency.  Fixes issue566.
  Thanks sontek.
2014-09-07 20:28:42 +00:00
wiz
dbfdb40c54 Update to 1.4.24:
1.4.24
==================================================

- Fix retrieving source when an else: line has an other statement on
  the same line.

- add localpath read_text/write_text/read_bytes/write_bytes methods
  as shortcuts and clearer bytes/text interfaces for read/write.
  Adapted from a PR from Paul Moore.
2014-09-07 20:25:53 +00:00
wiz
f35d5076bc Update to 6.3.2:
Version 6.3.2 - September 4 2014

[CHANGES]
New facilities:
o Pygments plug-in parser by Yoshitaro MAKISE.
  By this parser, you can apply gtags(1) to wide variety of programming
  languages supported by Pygments. The method of plug-in is very simple.
  See 'plugin-factory/PLUGIN_HOWTO.pygments' for details.
  It should mention especially that Pygments plug-in parser can treat both
  definitions and references using Exuberant Ctags together.
2014-09-07 20:17:29 +00:00
wiz
ce4f09affc Update to 1.02:
1.02    2014-08-30      Remove .exe when it run on cygwin.
2014-09-07 12:29:30 +00:00
wiz
ff5844a810 Update to 0.12. Add missing dependency.
0.12      2014-09-04 07:28:59Z
    - fix licence in LICENSE and pod

0.11      2014-08-20 04:44:25Z (TRIAL RELEASE)
    - move variable declaration to fix warning under
      -Werror=declaration-after-statement, to allow compilation under MSVC
      (J.R.Mash, github #3)

0.10      2014-08-16 00:46:35Z (TRIAL RELEASE)
    - converted distribution packaging to Dist::Zilla
2014-09-07 12:28:48 +00:00
wiz
711bacd3f3 + p5-Devel-CheckBin 2014-09-07 12:27:50 +00:00
wiz
6737e66554 Import p5-Devel-CheckBin-0.02 as devel/p5-Devel-CheckBin.
Devel::CheckBin is a perl module that checks whether a particular
command is available.
2014-09-07 12:27:31 +00:00
wiz
1b67c9a5d7 Update to 0.27:
0.27 - 2014-08-19
    - Fix tests to not use package B (haarg)

0.26 - 2014-08-18
    - Bugfix for recent versions of Moo changing error messages (skaufman)
2014-09-07 12:24:06 +00:00
wiz
e75560eb69 Update to 2.11:
2.11      2014-08-16 05:21:30Z
        - add documentation for modifying multiple methods at once (mannih,
          github #2)

2.10      2014-03-04 19:04:00Z
        - installation switched to using only ExtUtils::MakeMaker, to allow
          for use on perl 5.6

2.09      2013-12-14 18:08:35Z
        - refresh configure_requires checking in generated Makefile.PL; new
          CONTRIBUTING file; updated tests (compile test now only runs for
          authors; check-deps test replaced by information-only report-prereqs
          test)

2.08      2013-10-11 00:30:32Z
        - remove requirement on perl 5.8 in metadata
        - repository migrated to the github moose organization
        - remove t/00-check-deps.t, which fails on old toolchains that do not
          understand configure_requires

2.07      2013-09-22 22:09:32Z
        - removed dependency on Test::Warnings in tests (now reserved for
          author testing)
        - now packaged with a Build.PL (for Module::Build::Tiny), and a
          Makefile.PL (for legacy 5.6 and 5.8 users; prints a warning on
          invocation)

2.06      2013-09-17 19:43:09Z
        - packaging the dist again with EUMM rather than MBT

2.05      2013-09-11 03:50:28Z
        - Support for handling lvalue methods (Graham Knop)
        - convert to building with Dist::Zilla

2.04    2013-03-30
        - Remove erroneous perl 5.8 requirement

2.03    2013-02-02
        - New build to fix missing files in inc/

2.02    2013-02-01
        - Dist improvements (Karen Etheridge)

2.01    2013-01-27
        - Test for and fix $_ corruption (Vladimir Timofeev)
2014-09-07 12:22:45 +00:00
wiz
15a9c1fd2c Update to 0.13:
0.13 - 2014-08-16
  * include README
  * include minimum perl version 5.6 in metadata
2014-09-07 12:21:39 +00:00
wiz
b7db59fef2 Update to 1.005005:
1.005005 - 2014-08-16
  - include minimum perl version in metadata
2014-09-07 12:20:54 +00:00
wiz
74e20c21ea Update to 1.11.03:
1.1103    2014-02-27 19:54:14-05:00 America/New_York

    [FIXED]

    - Fixed rt.cpan.org #71775: test failure on non-threaded Win32 perls

    [CHANGED]

    - Updated metadata, repo and bugtracker

    - Switched distribution management to Dist::Zilla
2014-09-07 12:20:10 +00:00
wiz
a3e8b46c6a Update to 0.25:
[0.25]
        - Fix incorrect ExtUtils::CBuilder detection routine leading to
          Makefile.PL crashes when EU::CB is not available
2014-09-07 12:19:04 +00:00
wiz
19f049898e Update to 0.13. Add some missing dependencies.
0.13      2014-01-07 21:17:39Z
  - Variable::Magic added as a runtime recommendation for greater visibility
    (RT#89245)
  - fixed broken logic in compiler detection on older perls
  - fixed inaccurate repository metadata
2014-09-07 12:17:58 +00:00
wiz
900946e0cc Update to 0.06:
0.06    Sun Aug 31 21:02:44 WEST 2014
        - Fixed metadata for metacpan (thanks to Gabor Szabo).

0.05    Sun Aug 31 13:44:44 WEST 2014
        - Added metadata for metacpan.
2014-09-06 22:42:34 +00:00
wiz
60fb788bf2 Update to 2.40.0:
2.40.0 (stable):

* VariantType: Fix typo in VARIANT_TYPE_BYTESTRING_ARRAY value.
  (Murray Cumming)
* gmmproc: Small improvement of enum documentation
  (Kjell Ahlstedt)
* Windows Update the visual Studio build files.
  (Chun-wei Fan)

2.39.93 (unstable):

Glib:
* Keyfile: Add save_to_file().
  (Murray Cumming)
* Add VariantDict.
  (Murray Cumming)
* Variant: Remove the now-unnecessary local g_variant_parse_error_quark().
  (Murray Cumming) Bug #727554 (Antoine Jacoutot)

Gio:
* Application: Add the handle-local-options signal.
* ApplicationCommandline: Add get_options_dict().
* Settings: Add get_user_value() and get_default_value().
  (Murray Cumming)
* Socket: Add get/set_option().
  (Murray Cumming)
* TlsInteraction: Add invoke_request_certificate(),
  request_certificate(), request_certificate_async() and
  request_certificate_finish().
  (Murray Cumming)

Build:
* h2def.py:
  - Handle *_DEPRECATED_IN_* and AVAILABLE_IN_* with 0 digits.
  - Also strip *_DEPRECATE_IN_*_FOR () without a space.
  (Murray Cumming)
* Visual Studio Projects: Update giomm Projects.
  (Chun-wei Fan)


2.39.92 (unstable):

Gio:
* Application: Add add_main_option_entry() and add_option_group().
  (Murray Cumming)

Documentation:
* Glib::ustring: Say more clearly that it must be only UTF-8.
  (Kjell Ahlstedt) Bug #681560 (vurentjie)

Build:
* win32: Surround content_type_get_symbolic_icon() with ifdefs.
  (Giuseppe Penone)


2.39.91 (unstable):

Documenation:
* Improve Gio::Socket documentation.
  (Tomasz Jankowski, Murray Cumming)

2.39.3 (unstable):

Gio
* Action:
  - Add parse_detailed_name() and parse_detailed_name_variant().
    (Kjell Ahlstedt)
  - Fix activate(const Glib::Variant<T_Value>& value).
    (Kjell Ahlstedt) Bug #722896
* MenuModel: Add signal_items_changed()
  (Kjell Ahlstedt)
* MemoryInputStream: Add add_data() taking a sigc::slot,
  with a test.
  (Kjell Ahlstedt) Bug #609946 (Daniel Elstner)
* MenuModel: Add signal_items_changed()
  (Kjell Ahlstedt)
* Add Notification.
  (Kjell Ahlstedt) Bug #722896.

Documentation:
* Fix some doxygen warnings.
  (Kjell Ahlstedt)
* Don't change NULL to 0 in docs, when it's part of a longer name.
  (Kjell Ahlstedt)
* OptionContext: Add API documentation based on the C docs.
  (Murray Cumming)


2.39.3 (unstable):

* Documentation improvements.
  (Kjell Ahlstedt)
* Fix a test on IPv6 systems.
  (Adam Sampson)
2014-09-06 15:31:23 +00:00
wiz
3a5f928c8b Update to 0.08:
0.08 2014-07-16T00:21:22Z

    - Switch to EUMM.
2014-09-06 14:53:28 +00:00
wiz
6548c83cc1 Update to 1.24:
1.24  2014-03-23
	- fix not to make the PerlIO layer empty for Perl 5.8.9 or
          before. [rt.cpan.org #59832]
	- update Pod document assuming the use of Pod::Simple::HTMLBatch.
	- t/00checkver.t: not to use 'display-readline-version') and "use
	  Test;"
	- INSTALL: add "(Install) Using Package" section.

1.23  2014-03-20
	- add description of the pager command bug in Perl debugger
	  which causes segementation fault [rt.perl.org #121456]
	- fix not to clobber binmode layer (utf-8) on filehandles [rt.cpan.org #59832]
	- support UTF-8 input as compatible with Term::ReadLine
	  - Now Term::ReadLine::Gnu requires perl 5.8.0 or above
	- define Term::ReadLine::Gnu::ornaments method [rt.cpan.org #93614]
	- Makefile.PL: Fix the URL of the bug-tracker [rt.cpan.org #93680]
	- eg/perlsh: POD syntax fix. [rt.cpan.org #93895]
	- README: add note for bug-tracker
	- INSTALL: update "1.3 Trouble Shooting"
2014-09-06 14:52:23 +00:00
wiz
859ae6a6d5 Update to 0.37:
0.37 2014-05-15 16:45:33  garu
  - removed Carp dependency (GARU)
  - silenced some clang warnings (JACQUESG)
  - added a README (GARU)
2014-09-06 14:30:22 +00:00
wiz
4de8402dec Update to 2.32. Set LICENSE.
2014-05-10  Jonathan Stowe <jns+git@gellyfish.co.uk>

	* Makefile.PL: Makefile.PL more specific

2014-05-10  Jonathan Stowe <jns+git@gellyfish.co.uk>

	* : Merge pull request #2 from jacquesg/warnings Fix some warnings

2014-03-09  Jonathan Stowe <jns+git@gellyfish.co.uk>

	* Configure.pm, META.yml, Makefile.PL: Don't index Configure.pm

2014-03-03  Jonathan Stowe <jns+git@gellyfish.co.uk>

	* Changes, README, ReadKey.pm: Added documentation patch as per
	Chris Marshall Bumped version

2013-10-28  Jonathan Stowe <jns+git@gellyfish.co.uk>

	* README: Some changes to README

2013-10-28  Brian Wightman <MidLifeXis@wightmanfam.org>

	* ReadKey.pm: Promote SUPPORT and LICENSE to top-level head sections SUPPORT and LICENSE sections were in item sections, but outside of
	an over/back block.

2013-10-27  Jonathan Stowe <jns@gellyfish.co.uk>

	* Makefile.PL, README, ReadKey.pm, ReadKey.xs, genchars.pl: Change
	licensing Fix some warnings

2013-10-26  Jonathan Stowe <jns@gellyfish.co.uk>

	* ReadKey.pm: Applied patch from rt #35669

2013-10-26  Jonathan Stowe <jns@gellyfish.co.uk>

	* Makefile.PL, ReadKey.xs: Applied change from rt #26235 Also fixed
	repo name

2013-10-26  Jonathan Stowe <jns@gellyfish.co.uk>

	* ReadKey.pm: Patch from rt #35671

2013-10-26  Jonathan Stowe <jns@gellyfish.co.uk>

	* ppport.h: Updated ppport.h as per #78831

2013-10-26  Jonathan Stowe <jns@gellyfish.co.uk>

	* Makefile.PL: Changed distname per RT #87885 Added additional
	metadata

2013-10-26  Jonathan Stowe <jns@gellyfish.co.uk>

	* ReadKey.pm: Added changes for RT #86584

2013-10-26  Jonathan Stowe <jns@gellyfish.co.uk>

	* ReadKey.pm: Added patch from jpeacock@cpan.org for RT #88266

2011-04-19  Jonathan Stowe <jns@gellyfish.co.uk>

	* Changes: Added Changes

2011-04-19  Jonathan Stowe <jns@gellyfish.co.uk>

	* : commit 40ba6a2a80ae495b921ab416f6b024014daac25e Author: Stas
	Grabois <CENSORED> Date:   Tue Jun 24 01:57:37 2008 -0800

2006-01-13  jonathan <jonathan@d4a3e428-c23c-0410-a93a-b1ce904c0fb3>

	* MANIFEST, Makefile.PL: Added Changes git-svn-id: http://jstowe.googlecode.com/svn/trunk/TermReadKey@74
	d4a3e428-c23c-0410-a93a-b1ce904c0fb3
2014-09-06 14:26:43 +00:00
wiz
613b4ca639 + p5-MooX-HandlesVia 2014-09-06 14:23:00 +00:00
wiz
7f31ed1548 Import p5-MooX-HandlesVia-0.001005 as devel/p5-MooX-HandlesVia.
MooX::HandlesVia is an extension of Moo's 'handles' attribute
functionality. It provides a means of proxying functionality from
an external class to the given attribute. This is most commonly
used as a way to emulate 'Native Trait' behavior that has become
commonplace in Moose code, for which there was no Moo alternative.
2014-09-06 14:22:44 +00:00
wiz
0df38177ba + p5-Data-Perl. 2014-09-06 14:19:57 +00:00
wiz
3cab7a0773 Import p5-Data-Perl-0.002009 as devel/p5-Data-Perl.
Data::Perl is a collection of classes that wrap fundamental data
types that exist in Perl. These classes and methods as they exist
today are an attempt to mirror functionality provided by Moose's
Native Traits. One important thing to note is all classes currently
do no validation on constructor input.
2014-09-06 14:19:36 +00:00
wiz
18934a599c + p5-MooX-late 2014-09-06 14:07:38 +00:00
wiz
9e0996dcbd Import p5-MooX-late-0.015 as devel/p5-MooX-late.
Moo is a light-weight object oriented programming framework which
aims to be compatible with Moose. It does this by detecting when
Moose has been loaded, and automatically "inflating" its classes
and roles to full Moose classes and roles. This way, Moo classes
can consume Moose roles, Moose classes can extend Moo classes, and
so forth.

However, the surface syntax of Moo differs somewhat from Moose.
For example the isa option when defining attributes in Moose must
be either a string or a blessed Moose::Meta::TypeConstraint object;
but in Moo must be a coderef. These differences in surface syntax
make porting code from Moose to Moo potentially tricky. MooX::late
provides some assistance by enabling a slightly more Moosey surface
syntax.
2014-09-06 14:07:19 +00:00
wiz
3a643661e3 + p5-Type-Tiny. 2014-09-06 14:04:31 +00:00
wiz
3e945a2bfe Import p5-Type-Tiny-1.000004 as devel/p5-Type-Tiny.
Type::Tiny is a tiny class for creating Moose-like type constraint
objects which are compatible with Moo, Moose and Mouse.

Maybe now we won't need to have separate MooseX, MouseX and MooX
versions of everything? We can but hope...
2014-09-06 14:04:01 +00:00
wiz
846f22a954 + p5-Exporter-Tiny. 2014-09-06 13:59:09 +00:00
wiz
8db2aaa763 Import p5-Exporter-Tiny-0.038 as devel/p5-Exporter-Tiny.
Exporter::Tiny supports many of Sub::Exporter's external-facing
features including renaming imported functions with the -as, -prefix
and -suffix options; explicit destinations with the into option;
and alternative installers with the installler option. But it's
written in only about 40% as many lines of code and with zero
non-core dependencies.

Its internal-facing interface is closer to Exporter.pm, with
configuration done through the @EXPORT, @EXPORT_OK and %EXPORT_TAGS
package variables.

Exporter::Tiny performs most of its internal duties (including
resolution of tag names to sub names, resolution of sub names to
coderefs, and installation of coderefs into the target package) as
method calls, which means they can be overridden to provide
interesting behaviour.
2014-09-06 13:58:41 +00:00
wen
14e1898214 Update to 1.12
Upstream changes:
1.12   2014-02-08
	- No functional changes
	- Minor documentation & metadata improvements
2014-09-06 13:43:19 +00:00
wen
3c8fbae506 Update to 0.097
Upstream changes:
0.097     2014-03-05 21:57:32-05:00 America/New_York
        - explicitly make the default behavior case-sensitive
        - add show_defaults option (thanks, Thomas Neumann)
2014-09-06 13:39:21 +00:00
wiz
1d881a2f73 Update to 0.09:
0.09 -- 2014-08-09
    - Copy the contents of the %DB::sub entry if it exists; fixes
      Devel::NYTProf's anon sub handling (RT#50524, ilmari)

0.08 -- 2014-08-04
    - Fix leak when setting a fully-qualified name (ilmari, github#1)
2014-09-06 13:34:17 +00:00
wiz
a01458c610 Update to 0.42:
0.42 Sat Aug 16 10:49:31 PDT 2014
 - Meta 0.0.2
 - Remove .gitignore

0.41 Fri Aug 15 15:41:09 PDT 2014
 - Add t/000-compile-modules.t
 - CPAN Day 2014 - 21 Release Salute!

0.40 Fri Aug  8 19:12:51 PDT 2014
 - Fix swim errors

0.39 Sat Aug  2 10:17:12 PDT 2014
 - Fix Copyright years.
 - Fix Meta and add Contributing
2014-09-06 13:33:01 +00:00
wiz
d81e06d3d4 Update to 1.06:
1.06 2014-07-20 NEILB
    - Changed the copyright on dclone.t, dump.pl, and tied.pl in t/,
      to match the rest of the dist, "same as perl itself".
      These changes were approved by the copyright owner, Raphael Manfredi.

1.05 2014-02-17 NEILB
    - Added github repo to metadata (thanks dsteinbrunner)
    - Added github repo to doc

1.04 2014-02-17 NEILB
    - I had erroneously listed Test::Array as a test prereq,
      but the package is defined in 01array.t where it's used.
      RT#93082 - thanks to Dagfinn Ilmari Mannsaker.

1.03 2014-02-16 NEILB
    - Added Changes file
    - Fixed typos from dsteinbrunner in RT#86337
    - Added "use warnings" and in the process fixed RT#17121
    - Min perl version 5.6.0 in code and metadata
    - Added license type to metadata and renamed L&C section in pod
    - Expanded the SEE ALSO section
    - Added prereqs to PREREQ_PM in Makefile.PL
    - Added test prereqs in TEST_REQUIRES
2014-09-06 13:32:09 +00:00
wiz
52e3479efe Update to 0.24. Add options.mk file to choose between Mouse and
Moose backends.

0.24      2014-06-23 15:53:03Z
  - fixed bad changelog from last release, doh!

0.23      2014-06-23 13:04:35Z
  - now always prefers Moose if Moo is loaded, to overcome some
    incompatibility issues in subclasses (github #1, Graham Knop)

0.22      2014-06-19 02:30:13Z
  - fix missing =encoding directive in pod
  - canonical repository moved to https://github.com/moose/Any-Moose
2014-09-06 13:29:55 +00:00
wiz
86e9954f89 Add missing dependency on p5-namespace-autoclean. Bump PKGREVISION. 2014-09-06 13:17:45 +00:00
wiz
d8076399ed Update to 1.13:
1.13    2014-06-28

- Fix my brain damage so that this code compiles with Perl 5.14.


1.12    2014-06-27

- Temporarily skip tests that use Readonly with Readonly 1.50+ until various
  bugs are worked out in Readonly.


1.11    2014-06-26

- Fixes for MSVC compilation. Patch by J.R. Mash. PR #1.
2014-09-06 13:05:32 +00:00
wiz
798d9014e7 Update to 3.73:
3.73 Sat May 31 22:37:21 CEST 2014
	- remove "deprecated", as it turned out to be yet another time bomb
          as p5p don't care the least about backwards compatibility
          anymore (https://rt.perl.org/Public/Bug/Display.html?id=119123).
	- switching paths once more as this turned out to be a doc bug
          in eumm.  this should not affect anything though.
2014-09-06 13:03:21 +00:00
wiz
a56bd19c03 Update to 0.22. Add a missing dependency.
0.22     2014-08-16
    - document some of the caveats to using this module, and refer to
      Module::Runtime as an alternative
2014-09-06 13:02:06 +00:00
wiz
76c2c106b4 Update to 0.11:
0.11  2014-04-03
      - drop the dep on List::MoreUtils (haarg, #8)

0.10  2013-12-17
      - we need Module::Runtime 0.009 for module_notional_filename (nnutter,
        #6)
2014-09-06 12:59:20 +00:00
wiz
9b9f008ff1 Update to 0.09:
0.09     2014-08-24

- Backed out the Sub::Name change in 0.08. It was pointed out to me by Graham
  Knop that adding an XS dependency for a module that's often used to pick
  between XS and non-XS implementations doesn't work so well.


0.08     2014-08-24

- Subroutines copied from an implementation package into the loading package
  are now renamed using Sub::Name. This causes them to be considered part of
  the loading package, which is important for things like
  namespace::autoclean. Reported by Karen Etheridge. RT #98097.
2014-09-06 12:57:19 +00:00
wiz
d7df6380a4 Update to 1.03:
1.03 - Fri Jan  3 12:19:35 2014
	* Get rid of MYMETA

1.02_01 - Tue Dec 17 12:39:15 2013
	* Get rid of MYMETA
2014-09-06 12:55:49 +00:00
wiz
e9f2854ba6 Update to 0.25:
0.25      2014-08-16 10:08:42-04:00 America/New_York

  Prereqs:

  - Amended recommended modules to list Inline::C rather than Inline
2014-09-06 12:54:14 +00:00
wiz
a980bcef69 Update to 0.109:
0.109     2013-12-13 08:30:34 America/New_York
          update bugtracker and repo links
2014-09-06 12:52:02 +00:00
wiz
0557f79a57 Update to 0.928:
0.928     2014-06-26 18:57:27-04:00 America/New_York
        - cope with subroutines with spaces in their names when catching
          warnings
        - don't assume that the source sub isn't blessed in tests (!)
2014-09-06 12:51:03 +00:00
wiz
5df4b2e0c0 Update to 1.10:
1.10 2014-08-16 NEILB
    - Added min perl version (5.006) to enum.pm
    - Improved DESCRIPTION: reworded first paragraph to be a better summary,
      fixed formatting, and one typo.
2014-09-06 12:50:03 +00:00
wiz
452ba16c98 Update to 6.47:
VERSION 6.47  2014-09-01)

Time zone fixes

Newest zoneinfo data (tzdata 2014f)

Language fixes

Fixed some encoding errors in the language pod documentation.
2014-09-06 12:48:51 +00:00
wiz
0b9ae3b65a Update to 1.10. Set LICENSE.
1.10 2014-07-17 NEILB
    - Changed license to Artistic 2.0, at PETDANCE's request.
    - Added README
    - Moved Coverage.pm to lib/Test/Pod/Coverage.pm
    - Min perl version now set to 5.006 in both code and dist metadata.
      Addresses RT#21564 from ANDK++
    - Added DESCRIPTION section to pod (RT#28715 JEREMIAH++),
      and changed to a minimal SYNOPSIS, with everything else moved
      to the DESCRIPTION.
    - The "no verbose" tests in t/nosymbols.t weren't ensuring that the
      tests were running with HARNESS_VERBOSE set to false. You could set
      that true in your environment and break the test.
      RT#53947 - thanks to Pete Armstrong.
    - Makefile.PL: Ensured all prereqs listed in PREREQ_PM,
      and TEST_REQUIRES set if a recent enough ExtUtils::MakeMaker.
    - Added github repo to pod and dist metadata
    - Deleted the old META.yml, so new MYMETA.{yml,json} will be generated.
    - Reformatted as per CPAN::Changes::Spec

1.09_01 2014-07-08 NEILB
    - Specified license as 'Perl' in metadata, to match doc.
    - All of the changes in 1.10 were first done in this developer release,
      apart from the change to Artistic License 2.0.
2014-09-06 12:42:37 +00:00
wiz
fff5493318 Update to 0.34:
0.34  Thu Aug 28 22:27:03 CDT 2014

 - df23e17 - Add a new spew_lines() method <William Stevenson>

 - 3ffef39 - Don't convert file into directory in subsumes() <Dagfinn Ilmari Mannsåker>

 - 9a01a71 - Updated POD for copy_to and move_to methods <Robert Rothenberg>

 - 210a7ef - Stringify destination for copy_to method <Robert Rothenberg>

 - 9f83723 - Stringify destination for move_to method <Robert Rothenberg>

 - 5e2cb26, d5c7e62 - Add Continuous Integration with Travis CI <Ken Williams>

 - d372be1 - Change bugtracker to github's <Ken Williams>
2014-09-06 12:36:22 +00:00
wiz
648b3b6ee4 Update to 1.001:
1.001  2014-06-28
	- No code changes, just documentation improvements
	- Update links to the HTML5 draft specification

XXX: this package should probably be in textproc or www instead
2014-09-06 12:13:12 +00:00
wiz
f424bb768b Update to 2.12:
2014-06-20  k  <andk@cpan.org>

	* release 2.12

	* test rewrite: v5.21.0-424-ge35475d stopped supporting
	defined(@$ref) which was used in t/symdump.t (thanks to Aaron
	Crane for spotting)

2013-10-30  k  <andk@cpan.org>

	* release 2.11

	* v5.19.5-71-gd456e3f stopped producing the %@ hash at startup
2014-09-06 12:12:00 +00:00
jperkin
4f71a829de Use --disable-werror with GCC 4.9, there are a number of issues which have
been fixed upstream, so we will remove this when binutils is updated.
2014-09-06 08:55:43 +00:00
wen
00a19ad711 Update to 0.30
Remove a duplicate line

Upstream changes:
0.30 2014-07-26

  - Fix for subclassing CPAN::Changes::Group (GH #23)

0.29 2014-07-23

  - Groups are now objects (CPAN::Changes::Group). Backwards
    compatibility from hashes should be preserved (GH #22)

0.28 2014-06-10

  - Add "SEE ALSO" links to similar modules (RT #94636)

  - Use perl 5.8-compatible regex
2014-09-06 08:30:06 +00:00
wen
de798bcf0b Update to 0.10
Upstream changes:
0.10 - 2014-08-15
    - declare minimum version of perl as 5.6 in metadata

0.09 - 2014-03-01
    - convert to use ExtUtils::MakeMaker using distar
    - include repo and bugtracker metadata
2014-09-06 08:19:39 +00:00
prlw1
914ed6b6ff Update gobject-introspection to 1.40.0
Highlights from git shortlog:

      Add GVolumeMonitor interfaces
      Add --all option to g-ir-generate
      Support glib-mkenums comment /*< flags >*/
      Allow the use of the "Rename To" annotation for literal method renaming.
      Add environment variable G_IREPOSITORY_VERBOSE
2014-09-05 22:19:30 +00:00
szptvlfn
57b7951159 Bump PKGREVISION for hs-text-1.1.1.3 2014-09-05 21:27:09 +00:00
szptvlfn
bdda2b38b8 Update to 1.1.1.3
Changes from https://github.com/bos/text
1.1.1.3
 - Export Array and MArray constructors
2014-09-05 21:23:59 +00:00
prlw1
0b17b0bdbf Reset PKGREVISION after update. 2014-09-05 21:12:38 +00:00
wiz
e3e513c108 Reset PKGREVISION after update. 2014-09-05 20:51:44 +00:00
prlw1
442b8970e5 Update glib2 to 2.40.0
Patches removed:
- patch-ai
    Fixed in e3fa9c9a (Bug 583321)
- patch-cj
    Fixed in c58a7b8c (Bugs 641350 711047)
- patch-gio_gdbusmessage.c
    Fixed in 0167c334
- patch-gio_gfile.c
    Fixed in 091e4660 (Bug 721034)
- patch-gio_glocalfile.c
    Fixed in 7eb1e5fc (Bug 708860)
- patch-ap and
- patch-aq
    Credentials have changed, see below
Patches changed:
- patch-aa
    Second chunk fixed in 838b49ea (Bug 711600)
- patch-ba
    Third chunk fixed in 7cf221aa
    Reworked Bug 583330
Patches added:
- patch-glib_gmessages.c
    Closes PR pkg/48318, fixed in 7328089e (Bug 720708)
- patch-gio_gcredentials.c
- patch-gio_gcredentialsprivate.h
- patch-gio_gioenums.h
- patch-gio_gsocket.c
- patch-gio_gunixcredentialsmessage.c
- patch-gio_tests_credentials.c
    Attempt at gcredential support for NetBSD (Bug 728256)


Highlights from changes:

 * Disable IPv6 testcases on machines without IPv6
 * Document that it is a bad idea to match on generic error codes
 * This release introduces a hard dependency on present and functioning
   clock_gettime() and CLOCK_MONOTONIC.  It also introduces a
   dependency on pthread_condattr_setclock() unless your system
   happens to have pthread_cond_timedwait_relative_np() (as do Mac
   OS and Android).  This release is known to be broken with at
   least GNU/Hurd, pending addition of working
   pthread_condattr_setclock(CLOCK_MONOTONIC) there.
 * New API: g_str_to_ascii()
 * fix a crasher in code from gdbus-codegen
 * improvements to gobject gdb helper script
 * Portability:
   - fix a deadlock issue with kqueue on FreeBSD
   - work around a quirk in the sunstudio compiler
   - rename a variable to avoid clashing with a macro definition of
     'environ' on some platforms (like mingw)
   - use POSIX-specified <poll.h> over <sys/poll.h>
   - many improvements to Visual Studio projects and and some build
     fixes for Windows
 * tests
   - a very large number of improvements in test coverage
   - don't report skipped tests as failures
   - return 77 if we skip all tests in an executable
   - improve gtest documentation and fix some minor issues
   - fix g_test_trap_reached_timeout() return value
   - remove some dead code uncovered during test coverage expansion
   - Use tap mode for installed tests too, when using tap
 * fix races in unix signal handling
 * make our GVariant-based commandline tools (glib-compile-schemas,
   gdbus, gapplication) print out GVariant parse errors in context
 * GApplication now has a --gapplication-service command line switch to
   turn any GApplication into a service
 * improve compatibility of GApplication and GOptionContext
 * fix gsettings.m4 wrt. builddir != srcdir with non-recursive make
 * use a directory monitor in GKeyfileSettingsBackend
 * improve robustness of some GIcon classes
 * Portability
   - Remove alleged support for OS/2
   - Remove alleged support for BeOS
   - Remove alleged support for last-millennium Unixes
   - Require C90 compliance
   - Require POSIX.1 (1990) compliance on Unix
   - Require GNU make
 * GSettings fixes/improvements
   - GSettingsSchema API is now more powerful and consistent
   - new GSettingsSchemaKey API allows accessing metadata for keys:
     type, default value, range and the long-awaited support for summary
     and description
   - GSettingsSchemaSource gains support for listing schemas within a
     source.  Deprecate the global API that did this for the default
     source.
   - 'gsettings list-schemas' now works properly with --schemadir
   - deprecate a bunch of now-redundant functionality on GSettings
   - add API to GSettings for getting the default value of a key (as set
     by the sysadmin)
   - add API to GSettings for determining if the user has assigned a
     particular value to a key (ie: we are not just reading the default)
   - ignore qualified tags and attributes appearing in schema files
 * Applications/Actions
   - make GSimpleAction a bit more strict with respect to state changes
     that would violate the interface (ie: by changing the state type
     after construction)
   - throw an error when attempting to 'Describe' a non-existent action
     via D-Bus instead of returning a bogus description
   - throw an error when attempting to invoke unsupported methods on an
     Application (eg: 'Open' on an app that doesn't HANDLES_OPEN)
     instead of emitting a g_critical() in context of the app (which is
     not itself at fault for the errant call)
 * Appinfo
   - substantially rework GDesktopAppInfo to reduce the amount of disk
     accesses that are performed in common situations
   - add a new class: GAppInfoMonitor for discovering when applications
     are installed/removed
   - add a new g_desktop_app_info_search() API for searching for
     installed applications by name, keywords, etc.
 * GMarkup: add new G_MARKUP_IGNORE_QUALIFIED flag for skipping over
   "qualified" tags and attributes (those with a colon in the name, such
   as 'my:tag')
 * GDBus
   - ignore qualified tags, as above
   - GTestDBus: unset all D-Bus addresses (such as STARTER) to ensure
     that test programs don't pick them up
   - add new session_bus_run() convenience in the tests and use it
 * GRand: use real random data as a seed on win32 and use the
   timestamp/pid/uid fallback only on UNIX machines where we can't open
   '/dev/urandom'.  This may cause issues with older mingw32 releases
   due to a missing prototype for the rand_s() API.
 * Many win32 (and particularly MSVC) portability fixes.  Many
   additional tests are now runnable when building with MSVC.
 * Due to early testing of the (soon to land) GCleanup framework, a very
   large number of memory errors have been found and fixed (mostly in
   the testcases, but some in glib itself).
 * GIO:
   - some more seeking cleanups: particularly on GLocalFileInputStream
   - don't leave a .trashinfo file around if trashing a file fails
   - Add a request_certificate virtual method to GTlsInteraction
 * GNotification
   - new API for sending persistent notifications via the desktop shell
   - notifications persist when the application has quit and clicking on
     them can restart the application with an action (via
     DBusActivatable)
 * GSubprocess
   - new API for launching subprocesses
   - nice GIO integration like async functions, cancellability, etc.
   - a convenient communicate() API inspired by the same API in Python
   - related: the gspawn API now has a CLOEXEC flag for the created
     pipes for stdin/stdout/stderr
 * New gapplication(1) commandline tool
   - intended to be used with DBusActivatable apps
   - can be used for launching apps, opening files, invoking application
     actions and listing apps and actions
   - bash tab completion is supported
 * GDesktopAppInfo changes:
   - g_file_get_path() can implicitly cause a FUSE mount so don't call
     it until we know we need it (for an app that doesn't support URIs)
   - don't crash when trying to load from a keyfile with
     DBusActivatable=true
   - remove some dead code, refactor the search path handling a bit and
     do a large-scale whitespace cleanup (prep work for the pending
     desktop file index)
 * File monitors
   - fix broken handling of mount point monitoring
   - remove some strange use of GObject::constructor() from the base
     class and inotify backend
   - fix GFileMonitor to work in the non-default main context even when
     the main context is not running (or is blocked)
   - add internal private API for easily creating a file monitor in the
     GLib worker thread
 * GSettings
   - g_settings_list_children: only list viable schemas.  This fixes a
     longstanding issue where 'gsettings list-recursively' will crash
     when there are invalid schemas installed
   - don't accept invalid paths on g_settings_new_with_path, etc.
 * GIO
   - GFile now has a thumbnail::is-valid attribute to check if the
     thumbnail in thumbnail::path needs to be regenerated
   - GDBusProxy now has a flag to control autostarting of services at
     construction time
   - for GSeekable, properly introduce the concept of "resizable" vs.
     "fixed-sized" streams in the docs, explaining the expected
     semantics of the interface in each case
   - fix some cases in GMemoryOutputStream that were violating the above
     expectations (which may cause a slight API incompatibility)
   - clean up GCredentials code and add support for Hurd and Solaris
   - improve splicing by using different codepaths for the case where we
     have real _read_async() and _write_async() implementations on the
     stream vs. the case where they are internally emulated (via
     dispatching the sync variant of the call in a thread)
 * GKeyFile
   - fix a leak in g_key_file_get_(u)int64 when we fail to parse the
     value as an integer
   - add long-requested API g_key_file_save_to_file()
 * Portability improvements
   - avoid using O_DIRECTORY on platforms that don't have it
   - be careful about systems that define SOCK_CLOEXEC but don't
     actually support it (like Hurd)
   - only use SA_RESTART if it exists
 * Other small API changes/additions
   - a pair of functions to support matching strings for the type of
     search functionality that you'd expect to have with things like
     GtkSearchBar.  This will also be used by the desktop file index.
   - g_str_is_ascii() with obvious purpose
   - g_test_expect_message() no longer appears to allow you to catch
     G_LOG_ERROR messages
 * GMainContext/GSource
   - fix handling of overflowing the 'next source id' counter
   - g_source_remove() will now throw a critical in the case that you
     try to remove a non-existent source.  We expect that there is some
     code in the wild that will fall afoul of this new critical but
     considering that we now reuse source IDs, this code is already
     broken and should probably be fixed.
   - simplify handling of the 'current dispatching source' to not
     require use of a linked list
 * GObject
   - the long-broken (and leaky) pattern of destroying a just-allocated
     object from inside of a custom GObject::constructor is now
     officially completely illegal and will abort the program
 * Unicode: update to 6.3.0
 * Many bug fixes
 * Many translation updates

For full details see:
https://git.gnome.org/browse/glib/tree/NEWS?id=2.40.0
2014-09-05 20:49:55 +00:00
joerg
1ec559b4c8 Rename devel/ninja to devel/ninja-build to avoid conflict with
chat/ninja.
2014-09-05 14:51:39 +00:00
obache
f27f6f80b4 Apply upstream patches for the case msgid is not in US-ASCII charset.
Bump PKGREVISION.
2014-09-05 12:10:43 +00:00
fhajny
de5e7f0eed Add libestr 2014-09-05 07:16:33 +00:00
markd
65970a5b2a Define location of local plugins directory. Bump PKGREVISION. 2014-09-04 21:46:40 +00:00
fhajny
583de54ab1 Fix incorrect PKGPATH. 2014-09-04 19:43:10 +00:00
fhajny
6d1b09dc41 Import libestr-0.1.9 as devel/libestr.
libestr is a library for some string essentials.
2014-09-04 19:41:34 +00:00
wiz
2ada168ac8 Update to 0.13.7.5:
Version 0.13.7.5 (2014-08-22)
-----------------------------
- Fixed Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=518904 (PHP lexer)

Version 0.13.7.4 (2014-07-29)
-----------------------------
- Enabled 'make docs' only if configured with '--enable-docs'
- Disallowed to use yacc/byacc instead of bison to build parser
- Removed non-portable sed feature in script that runs tests

Version 0.13.7.3 (2014-07-28)
-----------------------------
- Fixed CXX warning
- Got rid of asciidoc build-time dependency

Version 0.13.7.2 (2014-07-27)
-----------------------------
- Included man page into dist, respect users CXXFLAGS.

Version 0.13.7.1 (2014-07-26)
-----------------------------
- Added missing files to tarball

Version 0.13.7 (2014-07-25)
---------------------------
- Added UTF-8 support
- Added UTF-16 support
- Added default rule
- Added option to control ill-formed Unicode
2014-09-04 09:12:17 +00:00
wen
2a09e79b41 Update to 2.02
Upstream changes:
2.02 - Tue Aug 26 13:01:43 2014
	Fix rt.cpan.org #98288: fix a spelling mistake

2.00_001 - Thu Jul 11 20:22:40 2013
	* Switch back to Makefile.PL much simpler

2.00_01 - Wed Jul 20 01:02:11 2011
	* Work with Module::Build by supplying a subclass.
2014-09-04 07:53:39 +00:00
szptvlfn
7c31734093 + hs-void 2014-09-03 21:18:34 +00:00
szptvlfn
f43c88b7cb Import void-0.6.1 as devel/hs-void,
packaged for wip.

A Haskell 98 logically uninhabited data type,
used to indicate that a given term should not exist.
2014-09-03 21:16:55 +00:00
tonio
60713dfd58 Fix support for space in JAVA_HOME. Required for Darwin java7
Patch provided by J. Lewis Muir
2014-09-03 19:36:52 +00:00
wiz
4ba18dd461 Update to 3.1.1:
This is a regularly-scheduled bugfix release.

    changectx: ancestor should only prefer merge.preferancestor if it is a revision
    color: pass on key error for win32 (issue4298)
    config: exit non zero on non-existent config option (issue4247)
    context: call normal on the right object
    debugobsolete: catch ValueError that may be raised by obsstore.create
    discovery: prevent crash on unknown remote heads with old repo (issue4337)
    graft: fix collision detection with origin revisions that are missing
    help: add pad function to template help
    help: only call doc() when it is callable
    hgweb: avoid config object race with hgwebdir (issue4326)
    histedit: preserve initial author on fold (issue4296)
    import: show warning message for merge changesets
    incoming: don't request heads that already are common
    largefiles: don't override matchandpats for always matchers (issue4334)
    largefiles: drop setting lfstatus in overridelog (issue4334)
    largefiles: in overridelog, use non-lf matcher for patch generation (issue4334)
    log: use correct phase info for parent field (issue4347)
    merge: show the scary multiple ancestor hint for merges only, not for updates
    obsstore.create: add a simple safeguard against cyclic markers
    repoview: filter tags to non-existent nodes from blockers (issue4328)
    repoview: fix typo in repoview.changelog
    revset: bookmark revset interprets 'literal:' prefix correctly (issue4329)
    unbundle: don't advance bookmarks (issue4322) (BC)
2014-09-03 09:56:36 +00:00
szptvlfn
9322f6949a Update to 1.0.4
Changes from https://github.com/Gabriel439/Haskell-MMorph-Library
1.0.4
 - Added MFunctor and MMonad instances for ExceptT
2014-09-02 20:57:11 +00:00
mef
81604b932a wip/gnuradio-core is converted to full DEPENDS. buildlink3.mk is NOT necessary now. Thanks joerg@. 2014-09-02 15:14:19 +00:00
mef
43f3f32c51 Add (missing) buildlink3.mk, new (at wip now) gnuradio-core wants this facility, thanks. 2014-09-02 14:12:39 +00:00
jperkin
634a6dfcdf Add gmake to USE_TOOLS, this allows us to remove MAKE_JOBS_SAFE=no and use
parallel makes up to at least MAKE_JOBS=24.
2014-09-02 09:49:50 +00:00
jperkin
dfd25d9186 Remove MAKE_JOBS_SAFE=no, a leftover from this package's previous incarnation
as devel/sdcc (version 2).  I cannot trigger a failure up to MAKE_JOBS=24.
2014-09-02 09:47:22 +00:00
jperkin
f5da1f2280 Add a comment describing current MAKE_JOBS_SAFE failure. 2014-09-02 09:45:54 +00:00
jperkin
42cd5eae22 lex is a runtime dependency for libfl. 2014-09-02 09:02:07 +00:00
jperkin
db8c6755af Remove MAKE_JOBS_SAFE=yes, the variable only has an effect when set to 'no'. 2014-09-02 08:32:36 +00:00
schmonz
9d80f6cd31 Update to 0.30. From the changelog:
- Use core module Digest::SHA instead of Digest::SHA1
- Tried to fix Win32 issue again
- Remove FindBin::libs
- Installs cleanly on 5.8 again
- Fixed the JSON outputter test on Win32 to use Path::Class
- Added JSON output support, courtesy of Tomas Zemres
- Some useful minor patched via Paul Cochrane
- Ran the whole thing through perltidy
2014-09-02 04:11:41 +00:00
jperkin
3a71f4fec5 Remove MAKE_JOBS_SAFE=no, added for the previous release. I cannot
trigger a failure up to MAKE_JOBS=24.
2014-09-01 20:37:21 +00:00
tron
f885b79045 Remove incorrect (outdated?) license definition to allow the common
(corect) license definition to take effect.
2014-09-01 17:59:12 +00:00
jperkin
3937d86485 Remove MAKE_JOBS_SAFE=no, added 4 years and a few releases ago, and enable
parallel builds.

I cannot trigger a failure up to MAKE_JOBS=24, and this package takes
around 1.5 hours to build on fast hardware single-threaded.
2014-09-01 16:44:02 +00:00
jperkin
c3ec177297 Ensure that all BUILDLINK_DIR references are removed, not just the first.
Bump PKGREVISION for this change as well as the recent libtool-fortran fix.
2014-09-01 12:40:48 +00:00
jperkin
8863fb9bb1 GCC 4.7's gfortran on SunOS generates verbose output which includes spaces
in-between "-l" and the library name.  This confuses libtool which parses
the compiler output, and results in trying to pass arguments such as
"-l-lgfortran" and failing.

In addition there are multiple BUILDLINK_DIR references, but only the first
is stripped, resulting in "-L-L/path".

Fix both these issues and bump PKGREVISION of libtool-fortran.
2014-09-01 12:39:15 +00:00
wiz
8e0c188b00 Fix install_name on OS X. From J. Lewis Muir on pkgsrc-users.
Bump PKGREVISION since binary package on OS X changed.
2014-09-01 08:19:09 +00:00
wiz
6887c3b44a Update to 3.2:
Version 3.2
-----------

(bugfix release, released on August 22nd 2014)

- Added missing `err` parameter forwarding to the `secho` function.
- Fixed default parameters not being handled properly by the context
  invoke method.  This is a backwards incompatible change if the function
  was used improperly.  See :ref:`upgrade-to-3.2` for more information.
- Removed the `invoked_subcommands` attribute largely.  It is not possible
  to provide it to work error free due to how the parsing works so this
  API has been deprecated.  See :ref:`upgrade-to-3.2` for more information.
- Restored the functionality of `invoked_subcommand` which was broken as
  a regression in 3.1.
2014-08-31 21:38:48 +00:00
wiz
1beffadc54 Update to 1.8.2, changes not found. 2014-08-31 21:37:55 +00:00
wiz
defb4a5208 Update to 0.6.2. Fix HOMEPAGE.
0.6.2 Wheel support.
2014-08-31 21:30:58 +00:00
wiz
ed44177bcc Remove unused patch after 0.19.2 update. 2014-08-31 10:42:38 +00:00
wiz
7b5c46cdd8 Update gettext packages to 0.19.2:
Version 0.19.2 - July 2014

* Bug fixes:
  - Fix xgettext crash in parsing empty string literals in C and Vala.
  - ChangeLog file is added back to the gettext infrastructure.  It was
    mistakenly removed in 0.19.
  - Autoconf macro trace in autopoint now works again with Autoconf 2.68
    or earlier.  It was a regression in 0.19.

Version 0.19.1 - June 2014

* Programming languages support:

  - Desktop Entry:
    msgfmt now always reads the po/LINGUAS file, regardless of whether
    the LINGUAS environment variable is set.  The variable can now be
    used to restrict the languages list read from the po/LINGUAS file.

  - Vala:
    Bug fix in xgettext handling of "//" in string literals.  This was
    a regression after the C-99 Unicode escape support.

* The po/Makevars.template file now contains the newly added variables.

* msgfmt now treats errors in the PO file header as non-fatal.  Since
  0.19 msgfmt started to abort on the fatal errors, but some
  translation systems are still not ready to supply valid headers.

* Future backward-incompatibilities:
  - In future Gettext versions, msgfmt will treat header errors as
    fatal and terminate the command execution.

Version 0.19 - June 2014

* Programming languages support:

  - Desktop Entry:
    xgettext and msgfmt now support .desktop files, used by desktop
    applications, as input and output.

  - GSettings:
    xgettext now supports GSettings schema file format used by GNOME
    applications.

  - JavaScript:
    xgettext now recognizes E4X (ECMA-357) constructs.

  - PHP:
    Single and double quotes around heredoc markers are now recognized.

  - Python:
    The acceptable format specifiers in the braced-syntax format
    strings are now limited to the Standard Format Specifiers, to
    reasonably avoid false-positives.

  - Scheme:
    The gettext shorthand form _"abc", used by GIMP script-fu, is now
    recognized by xgettext.

  - C and Vala:
    xgettext now recognizes C99-style Unicode character escapes.

* The --add-location option of msgattrib, msgcat, msgcomm, msgconv,
  msgen, msgfilter, msggrep, msgmerge, msguniq, and xgettext commands
  now takes an optional argument 'never', 'full', or 'file', to
  control the format of "#: ..." comments.

* msgfmt now has --source option to keep generated .java file when
  running in Java mode.

* msgattrib now has --empty option that sets msgstr to empty when
  clearing fuzzy flag.

* msgexec and msgfilter pass the plural information to subprocess
  through the environment variable MSG{EXEC,FILTER}_MSGID_PLURAL and
  MSG{EXEC,FILTER}_PLURAL_FORM.

* New built-in filters 'quot' and 'boldquot' have been added to
  msgfilter.  These filters convert Latin quotation marks ('...',
  "...") into Unicode quotation marks (for example, U+2018) if
  possible, similar to the sed commands used in po/Rules-quot and
  po/Rules-boldquot.

* The po/Makevars file has a couple of new options PO_DEPENDS_ON_POT
  and DIST_DEPENDS_ON_UPDATE_PO, that can be used to adjust the
  behavior of updating PO files on demand.

* xgettext now strips prefixed string before the comment tag.  This is
  useful to support C-style comment like this:

  /*
   * TRANSLATORS: first line
   * second line
   */

  In this example, the extracted comment does not contain "* " at the
  beginning of each line.

* libgettextpo library:
  - Memory leak fixes in the PO file parser.

* Documentation:
  - A complete example showing the use of GNU gettext in a GNOME 3
    application has been added.
2014-08-31 10:24:02 +00:00
obache
9951137633 Update ruby-gettext to 3.1.4.
## 3.1.4: 2014-08-26 {#version-3-1-4}

### Improvements

  * Improved document markups by Markdown.
    [GitHub#33] [Patch by Masafumi Yokoyama]

### Fixes

  * `GetText::Tools::Task`: Fixed a bug that `Errno::ENOENT: No such
    file or directory @ rb_file_s_mtime - doc/po/ja/rroonga.edit.po`
    like error is occurred.
  * `GetText::Tools::Task`: Fixed markup in document.

### Thanks

  * Masafumi Yokoyama

## 3.1.3: 2014-07-13 {#version-3-1-3}

### Improvements

  * Supported `Pathname` in `$LOAD_PATH`.
    [GitHub#32] [Patch by Ben Carlsson]
  * `GetText::Tools::Task`: Added `msgcat_options` to custom `rmsgcat`
    command line.
  * `GetText::Tools::Task`: Migrated to `.edit.po` style.
  * `GetText::Tools::Task`: Added `pot_creator` to custom POT creation.
  * `rmsgcat`: Added `--no-translator-comment` option.
  * `rmsgcat`: Added `--no-extracted-comment` option.
  * `rmsgcat`: Added `--no-flag-comment` option.
  * `rmsgcat`: Added `--no-previous-comment` option.

### Fixes

  * `rmsgmerge`: Fixed a bug that metadata in fuzzy message aren't merged.

### Thanks

  * Ben Carlsson
2014-08-31 08:09:50 +00:00
wen
dc5f593c44 Update to 0.88
Upstream changes:
0.88 Sun Aug 24 08:09:16 PDT 2014
 - Remove a debugging line.

0.87 Tue Aug 19 16:35:34 PDT 2014
 - Replace tabs with spaces

0.86 Mon Aug 18 08:29:20 PDT 2014
 - Fix for issue/15

0.85 Mon Aug 18 08:07:52 PDT 2014
 - Pull Module::Install::TestBase out of Test::Base
 - It will be released in separate dist
 - Was causing Test::Base to fail tests

0.84 Sat Aug 16 15:08:32 PDT 2014
 - Remove .gitignore
 - Fix Meta error. s/zild/=zild/

0.83 Sat Aug 16 12:31:00 PDT 2014
 - Meta 0.0.2

0.82 Sat Aug 16 04:14:25 PDT 2014
 - Eliminate spurious trailing whitespace

0.81 Sat Aug 16 02:52:12 PDT 2014
 - Eliminate File::Basename from test/

0.80 Fri Aug 15 20:49:55 PDT 2014
 - Add t/000-require-modules.t
2014-08-31 06:57:35 +00:00
wen
cfe345b11a Update to 3.47
Upstream changes:
3.47 - Fri May 23 18:52:00 2014
- Improved Android support.
- File::Spec::Unix->tmpdir: Always return an absolute path
- File::Spec now has an XS version for performance.
- QNX and VMS portability
- tmpdir is updated when the environment changes.
2014-08-31 06:49:41 +00:00
adam
f16bd0a67e Changes 1.36.6:
- Cope with lack of LC_CTYPE
- Prevent harfbuzz from using replacement char
- Don't force static builds on win32
- Allow backend selection via PANGOCAIRO_BACKEND
- Support more font weights
- Fix vertical positioning on win32
- Don't break in the middle of jamo
2014-08-30 11:20:38 +00:00
wiedi
22461cec93 p5-Mojo-IOLoop-ForkCall 2014-08-30 10:55:52 +00:00
wiedi
febaa35694 Import p5-Mojo-IOLoop-ForkCall-0.14 as devel/p5-Mojo-IOLoop-ForkCall
Asynchronous programming can be benefitial for performance, however
not all functions are written for nonblocking interaction and
external processes almost never are.

By forking the blocking call into a new process, the main thread may
continue to run non-blocking, while the blocking call evaluates.
Mojo::IOLoop::ForkCall manages the forking and will emit an
event (or execute a callback) when the forked process completes.
Return values are serialized and sent from the child to the parent
via an appropriate pipe for your platform.
2014-08-30 10:53:51 +00:00
abs
56301fb37f +ant-contrib 2014-08-29 21:41:30 +00:00
abs
65f08d2836 Added devel/ant-contrib version 0.6
The Ant-Contrib project is a collection of tasks (and at one point
maybe types and other tools) for Apache Ant.
2014-08-29 21:40:52 +00:00
szptvlfn
9da944d0cd make it clear what package depend on
discussed with wiz@.
2014-08-29 14:08:38 +00:00
szptvlfn
89c9650349 Bump PKGREVISION for hs-random-1.0.1.3 2014-08-28 21:56:27 +00:00
szptvlfn
7c5928bd78 Update to 1.0.1.3
Changes from https://github.com/haskell/random
1.0.1.3
 - Merge pull request #7 from thomie/T8899
   Fix for ghc ticket #8899: StdGen does not generate 0
 - Merge pull request #8 from thomie/memory-leaks
   Fix for memory leaks (GHC #7936 and #4218)
 - Merge pull request #4 from NovaDenizen/master
   fix for randomIvalInteger, ghc #8898
 - Use GHC.Exts.build in randoms, randomRs to achieve fusion
2014-08-28 21:55:10 +00:00
jperkin
308d619fff Remove SunOS BUILDLINK_TRANSFORM instances which remove -Wl,--* GNU ld
arguments, these are now handled globally by mk/platform/SunOS.mk
2014-08-28 10:58:18 +00:00
wen
5d7bdd0e9a Update to 0.39
Upstream changes:
0.39      2014-08-16 19:12:31Z
  - line numbers in shipped code are now almost the same (within 1) as
    the repository source, for easier debugging
  - pod fixes (Frank Wiegand, RT#51722)
2014-08-28 10:05:49 +00:00
wen
6d2d6a6df2 Update to 0.30
Upstream changes:
0.30 Tue Aug 19 16:28:24 PDT 2014
 - Replace tabs with spaces
2014-08-28 09:40:24 +00:00
wen
f6e3166ad9 Update to 1.006000
Upstream changes:
1.006000 - 2014-08-16
  - support coerce => 1 in attributes, taking the coercion from the isa option
    if it is an object that supports the coerce or coercion method.
  - add attribute information to type check errors by trapping with an eval
    rather than overriding the global __DIE__ handler
  - bump Module::Runtime prerequisite to fix error messages when there is a
    missing module used by a role loaded using 'with' or similar (rt#97669)
2014-08-28 09:36:00 +00:00
schmonz
cd627922ec Update to 0.19.1. No changelog provided. 2014-08-27 00:04:19 +00:00
obache
9b73d5f9fb Update libthai to 0.1.21.
LibThai 0.1.21 (21 August 2014):
* Updated word break dictionary.
* Improve word breaking performance by 8.61%
2014-08-26 11:35:49 +00:00
wiz
e3244091e6 Update to 2.3.0:
2.3.0 (2014-05-16)
++++++++++++++++++

**API Changes**

- New ``Response`` property ``is_redirect``, which is true when the
  library could have processed this response as a redirection (whether
  or not it actually did).
- The ``timeout`` parameter now affects requests with both ``stream=True`` and
  ``stream=False`` equally.
- The change in v2.0.0 to mandate explicit proxy schemes has been reverted.
  Proxy schemes now default to ``http://``.
- The ``CaseInsensitiveDict`` used for HTTP headers now behaves like a normal
  dictionary when references as string or viewd in the interpreter.

**Bugfixes**

- No longer expose Authorization or Proxy-Authorization headers on redirect.
  Fix CVE-2014-1829 and CVE-2014-1830 respectively.
- Authorization is re-evaluated each redirect.
- On redirect, pass url as native strings.
- Fall-back to autodetected encoding for JSON when Unicode detection fails.
- Headers set to ``None`` on the ``Session`` are now correctly not sent.
- Correctly honor ``decode_unicode`` even if it wasn't used earlier in the same
  response.
- Stop advertising ``compress`` as a supported Content-Encoding.
- The ``Response.history`` parameter is now always a list.
- Many, many ``urllib3`` bugfixes.

2.2.1 (2014-01-23)
++++++++++++++++++

**Bugfixes**

- Fixes incorrect parsing of proxy credentials that contain a literal or encoded '#' character.
- Assorted urllib3 fixes.
2014-08-25 18:33:21 +00:00
fhajny
01dd8787a9 Also disable thin archives on SunOS, as they do not work with Sun ar.
Bump PKGREVISION.
2014-08-25 13:20:12 +00:00
adam
108b5cf720 and reset PKGREVISION after the update to 2.1.0 2014-08-25 07:51:48 +00:00
adam
971b663ae7 Changes 2.1.0:
Backward compatibility notes
----------------------------
 * The default value we give to the environment variable LESS has been
   changed from "FRSX" to "FRX", losing "S" (chop long lines instead
   of wrapping).  Existing users who prefer not to see line-wrapped
   output may want to set
     $ git config core.pager "less -S"
   to restore the traditional behaviour.  It is expected that people
   find output from most subcommands easier to read with the new
   default, except for "blame" which tends to produce really long
   lines.  To override the new default only for "git blame", you can
   do this:
     $ git config pager.blame "less -S"
 * A few disused directories in contrib/ have been retired.

Updates since v2.0
------------------
UI, Workflows & Features
 * Since the very beginning of Git, we gave the LESS environment a
   default value "FRSX" when we spawn "less" as the pager.  "S" (chop
   long lines instead of wrapping) has been removed from this default
   set of options, because it is more or less a personal taste thing,
   as opposed to the others that have good justifications (i.e. "R" is
   very much justified because many kinds of output we produce are
   colored and "FX" is justified because output we produce is often
   shorter than a page).
 * The logic and data used to compute the display width needed for
   UTF-8 strings have been updated to match Unicode 7.0 better.
 * HTTP-based transports learned to better propagate the error messages from
   the webserver to the client coming over the HTTP transport.
 * The completion script for bash (in contrib/) has been updated to
   better handle aliases that define a complex sequence of commands.
 * The "core.preloadindex" configuration variable is enabled by default,
   allowing modern platforms to take advantage of their
   multiple cores.
 * "git clone" applies the "if cloning from a local disk, physically
   copy the repository using hardlinks, unless otherwise told not to with
   --no-local" optimization when the url.*.insteadOf mechanism rewrites a
   remote-repository "git clone $URL" into a
   clone from a local disk.
 * "git commit --date=<date>" option learned more
   timestamp formats, including "--date=now".
 * The `core.commentChar` configuration variable is used to specify a
   custom comment character (other than the default "#") for
   the commit message editor.  This can be set to `auto` to attempt to
   choose a different character that does not conflict with any that
   already starts a line in the message being edited, for cases like
   "git commit --amend".
 * "git format-patch" learned --signature-file=<file> to add the contents
   of a file as a signature to the mail message it produces.
 * "git grep" learned the grep.fullname configuration variable to force
   "--full-name" to be the default.  This may cause regressions for
   scripted users who do not expect this new behaviour.
 * "git imap-send" learned to ask the credential helper for auth
   material.
 * "git log" and friends now understand the value "auto" for the
   "log.decorate" configuration variable to enable the "--decorate"
   option automatically when the output is sent to tty.
 * "git merge" without an argument, even when there is an upstream
   defined for the current branch, refused to run until
   merge.defaultToUpstream is set to true.  Flip the default of that
   configuration variable to true.
 * "git mergetool" learned to drive the vimdiff3 backend.
 * mergetool.prompt used to default to 'true', always asking "do you
   really want to run the tool on this path?".  The default has been
   changed to 'false'.  However, the prompt will still appear if
   mergetool used its autodetection system to guess which tool to use.
   Users who explicitly specify or configure a tool will no longer see
   the prompt by default.
   Strictly speaking, this is a backward incompatible change and
   users need to explicitly set the variable to 'true' if they want
   to be prompted to confirm running the tool on each path.
 * "git replace" learned the "--edit" subcommand to create a
   replacement by editing an existing object.
 * "git replace" learned a "--graft" option to rewrite the parents of a
   commit.
 * "git send-email" learned "--to-cover" and "--cc-cover" options, to
   tell it to copy To: and Cc: headers found in the first input file
   when emitting later input files.
 * "git svn" learned to cope with malformed timestamps with only one
   digit in the hour part, e.g. 2014-01-07T5:01:02.048176Z, emitted
   by some broken subversion server implementations.
 * "git tag" when editing the tag message shows the name of the tag
   being edited as a comment in the editor.
 * "git tag" learned to pay attention to "tag.sort" configuration, to
   be used as the default sort order when no --sort=<value> option
   is given.
 * A new "git verify-commit" command, to check GPG signatures in signed
   commits, in a way similar to "git verify-tag" is used to check
   signed tags, was added.
2014-08-25 07:49:08 +00:00
obache
2da08fd800 Update cmake-fedora to 2.1.3.
PRJ_VER=2.1.3
SUMMARY=Fixed the bodhi push  as Fedora-21 and EPEL-7 are not yet in bodhi
REDHAT_BUGZILLA=1002279,1093336
[Changes]
- Fixed cmake-fedora-fedpkg

PRJ_VER=2.1.2
SUMMARY=Fixed the bodhi push  as Fedora-21 and EPEL-7 are not yet in bodhi
REDHAT_BUGZILLA=1002279,1093336
[Changes]
- ManageVariable: CMAKE_FEDORA_CONF_GET_ALL_VARIABLES are now accepting the same
    parameters as SETTING_FILE_GET_ALL_VARIABLES
- Fixed the bodhi push  as Fedora-21 and EPEL-7 are not yet in bodhi.

PRJ_VER=2.1.1
SUMMARY=zanata_xml generation script is fixed
REDHAT_BUGZILLA=1002279,1093336
[Changes]
- Fixed Bug 1002279 - Project configuration bugs when using cmake-fedora-newprj
- cmake-fedora-newprj: Correct git repo URL
- ManageZanata: Fix zanata.xml suggest countries.

PRJ_VER=2.1.0
SUMMARY=Support EPEL7; cmake-fedora-newprj
is fixed; Fixed Bug 193336
REDHAT_BUGZILLA=1002279,1093336
[Changes]
- Fixed Bug 1093336 - date(1): -u is much portable than --utc
- Fix EPEL 7 support.

- Enhancement:
  + No need to use MAKE_INSTALL_* for rpm files section.
    INSTALL at any place works.
  + Better handling of ChangeLog:
    - ChangeLog will only invoked before make pack_src or make changelog.
  + find_lang and files -f .lang are added automatically when
    translations exists.
  + New targets:
    - dist: Produce the source archive file. This is in GNU Standard targets.
  + New modules:
    - CmakeFedoraScript: Scripts to be invoked in command line.
    - ManageChangeLogScript: Scripts for handling ChangeLog.
    - ManageRpmScript: RPM Scripts for handling RPM and SPEC.
    - ManageZanata: Zanata translation service. Split from ManageTranslation
  + New cache variables:
    - CMAKE_FEDORA_MODULE_DIR: cmake-fedora modules dir.
  + ManageFile: New function: MANAGE_CMAKE_FEDORA_CONF
  + ManageFile: New function: MANAGE_FILE_CACHE
  + ManageFile: New function: MANAGE_FILE_EXPIRY
  + ManageGConf: New macro: MANAGE_GCONF_SCHEMAS
  + ManageMessage: New function: M_OUT
  + ManageVariable: New macro: CMAKE_FEDORA_CONF_GET_ALL_VARIABLES
  + ManageString: New function: STRING_ESCAPE_BACKSLASH
  + ManageString: New function: STRING_ESCAPE_DOLLAR
  + ManageString: New function: STRING_ESCAPE_QUOTE
  + ManageTranslate: New function: ADD_POT_FILE
  + Target rpmlint: rpmlint statistics are now combined.
  + cmake-fedora-fedpkg: Default is now build all active
    Fedora (including rawhide) and EPEL releases in fedpkg branches.

- Removed:
  + cmake-fedora.conf.in is no longer needed.
  + TODO should be put in wiki.
  + Modules:
    - ManageInstall: This is no longer needed.
  + Targets:
    - changelog_prev_update:
  + Scripts:
    - cmake-fedora-functions is no longer needed.
    - cmake-fedora-changelog is no longer needed.
  + Variables:
    - PRJ_RPM_SPEC_FILE

- Changed:
  + DateTimeFormat: Macro to function: TODAY
  + ManageAPIDOC: MANAGE_APIDOC_DOXYGEN: Macro to function.
  + ManageAPIDOC: MANAGE_APIDOC_DOXYGEN: Parameters changed.
  + ManageArchive: Only the files that are explicitly added to
      SOURCE_ARCHIVE_CONTENTS will be depended.
  + ManageFile: GIT_GLOB_TO_CMAKE_REGEX: Macro to function.
  + ManageString: STRING_ESCAPE_SEMICOLON: Macro to function.
  + ManageDependency: MANAGE_DEPENDENCY: Macro to function.
  + ManageRelease: MANAGE_RELEASE: Macro to function.
  + ManageRelease: MANAGE_RELEASE: Parameters changed.
  + ManageRPM: RPM_MOCK_BUILD: Parameters changed.
  + ManageSourceVersionControl: MANAGE_SOURCE_VERSION_CONTROL_GIT:
    - Macro to function
    - Parameters Changed
  + ManageSourceVersionControl: MANAGE_SOURCE_VERSION_CONTROL_HG:
    - Macro to function
    - Parameters Changed
    - Mark as experiment
  + ManageSourceVersionControl: MANAGE_SOURCE_VERSION_CONTROL_HG:
    - Macro to function
    - Parameters Changed
    - Mark as experiment
  + ManageTranslation: MANAGE_GETTEXT:
    - Macro to function
    - Parameters Changed
  + ManageUpload: For all marcos:
    - Macros are changed to function
    - Parameters has changed.
  + PRJ_DOC_DIR: Changed from docdir/<PRJ_NAME>-<PRJ_VER>
    to docdir/<PRJ_NAME>

PRJ_VER=1.3.0
SUMMARY=Support EPEL7; cmake-fedora-newprj is fixed.
REDHAT_BUGZILLA=1002279
[Changes]
- Fixed Bug 1002279 - Project configuration bugs when using cmake-fedora-newprj
- Enhanced:
  + Support EPEL7
  + New targets: pack_src_no_force.
- Fixed:
  + cmake-fedora-newprj is fixed.
2014-08-24 06:14:55 +00:00
prlw1
a8aa582529 Update libgsf to 1.14.30
--------------------------------------------------------------------------
libgsf 1.14.30

Juhani Numminen:
        * Activate translations for gsf.  [#725409]

Morten:
        * Fix invalid g_free for Windows.
        * Work around glib/gio bug.  [#724970]

--------------------------------------------------------------------------
libgsf 1.14.29

Allin Cottrell:
        * Fix problem with GsfOutfileStdio.  [#706219]

Morten:
        * Fix translation issue and leak.  [#706937]
        * Fix fuzzed ods file crash.  [#720458]

--------------------------------------------------------------------------
2014-08-23 20:40:38 +00:00
obache
0271c8d47b Prevent libfi to be linked with libintl.
Gettext is just used in flex tool, not in library.

Bump PKGREVISION.
2014-08-23 07:46:38 +00:00
richard
36bc5f1af7 adjust PLIST to support dtrace option 2014-08-23 07:44:29 +00:00
wiz
d3faf22af7 Update to 3.11.3:
2014-08-23 meld 3.11.3
======================

  Features:

   * Manually handle app menu fallback for non-Gnome shells (Kai Willadsen)
   * Save and restore window maximisation state (Kai Willadsen)

  Fixes:

   * Add missing/incomplete "Language" entries (Lars Wendler)
   * Miscellaneous code cleanups (Christoph Brill)
   * Handle broken locale settings better (Kai Willadsen)
   * Fix size allocation issues in preferences UI (Kai Willadsen)
   * Update shebang for environments with Python 3 as default (Kai Willadsen)

  Translations:

   * Daniel Mustieles (es)
   * Marek Černocký (cs)
   * Piotr Drąg (pl)
   * Rafael Ferreira (pt_BR)
2014-08-23 05:24:25 +00:00
obache
214a1c1193 Documentation handling fixes.
Now, unwanted configure script timestamp update issue is resolved, and unwanted
documentation regeneration will not be happened anymore.
TeX related tools are not required in any case.
Additionally, PDF document is already in distibution, so no reason to prevent
installation.

Bump PKGREVISION.
2014-08-23 03:14:36 +00:00
wiz
ae075e6d55 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
wiz
18a60c5cd9 Update to 4.5.24. Extract using bsdtar instead of gtar.
Fix python interpreter in installed files.

Changes:

Version 4.5.24:
- bug fixes

Version 4.5.23:
- bug fixes

Version 4.5.22:
- bug fixes

Version 4.5.21:
- bug fixes
- changed the eric mascot to be a Python (i.e. the snake). New icons
  and pixmaps provided by Thimo Kraemer.

Version 4.5.20:
- bug fixes
- Italian translations completed by Gianpietro Zamolo

Version 4.5.19:
- bug fixes
2014-08-22 09:11:59 +00:00
wiz
5f9023030c Remove py-qt3*, obsolete upstream and replaced by py-qt4*.
Remove last three packages using py-qt3 as announced on pkgsrc-users.
2014-08-21 21:30:19 +00:00
he
8e392f54d0 Fix gyp so that all but one of the self-tests pass.
The one test remaining I've not been able to figure out what goes
wrong (it tries overriding the compiler to use, but ends up passing
the source to cc anyway, which wasn't supposed to happen).

Updated DESCR to be a little more verbose.  It now starts with

   GYP is a tool for the Chromium project that generates native
   Visual Studio, Xcode and SCons and/or make build files from a
   platform-independent input format.

Other changes:
 * Substitute /usr/bin/python and a bare "python" in a couple of files
 * Replace python in the interpreter line in all *.py files,
   done in a separate Makefile.replalce-python due to its size
 * Add a tool.mk make fragment for pkgsrc, for users of "gyp" within
   pkgsrc.  It makes a "python" available, via the python package's
   own tool.mk.  The GYP language spec says it's kosher to invoke
   Python from a gyp file by just saying "python".
 * Fix the bash interpreter in the "gyp" script
 * Add config for "netbsd7" as well
 * For some reason "thin" ar archives sometimes fail to produce an archive
   which "ar t" recognizes as valid, so avoid using them on NetBSD
 * Fix up some of the tests; our GNU make says "nothing to be done"
   with different quotes, add NetBSD platform support in some tests,
   and regenerate a couple of output files (should have been done
   upstream).

PKGREVISION bumped.
2014-08-21 14:49:43 +00:00
wiz
8296fb47a7 Update to 1.0.13:
Changes between version 1.0.9 and 1.0.10

Fix for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459763 incorporated,
thanks to Gergely Nagy for contributed code.

Changes between version 1.0.10 and 1.0.11

Support for xz in cdiff, patch by Ville Skyttä; code cleanup from Akim Demaille;
patch to provide custom diff command from Rainer Nagel.  Improved wdiff support
inspired by patch from Peter van Dijk.  Improved debdiff detection.

Changes between version 1.0.11 and 1.0.12

Packaging refactoring and minor packaging fixes.

Changes between version 1.0.12 and 1.0.13

Avoid accidentally identifying some diffs as side-by-side, handling colordiff
arguments better.  Plus code refactoring, corrections to docs.
2014-08-21 14:05:11 +00:00
jperkin
66935e30f6 Pull in devel/libusb on SunOS instead of the unsupported devel/libusb1, the
package detects which version is used at build time and handles both.
2014-08-21 14:03:45 +00:00
wiz
788d91ba52 Remove unused patches. 2014-08-21 06:21:14 +00:00
joerg
6edff139a2 bison rules are racy. 2014-08-19 13:32:10 +00:00
manu
e2b10d3d04 Missing DESCR from import time 2014-08-19 12:12:12 +00:00
fhajny
bfa44a23b6 Bump PKGREVISION for the previous commit. 2014-08-18 13:01:58 +00:00
wiz
15be28c177 + py-click. 2014-08-18 11:01:11 +00:00
wiz
5601d10e3f Import py34-click-3.1 as devel/py-click.
Click is a Python package for creating beautiful command line
interfaces in a composable way with as little code as necessary.
It's the "Command Line Interface Creation Kit".  It's highly
configurable but comes with sensible defaults out of the box.

It aims to make the process of writing command line tools quick
and fun while also preventing any frustration caused by the inability
to implement an intended CLI API.
2014-08-18 11:00:58 +00:00
wiz
9ef3a58abb + py-requests-toolbelt. Sort. 2014-08-18 10:00:34 +00:00
wiz
c384c9695d Import py34-requests-toolbelt-0.3.1 as devel/py-requests-toolbelt.
This is just a collection of utilities for python-requests, but
don't really belong in requests proper.
2014-08-18 10:00:05 +00:00
wiz
431ff26f85 Update to 1.3.0:
Changes from 1.2.0 to 1.3.0:

    Add AMD TBM instructions.
    Add HSW TSX instructions.
    Fix âpmulhrwâ, âvphaddudqâ, and âvpbroadcastqâ instructions.
    Add Intel SHA, ADX, RDSEED, and SMAP instructions.
    Use a larger hash table size in NASM macro handling.
    Add support for x32 ABI (called âelfx32â).
    Add support for âfunctionâ decorator in win32/win64 object
    files.
    In Mach-O, only warn on repeated flags if the new flags are
    different.
2014-08-17 16:37:56 +00:00
wiz
9b347e071a Update to 5.7:
---
5.7
---

* Issue #240: Based on real-world performance measures against 5.4, zip
  manifests are now cached in all circumstances. The
  ``PKG_RESOURCES_CACHE_ZIP_MANIFESTS`` environment variable is no longer
  relevant. The observed "memory increase" referenced in the 5.4 release
  notes and detailed in Issue #154 was likely not an increase over the status
  quo, but rather only an increase over not storing the zip info at all.

---
5.6
---

* Issue #242: Use absolute imports in svn_utils to avoid issues if the
  installing package adds an xml module to the path.

-----
5.5.1
-----

* Issue #239: Fix typo in 5.5 such that fix did not take.

---
5.5
---

* Issue #239: Setuptools now includes the setup_requires directive on
  Distribution objects and validates the syntax just like install_requires
  and tests_require directives.
2014-08-17 16:32:36 +00:00
wiz
e702b54126 Update to 6.3.1:
Version 6.3.1 - August 11 2014

[CHANGES]
New facilities:
o gtags.vim: New 'Gtagsa' (Gtags with append) command.
  This command appends tags to the current tag list.
  If you want to get a union of 'global -d foo' and
  'global -r foo' then please do as follows:

    :Gtags -d foo
    :Gtagsa -r foo

o geco.rc: New command (Bash function).
  You need bash, percol and less to use geco.

    $ source /usr/local/share/gtags/geco.rc
    $ geco --help       # show help
    $ geco mai[TAB]     # auto completion
              v
    $ geco main [ENTER]
    QUERY> init         # narrowing down
    (less's screen)
    :tag -r main        # tag jump again

    The same options are available on the both prompts:
    $ geco <options> arg
    :tag <options> arg

[INCOMPATIBLE CHANGES]
o global: The following configuration variables were removed
  since they will surely cause confusion.
  GTAGSROOT, GTAGSDBPATH
2014-08-17 16:31:32 +00:00
jaapb
f89322d1cc Corrected error in Makefile that made package be installed as
ocaml-menhir. Added a SUPERSEDES just to be sure and increased
PKGREVISION.
2014-08-17 14:42:41 +00:00
jaapb
62b066b73c Updated package to newest version, 20140422. Changes include:
In the Coq backend, use ' instead of _ as separator in identifiers.
Also, correct a serious bug that was inadvertently introduced on
2013/03/01 (r319).
Lexer fix so as to support an open variant type [> ...] within
a %type<...> declaration.
Updated the Makefile so that install no longer depends on all.
Updated the demos so that the lexer does not invoke "exit 0"
when encoutering eof. (This should be more intuitive.)
Fixed a newline conversion problem that would prevent Menhir from
building on Windows when using ocaml 4.01.
Switched to ocamlbuild. Many thanks to Daniel Weil for offering
very useful guidance.
"menhir --depend" was broken since someone added new whitespace in the output
of ocamldep. Fixed.
Fixed a compilation problem that would arise when a file produced
by Menhir on a 64-bit platform was compiled by ocaml on a 32-bit
platform.
Performance improvements in the computation of various information
about the automaton (module [Invariant]). The improvements will be
noticeable only for very large automata.
The option --log-grammar 3 (and above) now causes the FOLLOW sets for
*terminal* symbols to be computed and displayed.
Added the flag --canonical, which causes Menhir to produce a canonical LR(1)
automaton in the style of Knuth. This means that no merging of states takes
place during the construction of the automaton, and that no default reductions
are allowed.

I also modified the package to use the ocaml.mk infrastructure.
2014-08-17 14:37:23 +00:00
jaapb
8df508e16d Updated devel/ocaml-deriving-ocsigen to its latest version, 0.6.2. Changes
include:
  * Added a 'Default' class (Hugo Heuzard)
  * Allow private variant in the 'Functor' class (Pierre Chambart)
  * Switch build system to oasis and improved META
The package has also been updated to use the mk/ocaml.mk infrastructure.
2014-08-17 13:54:54 +00:00
jaapb
6f77447c54 Added ocaml-oasis SUBDIR entry. 2014-08-17 13:51:58 +00:00
jaapb
b3a24144ed New package devel/ocaml-oasis, the OASIS build system for OCaml packages.
As noted in the DESCR, this package is not generally needed to install
OASIS-enabled software; it contains the development tools needed to add
OASIS support to an existing (or new) project.
2014-08-17 13:51:01 +00:00
jaapb
7871cbc6e5 Added SUBDIR entry for ocamlmod 2014-08-17 13:42:15 +00:00
jaapb
1b588b6173 Added package devel/ocamlmod, a program to generate OCaml modules from
source code. Needed as a dependency for other packages.
2014-08-17 13:41:42 +00:00
jaapb
a264f702f3 Added ocamlify SUBDIR entry to Makefile 2014-08-17 13:38:57 +00:00
jaapb
9d63ebde62 Added new package devel/ocamlify, which allows embedding of external
resources directly into OCaml code. Needed as a dependency for other
packages, mostly.
2014-08-17 13:38:10 +00:00
jaapb
8f5fca0aea Added SUBDIR entry for ocaml-odn 2014-08-17 13:34:34 +00:00
jaapb
8b022d7b85 New package devel/ocaml-odn, a data dumping library for ocaml. Mostly
important as a dependency for other packages.
2014-08-17 13:34:06 +00:00
jaapb
6537198533 Added ocaml-type_conv SUBDIR entry 2014-08-17 13:26:13 +00:00
jaapb
823a8cd1f6 Added package devel/ocaml-type_conv, a type conversion support library for
OCaml. It's mostly needed as a dependency to a bunch of other packages.
2014-08-17 13:22:17 +00:00
jaapb
fd1d78b256 Revamped package to use ocaml.mk infrastructure.
Package name is now ocaml-optcomp rather than optcomp, in line with most
other OCaml packages. This only affects devel/ocaml-deriving-ocsigen,
which will be updated shortly.
2014-08-17 12:11:07 +00:00
wen
66ec396c8e Add p5-Moos 2014-08-17 10:05:06 +00:00
wen
91e29b1d2b Import Moos-0.29 as devel/p5-Moos.
Moos completes the M to Moose sequence of Perl OO modules.

This one is pure Perl, single file and mostly Moose compatible(for
what it does). Moos has no non-core dependencies, but certain
features (roles, debugging functions, legacy Perl support) do
require additional modules. If you steer away from those features,
you don't need those additional modules.
2014-08-17 10:03:20 +00:00
wiz
13b551552d Fix SDL_LoadObject to try the soname itself first, without any prefixes,
and only fallback to other places when that fails.
Bump PKGREVISION.
2014-08-17 09:24:47 +00:00
wen
b9cb07f540 Update HOMEPAGE 2014-08-17 07:47:49 +00:00
wen
479ffd438a Update to 0.74
Upstream changes:
0.74 Sat Aug 16 16:53:28 PDT 2014
 - Change ' / ' to '/' in doc

0.73 Sat Aug 16 11:15:52 PDT 2014
 - Meta 0.0.2

0.72 Sat Aug 16 01:37:38 PDT 2014
 - Remove File::Basename from tests

0.71 Fri Aug 15 22:54:05 PDT 2014
 - Add t/000-require-modules.t

0.70 Fri Aug 15 18:27:20 PDT 2014
 - Add t/000-compile-modules.t

0.69 Fri Aug 15 20:54:27 BST 2014
 - Restore deprecated "WriteInlineMakefile" for now.
2014-08-17 07:35:01 +00:00
wen
39a78c1419 Update to 2.1211
Add missing BUILD_DEPENDS

Upstream changes:
2.1211   2014-08-11

  [DOCUMENTATION]

  - Updated Changes and Moose::Manual::Delta to note when we started removing
    lazy_build from docs. Also added a note in the Moose::Meta::Attribute docs
    stating that use of this feature is discouraged.
  - Added a pointer from the auto_deref feature to
    Moose::Meta::Attribute::Native. This is often a better choice.

  [OTHER]

  - The subs installed by Moose::Exporter->setup_import_methods are now named
    using Sub::Name (Dave Rolsky, RT#97572)
2014-08-17 07:27:58 +00:00
wen
832b1b28c0 Add p5-Test-CleanNamespaces 2014-08-17 07:17:39 +00:00
wen
89e433ecb0 Import Test-CleanNamespaces-0.15 as devel/p5-Test-CleanNamespaces.
This module lets you check your module's namespaces for imported
functions you might have forgotten to remove with namespace::autoclean
or namespace::clean and are therefore available to be called as
methods, which usually isn't want you want.
2014-08-17 07:14:41 +00:00
szptvlfn
fafd33a2f6 + hs-vector-algorithms 2014-08-16 22:25:12 +00:00
szptvlfn
cf8ddb355e Import vector-algorithms-0.6.0.3 as devel/hs-vector-algorithms,
packaged for wip.

Efficient algorithms for vector arrays
2014-08-16 22:23:42 +00:00
szptvlfn
c414a1a4fb + hs-deepseq-generics 2014-08-16 21:58:06 +00:00
szptvlfn
b2ec6e4fe7 Import deepseq-generics-0.1.1.1 as devel/hs-deepseq-generics.
This package provides a GHC.Generics-based
Control.DeepSeq.Generics.genericRnf function which can be used for
providing a rnf implementation. See the documentation for the genericRnf
function in the Control.DeepSeq.Generics module to get started.

The original idea was pioneered in the generic-deepseq package (see
http://www.haskell.org/pipermail/haskell-cafe/2012-February/099551.html for
more information).

This package differs from the generic-deepseq package by working in
combination with the existing deepseq package as opposed to defining a
conflicting drop-in replacement for deepseq's Control.Deepseq module.
2014-08-16 21:56:30 +00:00
wiz
e9c5ec1393 Update to 1.29:
* Version 1.29 (released 2014-08-10) [stable]

** libidn: Mark internal variable "g_utf8_skip" as static.
Reported by Thomas Dineen <tdineen@ix.netcom.com>.

** idn: Flush stdout to simplify for tools that buffer too heavily.
Tiny patch from Hugh Daschbach <hugh@ccss.com>.

** i18n: Added Brazilian Portuguese translation.
Thanks to Rafael Ferreira.

** Update gnulib files.

** API and ABI is backwards compatible with the previous version.
2014-08-16 12:16:53 +00:00
wen
25b8b1e727 Fix build
Reported by:	joerg@(Thanks !)
2014-08-15 00:48:55 +00:00
schmonz
0dd653baf2 Update to 2.09. From the changelog:
Fix bug in handling of scalar arg in old (5.10 or older) module.
Whitespace & POD cleanups.
2014-08-14 16:44:37 +00:00
joerg
c9d7532b50 Fix PLIST for Python != 2.7. 2014-08-14 16:09:23 +00:00
jmmv
2c6e965aa1 Import kyua-0.10.
This is a "new" import that unifies all the previous Kyua subpackages
(kyua-atf-compat, kyua-cli and kyua-testers) under a single package.
The change has been made upstream mainly for simplicity reasons; the
old modular scheme was unnecessary.

Given that this new import should be really considered to be an update,
the following are the changes since kyua-cli-0.9 and kyua-testers-0.3,
both released last week:

Experimental version released on August 14th, 2014.

* Merged 'kyua-cli' and 'kyua-testers' into a single 'kyua' package.

* Dropped the 'kyua-atf-compat' package.

* Issue 100: Do not try to drop privileges to unprivileged_user when we
  are already running as an unprivileged user.  Doing so is not possible
  and thus causes spurious test failures when the current user is not
  root and the current user and unprivileged_user do not match.

* Issue 79: Mention kyua.conf(5) in the "see also" section of kyua(1).

* Issue 75: Change the rewrite__expected_signal__bad_arg test in
  testers/atf_result_test to use a different signal value.  This is to
  prevent triggering a core dump that made the test fail in some platforms.
2014-08-14 14:14:52 +00:00
jmmv
97d36aeae9 Update shtk to 1.4:
Released on 2013-12-30.

* Added support for a user-defined SHTK_MODULESPATH variable.  This
  colon-separated, user-tunable variable lists the directories that
  contain modules.

* Added a modulesdir variable to shtk.pc so that third-party packages
  can install shtk-compliant modules into the shared directory.  This
  variable is also exposed by the SHTK_CHECK macro of shtk.m4 as
  SHTK_MODULESDIR.

* Added a new bool module with a shtk_bool_check function to convert a
  string to a boolean.

* Added a new cleanup module to simplify the installation and automatic
  execution of termination handlers.

* Fixed the config module in Mac OS X 10.9 to respect default values
  of configuration variables.
2014-08-14 13:48:21 +00:00
richard
2015ee954e fix patch-av patch prefix for scmcvs 2014-08-14 10:33:29 +00:00
obache
9b38baaa14 Remove subversion 1.6, EOL over a year ago. 2014-08-14 09:53:18 +00:00
rodent
53ade92ea3 Updated to 2.6.2. ruby18 isn't supported. From NEWS.md:
### Bug fixes

* If you have a Rails >= 4.1 project and you are running tests using Spring,
  matchers that depend on assertions within Rails' testing layer (e.g.
  `render_template` and `route`) will no longer fail.

* Fix `permit` so that it can be used more than once in the same test.

* Revert change to `validate_uniqueness_of` made in 2.6.0 so that it no longer
  provides default values for non-primary, non-nullable columns. This approach
  was causing test failures because it makes the assumption that none of these
  columns allow only specific values, which is not true. If you get an error
  from `validate_uniqueness_of`, your best bet continues to be creating a record
  manually and calling `validate_uniqueness_of` on that instead.

### Other changes

* The majority of warnings that the gem produced have been removed. The gem
  still produces warnings under Ruby 1.9.3; we will address this in a future
  release.
2014-08-14 02:18:41 +00:00
joerg
c101ff0d1b Use less random gcc flags. 2014-08-13 22:39:56 +00:00
joerg
c07de3c425 Not compatible with Python 2.6. 2014-08-13 22:39:30 +00:00
joerg
f2bd16f2a5 Fix operator constness. 2014-08-13 22:39:10 +00:00
joerg
0f353a5e92 Call the various autotools directly as bootstrap wants to use the wrong
scripts.
2014-08-13 22:38:33 +00:00
wiz
8549111e78 Add upstream bug report URL. 2014-08-13 21:11:07 +00:00
wiz
623eb2abed Update to 2.04, a version from this century.
Last pkgsrc was version from 2002.

Changes in 2.04:

    Add new programming language ObjectiveâC.
    Add new bracket style option "style=google" (-A14).
    Add new option "indent-preproc-cond" (xw) to indent preprocessor
    conditional statements (#118).
    Add new bracket modify options "attach-namespaces", "attach-classes",
    "attach-inlines", and "attach-extern-c".
    Add new option "indent-modifiers" (-xG) to indent class access
    modifiers one-half indent (#130).
    Add new option "remove-brackets" (-xj) to remove brackets from
    single line conditional statements.
    Add new option "remove-comment-prefix" (-xp) to remove the
    leading '*' from multi-line comments.
    Add new option "align-method-colon" (-xM) to align ObjectiveâC
    method colons.
    Add new option "pad-method-colon=#" (-xP#) to space pad
    ObjectiveâC method colons.
    Add new options "pad-method-prefix" (-xQ), and "unpad-method-prefix"
    (-xR) to pad the ObjectiveâC "-" and "+" method prefix.
    Add new dll entry point AStyleMainUtf16 for processing C# UTF-16
    strings.
    Add formatting of C++11 raw string literals (#222).
    Add "style=knf" as an alternative to "style=linux".
    Remove depreciated "bracket=" options.
    Improve recognition and formatting of pointers and references
    (#174 and other changes).
    Improve the recognition of block-opening brackets.
    Improve code using a static code analyzer (#195).
    Change "max-code-length" to include ObjectiveâC methods.
    Change "indent-elseifs" and "break-blocks" to look ahead only
    if in command-type brackets (speed improvement).
    Fix linux bracket styles to break the opening bracket in inline
    function definitions (#185).
    Fix indentation of switch block comments (#164).
    Fix enums to indent with tabs when requested (#92, #121).
    Fix formatting of rvalue reference without a name in a declaration
    (#219).
    Fix "pad-first-paren-out" to not pad if the following parens
    are empty (#232).
    Fix end-of-statement reset when comments follow closing bracket.
    Fix the ASBeautifier active and waiting stacks to delete the
    ASBeautifier objects before deleting the pointers.
    Fix ASBeautifier "init" to delete the tempStack vectors before
    deleting the tempStack.
    Fix Linux piping problem by changing "cin" input to build a
    stringstream before formatting.
    Fix to identify the correct bracket type when 'extern "C"' is
    part of the enum definition.
    Fix to clear 'extern "C"' variables when the block is closed.
    Fix unindented 'extern "C"' to not indent when in a #else
    preprocessor directive.
    Fix not always correctly formatting linux type brackets for
    enum blocks.
    Fix align-pointer in a range-based for statement (#217).
    Fix pointer-reference argument alignment to correctly position
    a following comment (#235).
    Fix to not attach a bracket to a line ending in a backslash
    '\' (#186, #214, #220).
    Fix to recognize templates using multiple lines (#85, #87,
    #136).
    Fix formatting of template continuation lines (#85, #87, #136).
    Fix to allow '^' as an array operator (#233).
    Fix an "enum" argument being mistaken for an enumeration (#211).
    Fix to recognize a non-instatement array after a "},{" sequence.
    Fix "pad-oper" to not pad before a following comma.
    Fix recognition of an operator when the calculation contains
    a bitwise "not" '~' (#166).
    Fix to allow a preprocessor statement within a preprocessor
    define (#238).
    Fix preprocessor comparison to check for whole words (#246).
    Fix "add-brackets" when a line contains more than one paren
    pairs (#181).
    Fix to allow Mac old CR line endings in the options file (#129).
    Refactor to aid debugging and improve design and decomposition:
	Move ALL preliminary indentation calculations to
	computePreliminaryIndentation() in ASBeautifier.
	Move calculation of 'force tab' indents to preLineWS() in
	ASBeautifier.
	Combine methods init() and init(ASSourceIterator*) in
	ASBeautifier.
	Extract method adjustParsedLineIndentation() in ASBeautifier.
	Extract method parseCurrentLine() in ASEnhancer.
	Remove astyle_main.cpp unused functions getFilesUnchanged,
	getOptionsFileRequired, and setOptionsFileRequired.

Older changes included in distfile, or available on
http://astyle.sourceforge.net/notes.html
2014-08-13 20:56:25 +00:00
wiz
57e8243d9e + p5-Getopt-Tabular 2014-08-13 20:43:42 +00:00
wiz
94f04cdeba Import p5-Getopt-Tabular-0.3 as devel/p5-Getopt-Tabular.
Getopt::Tabular is a Perl 5 module for table-driven argument parsing,
vaguely inspired by John Ousterhout's Tk_ParseArgv.
2014-08-13 20:43:07 +00:00
cheusov
317703548c Fix for build failure on Interix caused by sizeof(intmax_t) == 0
++pkgrevision
2014-08-13 20:22:09 +00:00
wiz
5f7070961a Update to 0.06:
0.06 2014-07-29
    - Improved the abstract - explicit mention that functions are supported
    - Improved the SYNOPSIS - split into separate code blocks
    - Improved the DESCRIPTION. Made clearer that as soon as you specify
      an import symbol, you have to also specify any you want from @EXPORT.
    - Removed the BUGS and CAVEATS section from the doc; it was just being
      self-deprecating about whether it deserved the "lite" moniker.
2014-08-13 19:45:09 +00:00
cheusov
8c1dabab1f Always use system-wide getcwd(3) instead built-in replacement.
Do not use non-standard getcwd(NULL,0).
This fixes cvs on Interix
  (cvs [diff aborted]: cannot get working directory: No such file or
directory);
2014-08-13 18:30:03 +00:00
adam
72ed0307eb Revbump after boost-libs update 2014-08-13 10:57:32 +00:00
adam
9073bc07d0 Changes 1.56.0:
Modularization
Boost version control has migrated to a system using git submodules. This shouldn't make too much of a difference to users, although the directory structure is now a bit different.

Parts of some libraries have been moved into different modules, and several new modules have been extracted from existing code. All header paths should remain the same. The new modules are:

Assert:
Customizable assert macros. Maintained by Peter Dimov.
Core:
Core utilities used by other libraries, with minimal dependencies. Maintained by Peter Dimov, Glen Fernandes and Andrey Semashev.
Lexical_Cast:
General literal text conversions, such as an int represented a string, or vice-versa, from Kevlin Henney.
Throw_Exception:
A common infrastructure for throwing exceptions from Boost libraries, from Emil Dotchevski.
Winapi:
Windows API declarations without <windows.h>, for internal Boost use.
New Libraries
Align:
Memory alignment functions, allocators, and adaptors, from Glen Fernandes.
Type_Index:
Runtime/Compile time copyable type info, from Antony Polukhin.
2014-08-13 10:56:35 +00:00
markd
9a25403f57 Backout Official Patch 5. Some packages have already dealt with removal
of the obsolete "Function" and adding it back in breaks them.

Noted by Takahiro Kambe.
2014-08-13 09:28:37 +00:00
adam
d03d666f7e Changes 1.8.10:
This release addresses two security issues:
    CVE-2014-3522: ra_serf improper validation of wildcards in SSL certs.
    CVE-2014-3528: credentials cached with svn may be sent to wrong server.
2014-08-13 09:08:55 +00:00
markd
e64841c70a Update to nss 3.16.4
This release consists primarily of CA certificate changes as listed
below, and includes a small number of bug fixes.

Notable Changes:
* The following 1024-bit root CA certificate was restored to allow more
  time to develop a better transition strategy for affected sites. It was
  removed in NSS 3.16.3, but discussion in the mozilla.dev.security.policy
  forum led to the decision to keep this root included longer in order to
  give website administrators more time to update their web servers.
  - CN = GTE CyberTrust Global Root
* In NSS 3.16.3, the 1024-bit "Entrust.net Secure Server Certification
  Authority" root CA certificate was removed. In NSS 3.16.4, a 2048-bit
  intermediate CA certificate has been included, without explicit trust.
  The intention is to mitigate the effects of the previous removal of the
  1024-bit Entrust.net root certificate, because many public Internet
  sites still use the "USERTrust Legacy Secure Server CA" intermediate
  certificate that is signed by the 1024-bit Entrust.net root certificate.
  The inclusion of the intermediate certificate is a temporary measure to
  allow those sites to function, by allowing them to find a trust path to
  another 2048-bit root CA certificate. The temporarily included
  intermediate certificate expires November 1, 2015.
2014-08-12 09:43:06 +00:00
wiz
55c0c08c02 Improve DESCR, from Jan Danielsson on pkgsrc-users. 2014-08-12 06:19:28 +00:00
markd
b82a309377 Apply Readline-6.3 Official Patches 1 - 6 2014-08-11 21:29:00 +00:00
szptvlfn
a98fd99589 Bump PKGREVISION for hs-transformers-base-0.4.3 2014-08-11 21:06:30 +00:00
szptvlfn
936da03f23 Update to 0.4.3
Changes from https://github.com/mvv/transformers-base
0.4.3
 - Merge pull request #6 from tensor5/master
   Enable Safe Haskell extension
2014-08-11 21:03:58 +00:00
tron
5e0ad3f955 Use a (shell) "for" loop to deal with creating the symbolic links for both
include filenames instead of duplicating the code.
2014-08-11 12:06:00 +00:00
tron
858b945309 Also create "ncurses/ncurses.h" if we are using a builtin curses library.
Some packages (e.g. "cmake" version 3.0.1) automatically discover
"${PREFIX}/include/ncurses/ncurses.h" and derive the include filename
from this path.
2014-08-11 11:50:06 +00:00
wiz
695c49b195 Remove unnecessary chunk. 2014-08-11 11:20:37 +00:00
wiz
a47da26d7b Adapt path for cmake-3.0. Bump PKGREVISION. 2014-08-11 11:20:24 +00:00
wen
defd86e7e8 Update to 0.79
Upstream changes:
0.79 Sat Aug  9 00:55:07 PDT 2014
 - Dep on EU::MM 6.52

0.78 Sat Aug  9 00:23:58 PDT 2014
 - Fix swim errors

0.77 Fri Aug  8 12:39:43 PDT 2014
 - Change Provider test to use string eval, keeping it out of the eyes of
   Perl::Prereqs.

0.76 Thu Aug  7 00:29:39 PDT 2014
 - Fix bad encoding in Pod

0.75 Wed Aug  6 22:04:50 PDT 2014
 - Use PR/14 which makes old and new Test::Builders work. exodist++

0.74 Wed Aug  6 13:36:29 PDT 2014
 - Add dependency on Filter::Util::Call just to be sure
 - Spiffy requires it and we already require Spiffy

0.73 Wed Aug  6 13:24:45 PDT 2014
 - Doc fix. Thanks @Perlover++

0.72 Wed Aug  6 10:31:52 PDT 2014
 - Dep on new Spiffy-0.40 to get rid of warnings on blead 5.21.x

0.71 Wed Aug  6 09:50:04 PDT 2014
 - Applied PR/4 from schwern++

0.70 Wed Aug  6 09:30:03 PDT 2014
 - Fixed doc typo

0.69 Wed Aug  6 09:09:34 PDT 2014
 - Add $VERSION back into Test::Base

0.68 Wed Aug  6 08:56:09 PDT 2014
 - PR/11 and fixes

0.67 Tue Aug  5 10:16:09 PDT 2014
 - Add badges to doc

0.66 Mon Aug  4 00:39:44 PDT 2014
 - Remove (c) from Copyright
 - Ginish doc to Swim

0.65 Sat Aug  2 23:48:34 PDT 2014
 - Fix copyright years.

0.64 Fri Aug  1 23:16:11 PDT 2014
 - Add Algorithm::Diff and Text::Diff to test.requires

0.63 Fri Aug  1 23:04:30 PDT 2014
 - Switch to Zilla-Dist

0.62 Mon Feb 10 14:45:04 PST 2014
 - Bad plan in a test

0.61 Sat Feb  8 11:08:00 PST 2014
 - Switch to dzil
2014-08-11 02:56:22 +00:00
wen
fa6dbc8192 Update to 0.29
Upstream changes:
0.29    2014/07/17 12:18:12
        [CHANGES]
         * Added Test::Future
         * Stronger deprecations - repeat {} on failures warns every time,
           ->and_then / ->or_else warn once

        [BUGFIXES]
         * Define the behaviour of dependent futures when components are
           cancelled. (Partially fixes RT96685)
         * Use Module::Build->prompt (RT96409)
         * Ensure that repeat on an empty foreach list or empty generator
           without 'otherwise' behaves correctly, just yield an immediate

0.28    2014/06/08 22:43:40
        [CHANGES]
         * Added ->label
         * Added ->btime, rtime, elapsed tracing timers
         * Better handling of 'breaks' version detection

0.27    2014/06/06 17:42:27
        [BUGFIXES]
         * Depend on Carp 1.25 for the new message format with trailing
           period, so tests work

0.26    2014/06/01 12:52:53
        [CHANGES]
         * Added ->is_failed accessor
         * Implement ->export_to_level in Future::Utils
         * Print a warning about lost sequence Futures
         * Allow Future->done and Future->fail as simple class constructors
           to return immediates
         * Added Future->unwrap

        [BUGFIXES]
         * Ensure that sequence futures are weaken()ed in the forward
           direction.
           **NOTE** This will potentially break existing code that depended on
             strong references. This old code was, however, broken.
2014-08-11 02:06:20 +00:00
wen
bf4903f121 Update to 0.68
Upstream changes:
0.68 Mon Aug 11 01:19:12 BST 2014
 - Update "with" docs for EU::D 0.400.
2014-08-11 01:53:13 +00:00
wiz
56d1f52d78 Update to 2.6.1:
2.6.1
-----------------------------------

- No longer show line numbers in the --verbose output, the output is now
  purely the nodeid.  The line number is still shown in failure reports.
  Thanks Floris Bruynooghe.

- fix issue437 where assertion rewriting could cause pytest-xdist slaves
  to collect different tests. Thanks Bruno Oliveira.

- fix issue555: add "errors" attribute to capture-streams to satisfy
  some distutils and possibly other code accessing sys.stdout.errors.

- fix issue547 capsys/capfd also work when output capturing ("-s") is disabled.

- address issue170: allow pytest.mark.xfail(...) to specify expected exceptions via
  an optional "raises=EXC" argument where EXC can be a single exception
  or a tuple of exception classes.  Thanks David Mohr for the complete
  PR.

- fix integration of pytest with unittest.mock.patch decorator when
  it uses the "new" argument.  Thanks Nicolas Delaby for test and PR.

- fix issue with detecting conftest files if the arguments contain
  "::" node id specifications (copy pasted from "-v" output)

- fix issue544 by only removing "@NUM" at the end of "::" separated parts
  and if the part has an ".py" extension

- don't use py.std import helper, rather import things directly.
  Thanks Bruno Oliveira.
2014-08-10 14:46:03 +00:00