Commit graph

21563 commits

Author SHA1 Message Date
mspo
a97dfee01d add a basic buildlink 2014-02-28 14:49:17 +00:00
mspo
75c3f4b28a Update to 0.4.1
release notes follow from http://concurrencykit.org/releases/
---
I am pleased to announce release 0.3.4 of Concurrency Kit. Acquire and
release fences have finally been introduced.  Significant performance
improvements were made to spinlock, rwlock, pflock, cohorts, brlocks and
bytelocks on RMO and PSO architectures (PPC*, SPARCv9+, ARM). Significant
improvements have been made to ck_hs write-side performance in the
presence of deletes. Latency improvements to ck_epoch for read-side
critical sections on x86 were introduced. Last but not least, the
parametric ck_ring has been re-introduced following discussion and
feedback.
---
I am pleased to announce release 0.3.5 of Concurrency Kit. This release
includes a critical bug fix for ck_ht_gc that affects CK_HT_MODE_DIRECT
hash tables (it does not affect bytestring hash tables). Additional
optimizations were made to ck_ht_gc and ck_hs_gc for empty hash tables.
---
I am pleased to announce release 0.4 of Concurrency Kit.
Critical bug fixes were made to ck_bytelock (thanks to Albi Kalvo)
for unslotted readers and 32-bit architectures (see below for
details). A new robin-hood hash set implementation was added by
Olivier Houchard that provides excellent stable performance
for delete and write-heavy workloads, while still providing
SPMC progress guarantees. A new operation has been added to
the bitmap, ck_bitmap_union, that provides a (non-linearized)
union of two bitmaps. Some other API changes were made to
ck_bitmap. Last but not least, the library now uses the correct
naming convention for Darwin targets.
---
I am pleased to announce release 0.4.1 of Concurrency Kit.
This fixes a calculation error in ck_bitmap_union, which
can lead to a crash condition. This was missed due to
a lack of the typical testing cycle for the function.
2014-02-28 14:42:15 +00:00
obache
884d5b03f0 Update libthai to 0.1.20
=======================================================================
RELEASES INFORMATION
=======================================================================

LibThai 0.1.20 (25 October 2013):
* Updated word break dictionary.
* Fix compiler warnings in test suites.
2014-02-27 12:45:24 +00:00
obache
32f10d642e Update libdatrie to 0.2.8.
0.2.8 (2014-01-10)
=====
- Fix compiler warnings in test suites.
- Fix edge-case error on alphabet set of size 255.
  (Thanks Naoki Youshinaga for the report, test case, and analysis.)
- Fail trie operations on non-alphabet inputs, rather than silently allowing
  them to sneak in as false keys.
  (Thanks Naoki Youshinaga for the suggestion.)
- Improved documentation.

0.2.7.1 (2013-10-22)
=======
- Bump library versioning to reflect API addition.
  (Change missing in previous release)

0.2.7 (2013-10-21)
=====
- Fix portability issue with non-GCC compilers.
  [Thanks Gabi Daver for the report and fix (via Mikhail Korobov).]
- Fix compiler warnings.
- New utility API for comparing AlphaChar strings.
- Add test suites.
- Update doxygen doc generation.
2014-02-27 12:42:05 +00:00
jperkin
6792284e7a Remove special handling of -v in the wrappers.
This was originally introduced to work around some behaviour in the
libtool build, however these days it is actively harmful for a number of
packages, where removing additional arguments when -v is present on the
command line can break ABI detection (notably in CMake packages).

Instead, filter out any references to BUILDLINK_DIR from the libtool
scripts, as that should do the same job.

Retain the ability to run the 'scan' wrapper script, as it can be useful
in certain cases, and is required to support the scan-libtool script
anyway.
2014-02-26 10:40:46 +00:00
wiedi
06122b5e6e Use flex and patch "'struct tm' has no member named 'tm_zone'" error on SunOS 2014-02-26 10:29:27 +00:00
ryoon
fcb9120b49 Update to 0.10.2
Changelog:
mdds 0.10.2

* multi_type_vector

  * fixed a bug in transfer() that would trigger an assertion and
    eventually lead to a crash.  The problem occurred when a range of
    data to be transferred spanned over 2 blocks and consisted of the
    lower part of an upper block and the upper part of a lower block.
2014-02-25 12:37:26 +00:00
joerg
38a72245a8 Add upper limit to the botan dependency. Bump revisions as needed. 2014-02-25 11:51:32 +00:00
wiz
0c52ca0f07 Mark as not ready for python-3.x, as discussed with upstream.
3.12 will probably be python-3.x only.

Bump PKGREVISION.
2014-02-24 21:04:41 +00:00
wiz
c4a7a0679e Mark as stable GTK 2 version. 2014-02-24 12:25:00 +00:00
wiz
b52e721f4b Sort. 2014-02-24 12:24:37 +00:00
wiz
2686b1ab1b + meld-devel. 2014-02-24 12:24:19 +00:00
wiz
932fc6afbe Import meld-3.11.0 as devel/meld-devel.
Meld is a visual diff and merge tool. You can compare two or three
files and edit them in place (diffs update dynamically). You can
compare two or three folders and launch file comparisons. You can
browse and view a working copy from popular version control systems
such such as CVS, Subversion, Bazaar-ng and Mercurial.

This is the development version based on GTK 3.
2014-02-24 12:24:11 +00:00
wiz
7a2440d6f4 Update to 1.5.4:
**1.5.4 (2014-02-21)**


* Correct deprecation warning for ``pip install --build`` to only notify when
  the `--build` value is different than the default.


**1.5.3 (2014-02-20)**


* **DEPRECATION** ``pip install --build`` and ``pip install --no-clean`` are now
  deprecated.  See Issue #906 for discussion.

