Commit graph

18034 commits

Author SHA1 Message Date
drochner
90e77c4758 update to 4.5.0, from Helge Muehlmeier per pkgsrc-wip
changes:
-UI improvements
-bugfixes
2012-02-21 20:26:47 +00:00
drochner
8af6ea5c2f update to 5.0.4
changes:
-bugfixes
-New CPUs recognised
2012-02-21 13:18:19 +00:00
reinoud
663b6919fb Forgot to add the new patches for allegro-4.2.2 2012-02-20 15:40:55 +00:00
reinoud
7becd6fddd Bump devel/allegro to version 4.2.2 from pkgsrc-wip. 2012-02-20 15:39:37 +00:00
jdc
7ffe8b64cb Bump PKGREVISION for NetBSD/sparc64 bus error fix. 2012-02-20 15:07:46 +00:00
jdc
8a02711558 Turn off pre-compiled headers on NetBSD/sparc64. This stops cc1plus spinning
while using 100% system time.
2012-02-20 14:59:31 +00:00
jdc
db20e118de Add checksum for new patch (patch-src_video_x11_SDL_x11video.c). 2012-02-20 14:57:06 +00:00
jdc
7a71c6781f Fix bus error crash on sparc64, by aligning the object we pass to:
XChangeProperty(..., 32, ...)

correctly.  See also libSDL bug 1427:

  http://bugzilla.libsdl.org/show_bug.cgi?id=1427
2012-02-20 14:55:59 +00:00
sno
42a3e16add Updating package for CPAN module Devel::TraceUse in devel/p5-Devel-TraceUse
from 2.05 to 2.06

pkgsrc changes:
2.06 Sun Jan 15 00:44:13 CET 2012
    No code change, but:
    - More thoroughly remove @INC from the error output
    - do not open output test files as utf8
    - fix a warning when using a dev version of Module::CoreList
2012-02-20 13:47:11 +00:00
sno
bdbb67a829 Updating package for CPAN module CPAN::Meta in devel/p5-CPAN-Meta from
2.112150 to 2.120351.

pkgsrc changes:
- adding dependency to devel/p5-Parse-CPAN-Meta (backend to read
  YAML/JSON) by source analyse

Upstream changes:
2.120351  2012-02-03 23:01:45 America/New_York

  [OTHER]

  - Fixed CPAN packaging errors

2.120350  2012-02-03 22:46:59 America/New_York

  [BUGFIX]

  - Work around a memory leak bug involving version objects
    in boolean context.

2.113640  2011-12-30 15:19:46 America/New_York

  [OTHER]

  - Version::Requirements has now been merged as CPAN::Meta::Requirements,
    rendering Version::Requirements itself redundant

2.112621  2011-09-19 12:15:16 America/New_York

  [BUGFIX]

  - Spell BACKEND environment variables correctly this time
    [noticed by Stevan Little]