* Fixed #1112. Couldn't download directly from wheel paths/urls, and when wheel
  downloads did occur using requirement specifiers, dependencies weren't
  downloaded (PR #1527)

* Fixed #1320. ``pip wheel`` was not downloading wheels that already existed (PR
  #1524)

* Fixed #1111. ``pip install --download`` was failing using local
  ``--find-links`` (PR #1524)

* Workaround for Python bug http://bugs.python.org/issue20053 (PR #1544)

* Don't pass a unicode __file__ to setup.py on Python 2.x (PR #1583)

* Verify that the Wheel version is compatible with this pip (PR #1569)
2014-02-24 12:06:14 +00:00
wiz
60d5d1a205 Update to 1.11.4:
1.11.4 (2014-02-21)
~~~~~~~~~~~~~~~~~~~

* Updated pip to 1.5.4


1.11.3 (2014-02-20)
~~~~~~~~~~~~~~~~~~~

* Updated setuptools to 2.2
* Updated pip to 1.5.3
2014-02-24 12:04:44 +00:00
hiramatsu
41e089b23c Update devel/p5-Mixin-Linewise to 0.105.
Changes from previous:
----------------------
0.105     2014-02-20 21:53:06-05:00 America/New_York
        - update Readers to, by default, use PerlIO::utf8_strict to avoid
          problems with CRLF layer on Win32

0.104     2013-12-21 15:19:00-0500 America/New_York
        - clean up the docs for changes made in 0.103

0.103     2013-12-19 19:34:04-0500 America/New_York
        [THIS MIGHT BREAK YOUR CODE]
        - the string methods once again open references to scalars, rather
          than using IO::Scalar
2014-02-24 10:41:52 +00:00
sno
c75bd781d0 Added devel/p5-MooX-Log-Any version 0.001 2014-02-23 15:52:42 +00:00
sno
d558f838ea Adding new package for Perl module MooX::Log::Any from CPAN distribution
MooX-Log-Any version 0.001 into devel/p5-MooX-Log-Any

A logging role building a very lightweight wrapper to Log::Any for use with
your Moo or Moose classes. Connectibng a Log::Any::Adapter should be
performed prior to logging the first log message, otherwise nothing will
happen, just like with Log::Any
2014-02-23 15:51:56 +00:00
sno
aef38ba93e Added devel/p5-CPAN-Changes version 0.27 2014-02-23 15:36:56 +00:00
sno
9167a70653 Adding new package for Perl module CPAN::Changes from CPAN distribution
CPAN-Changes version 0.27 into devel/p5-CPAN-Changes

It is standard practice to include a Changes file in your distribution. The
purpose the Changes file is to help a user figure out what has changed
since
the last release.
2014-02-23 15:35:56 +00:00
sno
49b9ae8659 Fix missing requirements when using libstatgrab as a dependency 2014-02-23 15:16:49 +00:00
sno
bb93cfcc28 Added devel/p5-IO-Async version 0.61 2014-02-23 14:54:54 +00:00
sno
886704ac93 Adding new package for Perl module IO::Async from CPAN distribution
IO-Async version 0.61 into devel/p5-IO-Async

This collection of modules allows programs to be written that perform
asynchronous filehandle IO operations. A typical program using them would
consist of a single subclass of IO::Async::Loop to act as a container of
other objects, which perform the actual IO work required by the program. As
well as IO handles, the loop also supports timers and signal handlers, and
includes more higher-level functionality built on top of these basic parts.
2014-02-23 14:45:36 +00:00
sno
5b1ab0b3a3 Added devel/p5-Future version 0.25 2014-02-23 14:34:33 +00:00
sno
27358fe164 Adding new package for Perl module Future from CPAN distribution Future
version 0.25 into devel/p5-Future

A "Future" object represents an operation that is currently in progress, or
has recently completed. It can be used in a variety of ways to manage the
flow of control, and data, through an asynchronous program.
2014-02-23 14:33:46 +00:00
sno
4d5cfcf041 Added devel/p5-Test-Identity version 0.01 2014-02-23 11:34:00 +00:00
sno
711cdc76c0 Adding new package for Perl module Test::Identity from CPAN distribution
Test-Identity version 0.01 into devel/p5-Test-Identity

This module provides a single testing function, "identical". It asserts
that a given reference is as expected; that is, it either refers to the
same
object or is "undef". It is similar to "Test::More::is" except that it uses
"refaddr", ensuring that it behaves correctly even if the references under
test are objects that overload stringification or numification.
2014-02-23 11:30:36 +00:00
sno
082f2fdcb6 Added devel/p5-Test-Refcount version 0.07 2014-02-23 11:21:01 +00:00
wen
6c50fed3a2 Update to 0.371
Upstream changes:
0.371  2013-09-23
        - Fix bug in our test suite that failed to count enough diagnostics
          when run under verbose mode.
          Closes rt-88912 (and http://bugs.debian.org/724297).
          Thanks to gregor herrmann, Debian Perl Group for reporting.
2014-02-23 11:20:28 +00:00
sno
aa7992a703 Adding new package for Perl module Test::Refcount from CPAN distribution
Test-Refcount version 0.07 into devel/p5-Test-Refcount

The Perl garbage collector uses simple reference counting during the normal
execution of a program. This means that cycles or unweakened references in
other parts of code can keep an object around for longer than intended. To
help avoid this problem, the reference count of a new object from its class
constructor ought to be 1. This way, the caller can know the object will be
properly DESTROYed when it drops all of its references to it.
2014-02-23 11:19:52 +00:00
adam
afebe1754a Removed patch-subversion_include_svn_auth.h 2014-02-23 10:01:51 +00:00
adam
b90ff0d742 Changes 1.8.5:
Foreign interfaces, subsystems and ports.

 * The HTTP transport, when talking GSS-Negotiate, uses "100
   Continue" response to avoid having to rewind and resend a large
   payload, which may not be always doable.

 * Various bugfixes to remote-bzr and remote-hg (in contrib/).

 * The build procedure is aware of MirBSD now.

 * Various "git p4", "git svn" and "gitk" updates.


UI, Workflows & Features

 * Fetching from a shallowly-cloned repository used to be forbidden,
   primarily because the codepaths involved were not carefully vetted
   and we did not bother supporting such usage. This release attempts
   to allow object transfer out of a shallowly-cloned repository in a
   more controlled way (i.e. the receiver becomes a shallow repository
   with a truncated history).

 * Just like we give a reasonable default for "less" via the LESS
   environment variable, we now specify a reasonable default for "lv"
   via the "LV" environment variable when spawning the pager.

 * Two-level configuration variable names in "branch.*" and "remote.*"
   hierarchies, whose variables are predominantly three-level, were
   not completed by hitting a <TAB> in bash and zsh completions.

 * Fetching a 'frotz' branch with "git fetch", while a 'frotz/nitfol'
   remote-tracking branch from an earlier fetch was still there, would
   error out, primarily because the command was not told that it is
   allowed to lose any information on our side.  "git fetch --prune"
   now can be used to remove 'frotz/nitfol' to make room for fetching and
   storing the 'frotz' remote-tracking branch.

 * "diff.orderfile=<file>" configuration variable can be used to
   pretend as if the "-O<file>" option were given from the command
   line of "git diff", etc.

 * The negative pathspec syntax allows "git log -- . ':!dir'" to tell
   us "I am interested in everything but 'dir' directory".

 * "git difftool" shows how many different paths there are in total,
   and how many of them have been shown so far, to indicate progress.

 * "git push origin master" used to push our 'master' branch to update
   the 'master' branch at the 'origin' repository.  This has been
   enhanced to use the same ref mapping "git push origin" would use to
   determine what ref at the 'origin' to be updated with our 'master'.
   For example, with this configuration

   [remote "origin"]
      push = refs/heads/*:refs/review/*

   that would cause "git push origin" to push out our local branches
   to corresponding refs under refs/review/ hierarchy at 'origin',
   "git push origin master" would update 'refs/review/master' over
   there.  Alternatively, if push.default is set to 'upstream' and our
   'master' is set to integrate with 'topic' from the 'origin' branch,
   running "git push origin" while on our 'master' would update their
   'topic' branch, and running "git push origin master" while on any
   of our branches does the same.

 * "gitweb" learned to treat ref hierarchies other than refs/heads as
   if they are additional branch namespaces (e.g. refs/changes/ in
   Gerrit).

 * "git for-each-ref --format=..." learned a few formatting directives;
   e.g. "%(color:red)%(HEAD)%(color:reset) %(refname:short) %(subject)".

 * The command string given to "git submodule foreach" is passed
   directly to the shell, without being eval'ed.  This is a backward
   incompatible change that may break existing users.

 * "git log" and friends learned the "--exclude=<glob>" option, to
   allow people to say "list history of all branches except those that
   match this pattern" with "git log --exclude='*/*' --branches".

 * "git rev-parse --parseopt" learned a new "--stuck-long" option to
   help scripts parse options with an optional parameter.

 * The "--tags" option to "git fetch" no longer tells the command to
   fetch _only_ the tags. It instead fetches tags _in addition to_
   what are fetched by the same command line without the option.
2014-02-23 10:00:27 +00:00
adam
475b87bdfe Changes 1.8.8:
User-visible changes:
 - Client-side bugfixes:
   * use CryptoAPI to validate intermediary certificates on Windows (r1564623)
   * fix automatic relocate for wcs not at repository root (r1541638 et al)
   * diff: fix when target is a drive root on Windows (r1541635)
   * wc: improve performance when used with SQLite 3.8 (r1542765)
   * copy: fix some scenarios that broke the working copy (r1560690)
   * move: fix errors when moving files between an external and the parent
     working copy (r1551524, r1551579)
   * log: resolve performance regression in certain scenarios (r1553101 et al)
   * merge: decrease work to detect differences between 3 files (r1548486)
   * checkout: don't require flush support for symlinks on Windows (r1547774)
   * commit: don't change file permissions inappropriately (issue 4440)
   * commit: fix assertion due to invalid pool lifetime (r1553376 et al)
   * version: don't cut off the distribution version on Linux (r1544878 et al)
   * flush stdout before exiting to avoid information being lost (r1499470)
   * status: fix missing sentinel value on warning codes (r1543145)
   * update/switch: improve some WC db queries that may return incorrect
     results depending on how SQLite is built (r1567109)

 - Server-side bugfixes:
   * reduce memory usage during checkout and export (r1564215)
   * fsfs: create rep-cache.db with proper permissions (issue 3437)
   * mod_dav_svn: prevent crashes with SVNListParentPath on (CVE-2014-0032)
   * mod_dav_svn: fix SVNAllowBulkUpdates directive merging (r1548105)
   * mod_dav_svn: include requested property changes in reports (r1557522)
   * svnserve: correct default cache size in help text (r1563110)
   * svnadmin dump: reduce size of dump files with '--deltas' (r1554978)
   * resolve integer underflow that resulted in infinite loops (r1567985)

Developer-visible changes:
 - General:
   * fix ocassional failure of check_tests.py 12 (r1496127 et al)
   * fix failure with SQLite 3.8.1-3.8.3 when built with
     SQLITE_ENABLE_STAT3/4 due to bug in SQLite (r1567286, r1567392)
   * specify SQLite defaults that can be changed when SQLite is built
     to avoid unexpected behavior with Subversion (r1567064)

 - API changes:
   * numerous documentation fixes
   * svn_client_commit_item3_dup() fix pool lifetime issues (r1550803)
   * ra_serf: properly ask multiple certificate validation providers for
     acceptance of certificate failures (r1535532)
   * release internal fs objects when closing commit editor (r1555499)
   * svn_client_proplist4() don't call the callback multiple times for
     the same path in order to deliver inherited properties (r1549858 et al)

 - Bindings:
   * javahl: make test suite run without installing on OS X (r1535115)
   * swig: fix building out of tarball on OS X (r1555654)
   * swig-pl: fix with --enable-sqlite-compatibility-version (r1559009)
   * swig: fix building bindings on OS X when APR has the -no-cpp-precomp
     flag in the apr-config --cppflags output. (r1535610)
   * swig: fix building from tarball with an out-of-tree build (r1543187)
2014-02-23 09:59:18 +00:00
wen
80dbfd0885 Update to 0.32
Upstream changes:
0.32    Thu Feb 20 22:53:19 GMT 2014
* Fix tests to support statically built perls

0.30    Sat Jan 25 13:26:51 GMT 2014
* Fix 'uninitialized' warnings during testing
* Added done_testing() to tests

0.28    Sat Jan  4 11:07:27 GMT 2014
* Fix 'Prototype after' warnings

0.26    Sat Jan  4 10:08:35 GMT 2014
* New functions added (reisub)
* Documented by magnolia
2014-02-23 09:56:21 +00:00
wen
11ec3494e4 Update to 3.07
Upstream changes:
3.07 Fri Feb 21 2014
 - fix for is_core tests and perls ending in 0

3.06 Thu Feb 20 2014
 - updated for 5.19.9
 - fix Module::CoreList::is_core default perl version
 - fix Module::CoreList::is_core version comparision

3.05
  - Prepared for v5.19.9
2014-02-22 08:39:43 +00:00
hiramatsu
7e503b0322 Add LICENSE=cc0-1.0-universal. 2014-02-22 05:33:33 +00:00
wiz
5fb42f000e Add patches/patch-util_google_sparsehash_sparseconfig.h to distinfo 2014-02-22 02:51:47 +00:00
joerg
8866ae7b8c Disable container forward definitions for libc++, it doesn't agree with
the use of inline namespaces.
2014-02-21 20:22:08 +00:00
joerg
af4e2f340b Fix build with libc++. 2014-02-21 20:20:42 +00:00
joerg
05e03be84b gtk-doc update added new files. Bump revision. 2014-02-21 20:19:21 +00:00
fhajny
98aa4872da Needs gmake. Not MAKE_JOBS_SAFE. 2014-02-21 13:32:58 +00:00
schmonz
05a339e3d6 Add and enable p5-PerlIO-utf8_strict. 2014-02-20 18:38:24 +00:00
schmonz
3ae89fe428 Add p5-PerlIO-utf8_strict, a fast and correct UTF-8 PerlIO layer.
Unlike perl's default :utf8 layer it checks the input for correctness.
2014-02-20 18:37:42 +00:00
fhajny
c16f3c5afa Add p5-Convert-Binary-C and p5-Data-Stag 2014-02-20 11:36:38 +00:00
fhajny
22b8b70c8d Import devel/p5-Data-Stag.
This module is for manipulating data as hierarchical tag/value pairs
(Structured TAGs or Simple Tree AGgreggates). These datastructures can
be represented as nested arrays, which have the advantage of being
native to perl.
2014-02-20 11:34:01 +00:00
fhajny
0ccdfcfc0b Import devel/p5-Convert-Binary-C.
Convert::Binary::C is a preprocessor and parser for C type definitions.
It is highly configurable and should support arbitrarily complex data
structures. Its object-oriented interface has pack and unpack methods
that act as replacements for Perl's pack and unpack and allow to use the
C types instead of a string representation of the data structure for
conversion of binary data from and to Perl's complex data structures.
2014-02-20 11:31:38 +00:00
jperkin
6e485c9206 Add initial builtin.mk for libinotify. 2014-02-20 10:51:28 +00:00
wiz
56c74f110f Update to 1.2.0:
Urwid 1.2.0
===========

2014-02-09

 * Add support for PyPy, drop support for Python 2.4, 2.5

 * Signals now support using weakly referenced arguments to help
   avoid leaking objects when a signal consumer is no longer
   referenced (by Matthijs Kooijman)

 * Add TornadoEventLoop class (by Alexander Glyzov)

 * Update GlibEventLoop to use python-gi for Python3 compatibility
   (by Israel Garcia)

 * Automate testing with Python 2.6, 2.7, 3.2, 3.3 and PyPy using
   travis-ci

 * New container method get_focus_widgets() (by Matthijs Kooijman)

 * Add support for double and triple click mouse events
   (by Igor Kotrasiński)

 * Allow disabling and re-enabling of mouse tracking
   (by Jim Garrison)

 * Create section in docs for example program screenshots generated
   as images like the tutorial examples

 * Add suggested basic color combination images to manual

 * Fall back to 80x24 if screen size detection fails

 * Fix screen.stop(), screen.start() disabling mouse events

 * Fix to make GridFlow v_sep argument behave as documented

 * Fix for registering high palette entries in the form "hX" where
   X > 15 so that basic colors are applied in 88-color mode

 * Fix for raw_display clear-right escape not working with
   standout attribute on some terminals

 * Fix for Terminal widget select loop: retry when interrupted
2014-02-20 09:34:50 +00:00
wiz
1c1d2406c4 Update to 0.20.1:
===================
0.20.1 (2014-02-11)
===================

Bugs fixed
----------

* List/Tuple literals multiplied by more than one factor were only multiplied
  by the last factor instead of all.

* Lookups of special methods (specifically for context managers) could fail
  in Python <= 2.6/3.1.

* Local variables were erroneously appended to the signature introspection
  of Cython implemented functions with keyword-only arguments under Python 3.

* In-place assignments to variables with inferred Python builtin/extension
  types could fail with type errors if the result value type was incompatible
  with the type of the previous value.

* The C code generation order of cdef classes, closures, helper code,
  etc. was not deterministic, thus leading to high code churn.

* Type inference could fail to deduce C enum types.

* Type inference could deduce unsafe or inefficient types from integer
  assignments within a mix of inferred Python variables and integer
  variables.
2014-02-20 09:29:03 +00:00
jperkin
02f1c7450f Revert part of previous, Linux builtins have been fixed properly. 2014-02-19 17:43:47 +00:00
jperkin
abdf2b35da Linux needs -liconv. Remove duplicate definitions. 2014-02-19 17:03:06 +00:00
jperkin
56cb9a056e GCC_REQD should be appended to, not set.
Fixes issues where a newer GCC has been chosen by the user but the GCC_REQD
was forcing an older (and broken) one to be pulled regardless.
2014-02-19 09:44:56 +00:00
wiz
16c803d03e Mark as not ready for python-3.x. 2014-02-18 22:22:14 +00:00
wiz
4d0e09ea9f Fix packaging when py-setuptools is installed by just switching to it
completely and adapting the package.
Replace patch-aa with post-install target.
Fix interpreter path in installed file.
Bump PKGREVISION.

Addresses PR pkg/48602 by Hauke Fath.
2014-02-18 16:13:31 +00:00
hiramatsu
c5b4124d48 Update p5-Config-MVP to 2.200007.
Changes from previous:
----------------------
2.200007  2014-01-29 21:04:25-05:00 America/New_York
        - throw an exception when a bundle reports an impossible situation,
          like { value => [] }; https://github.com/rjbs/Config-MVP/issues/5

2.200006  2013-09-17 08:58:53 Asia/Tokyo
        - fix repository data

2.200005  2013-09-17 08:56:36 Asia/Tokyo
        - removed use of deprecated Class::MOP::load_class (thanks, Karen
          Etheridge)

2.200004  2013-08-27 12:09:19 America/New_York
        - pass the arguments to missing_plugin in the right order

2.200003  2013-01-30 21:35:34 America/New_York
        - doc fixes (Thanks, George Hartzell!)
2014-02-17 01:22:24 +00:00
rodent
60aba3506a +py-logan 2014-02-17 00:30:27 +00:00
rodent
f0ad5c96bb Import py27-logan-0.5.9.1 as devel/py-logan.
Logan is a toolkit for running standalone Django applications. It provides you
with tools to create a CLI runner, manage settings, and the ability to bootstrap
the process.
2014-02-17 00:29:06 +00:00
sno
a67b18c813 add recommended test depends, update comment 2014-02-16 22:36:49 +00:00
wiz
239792f9df Revert DESCR to previous better version. 2014-02-16 22:24:37 +00:00
sno
1bbd20a647 Updating package of Perl5 module MooseX::Getopt from CPAN in
devel/p5-MooseX-Getopt from 0.59 to 0.61.

pkgsrc changes:
- adjust dependencies (generated by pkg_util create package)

Upstream changes:
0.61      2014-02-11 06:30:14Z
 - fix potentially-broken check-breaks test when a conflicting module fails to
   compile

0.60      2014-02-10 02:21:05Z
 - avoid failing an optional test when YAML is not installed
2014-02-16 22:18:15 +00:00
sno
e09dd03319 Updating package for Perl5 module Module::CoreList from CPAN in
devel/p5-Module-CoreList from 3.00 to 3.04.

IT IS IMPORTANT WHEN UPDATING lang/perl5 - THAT THIS MODULE IS MARKED
"CONFLICTS" FOR EACH ONE WHICH DOESN'T CONTAIN UPDATED PERL5

Upstream changes:
3.04 Mon Jan 20 2014
  - Prepared for v5.19.8

3.03 Mon Jan  6 2014
  - Updated for v5.18.2

3.02 Fri Dec 20 2013
  - Prepared for v5.19.7
  - Added CGI et al deprecation status
  - Finalised for v5.19.7

3.01 Wed Nov 20 2013
  - Finalised for v5.19.6
2014-02-16 21:05:09 +00:00
sno
6fccd89f0d Adjust path of .packlist file 2014-02-16 20:58:12 +00:00
sno
07d949429c Update package for Perl5 module MooseX::Role::Parameterized from CPAN
in devel/p5-MooseX-Role-Parameterized from 1.00nb2 to 1.02.

pkgsrc changes:
- adjust dependencies (done by pkg_util create package ^^)

Upstream changes:
1.02 September 11, 2013
    * set %INC entries in test to avoid failures with
      Moose pre-2.11 (kentfrederic)
        https://github.com/sartak/MooseX-Role-Parameterized/pull/7
        https://rt.cpan.org/Ticket/Display.html?id=88593

1.01 September 10, 2013
    * removed use of deprecated Class::MOP::load_class (ether)
2014-02-16 20:22:06 +00:00
sno
073ca2f66b Updating package for Perl5 modules Scalar::Util and List::Util from CPAN
in devel/p5-Scalar-List-Utils from 1.35 to 1.38.

Upstream changes:
1.38 -- 2014/01/22 15:33:24
        [BUGFIXES]
         * Avoid Perl_ckwarn() in unweaken() because it's missing on older
           perls; ckWARN() like the rest of the code (RT92363)

1.37 -- 2014/01/21 14:44:34
        [BUGFIXES]
         * Fix unweaken() for perls < 5.14; need to use sv_setsv() to undef
           rather than sv_clear() (RT92226)

1.36 -- 2014/01/16 15:40:47
        [CHANGES]
         * Added Scalar::Util::unweaken()
         * Various documentation changes/updates
        [BUGFIXES]
         * Correct uses of overload operators in unit tests (RT91969)
2014-02-16 19:30:35 +00:00
sno
7ca4aa098f Updating package for Perl5 module Sub::Exporter from CPAN in
devel/p5-Sub-Exporter from 0.986 to 0.987.

Upstream changes:
0.987     2013-10-18 11:10:03 America/New_York
          update bugtracker metadata
2014-02-16 19:27:49 +00:00
sno
4e03fc5584 Updating package for Perl5 module Sub::Install from CPAN in
devel/p5-Sub-Install from 0.926nb2 to 0.927.

Upstream changes:
0.927     2013-10-15 22:46:38 America/New_York
        rebuild using Dist::Zilla, update links to repo, metadata, etc.

        typo fixes, thanks David Steinbrunner
2014-02-16 19:20:00 +00:00
sno
9cb5a9f877 Updating package for Perl5 module ExtUtils::MakeMaker in
devel/p5-ExtUtils-MakeMaker from 6.84 to 6.88.

pkgsrc changes:
- rewrite module using Packager::Utils
- cleanup dependecies

Upstream changes:
6.88 Fri Jan 31 20:49:13 GMT 2014

    No changes from 6.87_05

6.87_05 Tue Jan 28 13:54:21 GMT 2014
    Bug fixes:
    * Synchronisation with blead to remove old cross-compilation model

6.87_04 Sun Jan 26 19:29:05 GMT 2014
    Bug fixes:
    * On Android, pass PERL_LIB through rel2abs().

6.87_03 Sun Jan 19 17:49:43 GMT 2014
    Bug fixes:
    * Get rid of unused printf arguments in dynamic_bs

6.87_02 Sat Jan 18 13:00:36 GMT 2014
    Doc fixes:
    * Update documentation for LICENSE attribute.

    Bug fixes:
    * Get rid of unused printf arguments in dir_target

6.87_01 Sun Jan 12 10:31:41 GMT 2014
    Doc fixes:
    * mention that TEST_REQUIRES is in v6.64 and above

6.86 Sat Jan  4 12:17:53 GMT 2014

    No changes from 6.85_07

6.85_07 Wed Jan  1 18:55:22 GMT 2014
    Bug fixes:
    * Expanded test coverage for metafiles

    Doc fixes:
    * Documentation expanded to mention JSON metafiles

6.85_06 Mon Dec 30 23:14:37 GMT 2013
    Bug fixes:
    * Explicitly require dynaloader before using mod2fname

6.85_05 Sun Dec 29 11:25:00 GMT 2013
    Bug fixes:
    * Export 'configure' section of prereqs when meta-spec version 2

    Doc fixes:
    * Document BUILD_REQUIRES defaults

6.85_04 Mon Dec 23 15:00:14 GMT 2013

    No changes since v6.85_03 fixing repo tags

6.85_03 Mon Dec 23 14:55:37 GMT 2013
    Bug fixes:
    * RT#91540 PREREQ_FATAL not recognised on command line

6.85_02 Tue Dec 17 10:13:28 GMT 2013
    New features:
    * Added PPM_UNINSTALL_EXEC and PPM_UNINSTALL_SCRIPT options
      to PPD generation

6.85_01 Mon Dec 16 13:15:43 GMT 2013
    Bug Fixes:
    * harden xsubpp locating loop in MM_Unix
2014-02-16 18:57:17 +00:00
sno
9e697e88c5 Update package of Perl5 module Module::Build::Tiny in
devel/p5-Module-Build-Tiny from 0.030 to 0.034.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.034     2014-01-22 03:40:21CET+0100 Europe/Amsterdam
          Make install tests more platform independent

0.033     2014-01-21 03:27:32CET+0100 Europe/Amsterdam
          Require Getopt::Long 2.36
          Add install tests

0.032     2014-01-20 20:07:13CET+0100 Europe/Amsterdam
          Fix env options and Build.PL options being ignored (regression in 0.031)

0.031     2014-01-20 16:24:58CET+0100 Europe/Amsterdam
          Process argument sources separately
          Use mod2fname appropriately
2014-02-16 18:26:04 +00:00
sno
8b19f54d30 commit forgotten distinfo 2014-02-16 18:23:03 +00:00
sno
527c86dd68 Updating package for Perl5 module TAP::Harness from CPAN in
devel/p5-Test-Harness from 3.29 to 3.30.

Upstream changes:
3.30    2013-11-12
        - Fix missing parent prereq in META.{yml,json} and NotBuild.PL
          (Dagfinn Ilmari Mannsaker, #89650)
        - Respect PERL5LIB in tainting source handler test (Dagfinn Ilmari Mannsaker,
          Leon Timmermans)
        - Use base instead of parent:

          This dist is used for testing all other modules, so it should avoid
          having any non-core prerequisites.  Having parent as a prereq leads to a
          circular dependency of parent -> Test::More -> Test::Harness. (Graham Knop)
        - Various POD fixes (Nathan Gary Glenn)
        - Don't localize all of %ENV in harness.t (Craig Berry)
        - Give TAP::Harness::Beyond a unique NAME (Leon Timmermans)
2014-02-16 18:21:14 +00:00
sno
dd4fa8eda1 Add forgotten distinfo at update to 0.42050 2014-02-16 18:09:22 +00:00
sno
26a578408f Updating package for Perl5 module Module::Build from CPAN in
devel/p5-Module-Build from 0.40040 to 0.42050.

pkgsrc changes:
- rewrite most of Makefile.PL using Packager::Utils

Upstream changes:
0.4205 - Sun Feb  9 17:51:22 CET 2014

  [BUG FIXES]

  - FIX license code regression for artistic license [Roy Ivy III, Leon Timmermans]

  - Don't swallow ExtUtils::CBuilder loading errors [Matthew Horsfall, Leon Timmermans]

  - Handle testing on cross-compile builds [Brian Fraser]

  - Protect against platforms without getpw{nam,uid} [Brian Fraser]

0.4204 - Fri Jan 10 00:29:31 CET 2014

  [BUG FIXES]

  - Map conflicts back to runtime [Leon Timmermans]

  - Use mod2fname whenever it's available [Leon Timmermans, Brian Fraser]

  - Accept custom entries in meta_merge 1.4

0.4203 - Wed Nov 27 19:09:05 CET 2013

  [BUG FIXES]

  - Map recommends back to runtime recommends [Leon Timmermans]

  - Map restrictive license to restricted in meta 2.0 [Leon Timmermans]

0.4202 - Tue Nov 19 12:48:19 CET 2013

  [BUG FIXES]

  - Don't merge prereqs from meta to mymeta [Leon Timmermans]

0.4201 - Mon Nov 18 23:23:25 CET 2013

  [BUG FIXES]

  - Prefer META.json over META.yml [Leon Timmermans]

0.4200 - Tue Nov 12 12:39:25 CET 2013

  - Released 0.40_11 as 0.4200

0.40_11 - Wed Nov  6 12:46:59 CET 2013

  [BUG FIXES]

  - Do not set provides in metadata if no_index is set [Leon Timmermans]

0.40_10 - Tue Nov  5 12:11:37 CET 2013

  [BUG FIXES]

  - Lowercase license in fallback logic [Leon Timmermans]

0.40_09 - Tue Nov  5 00:13:11 CET 2013

  [ENHANCEMENTS]

  - Converted to using Meta 2.0

0.4008 - Mon Nov  4 23:10:54 CET 2013

  [BUG FIXES]

  - Fix test failing on ancient perls <= 5.8.1 [Peter Rabbitson]

  - Do not set default switches in Test::Harness; not even -w [Leon Timmermans]

  [DOCUMENTATION]

  - Fix a couple more broken links to CPAN::META::Spec that should
    have been CPAN::Meta::Spec. [Reported by Mike Doherty]

0.4007 - Fri Jul 19 13:44:39 CEST 2013

  [BUG FIXES]

  - Removed undeclared test dependency on parent.pm [Leon Timmermans]

  - Declared dependency on Pod::Man 2.17 for utf8 support [Leon Timmermans]

  - Force generation of man pages in manify_with_utf8.t [Leon Timmermans]

0.4006 - Thu Jul 18 14:19:49 CEST 2013

  - Announcement: The Perl5-Porters have decided to remove
    Module::Build from the perl core distribution.  It will still be
    available on CPAN, and development is planned to continue
    regardless.

    For more information, see:

    * http://www.nntp.perl.org/group/perl.perl5.porters/2013/05/msg202041.html
    * http://blogs.perl.org/users/joel_berger/2013/05/on-the-removal-of-some-core-modules.html
    * http://www.dagolden.com/index.php/2140/paying-respect-to-modulebuild/
    * http://perlhacks.com/2013/06/removing-modules-from-core/

  [BUG FIXES]

  - In the 'installdeps' action, w don't need to check for an
    executable bit on the CPAN client, just try executing it.
    Otherwise we needlessly fail on e.g. VMS.

  - Actually handle utf8 correctly in utf8-man tests. [Leon Timmermans]

  - Don't clobber standard array/hash attributes in subclasses that
    have their own array/hash attributes. [Graham Ollis]

  - We now allow underscores in package names, when extracting the
    name & abstract from POD. [Ricardo Signes, Shlomi Fish]

  - When building HTML docs, fix a problem with setting the --htmlroot
    argument. [Ken Williams]

  - Lower Test::More dependency in the test metadata, so distgen
    output won't mess up console with older Test::More installed.
    [Tatsuhiko Miyagawa]

  - Revised detildification on VMS [Craig Berry]

  - Fix run_test_harness for case when $Switches is an empty string
    [Victor Efimov, Ken Williams]

  [ENHANCEMENTS]

  - Significantly sped up some tests by not forcing HTML docs to be
    built when the user's config doesn't ask for them anyway.
    [Ken Williams]

  - The Module::Metadata package was split out from this distro back
    in 2010.  Removed its regression tests. [Ken Williams]

  - Removed dependence on IO::File, replacing it with safe invocations
    of open(). [Sven Dowideit]

  - Added an 'extra_manify_args' parameter to facilitate man pages
    containing Unicode. [Joenio Costa]

  - Added an '--html_links 0' argument for the 'html' action, which
    can hugely speed things up.  The main effect is speeding up the
    M::B tests themselves. [Ken Williams]

  - Added continuous integration support for the Module::Build code
    itself, through the Travis-CI project
    (https://travis-ci.org/). [Tatsuhiko Miyagawa, Olivier Mengué]

  [DOCUMENTATION]

  - Removed suggestion in the INSTALL document to use the Makefile.PL
    for installation.  Making the Makefile.PL lower-profile in
    general. [Ken Williams]

  - Fix link from UpperCase CPAN::META::Spec to CPAN::Meta::Spec in
    API.pod. [Sven Dowideit]

  [OTHER]

  - Removed unused platform specific modules that never contained
    anything. [Leon Timmermans]

  - Lots of typo fixes in comments & documentation. [David Steinbrunner]


0.4005 - Thu Apr 25 15:10:14 CEST 2013

  [ENHANCEMENTS]

  - Added --pureperl-only support

  [BUG FIXES]

  - #72176: pod2html will fail with an empty podpath in some cases. [Phillip Moore]

  - Fix links between modules in HTML docs output [Michael Wild, Leon Timmermans]
2014-02-16 18:02:35 +00:00
sno
6637cfc4f3 Updating package for Perl5 module local::lib from CPAN in devel/p5-local-lib
from 1.8.10 to 2.000004.

pkgsrc changes:
- 1st upate done using Packager::Utils
- move homepage to MetaCPAN
- major version update allows follow upstream version scheme
- remove fix for "fixing CPAN.pm" - pretend we're cpanm >:-)

Upstream changes since 1.008010 (is 1.8.10):
2.000004 - 2014-01-03
        - fix errors in PowerShell output when clearing nonexistant variables
        - fix shell test to avoid extremely long lines
        - fix shell test to avoid testing standard Win32 shells on Cygwin
        - improved diagnostics in shell test

2.000003 - 2013-12-30
        - releasing 2.000_002 as stable

2.000_002 - 2013-12-25
        - fix CPAN setup error check in Makefile.PL
        - fix install test warnings
        - fix shell test to skip cmd/powershell startup scripts

2.000_001 - 2013-12-23
        - fix shell output for old bourne shells
        - fix various shell test issues
        - note issues/workarounds when combining with PREFIX/--prefix options

2.000_000 - 2013-12-22
        - significant refactor of internals, adding an object oriented interface
        - add --no-create option to prevent directory creation on activation
        - add support for powershell output
        - add --shelltype option to specify shell instead of auto detecting
        - document recommended use of $SHLVL
        - document limitations regarding File::Spec
        - avoid including empty path segments in output
        - fix output for csh to allow direct use in eval
        - improve taint handling test
        - fix docs for build_environment_vars, install_base_bin_path
        - use Distar instead of Module::Install for packaging

1.008026 - 2013-11-05
        - drop perl prerequisite to 5.6, since everything works there.

1.008025 - 2013-11-01  (development release, unindexed)
        - fix install test on cygwin
        - fix stackable test on win32 and when external local::lib is set
        - clarify errors in Makefile.PL about CPAN configuration
        - adjust csh output to allow use directly by eval
        - silence a possible warning in Makefile.PL
        - add additional docs about combining local::lib with lib::core::only
        - reverse order of PERL_LOCAL_LIB_ROOT.  new local::libs are now added
          to the beginning instead of the end, to match the order of other
          similar environment variables.

1.008024 - 2013-10-28  (development release, unindexed)
        - fix installation into directories with spaces or backslashes, as
          well as Win32 test failures when Capture::Tiny is installed
        - fix test breaking in some cases when an external local::lib is set
        - fix test compatibility with old versions of Exporter

1.008023 - 2013-10-19
        - stable release of 1.008022 (no code changes since 1.008012)

1.008022 - 2013-10-07 (development release, unindexed)
        - see 1.008019 through 1.008021

1.008021 - 2013-10-04 (development release, unindexed)
        - yet another attempt to overcome win32 testing issues (paths with
          spaces, backslashes)

1.008020 - 2013-10-03 (development release, unindexed)
        - yet another attempt to overcome win32 testing issues (paths with
          spaces, backslashes)

1.008019 - 2013-09-29 (development release, unindexed)
        - another attempt to overcome win32 testing issues (paths with spaces,
          backslashes)

1.008018 - 2013-09-15
        - print out actual paths in more test cases, for helping to diagnose
          mysterious failures

1.008017 - 2013-09-14
        - avoid "Unrecognized escape \s passed through" errors on win32
          (again)

1.008016 - 2013-09-13
        - avoid "Unrecognized escape \s passed through" errors on win32

1.008015 - 2013-09-12
        - re-release 1.008014 to fix broken MANIFEST

1.008014 - 2013-09-12
        - fix new test to use alternate path representations on windows, to
          handle potential space issues (regression since 1.008012)

1.008013 - 2013-09-11
        - fix undef value errors when not installing into a local::lib

1.008012 - 2013-09-11
        - now handling using -Mlocal::lib in a taintperl environment, by
          ensuring that all libs in PERL_LOCAL_LIB_ROOT are properly added to
          @INC (RT#76661, Karen Etheridge)

1.008011 - 2013-07-26
        - skip CPAN workaround if running via cpanminus  (miyagawa, RT#85731)
2014-02-16 17:56:44 +00:00
wen
7aed29ecf9 Update to 0.19
Upstream changes:
0.19  2014-01-22
  - fix an obscure issue with loading modules during global destruction
    (ilmari, #11)
  - documentation updates (anaxagoras, #12)
2014-02-16 16:12:15 +00:00
wen
c93ff1401a Update to 1.22
Update DEPENDS

Upstream changes:
1.22  Thu Feb 13 13:14:00 2014
	- t/read.tree.t was still using File::Slurp :-(.

1.21  Thu Feb 13 11:14:00 2014
	- Switch from File::Slurp to File::Slurp::Tiny, on the advice of Karen Etheridge. See RT#92976.
2014-02-16 16:06:29 +00:00
wen
672f190ca0 Add p5-File-Slurp-Tiny 2014-02-16 15:54:32 +00:00
wen
0b509e6712 Import File-Slurp-Tiny-0.003 as devel/p5-File-Slurp-Tiny.
File::Slurp::Tiny provides functions for fast and correct slurping and spewing.
All functions are optionally exported.
2014-02-16 15:52:30 +00:00
sno
369d55fc72 Updating package for Perl5 module MooseX::ConfigFromFile from CPAN in
devel/p5-MooseX-ConfigFromFile from 0.11 to 0.13.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.13      2013-11-30 16:47:36Z
          - re-release to fix compile test

0.12      2013-09-14 16:37:49Z (Karen Etheridge)
          - warnings tests bypassed during installation
          - repository migrated from shadowcat to the github moose organization
2014-02-16 15:12:56 +00:00
wen
275ca40515 Update to 0.9908
Upstream changelog is too long, please visit:
http://cpansearch.perl.org/src/JPEACOCK/version-0.9908/Changes
2014-02-16 14:42:04 +00:00
sno
221b078af6 Updating Perl5 module MooX::Options from CPAN in devel/p5-MooX-Options from
4.002 to 4.008.

Upstream changes:
4.008  2014-02-01 09:49:36 GMT
    * Bug #405 : fix typo in pod (Celogeek San)

4.007  2014-01-17 15:57:22 GMT
    * Bug #403 : fix pod (Grzegorz Rożniecki)

4.006  2013-12-18 14:31:42 GMT
    * Bug #388 : Short option not properly fixed (fix_argv) (Celogeek San)

4.005  2013-12-16 12:44:02 GMT
   * Bug #383: autosplit should handle all variance of "-" and "_"
	Fix tests (reused vars)

4.004  2013-12-14 13:00:38 GMT
   * Bug #383: autosplit should handle all variance of "-" and "_"
	implement a proper fix_argv method

4.003  2013-12-01 00:40:22 GMT
    * Feature #370 : Add usage, only the usage row with all the long options
      (Celogeek San)
2014-02-16 12:14:34 +00:00
sno
97ec7db98b Updating pkgsrc package for Perl5 module MooX::Cmd from CPAN in
devel/p5-MooX-Cmd from 0.008nb1 to 0.009.

pkgsrc changes:
- adjust dependencies

Upstream changes:
  Change: 0abd26c7a29d6b2d9b225af320891f224194996a
  Author: Diab Jerius <djerius@cpan.org>
  Date : 2014-02-01 22:17:39 +0000

    Apply submitted fix for RT#91481 - without test ..

    but with dist.ini updated ...

  Change: 98feae23ad3c3caa679df82083d6db2daeb63900
  Author: Jens Rehsack <sno@netbsd.org>
  Date : 2014-02-01 22:06:58 +0000

    fix RT#91500 - incorrect execute_return if ...

    The implication was wrong, indeed - but the effort was increadible.
    Testing sucks :P

  Change: 790ba58bc37a7104576c1bf741b98873e4562ae8
  Author: Jens Rehsack <sno@netbsd.org>
  Date : 2014-01-29 07:05:42 +0000

    distinguish between test_cmd and test_cmd_ok

  Change: f3c3dfcb7586a2922702c91bad012acf0031ad9c
  Author: Jens Rehsack <sno@netbsd.org>
  Date : 2014-01-29 07:04:20 +0000

    after chained constructor, we can use getters

    * here: use command_execute_return_method_name getter instead of

    hidden builder call and wasting the result

  Change: 6077f673f240f71bcdcd6e9e3cb09fef1de4ab2f
  Author: Jens Rehsack <sno@netbsd.org>
  Date : 2013-12-02 08:49:48 +0000

    add missing prereqs
2014-02-16 12:05:01 +00:00
sno
cbfdeba7cb Updating package for Perl5 module Module::Pluggable from CPAN in
devel/p5-Module-Pluggable from 4.8 to 5.1

Upstream changes:
2014-01-05 - 5.1
    Add in missing files left out of the MANIFEST due to stupidity (thanks to Petr Pisar)

2013-12-20 - 5.0
    Gain support for @INC hooks and hence for App::FatPacker (thanks to Diab Jerius)

2013-10-22 - 4.9
    Fix the fact that we can't handle single letter package names (thanks sbaynes)
2014-02-16 10:44:45 +00:00
ryoon
fb545eb695 Fix column of .if etc. 2014-02-16 08:55:22 +00:00
hiramatsu
72f1ffcbf0 Add LICENSE=gnu-gpl-v2. 2014-02-15 21:19:08 +00:00
wiz
f86adcb436 Fix a few bugs (portsisms?).
Fix MASTER_SITES.
Mark as not ready for python-3.x.
Fix PKGNAME.
Add missing egg to PLIST.
2014-02-15 17:17:57 +00:00
darcy
c24760789e Add devel/py-ipaddr
Google open source IPv4/IPv6 manipulation library in Python
2014-02-15 14:35:13 +00:00
jperkin
ee1fa75918 Only install the catman page if catinstall is defined. Noticed by tron@ 2014-02-15 10:42:52 +00:00
minskim
0a2405d3ea Update ruby-highline to 1.6.20
Changes:
* Fixed a bug with FFI::NCurses integration (by agentdave).
* Improved StringExtensions performance (by John Leach).
* Various JRuby fixes (by presidentbeef).
2014-02-14 23:11:22 +00:00
jperkin
0fdcbc1737 bmake-20140214: Install the catman page. 2014-02-14 16:09:18 +00:00
roy
01aeea8ef7 Update to fossil 1.28. Changes include:
* Enchanced /reports
 * If a username is passed during clone, that user is now the local admin
 * Tenfold performance increase in annotate and blame rendering
 * Fixed handling of passwords embedded in URL
 * Sends gzipped HTTP replies to supporting clients
2014-02-14 11:55:53 +00:00
adam
ec9d3df012 Changes 1.18.12:
Configuration
    -------------
    - Added a configuration option to change the default plugin path.
      The configure option is --with-default-plugindir=location.
      The cmake option is -DH5_DEFAULT_PLUGINDIR:PATH=location.
      HDFFV-8513.  (ADB 2013/09/04)
    - Renamed FFLAGS to FCFLAGS in configure. (ADB 2013/08/13)
    - CMake can now package a compressed examples file, the default for
      Windows binaries from HDF Group.  (ADB  - 2013/07/22)
Tools
    -----
    - h5repack: Added the ability to use plugin filters to read and write
              files. The option uses the filter number. HDFFV-8345
              (ADB - 2013/09/04).
    - h5dump: Added the option -N --any_path, which searches the file for
              paths that match the search path. HDFFV-7989 (ADB - 2013/08/12).
    - h5dump: Added the optional arg 0 to -A, which excludes attributes
              from display. HDFFV-8134 (ADB - 2013/08/01).
C++ API
    -------
    - Added tutorial examples to C++/examples.  They can be installed by
      "make install-examples" and, in the installed directory, they can be
      executed by running the script file run-c++-ex.sh. (BMR - 2013/09/28)
    - A new class, H5::H5Location, is added to represent the location concept
      in the C library.  It is a base class to H5::H5File and H5::H5Ojbect,
      whose member functions are moved into H5::H5Location.  H5::H5File can
      now inherent those functions.  As a result, an H5::H5File object can have
      an attribute. (BMR - 2013/09/27)
    - Added wrappers for H5Rget_obj_type2 to retrieve the type of the object
      that an object reference points to. (BMR - 2013/09/27)
	H5O_type_t H5Location::getRefObjType(void *ref, H5R_type_t ref_type)
    - Added wrappers for H5Aexist to check whether an attribute exists given
      a name. (BMR - 2013/09/27)
	bool H5::H5Location::attrExists(const char* name)
	bool H5::H5Location::attrExists(const H5std_string& name)
    - Added a number of overloaded functions for convenience. (BMR - 2013/09/27)
2014-02-14 09:09:40 +00:00
jperkin
95e95c3fa1 Add py-spwd. 2014-02-13 16:11:39 +00:00
jperkin
722dcc80e4 Add py-spwd, the spwd module from the Python distribution.
Packaged by Naham Shalman in joyent/pkgsrc#173.
2014-02-13 16:10:50 +00:00
tron
73d05e2276 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
drochner
a69d1bafdb -move PYTHON_VERSIONS_INCOMPATIBLE before first use of "pyversion.mk",
otherwise it has no effect
-in buildlink3.mk, also add PYTHON_VERSIONS_INCOMPATIBLE to avoid
 picking up the default Python version (XXX we need a way to express
 major version restrictions, otherwise this doesn't scale)
2014-02-12 18:11:27 +00:00
drochner
c3ab4f3a66 py-gobject3-common is thought to be Python version independent, so it
should not keep a runtime dependency on a specific Python version.
Make Python a build-time dependency for py-gobject3-common (not really
needed, just to satisfy the "configure" script) and move some
dependencies into py-gobject3/Makefile
2014-02-12 18:06:05 +00:00
wiz
de6d30bdc6 Update to 2.2:
---
2.2
---

* Issue #141: Restored fix for allowing setup_requires dependencies to
  override installed dependencies during setup.
* Issue #128: Fixed issue where only the first dependency link was honored
  in a distribution where multiple dependency links were supplied.
2014-02-12 15:18:48 +00:00
wiz
db65f4c2a1 Update to 0.5. Changes not found. 2014-02-12 15:17:52 +00:00
fhajny
3617e64851 Remove conflict with devel/ossp-uuid, now that the former installs under
a different name. Bump PKGREVISION.
2014-02-12 11:44:58 +00:00
fhajny
0598a41fa7 Implement Debian patches to avoid the conflict with devel/libuuid. Effectively
renames the lib installed to libossp-uuid, which is already supported by
databases/postgresql*-datatypes.
Bump PKGREVISION.
2014-02-12 11:43:53 +00:00