2.112620  2011-09-18 20:56:06 America/New_York

  [BUGFIX]

  - Protect tests against PERL_(YAML|JSON)_BACKEND settings that could
    cause tests to fail. (RT #69979)

2.112600  2011-09-17 12:21:09 America/New_York

  [DOCUMENTATION]

  - Fixed spelling error in CPAN::Meta::Spec (RT #71036) [Gregor Hermann]

2.112580  2011-09-15 10:53:59 America/New_York

  [BUGFIX]

  - Use UTF-8 mode for internal structure cloning to avoid bugs
    in Perl <= 5.8.6 (RT #70936) [Dagfinn Ilmari Mannsåker]
2012-02-20 13:34:10 +00:00
sno
237fed2227 Updating package for CPAN module Parse::CPAN::Meta in
devel/p5-Parse-CPAN-Meta from 1.4401 to 1.4402.

pkgsrc changes:
- adjusting dependencies to default requirements

Upstream changes:
1.4402 Tue Feb 07 2012
      - Minor maintenance: standardized newlines to Unix style
2012-02-20 13:20:35 +00:00
sno
d914d36d85 Added devel/p5-CPAN-Meta-YAML version 0.007 2012-02-20 13:16:36 +00:00
sno
2c447bb9f1 Importing package for CPAN module CPAN::Meta::YAML version 0.007 into
devel/p5-CPAN-Meta-YAML as dependency of scheduled update of package
for CPAN module CPAN::Meta in devel/p5-CPAN-Meta.

This module implements a subset of the YAML specification for use in
reading and writing CPAN metadata files like META.yml and MYMETA.yml.
It should not be used for any other general YAML parsing or generation
task.

NOTE: META.yml (and MYMETA.yml) files should be UTF-8 encoded. Users
are responsible for proper encoding and decoding. In particular, the
read and write methods do not support UTF-8 and should not be used.
2012-02-20 13:16:18 +00:00
sno
c2dd690919 Updating package for CPAN module B::Hooks::EndOfScope in
devel/p5-B-Hooks-EndOfScope from 0.09nb2 to 0.10

Upstream changes:
0.10  Thu, 16 Feb 2012 09:41:54 +0100
  * Stop propagating our magic through localisation.
2012-02-20 12:38:30 +00:00
sno
64ab20bb91 Updating package for CPAN module AutoLoader in devel/p5-AutoLoader from
5.71 to 5.72.

Upstream changes:
5.72  Thu Nov 24 19:15 2011
  - Update FSF address.
  - Fix META.yml info on upstream.
2012-02-20 12:33:00 +00:00
sno
4defe6a7dc Updating package for CPAN module Attribute::Handlers in
devel/p5-Attribute-Handlers from 0.91 to 0.93

Upstream changes:
0.93	Mon Dec 19 09:19:00 CET 2011
	- documentation: "my" should be "till" (Frederic Briere)
	- Spelling fixes (Father Chrysostomos)
	- Indentation fixes (Father Chrysostomos)
2012-02-20 12:29:17 +00:00
sno
99ce8e3be6 Updating package for CPAN module Array::Compare in devel/p5-Array-Compare
from 2.01nb3 to 2.02

pkgsrc changes:
- add build/test requirement

Upstream changes:
2011-12-15  Dave Cross <dave@dave.org.uk>
  * Build.PL, lib/Array/Compare.pm, t/test.t: Tests and fixes for RT bug 73287
  (thanks to Andrew Solomon) Bump version number

2011-02-17  Dave Cross <dave@dave.org.uk>
  * t/test.t: Removed old Perl 4-ish test comments.

2009-09-02  Dave Cross <dave@dave.org.uk>
  * lib/Array/Compare.pm: Correct documentation of 'WhiteSpace' option.
2012-02-20 12:26:17 +00:00
abs
a0d33cd690 Drop (optional) p5-PartialDump dependency as it depends on Moose (dependency loop) 2012-02-19 22:50:14 +00:00
wiz
d5bdceef94 Update to 1.7.5, provided by Helge Muehlmeier via pkgsrc-wip.
pysvn Extension 1.7.5 (27 Feb 2011) release supports Subversion 1.4.0 thru 1.6.15
pysvn Extension 1.7.4 (15 Aug 2010) release supports Subversion 1.4.0 thru 1.6.12
pysvn Extension 1.7.3 release was never fully announced
2012-02-19 14:02:38 +00:00
taca
4e98fd49ef Add DIST_SUBDIR as ruby193-base. 2012-02-18 15:45:08 +00:00
hiramatsu
0786479d5c Update p5-Test-YAML-Meta to 0.19.
Changes from previous:
----------------------
0.19    15/02/2011
	- added missing prerequisite.

0.18    14/02/2011
	- removed tests which are no longer applicable.

0.17    13/02/2011
        - Distribution name chang: Test-YAML-Meta => Test-CPAN-Meta-YAML.
	- This distribution now a wrapper around Test-CPAN-Meta-YAML.
2012-02-18 15:11:01 +00:00
hiramatsu
9a1c8ba756 Update p5-Hash-MultiValue to 0.10.
Change from previous:
---------------------
0.10  Sun Sep 18 12:51:49 PDT 2011
        - Implemented set (aristotle)
2012-02-18 15:10:23 +00:00
hiramatsu
d9939dbc32 Update p5-MooseX-Role-Parameterized to 1.00.
Changes from previous:
----------------------
1.00 January 12, 2012
    * MooseX::Role::Parameterized now depends on Moose 2.0300
      released 2011-09-23 for its several core improvements, hence the
      major version number bump.

    * MXRP now uses the new meta_lookup feature added to Moose 2.0300
      (specifically for MXRP) to avoid duplicating Moose-0.60-era
      Moose::Role sugar. This means the error messages you get are
      better, and there's a lot less ugly code in MXRP.
    * Remove alias/excludes special case errors. They have long since been
      replaced in core Moose by -alias and -excludes, and were finally
      removed in Moose 2.0200.
    * Expressly forbid using role { } inside role { } (which makes no
      sense but I suppose you could accidentally trigger it)
    * Documentation fix from cweyl@alumni.drew.edu
      https://github.com/sartak/MooseX-Role-Parameterized/pull/5
2012-02-18 15:09:54 +00:00
hiramatsu
9c05fd9104 Update p5-Moose to 2.0402.
Changes from previous:
----------------------
2.0402 Sat, Feb 04, 2012

  [OTHER]

  * Minor documentation fixes.

  * Fix test failure on blead (test was unnecessarily strict). Reported by
    Nicholas Clark. (doy)

2.0401 Thu, Nov 17, 2011

  [BUG FIXES]

  * Attributes with weak_ref now weaken their associated slot when they are
    initialized through a lazy default or builder. Reported by tome. (doy)

2.0400 Tue, Nov 15, 2011

  [OTHER]

  * No changes from 2.0302 (other than a few minor documentation tweaks).

2.0302 Wed, Nov 02, 2011

  [BUG FIXES]

  * Fix test failure on 5.8. (Dave Rolsky)

  * Make make_immutable return value consistent and document it to be true.
    (mst)

2.0301 Fri, Oct 21, 2011

  [BUG FIXES]

  * Fix compilation on 5.8. Reported by ether. (doy)

  * A custom error class caused a warning when the class that used it was made
    immutable. Reported by Maroš Kollár. RT #71514. (Dave Rolsky)

  [ENHANCEMENTS]

  * The enum type will now allow single value enumerations. Previously, two or
    more values were required. (rjbs)

2.0300 Fri, Sep 23, 2011

  [DEPRECATIONS]

  * The optimize_as option for type constraints has been deprecated. Use the
    inline_as option to provide inlining code instead. (Dave Rolsky)

  [API CHANGES]

  * Methods to introspect a class's methods will now return methods defined in
    UNIVERSAL (isa, can, etc.). This also means that you can wrap these
    methods with method modifiers. RT #69839. Reported by Vyacheslav
    Matyukhin. (Dave Rolsky)

  * The ->parent and ->parents method for a union now return the nearest
    common ancestor of that union's component types. See Moose::Manual::Delta
    for more details. (Dave Rolsky)

  * The ->parents method used to return an arrayref for union types, and a
    list of one or more types for all other types. Now they all return
    lists. (Dave Rolsky)

  * The ->is_subtype_of and ->is_a_type_of methods have changed their behavior
    for union types. Previously, they returned true if any of their member
    types returned true for a given type. Now, all of the member types must
    return true. RT #67731. (Dave Rolsky)

  [ENHANCEMENTS]

  * The Moose::Exporter module now has a "meta_lookup" option when creating an
    importer. This allows you to specify an alternate method for determining
    the metaclass of a caller. This is useful for modules like
    MooseX::Role::Parameterized which generate new metaclasses on the
    fly. (sartak)

  * Added a Moose::Meta::Method->is_stub method. (Dave Rolsky)

  [BUG FIXES]

  * A subtype of a union type did not return the right results when you called
    ->is_subtype_of or ->is_a_type_of on it. This has been fixed. RT
    #70322. (Dave Rolsky)

  * An attribute accessor or delegation method can overwrite a stub method and
    this will no longer throw an error. Reported by Mark-Jason Dominus. RT
    #69988. (Dave Rolsky)

  * The error generated by unfulfilled method requirements during role
    composition now mentions how to work around imported methods not being
    recognized. Reported by Michael Schwern. RT #60583. (doy)

  * class_type and role_type will now throw errors if you attempt to use them
    to override existing types, just like type and subtype have always done.
    (doy)

  * Implicitly creating class or role types by using them as the 'isa' or
    'does' parameter to attribute construction will now register the type. This
    means that it cannot later be redefined as something else. (doy)

  * $class_type->is_subtype_of no longer returns true if passed the name of the
    class that the class type represents when the class type wasn't registered.
    (doy)

  * Removing anonymous metaclasses prematurely no longer prevents reaping of
    the associated stash. (doy)

  [OTHER]

  * The Class::MOP::load_class and Class::MOP::is_class_loaded subroutines are
    no longer documented, and will cause a deprecation warning in the
    future. Moose now uses Class::Load to provide this functionality, and you
    should as well. (Dave Rolsky)

2.0205 Tue, Sep 06, 2011

  [NEW FEATURES]

  * The Array and Hash native traits now provide a "shallow_clone" method,
    which will return a reference to a new container with the same contents as
    the attribute's reference.

  [ENHANCEMENTS]

  * Specifying an invalid value in a hashref 'handles' value now throws a
    sensible error. Reported by Mark-Jason Dominus. RT #69990. (Dave
    Rolsky)

  [BUG FIXES]

  * When specifying an attribute trait, passing options for the trait besides
    -alias or -excludes caused a warning. However, passing other options is
    totally valid when using MooseX::Role::Parameterized. Fixes RT
    #70419. (sartak)

  * Allow regexp objects in duck_type constraints (to bring this in line with
    the Object constraint).

2.0204 Thu, Aug 25, 2011

  [BUG FIXES]

  * Validating duck_type type constraint turned out to work only by accident,
    and only when not running under the debugger. This has been fixed.
    (Florian Ragwitz)

  [OTHER]

  * Loosen the dependency on ExtUtils::ParseXS.

2.0203 Tue, Aug 23, 2011

  [BUG FIXES]

  * is_class_loaded now properly detects packages which have a version object
    in their $VERSION.

  * Fix XS compilation under blead.
2012-02-18 15:09:23 +00:00
sno
30dca98295 Updating package for Perl Module Config::AutoConf from CPAN in
devel/p5-Config-AutoConf from 0.17 to 0.19.

pkgsrc changes:
- add Capture::Tiny package as requirement
- add additional download resource

Upstream changes:
0.19   Feb  7, 2012
         - Added new method, check_lm

0.18   Feb  2, 2012
         - msg_methods msg prefix can be configured.
         - Added new methods: (Jens Rehsack)
           check_alignof_type, check_alignof_types, check_sizeof_type,
           check_sizeof_types, compute_int, lang_build_bool_test,
           check_dirent_header, push_compiler_flags, push_includes,
           push_libraries, push_library_paths, push_link_flags,
           push_preprocess_flags.
2012-02-18 10:34:55 +00:00
sno
6faaba156d Updating package for CPAN::Checksums in devel/p5-CPAN-Checksums from 2.07
to 2.08
2012-02-18 10:26:21 +00:00
obache
dd698ee688 fixes detection for ncurses dependency patterns for the case ncursesw package
is not installed.
2012-02-18 10:19:04 +00:00
taca
c94128e1c1 Use RUBY_EXTNAME in databases/ruby-gdbm/Makefile and
devel/ruby-readline/Makefile.
2012-02-18 06:55:15 +00:00
sbd
a286e144db p4-2006.1 is not available for Linux-*-x86_64 2012-02-18 06:32:57 +00:00
drochner
65f3fcdf89 update to 4.12
This is a complete rewrite.
2012-02-17 18:32:57 +00:00
drochner
d01c85e262 update to 1.1.2
changes:
-support for Python-2.7 and 3
-many bugfixes

pkgsrc note: not enabled for Python3 yet, needs a framework fix first
2012-02-17 18:30:23 +00:00
drochner
77752aef21 update to 3.5.1
this is a major update, too much to list here, see the CHANGES file
2012-02-17 18:19:30 +00:00
hans
cb939eb5bd Fix build on SunOS. 2012-02-17 13:54:02 +00:00
hans
bae8cced26 Remove CPPFLAGS.SunOS, no longer needed. 2012-02-17 13:52:03 +00:00
obache
71d701ea40 Try to buildlink with ncurses with same conditions as ncursesw was built.
Fixes buildlink for the case builtin ncurses was not used for building ncursesw.
2012-02-17 11:01:01 +00:00
hiramatsu
2f4a8e6998 Update p5-POE-Test-Loops to 1.350.
Changes from previous:
------------------------------------------
version 1_350 at 2011-12-15 20:53:13 +0000
------------------------------------------

  Change: 392e713a33f57658bd31b4c47f3405890d733fbb
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2011-12-15 15:53:13 +0000

    Bump revision to 1.350.

  Change: db1f8f22e86f0ceb4b123d9e930e15e086e688a4
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2011-12-12 02:39:51 +0000

    Fix a couple tests that were using sig(CHLD).

    They were expecting POE::Resource::Sessions to reap children at exit
    time, and that's had to change.

  Change: 677b12dc57dd417a2bc16f1359e43c796913dddb
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2011-12-09 11:43:57 +0000

    Add process IDs to debugging messages for some forking tests.

  Change: 1f4ecc43fb48ae9b73c684589600f7d660e2d9f0
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2011-12-09 11:38:35 +0000

    Disable an assertion that system() must return 0 during $SIG{CHLD}.

    Perl has a known issue where system() can return -1 (failure) when a
    $SIG{CHLD} handler is in effect, even if it succeeds. It's not POE's
    it succeeds when a $SIG{CHLD} handler is in effect. It's not POE's
    duty to work around the problem. Proper, reliable work-arounds would
    incur global overhead. Use {local $SIG{CHLD}='DEFAULT'; system(...)}
    as needed instead. And watch the skies for a Perl fix:
    https://rt.perl.org/rt3/Ticket/Display.html?id=105700

------------------------------------------
version 1_313 at 2011-06-05 22:06:45 +0000
------------------------------------------

  Change: 575e9ef0d508d5ac306fa3bd3525a5feefe6e1da
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2011-06-05 18:06:45 +0000

    Require Test::More 0.94. Dist::Zilla's ReportVersinos plugin wants
    it.
2012-02-17 06:59:32 +00:00
hiramatsu
5ce2cee0a0 Update p5-MouseX-Types to 0.06.
Change from previous:
---------------------
0.06 2011-10-17 19:03:59
    - Add Any::Moose compatibility (simoes)
2012-02-17 06:58:32 +00:00
gls
1179c4f3a0 Update devel/py-argparse to 1.2.1
pkgsrc changes:
- uses egg.mk now

upstream changes:
- fixed Issue #79: re-licensed argparse package under same license as
py 2.7 stdlib argparse code
- fixed Issue #80: argparse 1.2 is now same archive on pypi / on google code
2012-02-16 22:11:38 +00:00
gls
0c257e336a Update devel/py-mock to 0.8.0.
Changelog:

2012/02/13 Version 0.8.0
------------------------

The only changes since 0.8rc2 are:

* Improved repr of :data:`sentinel` objects
* :data:`ANY` can be used for comparisons against :data:`call` objects
* The return value of the :class:`MagicMock` `__iter__` method can be set to
  any iterable and isn't required to be an iterator

Full List of changes since 0.7:

mock 0.8.0 is the last version that will support Python 2.4.

* Addition of :attr:`~Mock.mock_calls` list for *all* calls (including magic
  methods and chained calls)
* :func:`patch` and :func:`patch.object` now create a :class:`MagicMock`
  instead of a :class:`Mock` by default
* The patchers (`patch`, `patch.object` and `patch.dict`), plus `Mock` and
  `MagicMock`, take arbitrary keyword arguments for configuration
* New mock method :meth:`~Mock.configure_mock` for setting attributes and
  return values / side effects on the mock and its attributes
* New mock assert methods :meth:`~Mock.assert_any_call` and
  :meth:`~Mock.assert_has_calls`
* Implemented :ref:`auto-speccing` (recursive, lazy speccing of mocks with
  mocked signatures for functions/methods), as the `autospec` argument to
  `patch`
* Added the :func:`create_autospec` function for manually creating
  'auto-specced' mocks
* :func:`patch.multiple` for doing multiple patches in a single call, using
  keyword arguments
* Setting :attr:`~Mock.side_effect` to an iterable will cause calls to the mock
  to return the next value from the iterable
* New `new_callable` argument to `patch` and `patch.object` allowing you to
  pass in a class or callable object (instead of `MagicMock`) that will be
  called to replace the object being patched
* Addition of :class:`NonCallableMock` and :class:`NonCallableMagicMock`, mocks
  without a `__call__` method
* Addition of :meth:`~Mock.mock_add_spec` method for adding (or changing) a
  spec on an existing mock
* Protocol methods on :class:`MagicMock` are magic mocks, and are created
  lazily on first lookup. This means the result of calling a protocol method is
  a `MagicMock` instead of a `Mock` as it was previously
* Addition of :meth:`~Mock.attach_mock` method
* Added :data:`ANY` for ignoring arguments in :meth:`~Mock.assert_called_with`
  calls
* Addition of :data:`call` helper object
* Improved repr for mocks
* Improved repr for :attr:`Mock.call_args` and entries in
  :attr:`Mock.call_args_list`, :attr:`Mock.method_calls` and
  :attr:`Mock.mock_calls`
* Improved repr for :data:`sentinel` objects
* `patch` lookup is done at use time not at decoration time
* In Python 2.6 or more recent, `dir` on a mock will report all the dynamically
  created attributes (or the full list of attributes if there is a spec) as
  well as all the mock methods and attributes.
* Module level :data:`FILTER_DIR` added to control whether `dir(mock)` filters
  private attributes. `True` by default.
* `patch.TEST_PREFIX` for controlling how patchers recognise test methods when
  used to decorate a class
* Support for using Java exceptions as a :attr:`~Mock.side_effect` on Jython
* `Mock` call lists (`call_args_list`, `method_calls` & `mock_calls`) are now
  custom list objects that allow membership tests for "sub lists" and have
  a nicer representation if you `str` or `print` them
* Mocks attached as attributes or return values to other mocks have calls
  recorded in `method_calls` and `mock_calls` of the parent (unless a name is
  already set on the child)
* Improved failure messages for `assert_called_with` and
  `assert_called_once_with`
* The return value of the :class:`MagicMock` `__iter__` method can be set to
  any iterable and isn't required to be an iterator
* Added the Mock API (`assert_called_with` etc) to functions created by
  :func:`mocksignature`
* Tuples as well as lists can be used to specify allowed methods for `spec` &
  `spec_set` arguments
* Calling `stop` on an unstarted patcher fails with  a more meaningful error
  message
* Renamed the internal classes `Sentinel` and `SentinelObject` to prevent abuse
* BUGFIX: an error creating a patch, with nested patch decorators, won't leave
  patches in place
* BUGFIX: `__truediv__` and `__rtruediv__` not available as magic methods on
  mocks in Python 3
* BUGFIX: `assert_called_with` / `assert_called_once_with` can be used with
  `self` as a keyword argument
* BUGFIX: when patching a class with an explicit spec / spec_set (not a
  boolean) it applies "spec inheritance" to the return value of the created
  mock (the "instance")
* BUGFIX: remove the `__unittest` marker causing traceback truncation
* Removal of deprecated `patch_object`
* Private attributes `_name`, `_methods`, '_children', `_wraps` and `_parent`
  (etc) renamed to reduce likelihood of clash with user attributes.
* Added license file to the distribution
2012-02-16 21:45:18 +00:00
hans
d944e8bb08 Make sure this uses the correct install tool. 2012-02-16 18:48:05 +00:00
hans
af631d0d26 Fix build on SunOS. 2012-02-16 18:45:59 +00:00
hans
d060977bf9 Set CFLAGS for the benefit of packages ignoring CPPFLAGS. 2012-02-16 18:39:53 +00:00
hans
c80ad443a7 Don't use -Werror on SunOS. 2012-02-16 18:38:46 +00:00
hans
d8d77082c7 Fix build on SunOS. 2012-02-16 18:36:34 +00:00
hans
0a74bcf3a9 Fix build on SunOS (previous commit was incomplete). 2012-02-16 18:35:02 +00:00
hans
f2c5489fb8 Fix build on SunOS. 2012-02-16 18:33:36 +00:00
hans
62226ae91c Fix two problems observed on SunOS:
- don't try to find a python executable when running for pkgsrc
 - use g++ instead of gcc for linking c++ libraries, patch from
   http://public.kitware.com/pipermail/cmake/2011-July/045300.html
2012-02-16 18:32:25 +00:00
hans
8c3319c571 Upstream build fix for https://svn.boost.org/trac/boost/ticket/6158 2012-02-16 18:24:12 +00:00
hans
7613441ff1 Uses nroff and USE_BSD_MAKEFILE. 2012-02-16 18:10:43 +00:00
drochner
9ee0642cd4 open(2) is variadic (at least in Posix and NetBSD), g_open is not,
don't mix them, the ABIs are incompatible at least on amd64
bump PKGREV
2012-02-16 15:09:54 +00:00
taca
23b1b420a4 Add and enable ruby-fast_gettext and ruby-gettext_i18n_rails. 2012-02-16 11:57:13 +00:00
taca
05363338fd Importing ruby-gettext_i18n_rails version 0.4.3.
FastGettext / Rails integration.

Translate via FastGettext, use any other I18n backend as extension/fallback.

Rails does: I18n.t('syntax.with.lots.of.dots') with nested yml files We do:
_('Just translate my damn text!') with simple, flat mo/po/yml files or
directly from db To use I18n calls add a syntax.with.lots.of.dots translation.
2012-02-16 11:55:54 +00:00
taca
286555a0a3 Importing ruby-fast_gettext version 0.6.4.
GetText but 3.5 x faster, 560 x less memory, simple, clean namespace (7 vs 34)
and threadsafe!

It supports multiple backends (.mo, .po, .yml files, Database (ActiveRecord +
any other), Chain, Loggers) and can easily be extended.
2012-02-16 11:54:04 +00:00
sno
a57aecf178 Updating package for CPAN distribution B::Utils in devel/p5-B-Utils from
0.15nb1 to 0.17.

Upstream changes:
   - Use FUNCLIST to declare exported symbols (Alexandr Ciornii)

0.16 Fri Jul 08 2011
   - EU::Depends version. The CPAN built version specified only 0.301
     but Windows computers needed 0.302 so their CPAN clients were
     broken.
2012-02-16 06:29:49 +00:00
sno
cba2c8a00b Updating package for CPAN distribution B::Keywords in devel/p5-B-Keywords
from 1.10nb1 to 1.12.

Upstream changes:
1.11 rafl
  - Add new keywords for 5.16, __SUB__ and evalbytes.
1.12 rurban
  - Add new keyword fc (Unicode casefolding) for 5.16 added with commit 838f2281
  - added diag before each big t/11keywords.t loop
2012-02-16 06:26:23 +00:00
sno
bd1fb9a6cf Updating package for CPAN distribution B::Hooks::Parser in
devel/p5-B-Hooks-Parser from 0.09nb2 to 0.10.

Upstream changes:
0.10  Mon, 06 Feb 2012 13:10:00 +0000
  * In the Perl API, don't be confused by NULs in the parser buffer.
  * Fix off-by-one error in buffer length check for set_linestr.
  * Jump through some hoops to avoid compiler warnings.
  * Add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore.
  * Note repository and bugtracker locations.
2012-02-16 06:23:36 +00:00
sno
b7aa705c8d Updating package in devel/p5-App-Cmd for CPAN distribution App::Cmd from
0.314 to 0.316.

pkgsrc changes:
- adjust dependencies according to meta data

Upstream changes:
0.316     2012-02-11 10:50:46 America/New_York
          fix the test of "echo" on Win32 (thanks, Chris Williams)

0.315     2012-02-10 09:08:49 America/New_York
          totally worthless release made by mistake
2012-02-16 06:13:03 +00:00
sno
1c68351e40 Updating package in devel/p5-Capture-Tiny for CPAN distribution
Capture::Tiny from 0.15 to 0.16.

Upstream changes:
0.16      2012-02-12 21:04:24 EST5EDT
  Documented:

  - Noted problems and workaround for FCGI's pathological tied STDIN
    [rt.cpan.org #74681; thank you Karl Gaissmaier for testing the
    workaround]
2012-02-16 06:10:10 +00:00
obache
1d909112dc Bump PKGREVISION to refrect last fix for handling "__asm{,__} volatile". 2012-02-16 02:31:09 +00:00
martin
95f20318d8 Make giscanner ignore the "volatile" variants of __asm{,__} as well.
Found by OBATA Akio, fixes PR pkg/46017.
2012-02-15 16:42:36 +00:00
schmonz
67c3464c12 Update to 1.11. From the changelog:
* Now supports the veracity vcs. Thanks, Jimmy Tang.
* vcsh is now supported without including a plugin.
* After checkout, run fixups chdired to the just checked out directory.
2012-02-15 04:22:25 +00:00
gdt
4b263ea505 Update to 1.7.9.1.
(This is a bugfix release relative to 1.7.9.)
2012-02-14 22:46:36 +00:00
hiramatsu
6d22599eac Add p5-Test-InDistDir. 2012-02-14 13:36:22 +00:00
hiramatsu
8c5aad5ed3 Import Test::InDistDir into devel/p5-Test-InDistDir, which is required
to run test of devel/p5-Parse-CPAN-Packages.

This module helps run test scripts in IDEs like Komodo.
2012-02-14 13:34:49 +00:00
hiramatsu
7791ab0815 Update p5-MooseX-Types-URI to 0.03.
Change from previous:
---------------------
0.03  Thu, 17 Nov 2011 16:40:20 +0100
  * Adapt to the new type constraint inlining API in Moose 2.0100
    (Shawn M Moore).
2012-02-14 13:32:41 +00:00
taca
c0142185a7 - Allow build on NetBSD 5.99.65 and later.
- Correct CATEGORIES from textproc to devel.
2012-02-14 12:23:58 +00:00
minskim
5435d4c935 Derive gitolite's PKGNAME from its DISTNAME. 2012-02-13 17:14:13 +00:00
wiz
2153111edf hunspell shlib name change -> recursive bump 2012-02-13 14:46:11 +00:00
drochner
9d7762457b BUILDLINK_LDFLAGS must die. It causes nothing but damage, in particular
makes random programs link against unwanted libraries.
2012-02-13 12:54:43 +00:00
drochner
65f6b2c33b update to 2.4.12
changes:
-support for new cameras
-minor feature additions for Canon and Nikon drivers
-minor cleanup, translation updates
2012-02-13 12:08:11 +00:00
hiramatsu
450eae7e9a Add p5-CPAN-Perl-Releases. 2012-02-13 11:15:24 +00:00
hiramatsu
63379fdd7d Import CPAN::Perl::Releases into devel/p5-CPAN-Perl-Releases, which is
required to update devel/p5-App-perlbrew.

CPAN::Perl::Releases is a module that contains the mappings of all
"perl" releases that have been uploaded to CPAN to the "authors/id/"
path that the tarballs reside in.
2012-02-13 11:13:48 +00:00
hiramatsu
d57afa33ce Update p5-Parse-ErrorString-Perl to 0.15.
Changes from previous:
----------------------
0.15    2010.11.29
        * Bumped Pod::POM dependency to version 0.27 to fix RT #54062 "Test failure
          on perl 5.11.4" (AZAWAWI)

0.14    2010.11.29
        * Switched to Dist::Zilla (AZAWAWI)
        * Refactored the packages into separate files and reorganized POD (AZAWAWI)
        * Fixed q{near "package;"} regex bug (AZAWAWI)
        * Added "use strict; use warnings;" to all of the tests (AZAWAWI)
2012-02-13 11:11:49 +00:00
gls
8e13871734 Updated devel/py-pyutil to 1.8.4.
pkgsrc changes:
- /usr/bin/env python is no longer a valid interpreter, so fix it.

upstream changes:
- Unknown, unfortunately. Upstream doesn't seem to maintain a Changelog.
2012-02-12 20:10:42 +00:00
wiz
5d6236771f Update to 2.1:
Mercurial 2.1 (2012-02-01)

This is a regularly-scheduled feature release. See UpgradeNotes for some minor compatibility notes.

1.1. Major features

   * Changesets now have a phase attribute, which tracks what changesets are safe to modify (see Phases)

1.2. Core changes

   * annotate: support diff whitespace filtering flags (issue3030)
   * bookmarks: automatically advance bookmark on bare update (BC) (issue2894)
   * bookmarks: shadow divergent bookmarks of foo with foo@n
   * copies: improved copy detection for diff and status
   * hooks: new priority specifier to control ordering
   * id: add command line options for handling ssh and https urls
   * push: propagate --new-branch and --ssh options when pushing subrepos
   * revset: add remote() predicate to lookup remote revisions
   * subrepo: support explicit add and forget of files in subrepos

1.3. Extension changes

   * bugzilla: make XMLRPC interface support http and https access
   * largefiles: add --normal option to hg add (issue3061)
   * notify: add option for writing to mbox
   * rebase: add a "D" short option for detach
   * rebase: allow --detach when --rev is used
   * win32mbcs: allow win32mbcs extension to be enabled on cygwin platform
   * mq: add secret phase setting

1.4. Bug fixes

   * hgcia: fix diffstat support
   * largefiles: add error checking to tags conversion (issue3092)
   * largefiles: add tests for uncovered codepaths (issue3092)
   * largefiles: check if largefile could be found when archiving (issue3193)
   * largefiles: correctly download new largefiles when merging
   * largefiles: correctly handle dirstate status when rebasing
   * largefiles: correctly handle newly added largefile on other side of merge
   * largefiles: display remote errors from putlfile (issue3123) (issue3149)
   * largefiles: don't reference uninitialized variable (issue3092)
   * largefiles: fix caching largefiles from an aliased repo (issue3212)
   * largefiles: fix confusion upon removal of added largefile (issue3176)
   * largefiles: fix inappropriate locking (issue3182)
   * largefiles: fix output of hg summary (issue3060)
   * largefiles: cache new largefiles for new heads when pulling
   * largefiles: implement addremove (issue3064)
   * largefiles: optimize performance of status on largefiles repos (issue3136)
   * largefiles: optimize status when files are specified (issue3144)
   * largefiles: remove empty directories upon update (issue3202)
   * largefiles: fix addremove when no largefiles are specified
   * largefiles: fix revert on missing largefile (issue3217)
   * largefiles: fix transplant for all cases (issue3192)
   * mail: use quoted-printable for mime encoding to avoid too long lines (issue3075)
   * merge: give a special message for internal:merge failure (issue3105)
   * rebase: reinstate old-style rev spec support for the source and base (issue3181)
   * ssh: quote remote paths (issue2983)
   * sslutil: abort properly if no certificate received for https connection
   * sslutil: show fingerprint when cacerts validation fails
   * status: support revsets with --change
   * subrepo: avoid syncing bookmarks twice on clone (issue3191)
   * tag: invalidate tag cache immediately after adding new tag (issue3210)
   * util: don't encode ':' in url paths
   * bundlerepo: try to find containing repo on creation (issue1812)
   * convert: subversion convert abort on revision not found (issue3205)
   * discovery: fix regression when checking heads for pre 1.4 client (issue3218)
   * merge: defer symlink flag merging to filemerge (issue3200)
   * patch: a little bit more robust line counting on diff --stat (issue3183)
   * push: return 1 if no changes found (issue3228)
   * qpush: avoid trying to manage existing history (issue2218)
   * revsets: include the correct first ancestor change for follow(file)
   * revsets: filesets now work correctly inside of revsets
2012-02-12 18:49:45 +00:00
hiramatsu
cbc89a2e8c Update p5-Log-Any-Adapter to 0.06.
Changes from previous:
----------------------
0.06  Jan 3, 2012

- switch from Scope::Guard to Guard, require Guard in deps

0.05  Dec 21, 2011

- remove release directory

0.04  Dec 21, 2011

- don't try to clean up entries during global destruction
2012-02-12 14:25:33 +00:00
hiramatsu
73dd26e0d4 Update p5-Perl-APIReference to 0.09.
Changes from previous:
----------------------
0.09  Tue Nov  1 08:24:00 2011
  - Fix previous (broken) release.

0.08  Mon Oct 31 07:59:00 2011
  - Support for perlapi of 5.14.2, 5.15.4

0.07  Wed Jul 20 23:44 2011
  - Support for perlapi of 5.14.1, 5.15.1, 5.12.4
  - Dropped support for 5.13.10

0.06  Sun Jun  5 20:12:00 2011
  - Support for perlapi of 5.14.0
  - Dropped support for 5.11 series

0.05  Sun Feb 27 17:00:00 2011
  - Support for perlapi of 5.12.1, 5.12.2, 5.12.3, 5.13.10.
2012-02-12 06:26:10 +00:00
spz
277d176180 fix CVE-2012-0840 with patches taken from the Apache svn 2012-02-11 12:44:09 +00:00
hiramatsu
9035e3bf56 Update p5-parent to 0.225.
Changes from previous:
----------------------
0.225  20110308
    . Applied a docpatch by Robin Barker to fix the documentation
      about the warning of inheriting from yourself.
      Fixes RT #66459

0.224  20101031
    . Change assignment @ISA = (@ISA, 'new::class')
      to use push @ISA, 'new::class'
      This should make class creation faster from 5.10 onwards
      and reverts a change made in 2.14. If this is critically slow for you
      and you can't upgrade your version of Perl, use the old way.
2012-02-11 03:22:10 +00:00
drochner
d672cfc5f7 +at-spi2-* 2012-02-10 17:32:20 +00:00
drochner
d0a5e57051 add at-spi2-atk-2.3.2, new release branch of gnome, from
Patrick Welche per PR pkg/45786
2012-02-10 17:28:16 +00:00
drochner
ec1214e579 add at-spi2-core-2.3.2, new release branch of gnome, from
Patrick Welche per PR pkg/45779
2012-02-10 17:25:38 +00:00
bsiegert
a14ac405a0 Correct DEFAULT_CC on MirBSD. Bump PKGREVISION.
No objections on pkgsrc-users, nor from the maintainer.
2012-02-10 16:33:40 +00:00
drochner
2df7b0ed97 make this build with new gobject-introspection 2012-02-10 15:54:05 +00:00
drochner
66eb303909 switch on introspection support, bump PKGREV 2012-02-10 15:41:40 +00:00
drochner
6395877c02 build dependency on gobject-introspection should be sufficient 2012-02-10 15:24:10 +00:00
drochner
96b68d2a02 switch on introspection support, bump PKGREV 2012-02-10 15:18:17 +00:00
drochner
6f0ce43f23 update to 1.30.0
This switches to the new release branch.
2012-02-10 15:14:56 +00:00
hiramatsu
f0d7d388e1 Update p5-Shell-Perl to 0.0022.
Changes from previous:
----------------------
0.0022  Mar 12, 2011
        - no real change
        - Fix test again for 5.6 sake
        - Improved Makefile.PL / META.yml

0.0021  Mar 12, 2011
        - no real change
        - New test fix for happy 5.6 testing

0.0020  Mar 10, 2011
        - no real change
        - Test fixes for keeping 5.6 happy

0.0019  Mar 9, 2011
        - Dumper updated to work with Data::Dump 1.16+
2012-02-10 12:27:25 +00:00
hiramatsu
bc23ba7801 Update p5-App-cpanoutdated to 0.20.
Changes from previous:
----------------------
0.20

    - use Module::Metadata for better handling of version and package extra
      (Tatsuhiko Miyagawa)

0.19

    - better packaging
2012-02-10 12:27:03 +00:00
sbd
a81e84092e Add SET_LIBDIR=yes 2012-02-09 21:44:27 +00:00
drochner
2277a281d0 include vala bl3 file instead of a mere BUILD_DEPENDS, to take advantage
of the variable definitions there
2012-02-09 20:24:48 +00:00
cheusov
e62ef4c13b Fix build failure on Linux (PR 45811). 2012-02-09 17:18:12 +00:00
obache
2c52b12f9e Move chmod for egg-info files from post-install to post-extract. 2012-02-09 12:42:37 +00:00
obache
201e1cccd8 Before using ABI, make sure include bsd.prefs.mk and check whether it is defined. 2012-02-09 08:49:58 +00:00
jnemeth
8e0121124e add and enable ruby-kgio 2012-02-09 08:27:59 +00:00
bsiegert
807752abcf Update fossil to 1.21. To download the distfile, one has to log in to the
website now, so the tarball is now on MASTER_SITE_LOCAL.

Changes For Version 1.21 (2011-12-13)

     * Added side-by-side diffs in the command-line interface
     * Automatically enable hyperlinks if the UserAgent string in the HTTP
       header suggests that the requestor is a human and not a bot.
     * Show  only  commonly  used commands with "fossil help". Use "fossil
       help --all" to see the complete list now.
     * Improvements  to the "stash" command: (1) Stash all files, not just
       those  below  the working directory. (2) Add the --detail option to
       "list".  (3)  Confirm  before  "drop  --all".  (4)  Add  the "help"
       subcommand.
     * Add  an  Admin/Access setting to change the number of octets of the
       IP  address that are saved in login cookies - allowing this setting
       to be changed to zero
     * Promote the "test-md5sum" command to "md5sum".
     * Added the "whatis" command.
     * Stop  showing  the  server-code in status outputs - it is no longer
       used for anything.
     * Added  a  compile-time option (--with-tcl) to build in the full TCL
       interpreter to augment TH1.
     * Merged  the JSON branch into trunk. Disabled by default. Enabled by
       a  compile-time  option.  Probably it will be enabled by default in
       some future release.
     * Update  to  use  SQLite  version  3.7.9  plus the alignment fix for
       Sparc. align

Changes For Version 1.20 (2011-10-21)

     * Added side-by-side diffs in HTML interface.
     * Added   support   for  symlinks.  (Controlled  by  "allow-symlinks"
       setting, off by default).
     * Fixed  CLI  annotate  to show the proper file version in case there
       are multiple equal versions in history.
     * Timeline now shows tag changes (requires rebuild).
     * Fixed  annotate  to  show "more relevant" versions of lines in some
       cases.
     * New command: ticket history.
     * Disabled SSLv2 in HTTPS client.
     * Fixed    constant    prompting   regarding   previously-saved   SSL
       certificates.
     * Other SSL improvements.
     * Added   -R   REPOFILE   support   to  several  more  CLI  commands.
     * Generated tarballs now have constant timestamps, so they are always
       identical for any given checkin.
     * A number of minor HTML-related tweaks and fixes.
     * Added  --args  FILENAME global CLI argument to import arbitrary CLI
       arguments from a file (e.g. long file lists).
     * Fixed  significant  memory  leak  in  annotation of files with long
       histories.
     * Added warnings when a merge operation overwrites local copies (UNDO
       is  available, but previously this condition normally went silently
       unnoticed).
     * Improved performance when adding many files.
     * Improve merges which contain many file renames.
     * Added protection against timing attacks.
     * Firefox  now  remembers  filled  fields  when  returning  to forms.
     * Added the --stats option to the rebuild command.
     * RSS feed now passes validation.
     * Show overridden user when entering commit comment.
     * Made rebuilding from web interface silent.
     * Now works on MSVC with repos >2GB.
     * A  number  of  code  cleanups  to  resolve  warnings  from  various
       compilers.
     * Update the built-in SQLite to version 3.7.9 beta.

Changes For Version 1.19 (2011-09-02)

     * Added a ./configure script based on autosetup.
     * Added the "fossil winsrv" command for creating a Fossil service
       on windows systems.
     * Added  "versionable  settings" where settings that affect the local
       tree  can  be  stored  in  versioned  files in the .fossil-settings
       directory.
     * Background  colors  for  branches  are  choosen automatically if no
       color is specified by the user.
     * The status, changes and extras commands now show pathnames relative
       to the current working directory, unless overridden by command line
       options or the "relative-paths" setting.
       WARNING:  This  change will break scripts which rely on the current
       output  when  the  current  working directory is not the repository
       root.
     * Added "empty-dirs" versionable setting.
     * Added  support for client-side SSL certificates with "ssl-identity"
       setting and --ssl-identity option.
     * Added   "ssl-ca-location"  setting  to  specify  trusted  root  SSL
       certificates.
     * Added  the  --case-sensitive  BOOLEAN  command-line  option to many
       commands. Default to true for unix and false for windows.
     * Added the "Color-Test" submenu button on the branch list web page.
     * Compatibility improvements to the git-export feature.
     * Performance improvements on SHA1 checksums
     * Update to the latest SQLite version 3.7.8 alpha.
     * Fix the tarball generator to work with very log pathnames.
2012-02-08 19:45:41 +00:00
taca
05b511d5d2 Don't hardcode RUBY_PKGPREFIX, too. 2012-02-08 09:52:15 +00:00
taca
03f5243c6e Don't hardcode RUBY_PKGPREFIX. 2012-02-08 09:46:25 +00:00
sbd
8d1916d65c 1) SET_LIBDIR=yes
2) USE_TOOLS+= bison
2012-02-08 04:01:06 +00:00
fhajny
3755247e00 Make sure to pass CFLAGS=-m64 on SunOS when ABI=64, so that the resulting
libtool script contains proper 64bit flavors of the stdlib objects. Fixes
problem on SunOS when linking C++ objects. Bump PKGREVISION.
2012-02-07 22:11:40 +00:00
ryoon
c84496772e Update to 0.8.3
Changelog:
0.8.3	2012-01-21

 FEATURES

  * The config parser now supports the git-config file format as
    described in git-config(1) and can write git config files.
    (Jelmer Vernooij, #531092, #768687)

  * ``Repo.do_commit`` will now use the user identity from
    .git/config or ~/.gitconfig if none was explicitly specified.
   (Jelmer Vernooij)

 BUG FIXES

  * Allow ``determine_wants`` methods to include the zero sha in their
    return value. (Jelmer Vernooij)

0.8.2	2011-12-18

 BUG FIXES

  * Cope with different zlib buffer sizes in sha1 file parser.
    (Jelmer Vernooij)

  * Fix get_transport_and_path for HTTP/HTTPS URLs.
    (Bruno Renié)

  * Avoid calling free_objects() on NULL in error cases. (Chris Eberle)

  * Fix use --bare argument to 'dulwich init'. (Chris Eberle)

  * Properly abort connections when the determine_wants function
    raises an exception. (Jelmer Vernooij, #856769)

  * Tweak xcodebuild hack to deal with more error output.
    (Jelmer Vernooij, #903840)

 FEATURES

  * Add support for retrieving tarballs from remote servers.
    (Jelmer Vernooij, #379087)

  * New method ``update_server_info`` which generates data
    for dumb server access. (Jelmer Vernooij, #731235)

0.8.1	2011-10-31

 FEATURES

  * Repo.do_commit has a new argument 'ref'.

  * Repo.do_commit has a new argument 'merge_heads'. (Jelmer Vernooij)

  * New ``Repo.get_walker`` method. (Jelmer Vernooij)

  * New ``Repo.clone`` method. (Jelmer Vernooij, #725369)

  * ``GitClient.send_pack`` now supports the 'side-band-64k' capability.
    (Jelmer Vernooij)

  * ``HttpGitClient`` which supports the smart server protocol over
    HTTP. "dumb" access is not yet supported. (Jelmer Vernooij, #373688)

  * Add basic support for alternates. (Jelmer Vernooij, #810429)

 CHANGES

  * unittest2 or python >= 2.7 is now required for the testsuite.
    testtools is no longer supported. (Jelmer Vernooij, #830713)

 BUG FIXES

  * Fix compilation with older versions of MSVC.  (Martin gz)

  * Special case 'refs/stash' as a valid ref. (Jelmer Vernooij, #695577)

  * Smart protocol clients can now change refs even if they are
    not uploading new data. (Jelmer Vernooij, #855993)

 * Don't compile C extensions when running in pypy.
   (Ronny Pfannschmidt, #881546)

 * Use different name for strnlen replacement function to avoid clashing
   with system strnlen. (Jelmer Vernooij, #880362)

 API CHANGES

  * ``Repo.revision_history`` is now deprecated in favor of ``Repo.get_walker``.
    (Jelmer Vernooij)

0.8.0	2011-08-07

 FEATURES

  * New DeltaChainIterator abstract class for quickly iterating all objects in
    a pack, with implementations for pack indexing and inflation.
    (Dave Borowitz)

  * New walk module with a Walker class for customizable commit walking.
    (Dave Borowitz)

  * New tree_changes_for_merge function in diff_tree. (Dave Borowitz)

  * Easy rename detection in RenameDetector even without find_copies_harder.
    (Dave Borowitz)

 BUG FIXES

  * Avoid storing all objects in memory when writing pack.
    (Jelmer Vernooij, #813268)

  * Support IPv6 for git:// connections. (Jelmer Vernooij, #801543)

  * Improve performance of Repo.revision_history(). (Timo Schmid, #535118)

  * Fix use of SubprocessWrapper on Windows. (Paulo Madeira, #670035)

  * Fix compilation on newer versions of Mac OS X (Lion and up). (Ryan McKern, #794543)

  * Prevent raising ValueError for correct refs in RefContainer.__delitem__.

  * Correctly return a tuple from MemoryObjectStore.get_raw. (Dave Borowitz)

  * Fix a bug in reading the pack checksum when there are fewer than 20 bytes
    left in the buffer. (Dave Borowitz)

  * Support ~ in git:// URL paths. (Jelmer Vernooij, #813555)

  * Make ShaFile.__eq__ work when other is not a ShaFile. (Dave Borowitz)

  * ObjectStore.get_graph_walker() now no longer yields the same
    revision more than once. This has a significant improvement for
    performance when wide revision graphs are involved.
    (Jelmer Vernooij, #818168)

  * Teach ReceivePackHandler how to read empty packs. (Dave Borowitz)

  * Don't send a pack with duplicates of the same object. (Dave Borowitz)

  * Teach the server how to serve a clone of an empty repo. (Dave Borowitz)

  * Correctly advertise capabilities during receive-pack. (Dave Borowitz)

  * Fix add/add and add/rename conflicts in tree_changes_for_merge.
    (Dave Borowitz)

  * Use correct MIME types in web server. (Dave Borowitz)

 API CHANGES

  * write_pack no longer takes the num_objects argument and requires an object
    to be passed in that is iterable (rather than an iterator) and that
    provides __len__.  (Jelmer Vernooij)

  * write_pack_data has been renamed to write_pack_objects and no longer takes a
    num_objects argument. (Jelmer Vernooij)

  * take_msb_bytes, read_zlib_chunks, unpack_objects, and
    PackStreamReader.read_objects now take an additional argument indicating a
    crc32 to compute. (Dave Borowitz)

  * PackObjectIterator was removed; its functionality is still exposed by
    PackData.iterobjects. (Dave Borowitz)

  * Add a sha arg to write_pack_object to incrementally compute a SHA.
    (Dave Borowitz)

  * Include offset in PackStreamReader results. (Dave Borowitz)

  * Move PackStreamReader from server to pack. (Dave Borowitz)

  * Extract a check_length_and_checksum, compute_file_sha, and
    pack_object_header pack helper functions. (Dave Borowitz)

  * Extract a compute_file_sha function. (Dave Borowitz)

  * Remove move_in_thin_pack as a separate method; add_thin_pack now completes
    the thin pack and moves it in in one step. Remove ThinPackData as well.
    (Dave Borowitz)

  * Custom buffer size in read_zlib_chunks. (Dave Borowitz)

  * New UnpackedObject data class that replaces ad-hoc tuples in the return
    value of unpack_object and various DeltaChainIterator methods.
    (Dave Borowitz)

  * Add a lookup_path convenience method to Tree. (Dave Borowitz)

  * Optionally create RenameDetectors without passing in tree SHAs.
    (Dave Borowitz)

  * Optionally include unchanged entries in RenameDetectors. (Dave Borowitz)

  * Optionally pass a RenameDetector to tree_changes. (Dave Borowitz)

  * Optionally pass a request object through to server handlers. (Dave Borowitz)

 TEST CHANGES

  * If setuptools is installed, "python setup.py test" will now run the testsuite.
    (Jelmer Vernooij)

  * Add a new build_pack test utility for building packs from a simple spec.
    (Dave Borowitz)

  * Add a new build_commit_graph test utility for building commits from a
    simple spec. (Dave Borowitz)

0.7.1	2011-04-12

 BUG FIXES

  * Fix double decref in _diff_tree.c. (Ted Horst, #715528)

  * Fix the build on Windows. (Pascal Quantin)

  * Fix get_transport_and_path compatibility with pre-2.6.5 versions of Python.
    (Max Bowsher, #707438)

  * BaseObjectStore.determine_wants_all no longer breaks on zero SHAs.
    (Jelmer Vernooij)

  * write_tree_diff() now supports submodules.
    (Jelmer Vernooij)

  * Fix compilation for XCode 4 and older versions of distutils.sysconfig.
    (Daniele Sluijters)

 IMPROVEMENTS

  * Sphinxified documentation. (Lukasz Balcerzak)

  * Add Pack.keep.(Marc Brinkmann)

 API CHANGES

  * The order of the parameters to Tree.add(name, mode, sha) has changed, and
    is now consistent with the rest of Dulwich. Existing code will still
    work but print a DeprecationWarning. (Jelmer Vernooij, #663550)

  * Tree.entries() is now deprecated in favour of Tree.items() and
    Tree.iteritems(). (Jelmer Vernooij)

0.7.0	2011-01-21

 FEATURES

  * New `dulwich.diff_tree` module for simple content-based rename detection.
    (Dave Borowitz)

  * Add Tree.items(). (Jelmer Vernooij)

  * Add eof() and unread_pkt_line() methods to Protocol. (Dave Borowitz)

  * Add write_tree_diff(). (Jelmer Vernooij)

  * Add `serve_command` function for git server commands as executables.
    (Jelmer Vernooij)

  * dulwich.client.get_transport_and_path now supports rsync-style repository URLs.
    (Dave Borowitz, #568493)

 BUG FIXES

  * Correct short-circuiting operation for no-op fetches in the server.
    (Dave Borowitz)

  * Support parsing git mbox patches without a version tail, as generated by
    Mercurial.  (Jelmer Vernooij)

  * Fix dul-receive-pack and dul-upload-pack. (Jelmer Vernooij)

  * Zero-padded file modes in Tree objects no longer trigger an exception but
    the check code warns about them. (Augie Fackler, #581064)

  * Repo.init() now honors the mkdir flag. (#671159)

  * The ref format is now checked when setting a ref rather than when reading it back.
    (Dave Borowitz, #653527)

  * Make sure pack files are closed correctly. (Tay Ray Chuan)

 DOCUMENTATION

  * Run the tutorial inside the test suite. (Jelmer Vernooij)

  * Reorganized and updated the tutorial. (Jelmer Vernooij, Dave Borowitz, #610550,
     #610540)


0.6.2	2010-10-16

 BUG FIXES

  * HTTP server correctly handles empty CONTENT_LENGTH. (Dave Borowitz)

  * Don't error when creating GitFiles with the default mode. (Dave Borowitz)

  * ThinPackData.from_file now works with resolve_ext_ref callback.
    (Dave Borowitz)

  * Provide strnlen() on mingw32 which doesn't have it. (Hans Kolek)

  * Set bare=true in the configuratin for bare repositories. (Dirk Neumann)

 FEATURES

  * Use slots for core objects to save up on memory. (Jelmer Vernooij)

  * Web server supports streaming progress/pack output. (Dave Borowitz)

  * New public function dulwich.pack.write_pack_header. (Dave Borowitz)

  * Distinguish between missing files and read errors in HTTP server.
    (Dave Borowitz)

  * Initial work on support for fastimport using python-fastimport.
    (Jelmer Vernooij)

  * New dulwich.pack.MemoryPackIndex class. (Jelmer Vernooij)

  * Delegate SHA peeling to the object store.  (Dave Borowitz)

 TESTS

  * Use GitFile when modifying packed-refs in tests. (Dave Borowitz)

  * New tests in test_web with better coverage and fewer ad-hoc mocks.
    (Dave Borowitz)

  * Standardize quote delimiters in test_protocol. (Dave Borowitz)

  * Fix use when testtools is installed. (Jelmer Vernooij)

  * Add trivial test for write_pack_header. (Jelmer Vernooij)

  * Refactor some of dulwich.tests.compat.server_utils. (Dave Borowitz)

  * Allow overwriting id property of objects in test utils. (Dave Borowitz)

  * Use real in-memory objects rather than stubs for server tests.
    (Dave Borowitz)

  * Clean up MissingObjectFinder. (Dave Borowitz)

 API CHANGES

  * ObjectStore.iter_tree_contents now walks contents in depth-first, sorted
    order. (Dave Borowitz)

  * ObjectStore.iter_tree_contents can optionally yield tree objects as well.
    (Dave Borowitz).

  * Add side-band-64k support to ReceivePackHandler. (Dave Borowitz)

  * Change server capabilities methods to classmethods. (Dave Borowitz)

  * Tweak server handler injection. (Dave Borowitz)

  * PackIndex1 and PackIndex2 now subclass FilePackIndex, which is
    itself a subclass of PackIndex. (Jelmer Vernooij)

 DOCUMENTATION

  * Add docstrings for various functions in dulwich.objects. (Jelmer Vernooij)

  * Clean up docstrings in dulwich.protocol. (Dave Borowitz)

  * Explicitly specify allowed protocol commands to
    ProtocolGraphWalker.read_proto_line.  (Dave Borowitz)

  * Add utility functions to DictRefsContainer. (Dave Borowitz)


0.6.1	2010-07-22

 BUG FIXES

  * Fix memory leak in C implementation of sorted_tree_items. (Dave Borowitz)

  * Use correct path separators for named repo files. (Dave Borowitz)

  * python > 2.7 and testtools-based test runners will now also pick up skipped
    tests correctly. (Jelmer Vernooij)

 FEATURES

  * Move named file initilization to BaseRepo. (Dave Borowitz)

  * Add logging utilities and git/HTTP server logging. (Dave Borowitz)

  * The GitClient interface has been cleaned up and instances are now reusable.
    (Augie Fackler)

  * Allow overriding paths to executables in GitSSHClient.
    (Ross Light, Jelmer Vernooij, #585204)

  * Add PackBasedObjectStore.pack_loose_objects(). (Jelmer Vernooij)

 TESTS

  * Add tests for sorted_tree_items and C implementation. (Dave Borowitz)

  * Add a MemoryRepo that stores everything in memory. (Dave Borowitz)

  * Quiet logging output from web tests. (Dave Borowitz)

  * More flexible version checking for compat tests. (Dave Borowitz)

  * Compat tests for servers with and without side-band-64k. (Dave Borowitz)

 CLEANUP

  * Clean up file headers. (Dave Borowitz)

 TESTS

  * Use GitFile when modifying packed-refs in tests. (Dave Borowitz)

 API CHANGES

  * dulwich.pack.write_pack_index_v{1,2} now take a file-like object
    rather than a filename. (Jelmer Vernooij)

  * Make dul-daemon/dul-web trivial wrappers around server functionality.
    (Dave Borowitz)

  * Move reference WSGI handler to web.py. (Dave Borowitz)

  * Factor out _report_status in ReceivePackHandler. (Dave Borowitz)

  * Factor out a function to convert a line to a pkt-line. (Dave Borowitz)
2012-02-07 20:06:44 +00:00
fhajny
421b3bdf87 Update libmemcached to 1.0.4.
pkgsrc changes:
* Fix build on SunOS
* Add proper libtool support

Upstream changes:

1.0.4
* Fix for memcached_dump().
* Additional testing for memcached_stat_execute().

1.0.3
* Increased size of sort buffer used during Ketama.
* Added support for new behavior to handle dead servers.
* Overall haul of UDP IO.
* Fixed C compile issue with memcached_exist()
* Numerous bug fixes.
* Clang support for OSX.
* All commands now using vector send support.

1.0.2
* Dropped libmemcached/memcached_util.h (undocumented header file)
* Added memcached_touch() and memcached_touch_by_key()
* UDP support restructured to toggle on a complete memcached_st structure.
2012-02-07 11:34:00 +00:00
shattered
236be1e0e4 cvsup.no.netbsd.org is gone (NXDOMAIN), provide sample supfile for
cvsup.se.netbsd.org instead.
2012-02-07 09:39:16 +00:00
adam
ee3d90d211 Changes 1.7.9:
* gitk updates accumulated since early 2011.
* git-gui updated to 0.16.0.
* git-p4 (in contrib/) updates.
* Git uses gettext to translate its most common interface messages
  into the user's language if translations are available and the
  locale is appropriately set. Distributors can drop new PO files
  in po/ to add new translations.
* The code to handle username/password for HTTP transactions used in
  "git push" & "git fetch" learned to talk "credential API" to
  external programs to cache or store them, to allow integration with
  platform native keychain mechanisms.
* The input prompts in the terminal use our own getpass() replacement
  when possible. HTTP transactions used to ask for the username without
  echoing back what was typed, but with this change you will see it as
  you type.
* The internals of "revert/cherry-pick" have been tweaked to prepare
  building more generic "sequencer" on top of the implementation that
  drives them.
* "git rev-parse FETCH_HEAD" after "git fetch" without specifying
  what to fetch from the command line will now show the commit that
  would be merged if the command were "git pull".
* "git add" learned to stream large files directly into a packfile
  instead of writing them into individual loose object files.
* "git checkout -B <current branch> <elsewhere>" is a more intuitive
  way to spell "git reset --keep <elsewhere>".
* "git checkout" and "git merge" learned "--no-overwrite-ignore" option
  to tell Git that untracked and ignored files are not expendable.
* "git commit --amend" learned "--no-edit" option to say that the
  user is amending the tree being recorded, without updating the
  commit log message.
* "git commit" and "git reset" re-learned the optimization to prime
  the cache-tree information in the index, which makes it faster to
  write a tree object out after the index entries are updated.
* "git commit" detects and rejects an attempt to stuff NUL byte in
  the commit log message.
* "git commit" learned "-S" to GPG-sign the commit; this can be shown
  with the "--show-signature" option to "git log".
* fsck and prune are relatively lengthy operations that still go
  silent while making the end-user wait. They learned to give progress
  output like other slow operations.
* The set of built-in function-header patterns for various languages
  knows MATLAB.
* "git log --format='<format>'" learned new %g[nNeE] specifiers to
  show information from the reflog entries when walking the reflog
  (i.e. with "-g").
* "git pull" can be used to fetch and merge an annotated/signed tag,
  instead of the tip of a topic branch. The GPG signature from the
  signed tag is recorded in the resulting merge commit for later
  auditing.
* "git log" learned "--show-signature" option to show the signed tag
  that was merged that is embedded in the merge commit. It also can
  show the signature made on the commit with "git commit -S".
* "git branch --edit-description" can be used to add descriptive text
  to explain what a topic branch is about.
* "git fmt-merge-msg" learned to take the branch description into
  account when preparing a merge summary that "git merge" records
  when merging a local branch.
* "git request-pull" has been updated to convey more information
  useful for integrators to decide if a topic is worth merging and
  what is pulled is indeed what the requestor asked to pull,
  including:
  - the tip of the branch being requested to be merged;
  - the branch description describing what the topic is about;
  - the contents of the annotated tag, when requesting to pull a tag.
* "git pull" learned to notice 'pull.rebase' configuration variable,
  which serves as a global fallback for setting 'branch.<name>.rebase'
  configuration variable per branch.
* "git tag" learned "--cleanup" option to control how the whitespaces
  and empty lines in tag message are cleaned up.
* "gitweb" learned to show side-by-side diff.
2012-02-06 13:11:35 +00:00
wiz
3e5aee20cf Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:49 +00:00
wiz
72030d7165 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:42 +00:00
drochner
12c3574cf9 comment out vala dependency -- it is only needed if we patch .vala files 2012-02-06 11:44:53 +00:00
fhajny
b071366d82 Import ruby18-kgio-2.7.2 as devel/ruby-kgio.
kgio provides non-blocking I/O methods for Ruby without raising exceptions on
EAGAIN and EINPROGRESS. It is intended for use with the Unicorn and Rainbows!
Rack servers, but may be used by other applications.
2012-02-06 11:38:03 +00:00
obache
a6701f9bfe libsigc++>=2.2.10 is required. 2012-02-05 09:00:37 +00:00
obache
555219d54c Update libsigc++ to 2.2.10.
(while here, set test target.)

2.2.10:

* slot_rep: Avoid access to deleted object in notify(),
	and test case.
	(Kjell Ahlstedt ) Bug #564005 (Alexander Shaduri)
* Mention visit_each() in the documentation of sigc::adapts.
  (Thomas Rydzynski)
2012-02-05 08:40:46 +00:00
adam
8a3eb81754 Disable Carbon on Mac OS X, becasue it has been obsoleted. 2012-02-03 22:03:34 +00:00
drochner
349381b257 update to 2.28.3
change: fixed documentation build
2012-02-03 19:04:47 +00:00
drochner
dd4a425fc3 update to 2.22.6
change: fix build with recent glibmm
2012-02-03 18:51:11 +00:00
drochner
d7c458d1f3 update to 2.30.1
This switches to the 2.30 release branch.
2012-02-03 18:49:48 +00:00
drochner
19ab78c481 update to 2.28.4
changes: minor fixes and cleanup
2012-02-03 16:29:17 +00:00
drochner
8d81762bfd update to 0.6.4
changes: minor fixes
2012-02-03 15:15:44 +00:00
obache
f97e1111d5 fix HOMEPAGE url. 2012-02-03 13:19:34 +00:00
obache
0356bf96be distutils pkg, so switch to use distutuils.mk, then register egg-info.
Bump PKGREVISION.
2012-02-03 13:15:39 +00:00
obache
128c1f8de0 disutis pkg, so switch to use distutls.mk, then register egg-info.
Bump PKGREVISION.
2012-02-03 13:08:57 +00:00
obache
822dd78094 sort 2012-02-03 13:04:44 +00:00
bouyer
eef6771112 Add p5-Config-Grammar 2012-02-02 19:00:10 +00:00
bouyer
719ca9da9a Import p5-Config-Grammar version 1.10, needed by the upcoming smokeping
update.

Config::Grammar is a Perl module to parse configuration files by
following a grammar, which specifies how the configuration file should
look like. The configuration files are nice to work with for humans
and the error messages are helpful because it tells right away that
for example you are setting a variable which isn't defined.

Config::Grammar supports many advanced features, that you can read
about in its documentation (type 'man Config::Grammar' or 'perldoc
lib/Config/Grammar.pm' in this directory)
2012-02-02 18:50:08 +00:00
obache
309e78b3f0 * LICENSE=gnu-gpl-v2 # or later
* Any of compiler languages are not required to build.
* No need to buildlink with py-wxWidgets, simple DEPENDS is sufficient.
* distutils pkg, use lang/python/distutils.mk, then register egg-info.

Bump PKGREVISION.
2012-02-02 13:44:00 +00:00
obache
9f7131d4ce * LICENSE=mit
* Any of compiler languages are not required to build.
* No need to buildlink with py-Tk, simple DEPENDS is sufficient.
* distutils pkg, use lang/python/distutils.mk.
* install man pages.

Bump PKGREVISION.
2012-02-02 12:58:47 +00:00
obache
eca9f84e66 LICENSE=mit 2012-02-02 11:55:23 +00:00
obache
ed2991c35a * Patch to Version is not required after removal of scons-devel package.
* distutils pkg, use python/disutils.mk.

Bump PKGREVISION.
2012-02-02 11:49:55 +00:00
obache
e2f4f20e2b * set proper EGG_NAME.
* any of compiler languages are not required to build.
2012-02-02 11:21:41 +00:00
hans
3d879ebc58 Use ${RM} -f to avoid failure if no files are found to be removed. 2012-02-02 09:59:39 +00:00
hans
cb2a29ecb3 Use ${RM} -f to avoid failure if no files are found to be removed. 2012-02-02 09:26:17 +00:00
jnemeth
b40a954c81 -sort
- add and enable p5-Sys-Syscall
2012-02-02 07:44:29 +00:00
hiramatsu
fe417fbf7f Update p5-App-cpanminus to 1.5007.
Changes from previous:
----------------------
1.5007 Tue Dec 20 10:15:48 PST 2011
   [Bug Fixes]
      - Fixed to change directory when installing from multiple local directories (motemen)

   [Improvements]
      - Stop setting AUTOMATED_TESTING (again!) and set PERL_MM_USE_DEFAULT in testing (#138)
      - Offer opening the build.log with PAGER when --prompt is enabled (doy)
      - Documentation added for --skip-installed option (AlexBio)

1.5006 Tue Nov 29 11:47:15 PST 2011
   [Improvements]
      - Updated cpanmetadb URL to point to cpanmetadb.plackperl.org

1.5005 Tue Nov 22 13:29:27 PST 2011
   [Bug Fixes]
      - Fixed a bug where copying meta JSON files fail on Win32 (#133, #135)

1.5004 Tue Nov  8 14:28:20 PST 2011
   [Bug Fixes]
      - Include version of the main module instead of distribution version in install.json (pfig)

1.5003 Wed Oct 19 16:29:29 JST 2011
   [Bug Fixes]
      - Use ExtUtils::Install to install meta files and let --sudo run it with sudo #124

1.5002 Tue Oct 18 09:06:17 JST 2011
   [Bug Fixes]
      - Make sure to include non-core perl modules in -L that are installed in 'perl' by mistake
      - Ensure all module names use :: instead of dashes because of EUMM NAME errors (Christian Walde)

1.5001 Fri Oct 14 00:18:33 JST 2011
   [New Features]
      - Added EXPERIMENTAL --metacpan support (tokuhirom)

   [Improvements]
      - Do not scan Makefile if MYMETA.yml is found
      - Support MYMETA.json with spec 2.0

1.5000 Thu Oct 13 15:31:13 JST 2011
   [New Features]
      - Added EXPERIMENTAL --mirror-index, --skip-satisfied and --cascade-search options
      - Installs MYMETA.json and install.json into $ARCH/.meta library path

   [Bug Fixes]
      - Use Cwd::chdir to update CWD environment variable
      - Fix ExtUtils::ParseXS issue with -L
      - Fix CoreList bootstrap issue with perl < 5.8.9 when using -L
      - Dump more descriptive error message when configure failed with --installdeps #111

   [Improvements]
      - Upgraded many fatlib embedded modules
      - Support --no-quiet
      - Removed ugly @INC dumping hack for -L. This causes modules that has conditional
        deps such as Any::Moose not to pull down necessary requirements. This is a known
        issue and will be addressed later.
      - Support special _ for -l and -L argument to respect local::lib defaults #115


1.49_02 Wed Oct 12 18:53:35 JST 2011
   [Improvements]
      - Use Cwd::chdir to change PWD (yannk)

   [Bug Fixes]
      - Unbreak -L with newer ExtUtils::ParseXS installed

   [Developers]
      - Changed the path to save metadata information
      - removed Dist::Metadata use, but instead use Module::Metadata to get provides
      - removed the ugly DumpedINC hack for -L

1.49_01 Sun Jun 26 10:56:51 PDT 2011
      - A couple of experimental new features (documented in 1.5)
2012-02-02 04:01:44 +00:00
schmonz
7a4744bf3f Update to 1.20120130. From the changelog:
- fixed t/year_imports.t for 5.10 (ANDK and sprout again)
    - fixed t/regressions.t for 5.10
    - made raw numbers work in import
    - fixed for Perl 5.15.5 and later (ANDK and sprout)
    - loaded IO::File/IO::Handle to allow methods on lexical filehandles
    - added unimporting
    - removed use of autodie; moved it to a distribution prerequisite
    - enabled unicode_strings by default when your Perl supports it
    - migrated to Dist::Zilla
    - added autodie dependency/import
2012-02-02 03:58:42 +00:00
tron
955a91ec24 Fix package list for Mac OS X. 2012-02-02 00:00:39 +00:00
rhaen
5cd2381c76 Updated to 0.009
Changes:
0.009     2011-11-27 19:47:19 Europe/Amsterdam
          Make sure the first argument comes in as a reference
2012-02-01 20:47:11 +00:00
rhaen
8c562a8174 Updated to 0.019
Changes:
0.019     2011-12-15 17:03:14 America/New_York
          provide handle_unparsed_line
2012-02-01 20:44:01 +00:00
rhaen
fad66ac83c Updated to 1.07
Changes:

1.07 2011-10-25

* Fix a spelling mistake in Config::GitLike::Cascaded
  (gregoa@debian.org, forwarded by carnil@debian.org)

1.06 2011-10-12

* Allow calling ->load_file as a class method, for simple use cases
  (alexmv)
* Fix a parsing bug when quoted strings directly adjoined to unquoted
  strings (alexmv)
* Calling ->load_file on a nonexistant file no longer sets ->is_loaded
  (alexmv)
* Document that getters implicitly call ->load (alexmv)
* Make ->dump implicitly call ->load as well (alexmv)
* Minor POD fixes (alexmv, spang)
2012-02-01 20:39:33 +00:00
rhaen
3e1b8e0b66 Updated to 0.17
Changes:

0.17    Jan  4, 2011
        - Re-fixed tests that do not run in <= v5.010
2012-02-01 20:34:27 +00:00
rhaen
21e19214bd Removed packages p5-Class-XSAccessor-Array.
Changes:

This package has been merged into p5-Class-XSAccessor by the author in
version 1.04_1

1.04_01  Mon Sep  7 11:35 2009
[..]
  - Merge Class::XSAccessor::Array into this distribution.
2012-02-01 20:11:37 +00:00
rhaen
1d3704e630 Updated to 1.13
Changes:
1.13  Mon Dec 12 08:21 2011
  - Promotes 1.12_03 to a stable release.
2012-02-01 19:30:42 +00:00
rhaen
7a02ca1dd6 Updated to 0.005
Changes:
version 0.005; 2011-10-28

  * include META.json in distribution

  * convert .cvsignore to .gitignore

  * add MYMETA.json to .gitignore
2012-02-01 19:27:56 +00:00
rhaen
09cd964b85 Updated to 1.08
Changes:
1.08    Sun Oct 16 2011
        Document install_modifier (requested by Tokuhiro Matsuno)
2012-02-01 19:21:57 +00:00
rhaen
7780a047e9 Updated to 0.03
Changes:

0.03     2011-11-18

- Explicitly include Test::Fatal as a test prereq. Reported by W Phillip
  Moore. RT #72493.
2012-02-01 19:17:15 +00:00
rhaen
22050676fc Updated to 0.13
Changes:

0.13     2011-12-22

- Fix some bugs with our use of Try::Tiny. This could cause warnings on some
  systems with Class::Load::XS wasn't installed. Fixes RT #72345.
2012-02-01 19:12:11 +00:00
drochner
e18cf160fd update to 1.29.4
changes unknown; while the odd minor version number suggests that
this is a development version, this seems considered stable
2012-02-01 18:47:00 +00:00
obache
1314c540e0 Instead of SUBST, pass vendor' directories to setup.rb as site' directory. 2012-02-01 12:48:17 +00:00
obache
eb4ea44410 Update ruby-pkg-config to 1.1.3.
== 1.1.3 - 2012/01/29

  * [GitHub #8] fix test broken by libpng version.
    (Patch by Bohuslav Kabrda.)
  * Used RbConfig instead of Config.


== 1.1.2 - 2011/07/04

  * [GitHub #2] fix test broken.
    (Reported by Mamoru Tasaka.)
  * [GitHub #4] update project descripton.
    (Patch by Antonio Terceiro.)
  * [GitHub #4] use setup.rb instead of extconf.rb.
    (Patch by Antonio Terceiro.)
  * [GitHub #3] add Copyright notice to README.
    (Suggested by Antonio Terceiro.)
  * [GitHub #7] supported non i386 and amd64 architectures.
    (Reported by Antonio Terceiro.)
2012-02-01 12:32:12 +00:00
drochner
fcdf4c7e06 Revert previous, there are patches which should make that the python
stuff is not built/installed. Patch Makefile.am the same way as
Makefile.in were patched, because the "kqueue" option regenerates
the latter.
2012-01-31 18:36:01 +00:00
abs
8c94e21c5d Until the implicit but not declared python depdendency is resolved just pretend gdbus-codegen does not exist. At least makes glib2 buildable. Bump PKGREVISION 2012-01-31 14:43:06 +00:00
obache
bd8d488765 This package has no contents to buildlink, so remove buildlink3.mk. 2012-01-31 12:09:29 +00:00
sno
10c6475707 Updating package in devel/p5-IO-Compress for CPAN distribution IO-Compress
from 2.040 to 2.048.

Upstream changes:
  2.048 29 January 2012
      * Set minimum zlib version to 1.2.0

      * IO::Compress test suite fails with Compress::Raw::Zlib 2.047 and zlib < 1.2.4
        [RT# 74503]

  2.047 28 January 2012
      * Set minimum Perl version to 5.6

      * IO::Compress::Zip
        - In one-shot zip, set the Text Flag if "-T" thinks the file is a
          text file.
        - In one-shot mode, wrote mod time & access time in wrong order
          in the "UT" extended field.

  2.046 18 December 2011
      * Minor update to bin/zipdetails

      * Typo in name of IO::Compress::FAQ.pod

      * IO::Uncompress::Unzip
        - Example for walking a zip file used eof to control the outer
          loop. This is wrong.

      * IO::Compress::Zip
        - Change default for CanonicalName to false.
          [RT# 72974]

  2.045 3 December 2011
      * Restructured IO::Compress::FAQ.pod

  2.044 2 December 2011
      * Moved FAQ.pod under the lib directory so it can get installed

      * Added bin/zipdetails

      * IO::Compress::Zip
        - In one-shot mode enable Zip64 mode if the input file/buffer
          >= 0xFFFFFFFF bytes.

      * IO::Compress::FAQ
        - Updates

  2.043 20 November 2011
      * IO::Compress::Base
        - Fixed issue that with handling of Zip files with two (or more)
          entries that were STORED. Symptom is the first is uncompressed
          ok, but the next will terminate early if the size of the file is
          greater than BlockSize.
          Regression test added to t/006zip.t
          [RT# 72548]

  2.042 17 November 2011
      * IO::Compress::Zip
        - Added exUnixN option to allow creation of the "ux" extra field.
          This allows 32-bit UID/GID to be stored.
        - In one-shot mode use exUnixN rather than exUnix2 for the UID/GID.

      * IO::Compress::Zlib::Extra::parseExtraField
        - Fixed bad test for length of ID field
          [RT# 72329 & #72505]
2012-01-31 08:12:26 +00:00
sno
c72d724cf2 Updating package in devel/p5-Compress-Raw-Bzip2 for CPAN module
Compress::Raw::Bzip2 from 2.040 to 2.048.

Upstream changes:
  2.048 29 January 2012
      * No Changes

  2.047 28 January 2012
      * Set minimum Perl version to 5.6

  2.045 3 December 2011
      * Moved FAQ.pod to IO::Compress

  2.044 2 December 2011
      * Moved FAQ.pod under the lib directory so it can get installed

  2.043 20 November 2011
      * No Changes

  2.042 17 November 2011
      * No Changes
2012-01-31 08:07:48 +00:00
sno
1d189fe532 Updating package in devel/p5-Compress-Raw-Zlib for CPAN module
Compress::Raw::Zlib from 2.040 to 2.048.

Upstream changes:
  2.048 29 January 2012
      * Set minimum zlib version to 1.2.0

  2.047 28 January 2012
      * Allow flush to be called multiple times without any intermediate
        call to deflate and still return Z_OK.
        In the code below $status was Z_BUF_ERROR before this change.

          $def->flush(...);
          $status = $def->flush(...);

      * Added support for zlibCompileFlags

      * Set minimum Perl version to 5.6

  2.045 3 December 2011
      * Moved FAQ.pod into Zlib.pm

  2.044 2 December 2011
      * Moved FAQ.pod under the lib directory so it can get installed

  2.043 20 November 2011
      * No Changes

  2.042 17 November 2011
      * No Changes
2012-01-31 08:06:08 +00:00
sno
8b48f13e6d Updating package in devel/p5-Data-Alias for CPAN module Data::Alias from
1.15 to 1.16.

pkgsrc changes:
- Add USE_LANGUAGES=c to remark it's an XS module requiring a C compiler

Upstream changes:
version 1.16; 2011-11-17
  * bugfix: use supported API to put destructor calls on the save stack
    (the unsupported way used before was wrong for 64-bit systems on
    perl 5.13.1 and later)

  * document the behaviour of "alias return" in more detail

  * convert .cvsignore to .gitignore
2012-01-31 07:59:27 +00:00
sno
dad41811dd Updating package in devel/p5-ExtUtils-ParseXS for CPAN module
ExtUtils::ParseXS from 3.05 to 3.11.

Upstream changes:
3.11 - Thu Dec 29 17:55:00 CET 2011
  - Version/distribution fixes.

3.09 - Wed Dec 28 18:48:00 CET 2011
  - Escape double quotes of file names/commands in #line directives.

3.08 - Mon Dec 19 18:03:00 CET 2011
  - Silence undefined-value-in-addition warning
    (Nothing serious, just happened sometimes when reporting line numbers for
    errors. But warning during build process.)

3.07 - Wed Dec  7 14:10:00 CET 2011
  - Fix inconsistent versioning in 3.06.

3.06 - Fri Dec  2 08:10:00 CET 2011
  - Fix Cygwin issues [Tony Cook]
    avoid conflicting static / dllexport on legacy perls too
    This probably fixes rt.cpan.org 72313 and 71964.
    (3928a66ad4bd8aee704eda1942b7877c0ff1ab2c in core)

  - Convert ` to ' [James Keenan]
    55bee391aeff3c3b8d22fa4ce5491ee9440028aa and
    6dfee1ec62c64d7afe8ced4650596dd9e7f71a63 in core

  - Avoid some test-time warnings [Zefram]
    97bae9c59cd181b3b54061213ec1fdce0ccb30d4 in core
2012-01-31 07:44:45 +00:00
sno
42a5e9bf94 Updating package in devel/p5-File-Listing for CPAN module File::Listing
from 6.02nb3 to 6.03.

Upstream changes:
2011-09-20 File-Listing 6.03

Erik Esterer (1):
      Minor mistake in module description

Peter John Acklam (1):
      Fixes to the parsing of 'ls -l' file modes [RT#71054]
2012-01-31 07:40:24 +00:00
sno
ccd7bf213d Updating package in devel/p5-File-HomeDir from CPAN module File::HomeDir
from 0.98 to 0.99.

Upstream changes:
0.99 Thu 26 Jan 2012
	- Updating to Module::Install 1.04
	- Removed deprecated interfaces from the documentation
	- Don't require music and video directories in FreeDesktop tests
	- The use of deprecated %~ now emits a warning
2012-01-31 07:35:56 +00:00
sno
ac6cffc667 Updating package in devel/p5-File-Find-Rule-Perl for CPAN module
File::Find::Rule::Perl from 1.10 to 1.12.

Upstream changes:
1.12 Mon 31 Oct 2011
	- Ignore debian directory in tests (ADAMK)
	- Ignore all dot dirs in tests (ADAMK)

1.11 Mon 31 Oct 2011
	- Updating to Module::Install::DSL 1.04 (ADAMK)
	- Skip MYMETA.json too (CHORNY)
	- Do not import from Params::Util (ADAMK)
2012-01-31 07:30:55 +00:00
mspo
df29d2dc4f Add Sys::Syscall, which is a supporting lib for perlbal.
It claims linux-only support so I will try porting it to netbsd if needed.
2012-01-31 02:41:49 +00:00
obache
e86b600c5d Update atk to 2.2.0.
Based on PR#45738 by Patrick Welche.

Changes in version 2.2.0:
=========================
*
* Updated Gujarati, Oriya, Assamese, Danish, Portuguese, Czech and
*  Catalan (Valencian) translations

Changes in version 2.1.92:
==========================
*
* Updated Visual Studio files due AtkWindow addition
* Bug 649577: atk_add_global_event_listener should only accept ATK events
* Minor documentation updates
* Updated German, Basque, Japanese, Serbian, Catalan, Tamil, Punjabi,
*  Asturian, Italian, Polish, British English, Brazilian Portuguese,
*  Korean, Telugu and Kannada Translation

Changes in version 2.1.5:
=========================
*
* Bug 638924: Add AtkWindow
* Fixing out of tree compilation on Win32
* Update README.txt
* Fixing release number of the new ATK roles added
* Updated Traditional Chinese, Indonesian, Bulgarian, French,
*  Hungarian and Swedish translations

Changes in version 2.1.0:
=========================
*
* Bug 654767: shlib downgrade at update atk-1.32.0 to atk-2.0.1
* Bug 651343: New ATK Roles
* Added Leon Fan as maintainer
* Improved Visual C++ 2010 infrastructure
* Updated Russian, Slovenian, Persian, Hebrew, Lithuanian, Latvian,
*  Norwegian, Galician, and Spanish translations
2012-01-31 02:21:56 +00:00
christos
97095c2026 update. 2012-01-31 01:12:46 +00:00
christos
0ba2bf9c45 bump patchlevel 2012-01-31 01:00:13 +00:00
christos
5dcc0b6c88 update for new fpos_t 2012-01-31 00:58:43 +00:00
drochner
a2aeef3469 kill a DISABLE_DEPRECATED to make it build with recent glib2 2012-01-30 10:45:08 +00:00
jmmv
c399c65e76 Add and enable lutok. 2012-01-29 21:00:43 +00:00
jmmv
a1230cdead Initial import of lutok, version 0.1:
Lutok is a lightweight C++ API library for Lua.

Lutok provides thin C++ wrappers around the Lua C API to ease the
interaction between C++ and Lua.  These wrappers make intensive use of
RAII to prevent resource leakage, expose C++-friendly data types, report
errors by means of exceptions and ensure that the Lua stack is always
left untouched in the face of errors.  The library also provides a small
subset of miscellaneous utility functions built on top of the wrappers.

Lutok focuses on providing a clean and safe C++ interface; the drawback
is that it is not suitable for performance-critical environments.  In
order to implement error-safe C++ wrappers on top of a Lua C binary
library, Lutok adds several layers or abstraction and error checking
that go against the original spirit of the Lua C API and thus degrade
performance.
2012-01-29 20:59:59 +00:00
marino
c25ab40ed2 devel/papaya: USE_TOOLS+= makeinfo 2012-01-29 20:54:54 +00:00
drochner
16c9b9f833 avoid implicit Python dependency: don't build gdbus-codegen, it is new in
2.30 and not used in pkgsrc yet, will be added as separate pkg
2012-01-29 17:43:43 +00:00
obache
867239dea0 Update accerciser to 1.12.1.
==============
version 1.12.1
==============
New And Updated Translations
============================
- Matej Urbančič (sl)
- Vincent Untz (sl)
- Takayuki KUSANO (jp)
- Andika Triwidada (id)
- Roman Mátyus  (sl)
- Aron Xu (cn)
- Fran Diéguez
- Gheyret Kenji (ug)
- Jiro MATSUZAWA (jp)
- Javier Jardón (Update README file)
- Jorge González (es)
- noch (am)
- Ivar Smolin (et)
- Thomas Thurman (en@shaw)
- Claude Paroz (fr)


==============
Version 1.12.0
==============

New And Updated Translations
============================
- Thomas Thurman (en@shaw)
- Jorge González (es)
- Ivar Smolin (et)
- Claude Paroz (fr)
- Fran Diéguez (gl)
- Arman Vardanyan (hy)
- Andika Triwidada (id)
- Takeshi AIHANA (ja)
- Roman Mátyus (sk)
- Matej Urbančič (sl)
- Gheyret Kenji (ug)
- YunQiang Su (zh_CN)

==============
Version 1.11.1
==============

What's New
==========
A fix for AT-SPI2 issues (bug #617484). Thanks Mike Gorse!

New And Updated Translations
============================

=============
Version 1.9.3
=============

What's New
==========
Not much, there is a new Simplified Chinese translation of the help docs!

New And Updated Translations
============================
- Gheyret Kenji (ug)

=============
Version 1.8.0
=============

What's New
==========
* Fixed crash when selecting item under pointer. Workaround for
pygtk/gdk bug. (bug #593732).

New And Updated Translations
============================
- Khaled Hosny (ar)
- Joan Duran (ca)
- Lucas Lommer (cs)
- Ask Hjorth Larsen (da)
- Mario Blättermann (de)
- Philip Withnall (en_GB)
- Jorge González (es)
- Mattias Põldaru (et)
- Iñaki Larrañaga Murgoitio (eu)
- Ilkka Tuohela (fi)
- Claude Paroz (fr)
- Antón Méixome (gl)
- Mark Krapivner (he)
- Gabor Kelemen (hu)
- Milo Casagrande (it)
- Gintautas Miliauskas (lt)
- Sangeeta Kumari (mai)
- Kjartan Maraas (nb)
- Tomasz Dominikowski (pl)
- Rui Batista (pt)
- Og Maciel (pt_BR)
- Adi Roiban (ro)
- Matej Urbančič (sl)
- Daniel Nylander (sv)
- Theppitak Karoonboonyanan (th)
- Baris Cicek (tr)
- Maxim Dziumanenko (uk)
- Ray Wang (zh_CN)
- Chao-Hsiung Liao (zh_HK)
- Chao-Hsiung Liao (zh_TW)

==============
Version 1.7.91
==============

What's New
==========
- Use correct Name and X-FullName in .desktop file (bug #592732).

New And Updated Translations
============================
- Alexander Shopov (bg)
- Milo Casagrande (it)

==============
Version 1.7.90
==============

New And Updated Translations
============================
- Hendrik Richter (de)
- Mattias Põldaru (et)
- Yaron Shahrabani (he)

=============
Version 1.7.4
=============

What's New
==========
- Removed all libglade-related symbols.

New And Updated Translations
============================
- Eitan Isaacson (he)
- Daniel Nylander (sv)
- Maxim Dziumanenko (uk)

=============
Version 1.7.2
=============

What's New
==========
- Added accessible name changed listeners to update the view
accordingly (bug #582434).
- Fixed editable text bug (bug #574223).
- Migrated to GtkBuilder from Glade.

New And Updated Translations
============================
None, could you believe it???

=============
Version 1.7.1
=============

What's New
==========
- Removed bonobo and ORBit references, in prep for GNOME 3.0 and D-Bus
AT-SPI (bug #580421).
- Fixed IPython history behavior (bug #578608), thanks Lasagna Davide!

New And Updated Translations
============================
- Joan Duran (ca@valencia)
- Jorge González (es)
- Maxim Dziumanenko (uk)
2012-01-29 13:32:20 +00:00
obache
749bca1c6e + py-ipython 2012-01-29 13:25:20 +00:00
obache
62b78cce84 Import py-ipython-0.10.2 as devel/py-ipython.
The goal of IPython is to create a comprehensive environment for interactive and
exploratory computing. To support this goal, IPython has two main components:

 * An enhanced interactive Python shell.
 * An architecture for interactive parallel computing.
2012-01-29 13:22:51 +00:00
drochner
2d9e21800c update to 2.30.2
this switches to the 2.30 release branch

pkgsrc note: if you use net/libsoup24 with this glib2 version, make
sure to use at least version 2.34.3nb1
2012-01-29 10:46:52 +00:00
obache
509788cb8a Sync version with base at-spi package.
While here,
* LICENSE is LGPL-V2
* drop buildlink with at-spi, simple DEPENDS is sufficient.
* add missing dependencies on py-gnome2 and py-ORBit.
2012-01-29 08:59:46 +00:00
obache
76cb08ea3c LICENSE=gnu-gpl-v2 2012-01-29 08:12:04 +00:00
obache
ba932bb36a require git 1.5.2 or later. 2012-01-29 08:10:43 +00:00
obache
831744e4e4 * Any of compiler languages are not required to build.
* distutils pkg, change to use distutils.mk.

Bump PKGREVISION.
2012-01-29 08:01:36 +00:00
marino
02a4de55b0 devel/gps: Use only direct DSO linking
GPR projects ignore LDFLAGS* from pkgsrc, so the GPS project file had to
be modified with new linker switches to X libs in order to make
gnu linker v2.22 happy.
2012-01-29 01:16:24 +00:00
marino
983c50e2fb devel/boost-libs: Add libboost_locale.* to PLIST.DragonFly
Bump PKGREVISION
2012-01-29 00:10:55 +00:00
wiz
3ab4ce2ad8 Include jpeg and png bl3.mk files. 2012-01-28 17:27:29 +00:00
wiz
0d74b320c9 Update to 0.51:
2012-01-13  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Fix handling for vcard peculiarities.
	* [vComponent] Don't escape all ; in N or ADR.
	* [vComponent] Allow for property parameters to be multiply set.
	* [AwlDbDialect] Don't treat binary strings longer than 6 characters as numbers.
	* Release 0.51

2012-01-04  Andrew McMillan  <andrew@morphoss.com>
	* Release 0.50

2011-11-09  Andrew McMillan  <andrew@morphoss.com>
	* [AWLUtilities] Ensure we flush output buffers on abort.

2011-11-02  Andrew McMillan  <andrew@morphoss.com>
	* [vCalendar] More support for scheduling-related actions.
	* [vComponent] Minor performance tweaks.

2011-10-31  Andrew McMillan  <andrew@morphoss.com>
	* [vCalendar] Add method to scrub a confidential event.

2011-10-24  Andrew McMillan  <andrew@morphoss.com>
	* [AwlDatabase] Throw an exception when we can't rollback a transaction.
	* [vCalendar] New functions for updating organizer/attendee status.
2012-01-28 15:34:06 +00:00
wiz
ca5203223c Update to 3.1.7. Set LICENSE.
ccache 3.1.7
------------
Release date: 2012-01-08


Bug fixes
~~~~~~~~~

    - Non-writable `CCACHE_DIR` is now handled gracefully when
      `CCACHE_READONLY` is set.
    - Made failure to create files (typically due to bad directory permissions)
      in the cache directory fatal. Previously, such failures were silently and
      erroneously flagged as "compiler produced stdout".
    - Both the `-specs=file` and `--specs=file` forms are now recognized.
    - Added recognition and hashing of GCC plugins specified with
      `-fplugin=file`.
    - `CCACHE_COMPILERCHECK` now also determines how to hash explicit specs
      files (`-specs=file`).
    - Added `CPATH`, `C_INCLUDE_PATH` and similar environment variables to the
      hash to avoid false cache hits when such variables have changed.
    - Corrected log message when unify mode is enabled.
    - Reverted the GCC bug compatibility introduced in ccache 3.1.5 for
      `-MT`/`-MQ` options with concatenated arguments. (The bug is fixed in
      recent GCC versions.)


Other
~~~~~

    - Corrected license header for `mdfour.c`.
    - Improved documentation on how to fix bad object files in the cache.



ccache 3.1.6
------------
Release date: 2011-08-21


New features and improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    - Rewrite argument to `--sysroot` if `CCACHE_BASEDIR` is used.


Bug fixes
~~~~~~~~~

    - Don't crash if `getcwd()` fails.
    - Fixed alignment of ``called for preprocessing'' counter.


ccache 3.1.5
------------
Release date: 2011-05-29


New features and improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    - Added a new statistics counter named ``called for preprocessing''.
    - The original command line is now logged to the file specified with
      `CCACHE_LOGFILE`.
    - Improved error logging when system calls fail.
    - Added support for rewriting absolute paths in `-F`/`-iframework` GCC
      options.
    - Improved order of statistics counters in `ccache -s` output.


Bug fixes
~~~~~~~~~

    - The `-MF`/`-MT`/`-MQ` options with concatenated argument are now handled
      correctly when they are last on the command line.
    - ccache is now bug compatible with GCC for the `-MT`/`-MQ` options with
      concatenated arguments.
    - Fixed a minor memory leak.
    - Systems that lack (and don't need to be linked with) libm are now
      supported.
2012-01-28 15:01:00 +00:00
wiz
e6dc235527 Update to 2.0.23:
Ver 2.0.23 - Sat Dec  3 22:55:04 PST 2011
* Updated sources to resolve some splint (static code analysis)
  issues
* Updates for OpenSDK (WinCE6/ARM) build target (patch contributed
  itsnotabigtruck)
* Added OSX Xcode3+ template files to Other Builds collection
  (contributed by Vasyl)
* Added various fixes and improvements contributed by folks on
  sourceforge (thanks contributors).
* Switched library and test code to zlib license.
2012-01-28 13:58:25 +00:00
wiz
7bb7a871c1 Update to 2.0.11. Set LICENSE.
2.0.11:
Sam Lantinga - Sat Dec 31 10:49:42 EST 2011
 * SDL_ttf is now under the zlib license
Peter Kosyh - Mon Feb 28 14:57:03 PST 2011
 * Improved font glyph caching for non-latin languages
Erik Snoek - Wed Jan 12 09:10:15 PST 2011
 * Added API to get kerning info: TTF_GetFontKerningSize()
Sam Lantinga - Mon Jan 10 10:58:34 2011 -0800
 * Added Android.mk to build on the Android platform
2012-01-28 13:49:14 +00:00
obache
b18d5c0f85 Any of compiler langauges are not required to build. 2012-01-28 11:34:54 +00:00
wiz
9d2b9c408f Recursive bump for removal of jpeg/tiff/png buildlink3.mk files
from SDL_image. If one of these packages needs them, it should
include them itself.
2012-01-28 11:00:51 +00:00
obache
498f75cdfd No need to buildlink with py-gtk2, simple DEPENDS is sufficient. 2012-01-28 10:52:58 +00:00
wiz
e9624dc11f Set LICENSE. 2012-01-28 10:46:26 +00:00
obache
4e7dc00347 Any of compiler languages are not required to build. 2012-01-28 10:43:00 +00:00
obache
519e03446f PYDISTUTILSPKG=yes is not required for egg package. 2012-01-28 10:41:09 +00:00
wiz
3502ce31ed Update to 1.2.15:
General Notes

   * Fixed assembly register clobbering in CPU info routines
   * Fixed memory stomp when using stretch blit on large images
   * Fixed pixel corruption with overlapping blits
   * SDL_JOYSTICK_DEVICE can be a colon separated list of joystick devices
   * Disabled MMX blitters since they don't compile on modern compilers

Unix Notes

   * Fixed crash in joystick code on newer Linux kernels
   * Fixed channel swizzling for ALSA target with 6-channel output
   * Use the OpenGL GLX_EXT_swap_control extension if available
   * XRandR support is disabled by default because it causes desktop reconfiguring. It can be enabled with the SDL_VIDEO_X11_XRANDR=1
     environment variable, or by applying this patch: http://hg.libsdl.org/SDL/raw-rev/8ec3036098df

Windows Notes

   * Fixed SDL_GL_ACCELERATED_VISUAL handling
   * Fixed application state handling with ALT-Tab
   * Fixed occasional crash handling WM_ACTIVATEAPP in Direct X code
   * Fixed UTF-8 decoding of Russian characters

Mac OS X Notes

   * Fixed building and running on Mac OS X 10.7 (Lion)
2012-01-28 10:33:31 +00:00
obache
a4a563b16a Let to only accept Python 2.4, Python 2.5 and higher include newer version. 2012-01-28 09:12:03 +00:00
obache
d5375e3688 This package has no contents to buildlink, remove unwanted buildlink3.mk. 2012-01-28 08:56:33 +00:00
obache
68698a183c This package has no contents to buildlink, remove unwanted buldlink3.mk. 2012-01-28 08:47:28 +00:00
obache
0352e081d7 * any of compiler languages are not required to build.
* distutils pkg, register egg-info.

Bump PKGREVISION.
2012-01-28 08:30:55 +00:00
obache
04f8ba5aff disutils pkg, switch to use disutils.mk.
Bump PKGREVISION.
2012-01-28 08:22:03 +00:00
obache
5f9bd0a666 * LICENSE=gnu-lgpl-v2.1 # or later
* In setup.py, setuptool is preferred than distutils, so switch to use egg.mk,
  to avoid PLIST mismatch when setuptools is installed.

Bump PKGREVISION.
2012-01-28 08:13:20 +00:00
obache
824b98638d * No need to buildlink with py-curses, simple DEPENDS is sufficient.
* directly depend on ncurses, using libpanel, buildlink on devel/ncurses.
2012-01-28 07:55:57 +00:00
obache
5ce00ca5c4 No need to buildlink with py-gtk2, simple DEPENDS is sufficient. 2012-01-27 13:02:05 +00:00
obache
dc645f04cb No need to buildlink with py-xml, simple DEPENDS is sufficient. 2012-01-27 12:46:22 +00:00
obache
88657bc20b * LICENSE=modified-bsd
* distutils pkg, register egg-info.

Bump PKGREVISION.
2012-01-27 10:19:16 +00:00
obache
09fa42c72b * any of compiler languages are not required to build.
* distutils pkg, register egg-info.

Bump PKGREVISION.
2012-01-27 08:53:50 +00:00
obache
bb3897a997 remove redundant includion of python/tool.mk. 2012-01-27 08:37:01 +00:00
obache
9851778bf9 * any of compiler languages are not required to build.
* distutils pkg, register egg-info.

Bump PKGREVISION.
2012-01-27 08:30:40 +00:00
rhaen
779a2af68c Updated to 0.17
Changes:

- 0.17 ... Add PREREQ_PM config option
2012-01-26 21:01:07 +00:00
cheusov
56047a0cbb Update to 0.8.10 (request by maintainer)
BUG FIXES
  * Fix test suite on Cygwin. (Ronald Blaschke)
  * Support windows-cryptoapi on Cygwin. (Ronald Blaschke)
  * Include wc.h in wc.c. FIxes build on NetBSD 5.1/amd64.
    (#894659)
2012-01-26 20:39:09 +00:00
rhaen
111448c9df Updated to 0.33
Changes:

Updated to 0.33

Changes:

0.33 Monday 19th September, 2011
        Fixes the case where name("foo(*") hits an error with mismatched
        parentheis.  Reported by Jan Engelhardt.
2012-01-26 20:34:52 +00:00
rhaen
1b42d6db8d Updated to 1.16
Changes:

1.16  2010 Nov 10
        - unit test fix for Perl 5.6.2 on x86_64

1.15  2010 Nov 04
        - added span_ord() method
2012-01-26 20:19:08 +00:00
rhaen
b52dc77d76 Updated to 1.9016
Changes:

= 2011/03/22 1.9016

Fix bug #46996: warnings issued for bad input.
Fix bug #43348: use POSIX::floor() instead of int()
Rewrite netmask.t to use Test::More
2012-01-26 19:38:09 +00:00
rhaen
f9d6c0c955 Updated to 1.21
Changes:

2011-10-15  Gisle Aas <gisle@ActiveState.com>

   Release 1.21

   Make dump($1) work when $1 was integer [RT#63883]

   Dump floats without quoting



2011-10-02  Gisle Aas <gisle@ActiveState.com>

   Release 1.20

   Add depth() method to FilterContext

   Make dump($1) work [RT#63883]

   Limit our temp listen socket to localhost [RT#63534]
2012-01-26 18:45:10 +00:00
rhaen
80c31fb98a Updated to 1.45
Changes:

1.45 2011-03-09T20:00:59
    * Removed Module::Build from `build_requires`, since it does nothing
      out-of-the ordinary, and this keeps it out of the `Makefile.PL`'s
      `PM_PREREQ`. Per gripe from Peter Scott.
2012-01-26 15:59:16 +00:00
rhaen
5c47895a38 Updated to 0.14
Changes:

0.14      2011-01-28 09:40:36 EST5EDT

    [BUG FIXES]

    - fix error writing to undef handle on MSWin32 in some circumstances

    [OTHER]

    - converted distribution to Dist::Zilla
2012-01-26 15:57:12 +00:00
rhaen
d1d0a8028d Updated to 0.62
Changes:

==============================
2011-11-05 23:14:37 +0000 0.62
==============================

  commit 3cb8b66ade12cf01ab420a29f5f65797786f0df0
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Sat Nov 5 23:14:37 2011 +0000

    Update FreeBSD hints to support FreeBSD 10.0

==============================
2011-10-24 15:21:34 +0100 0.60
==============================

  commit b737b8521ffd34bf91438add2ff0073d9e01b65a
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Mon Oct 24 15:21:34 2011 +0100

    Autoguessing perl versions was broken, it is fixed now.

    Thanks to Tom Molesworth and Paul Evans for helping to spot this.

==============================
2011-10-03 21:24:45 +0100 0.58
==============================

  commit 2057805e5129dcde0a88ae81f5936547ad5a3484
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Mon Oct 3 21:24:45 2011 +0100

    Fix v5.14-ism in regex. Reported by Gregor Herrmann [rt.cpan.org
    #71416]

==============================
2011-10-03 13:40:19 +0100 0.56
==============================

  commit e698b95b579df68d5bf7fef933269019fecf2e2c
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Mon Oct 3 13:40:19 2011 +0100

    Fix previous update

==============================
2011-10-03 13:02:08 +0100 0.54
==============================

  commit 6f7b6eafb637fcf30c7e8a21c9e3a4c2908f266c
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Mon Oct 3 13:02:08 2011 +0100

    Add patching of make_ext.pl for virtualisation fixes
2012-01-26 15:48:30 +00:00
rhaen
dd621d3ed0 Updated to 0.314
Dependency to devel/p5-Capture-Tiny

Change:

0.314     2012-01-03 21:38:59 America/New_York
          adds App::Cmd::Tester::CaptureExternal to capture output from
          external subcommands (thanks, David Golden)

          if there's no Pod =head1 NAME, a Pod::Weaver-esque #ABSTRACT will be
          respected (thanks, Andreas Hernitscheck)

0.313     2011-12-23 13:29:53 America/New_York
          don't load Text::Abbrev until it's needed (thanks, Olivier Mengué)
2012-01-26 15:40:14 +00:00
rhaen
3fef249c65 Updated to 1.04
Changes:

1.04 Thu 20 Oct 2011
	- Fixed _cmp to compare properly (MIYAGAWA)
	- Fixed the automated MakeMaker dependency addition (MIYAGAWA)
	- Last Perl 5.5 compatible MakeMaker was actually 6.36 (ADAMK)

1.03 Wed 19 Oct 2011
	- META.yml flag dynamic_config is now always generated (ADAMK)
	- Added the convenience command static_config, as the default is to be
	  dynamic (ADAMK)
	- Module::Install::DSL will automatically set static_config unless it
	  can see an 'if' or 'unless' suffix (ADAMK)

1.02 Thu 29 Sep 2011
	- Support for installdeps_target in Module::Install::AutoInstall and
	  Module::AutoInstall (Caelum)
	- Support for installdeps_notest, upgradedeps and upgradedeps_notest,
	  listdeps and listalldeps targets in Module::AutoInstall (Caelum)
2012-01-26 15:31:33 +00:00
rhaen
3926fd0a4c Updated to 0.108
ChangeLog:
At the request Michael Schwern, do not "require threads" any longer as
it can upset Test::Builder. Anyone using threads should already have
done that themselves. Anyway not, doesn't need it.
2012-01-26 12:55:13 +00:00
rhaen
21fb22e24e Updated to 1.04
ChangeLog:
1.04 Thu 1 Dec 2011 - Adam Kennedy
	- Added the experimental :early debugging pragma to cause warnings
	  to be emitted immediately. This should stay off otherwise (ADAMK)

1.03 Tue 2 Aug 2011 - Adam Kennedy
	- Test::Builder and Test::Tester dependencies were the wrong way
	  around, corrected (ADAMK)
2012-01-26 12:52:48 +00:00
rhaen
31108abde4 Updated to 1.04
ChangeLog:
1.04 Tue 8 Mar 2011
	- Updating author tests (ADAMK)
	- Updating to Module::Install (ADAMK)
        - Simple refactoring of Makefile.PL (CHORNY)
2012-01-26 12:47:38 +00:00
rhaen
2a194c39d7 Updated to 2.83
ChangeLog:
2.83  2011-10-29T00:19:07Z
      - Added the `smtp_port` parameter and accompanying `--smtp-port` option.
        Patch from Gustavo Leite de Mendonça Chaves.
      - Switched from Net::SMTP and Net::SMTP_auth to Net::SMTP::TLS, which
        handles TLS and non TLS and auth and non-auth in any combintation.
        Based on patches from Dawood Sangameshwari and Marino Miculan (RT #
        40188).
      - Added `--smtp-tls` option to enable TLS. Based on patch from Marino
        Miculan.
      - Deprecated `--smtp-authtype`, which is now a no-op. Net::SMTP::TLS
        determins the auth type to use by asking the SMTP server.
2012-01-26 12:18:43 +00:00
rhaen
e6b6b96f14 Updated to 0.045
ChangeLog:

0.045 2011-12-23
  skip a test that tickles an OpenBSD bug and hangs the process (thanks,
  BinGOs)
2012-01-26 12:01:13 +00:00
rhaen
1f13ef0a2b Updated devel/p5-AnyEvent to 6.13
ChangeLog:
6.13 Thu Jan 12 07:27:01 CET 2012
	- AnyEvent::Util::fork_call checked for POSIX availability in the wrong way,
          causing it to fail if POSIX wasn't loaded already (analysed by Rock Power).
	- AnyEvent::Handle::push_read (line => did pass $1 directly, so
          regex-matching inside the callback would change the parameter, despite
          $1 being dynamically scoped per-block. this perl bug is now being
          worked around (testcase by Cindy Wang).

6.12 Mon Dec 12 13:21:10 CET 2011
	- $! was clobbered by subsequent calls in tcp_connect, due to
          the postpone not saving/restoring it (analyzed by Richard Garnish).

6.11 Tue Nov 22 10:36:05 CET 2011
	- Tk cannot create windows when tainted unless you set a title, so
          set a dummy title for AnyEvent's dummy mainwindow. How dummy.
	- escape any nonprintable/nonascii characters when stringifying
          backtraces.
        - log the reason loading an interface module fails to load at level debug.

6.1  Tue Oct  4 19:44:30 CEST 2011
	- INCOMPATIBLE CHANGE: the default log level is now "4" (error
          and above), and some messages inside AnyEvent have been elevated
          to higher log levels to print by default.
        - AnyEvent::log, unlike AnyEvent::Log::log, did not always exit on fatal.
        - work around yet another signal race bug, newly introduced by POE. My
          how that module sucks.
        - add google public ipv6 dns as fallback servers, so AE::DNS can finally
          support ipv6-only operation even with defaults (also use ::1 instead
          of 127.0.0.1).
	- give better guidelines on how to chose a logging level.
        - AnyEvent::Log can now cap (limit) log message priority by context.
        - AE::log will now save and restore $! and $@, so callers don't have to.
        - AE::Strict now checks that registered fds are still valid at regular
          intervals.
        - skip frequently called 'require' calls if the module appears loaded.
	- increase signal latency test timer considerably for poor little osx,
          which can't be bothered with basic posix functionality such as signal
          delivery.
        - mention some debugging aids in the tutorial.
        - new env variable PERL_ANYEVENT_MAX_SIGNAL_LATENCY.
        - private (%namespace) log contexts in PERL_ANYEVENT_LOG now have the name
          of the context as title.
        - AnyEvent::Strict would not restore read-write access to $_ when a callback
          died - this is a user bug, but since AE::Strict exists to help dbeugging...
	- detect the extremely evil IO::Async::Loop::AnyEvent module and refuse
          to work with it - the author is well aware of the issues but refuses
          to fix them. This extreme step has been taken because the module actively
          attacks the goals of AnyEvent and makes it harder for module authors to use
          AnyEvent.

6.02  Fri Aug 26 20:08:31 CEST 2011
        - log_to_syslog now accepts facility strings.
	- log_to_syslog would not allow facilities - "$facility|$level"
          *literally* means that string. sheesh.
        - the CPAN parser got confused and thought we provide Sys::Syslog, try
          to work around.
        - renamed AnyEvent::Impl::FLTK2 to FLTK.

6.01  Fri Aug 26 07:04:11 CEST 2011
        - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include
          the TTL as fourth element - this affects ->resolve, ->request
          and ->dns_unpack indirectly. Convenience functions such as
          AnyEvent::DNS::{a,txt,mx,srv} are not affected, neither is
          AnyEvent::Socket.
        - INCOMPATIBLE CHANGE: backend authors now should not implement
          one_event or loop, but instead the AnyEvent::CondVar::_wait and _poll
          methods.
        - INCOMPATIBLE CHANGE: verbosity levels have been redefined, see
          AnyEvent (PERL_ANYEVENT_VERBOSE) and AnyEvent::Log for details.
        - DEPRECIATION: please change
          "use AnyEvent::Impl::Perl" to "use AnyEvent::Loop" and
          "AnyEvent::Impl::Perl::loop" to "AnyEvent::Loop::run"
          in your programs, for future compatibility.
        - *blush* idle watcher emulation was borked.
        - AnyEvent::Strict now checks the AE::xxx functions as well.
        - querying too long domain names would barf deep inside AnyEvent::DNS - since
          this is hard to avoid for applications, AnyEvent:.DNS::request now checks for
          for too long domain names explicitly and passes an undef to the callback
          instead (reported by James Bromberger).
        - make AnyEvent::Util more robust against EINTR (analyzed by Andrew Suffield).
        - new functions: AnyEvent::postpone, AnyEvent::log.
        - new module: AnyEvent::Log, for simple logging needs.
        - new env variable, PERL_ANYEVENT_LOG, for fine-grained logging config.
        - new env variable, PERL_ANYEVENT_DEBUG_SHELL, to automatically start
          a debug shell.
        - new env variable, PERL_ANYEVENT_DEBUG_WRAP, to automatically enable
          watcher instrumentation/wrapping (see AnyEvent::Debug::wrap).
        - new env variable, PERL_ANYEVENT_HOSTS, to override the place where
          /etc/hosts can be found.
        - an empty PERL_ANYEVENT_RESOLV_CONF now selects the default
          configuration.
        - env variables can now be specified using AE_xyz instead of
          PERL_ANYEVENT_xyz, subject to some rules.
        - lots of new AnyEvent::Debug functionality.
        - AnyEvent::Strict now checks for modifications $_ by the callback
          (by setting it to readonly while executing the callback, if possible).
        - IO::Async sometimes cancels the wrong timer when you call cancel_timer.
          Invest extra overhead to work around this peculiar behaviour.
        - split the pure perl backend into a loop module and an impl
          module (AnyEvent::Loop and AnyEvent::Impl::Perl).
        - some read types (regex, netstring, json, storable) could
          errornously keep an AE::Handle object alive on their own
          (reported by Mohammad Toossi).
        - AnyEvent::Socket::resolve_sockaddr and all functions using it now
          supports /etc/hosts overrides.
        - add more workarounds around child watcher bugs in IO::Async
          and (newly introduced) in POE.
        - use glib child watchers and try to work around its limitations,
          if possible (based on a patch by Kevin Ryde).
	- add support for FLTK (fltk2), via AnyEvent::Impl::FLTK2.
        - many read types in AnyEvent::Handle would malfunction during
          transitions to TLS because of a "delete $self->{rbuf}".
          (reported by Gerald Galster).
        - improve condvar blocking wait performance (probably only noticable
          with faster backends), also make it easier for event loops that
          do not support blocking waits.
        - PERL_ANYEVENT_MODEL now also allows full module names, although
          the usefulness of this feature is not yet clear.
        - add tests for all supported event loops, conditional on PERL_ANYEVENT_LOOP_TESTS.
        - add t/80_ssltext.t.
        - no longer use AUTOLOAD for the initial loading (for no very good reason).
        - tcp_server now tries to unlink unix domain sockets when it gets destroyed.
        - do not run event loop detection multiple times when programs call their cached
          copies of AnyEvent::detect.
        - parse_hostport now accepts absolute paths als unix domain sockets.
        - suppress the idiotic warning inside POE by patching the POE::Kernel
          run flags instead of asking the user to jump through contortions.
        - add Task::Weaken as dependency (as recommends only at this time).
        - replace PF_UNSPEC by 0, for good old minix.

6.0 (not officially released, but was on CPAN for about 15 minutes :/)
2012-01-26 11:55:12 +00:00
rhaen
7c54c3782e Updated devel/p5-EV to 4.10
ChangeLog:
4.10 Thu Jan 19 18:54:23 CET 2012
        - (libev) fix a race where the workaround against the epoll fork
          bugs caused signals to not be handled anymore.
        - (libev) correct backend_fudge for most backends, and implement
          a windows specific workaround to avoid looping because we call
          both select and Sleep, both with different time resolutions.
	- e_new wasn't declared static (causing very minor .so bloat).
        - replace more old api names by new ones.
2012-01-26 11:46:22 +00:00
sbd
78614fb4fa Remove the section from configure that adds the gcc multi_os_directory to
the libdir.
2012-01-26 02:59:53 +00:00
wiz
35e37403be Another fix for keyboard handling, from Opolo Remo,
and a fix for the color patterns, also from him.
Bump PKGREVISION.
2012-01-24 15:17:05 +00:00
sbd
ec681430da Recursive dependency bump for databases/gdbm ABI_DEPENDS change. 2012-01-24 09:10:50 +00:00
sbd
cb533afbc3 When building in sim/ucsim/cmd.src:
* cmdlex.cc needs to include <cstdio> for the EOF macro.
  * Search $(srcdir) before directorys in CXXFLAGS so that the "FlexLexer.h"
    in $(srcdir) is found before the one under PREFIX (from CXXFLAGS).
2012-01-24 06:06:32 +00:00
pettai
e213416ed2 Added py-pip 2012-01-23 21:42:49 +00:00
pettai
3aef9596e1 pip is a replacement for easy_install. It uses mostly the same
techniques for finding packages, so packages that were made
easy_installable should be pip-installable as well.

pip is meant to improve on easy_install. Some of the improvements:
    * All packages are downloaded before installation.
Partially-completed installation doesn't occur as a result.
    * Care is taken to present useful output on the console.
    * The reasons for actions are kept track of. For instance, if
a package is being installed, pip keeps track of why that package
was required.
    * Error messages should be useful.
    * The code is relatively concise and cohesive, making it easier
to use programmatically.
    * Packages don't have to be installed as egg archives, they can
be installed flat (while keeping the egg metadata).
    * Native support for other version control systems (Git, Mercurial
and Bazaar)
    * Uninstallation of packages.
    * Simple to define fixed sets of requirements and reliably
reproduce a set of packages.
2012-01-23 21:39:32 +00:00
joerg
97c8a5163d Add build dependency on help2man to get all man pages properly
formatted.
2012-01-23 20:50:13 +00:00
joerg
c69e60ebb7 Fix mdoc syntax. Bump revision. 2012-01-23 20:49:21 +00:00
pettai
63de93708e Added buildlink3.mk 2012-01-23 11:50:38 +00:00
abs
411d5bb02c Updated devel/p5-Parallel-Prefork to 0.13
0.13
    - repackage 0.12 (tar xf fails with 0.12 on some platforms)

0.12
    - support for pre/post fork callbacks
2012-01-22 19:45:24 +00:00
abs
5570ac9cf9 Updated devel/p5-glib2 to 1.242
Overview of changes in Glib 1.242
=================================

* Glib::GenPod: fix typo in default pspec values
  (https://bugzilla.gnome.org/show_bug.cgi?id=665331)
* Glib::GenPod: delete a duplicate key in %basic_types
  (https://bugzilla.gnome.org/show_bug.cgi?id=665332)
* Change the FSF's address in all GPL license notices (RT#72664)

Overview of changes in Glib 1.241
=================================

* Register the boxed type Glib::GString, based almost completely on a patch by
  Emmanuel Rodriguez (https://bugzilla.gnome.org/show_bug.cgi?id=663881).
* Fix linking against perl < 5.9.4 on some platforms; Do not use
  SvREFCNT_inc_simple_void_NN as that was introduced in perl 5.9.4, which came
  after the 5.8.0 we require.

Overview of changes in Glib 1.240
=================================

 Since 1.22x (the previous stable series)
 ----------------------------------------
  * Add Glib::Param::GType support.
  * Add Glib::Log->set_default_handler() and
    Glib::Log::default_handler().
  * Add Glib::ParamSpec->override() and get_redirect_target().
  * Add Glib::Param->get_default_value().
  * Support the fundamental type Glib::GType.
  * Correctly handle variables with "magic" attached, like tied
    variables.
  * Don't copy boxed objects when passing from Perl to C.

 Since 1.233
 -----------
  * Nada.

Overview of changes in Glib 1.233
=================================

* Change the way we handle objects with floating references again, to be more
  compatible.

Overview of changes in Glib 1.232
=================================

* In the documentation generated by Glib::GenPod, show default values for
  properties.
* Correctly handle objects which have floating references.
* When checking whether a variable is a reference, correctly account for "get
  magic", which occurs for example for tied variables.  Add gperl_sv_is_ref for
  other bindings to use.

Overview of changes in Glib 1.231
=================================

* Add Glib::Log->set_default_handler() and Glib::Log::default_handler().
* Add Glib::ParamSpec->override() and get_redirect_target().
* Add Glib::Param->get_default_value().
* Make Glib::ParamSpec->value_validate() copy boxed objects if necessary.
* Support the fundamental type Glib::GType.
* Correctly store and look up custom signal marshallers.
* Fix fetching default values for unichar properties of custom subclasses.
* Fix subclassing with {pspec, get, set}-style properties.
* Allow the Glib::Object "magic" to coexist with other extensions' "magic".
* Make Glib::GenPod create docs for child and style properties.
* Improve the documentation in a few places.
* Fix a few build and test failures.

Overview of changes in Glib 1.230
=================================

* Don't copy boxed objects when passing from Perl to C.  This mainly affects
  Perl subclasses which have signal handlers that involve boxed objects and use
  signal_chain_from_overridden() to call parent signal handlers.  With this
  change, the parent's handlers will now operator on the same object that the
  Perl code sees, and changes consequently propagate properly.
* Correctly handle variables with "set" magic attached in the default
  SET_PROPERTY implementation for custom Perl subclasses.
* Add Glib::Param::GType support.
* Make Glib::Flags::bool() and as_arrayref() callable as methods.
* Allow undef for default_value in Glib::ParamSpec->string.
* Improve the documentation in a few places.
* Add gperl_hv_take_sv, a wrapper for hv_store, to our C API.
* Fix some build and test failures.
2012-01-22 18:43:12 +00:00
wiz
6da16fbc4c Replace obsolete configure flag with override. 2012-01-21 10:51:13 +00:00
obache
88595de295 add a missing entry. 2012-01-21 10:16:43 +00:00
joerg
1de48c01ae C++ doesn't allow K&R int default. 2012-01-20 17:08:40 +00:00
adam
a2267497a6 Changes 1.7.8.4:
* The code to look up attributes for paths reused entries from a wrong
  directory when two paths in question are in adjacent directories and
  the name of the one directory is a prefix of the other.
* A wildcard that matches deeper hierarchy given to the "diff-index" command,
  e.g. "git diff-index HEAD -- '*.txt'", incorrectly reported additions of
  matching files even when there is no change.
* When producing a "thin pack" (primarily used in bundles and smart
  HTTP transfers) out of a fully packed repository, we unnecessarily
  avoided sending recent objects as a delta against objects we know
  the other side has.
* "git send-email" did not properly treat sendemail.multiedit as a
  boolean (e.g. setting it to "false" did not turn it off).
* Also contains minor fixes and documentation updates.
2012-01-20 15:43:38 +00:00
drochner
0abe48345e remove obsolete gconf schema support 2012-01-20 12:57:52 +00:00
wiz
0a7b6d7c5f Remove libgsf-gnome, obsolete and unused. 2012-01-20 12:06:04 +00:00
wiz
6002dc4bdf Update to 1.14.22:
libgsf 1.14.22

Damien Lespiau:
        * Fix thumbnailer manual install problem.

Morten:
        * Fix error messages on win32.
        * Fix resource limiting in thumbnailer.
        * Ensure GsfOutput::name and GsfInput::name notifications.
        * Cleanup old code.
        * Drop support for gnome-vfs and bonobo.
        * Fix ole2 entry sorting based on patch from Junping Zhang.  [#665712]

Vincent Untz:
        * New installation method for thumbnailer.  [#651187]
2012-01-20 12:05:09 +00:00
taca
ce6d1a2842 Make sure to update distinfo. 2012-01-20 07:03:10 +00:00
gdt
8a09f1fa5f Update to 1.7.7.6 from 1.7.7.2.
Fixes since v1.7.7.2
--------------------

 * Adjust the "quick-install-doc" procedures as preformatted
   html/manpage are no longer in the source repository.

 * The logic to optimize the locality of the data in a pack introduced in
   1.7.7 was grossly inefficient.

 * The logic to filter out forked projects in the project list in
   "gitweb" was broken for some time.

 * "git branch -m/-M" advertised to update RENAME_REF ref in the
   commit log message that introduced the feature but not anywhere in
   the documentation, and never did update such a ref anyway. This
   undocumented misfeature that did not exist has been excised.

Fixes since v1.7.7.3
--------------------

 * A few header dependencies were missing from the Makefile.

 * Some newer parts of the code used C99 __VA_ARGS__ while we still
   try to cater to older compilers.

 * "git name-rev --all" tried to name all _objects_, naturally failing to
   describe many blobs and trees, instead of showing only commits as
   advertised in its documentation.

Fixes since v1.7.7.4
--------------------

 * After fetching from a remote that has very long refname, the reporting
   output could have corrupted by overrunning a static buffer.

 * "git checkout" and "git merge" treated in-tree .gitignore and exclude
   file in $GIT_DIR/info/ directory inconsistently when deciding which
   untracked files are ignored and expendable.

Fixes since v1.7.7.5
--------------------

 * The code to look up attributes for paths reused entries from a wrong
   directory when two paths in question are in adjacent directories and
   the name of the one directory is a prefix of the other.

 * A wildcard that matches deeper hierarchy given to the "diff-index" command,
   e.g. "git diff-index HEAD -- '*.txt'", incorrectly reported additions of
   matching files even when there is no change.

 * When producing a "thin pack" (primarily used in bundles and smart
   HTTP transfers) out of a fully packed repository, we unnecessarily
   avoided sending recent objects as a delta against objects we know
   the other side has.
2012-01-19 20:34:01 +00:00
drochner
758b71964c reset PKGREV for base pkg update 2012-01-19 19:35:11 +00:00
drochner
95030687bb update to 2.32.4
changes:
-minor fixes
-translation updates
2012-01-19 19:34:46 +00:00
drochner
17a22261f9 update to 3.6.7
changes: minor bugfixes
2012-01-19 19:10:40 +00:00
ryoon
8d99166478 Update to 1.424.2
* This release contains security fix.
  See http://www.cloudbees.com/jenkins-advisory/jenkins-security-advisory-2012-01-10.cb

Changelog:
* Viewing large console logs with timestamper plugin cause Jenkins
  to crash (issue 9349)
* Maven3 parallel build fails with java.util.ConcurrentModificationException
  in Jenkins (issue 11256)
* Jenkins PID changes after restart (issue 11742)
* Running Jenkins with the bundeled Winstone is succeptible to the hash table
  attack http://www.ocert.org/advisories/ocert-2011-003.html (SECURITY-22)
2012-01-19 14:39:21 +00:00
tsutsui
f498360b19 Add workaround optimization hacks for bison that dumps core in net/libIDL
on NetBSD/arm -current with gcc-4.5.3. PR pkg/45834

Bump PKGREVISION.
2012-01-19 13:32:05 +00:00
adam
c337440302 Revbump after updating db5 2012-01-18 13:49:23 +00:00
sbd
1e38404e66 Convert packages with add --libdir=* to CONFIGURE_ARGS to use
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
2012-01-17 21:43:18 +00:00
jmmv
8ddb463b94 Update the kqueue patch to v3. Fixes issues where the trash daemon
would get stuck and spin CPU when devices are forcibly-unmounted.
Bump PKGREVISION.
2012-01-17 16:51:04 +00:00
adam
de7ce3fe25 Changes 1.24:
* Libraries are re-licensed from LGPLv2+ to dual-GPLv2+|LGPLv3+.
* build: Fix parallel Windows builds.
* libidn: Fix potential infloop in pr29 code.
* libidn: Add 'const' keyword to 'stringprep_ucs4_nfkc_normalize' function.
* Sync glib NFKC code and improve copyright/license statements.
* Update gnulib files and translations.
* API and ABI is backwards compatible with the previous version.
2012-01-17 15:44:43 +00:00