Commit graph

14826 commits

Author SHA1 Message Date
dmcmahill
571377dee0 import flexdock-0.5.1
---------------------

FlexDock is a Java docking framework for use in cross-platform Swing
applications.  It offers features you'd expect in any desktop docking
framework such as:

    * Tabbed and Split Layouts
    * Drag-n-Drop capability (with native drag rubber band painting on
      some platforms)
    * Floating windows
    * Collapsible Containers to Save Real Estate
    * Layout Persistence
2010-03-08 12:38:39 +00:00
fhajny
c694dee0ce Update devel/php-memcache to 2.2.5.
Removed options.mk support, because there is no OpenSSL support in this
module's configure, and it makes no sense to conflict on PKG_OPTIONS.php=fastcgi when this module can be used
with www/ap-php
only (and not FastCGI-enabled lang/php5).

Changelog:

2.2.5
- Improved performance of consistent hash strategy
- Fixed PECL request #13758 (Failed to extract 'connection' variable
  from object)

2.2.4
- Added memcached stats script from Harun Yayli
  (http://livebookmark.net/memcachephp)
- Fixed server weight not being used in the session handler
- Fixed PECL bug #13343 (compilation breaks with CodeWarrior compiler)
- Fixed PECL bug #13546 (Session handler through unix socket)
- Fixed PECL bug #14239 (Memcache::set() modifies value parameter)
- Fixed PECL request #13725 (unnecessary allocations in
  mmc_consistent_add_server)
- Changed behaviour when unserialize/uncompress fail to return false
  instead of failing the server

2.2.3
- Fixed PECL bug #12883 (Breaks UTF-8 in keys)
- Fixed PECL bug #13060 (make problems, due to role="doc" instead
  of role="src")
- Added package version to phpinfo()

2.2.2
- Fixed PECL bug 12494 (Segmentation fault when Exception thrown in
  the callback function)
- Fixed PECL bug #12834 (segfault when getting duplicate array values
  on 64-bit system)
- Changed behaviour of close() to actually remove all servers from
  pool (PECL bug #12555)
- Added configure option for PEAR installer to disable session handler
  support

2.2.1
- Added argument to Memcache::get() that receives the flags for
  retrieved value(s)
- Fixed PECL bug 11369 ("nested" get calls in __wakeup() functions
  breaks)
- Fixed problem with keys being modified in-place and empty keys
  (PECL Bug #11236)
- Fixed incompatibility with standard hash strategy in previous
  versions

2.2.0
- Added support for consistent hash strategy
- New INI directives "memcache.hash_strategy" = {standard, consistent},
  "memcache.hash_function" = {crc32, fnv}
- PHP6 support
- Fixed PECL bug #11221 (Double free when returning cached object with
  __sleep)
- Fixed PECL bug #10607 (Segfault on array key retrieval when array key
  is not IS_STRING)
- Don't failover on "object to large" errors
- Use $phpincludedir for finding php_session.h

2.1.2
- Added missing files to the package.

2.1.1
- Added experimental session storage support. You can use memcached as
  session storage.
- Fixed PECL bug #9486 (empty keys should not be allowed in
  memcache_set/add())
- Fixed PECL bug #9854 (get() changes the datatype of variable of given
  as key)
2010-03-08 12:13:07 +00:00
wiz
e99559a3be Make pkglint happy. Or at least happier. 2010-03-08 10:54:12 +00:00
wiz
8f48113ce0 Fix build on 64bit platforms. 2010-03-08 10:53:05 +00:00
wiz
3a8c6311fd Mark as user-destdir-ready. 2010-03-08 10:52:58 +00:00
jmmv
838f178727 Remove obsolete file. 2010-03-08 10:20:35 +00:00
dholland
26ee53cef0 Use right distfile path; noted by Robert Elz in PR 42932 2010-03-08 00:57:55 +00:00
wiz
18cc3fc2c2 Update to 1.5.
1.5: Small behavior changes

    * hg heads now shows all branch heads, use --topo for old behavior
    * hg annotate now follows copies and renames by default, use
      --no-follow for old behavior
    * the repo#name URL syntax now refers to all branch heads if
      name is a branch
    * servers now allow clone --uncompressed by default, set
      server.uncompressed=false for old behavior
    * the {file_copies} template now displays copies unconditionally,
      use {file_copies_switch} for old behavior
    * the templates/ directory has moved inside mercurial/
    * mq patches are automatically upgraded to git patches, use
      mq.git=keep for old behavior

1.5 - 2010-03-06

Core

    * improved behavior for named branches with heads command
    * new XML output template for logs
    * import extract multiple patches from emails, mboxes, files, and URLs
    * new patch.eol=auto option to ignore patch line-endings while
      preserving target file endings.
    * new -b/--branch option for clone, bundle, incoming, outgoing,
      pull, and push
    * new server.validate option to validate completeness of pushed
      changesets
    * subrepos now has basic Subversion support
    * support for SSL server certificates and improved IPv6 support
    * the HGPLAIN environment variable makes output more stable for scripts

Extensions

    * new progress bar extension
    * mq: new --mq option to make regular commands operate on queue repository
    * mq: automatically upgrade conventional patches to git format where needed
    * color: add support for bookmarks, resolve -l, and churn --diffstat
    * convert: two CVS history editing hooks
    * win32mbcs: add configuration to specify path encoding
    * zeroconf: many bug fixes
    * rebase: new --detach option for rebase

Web Interface

    * improve navigation on log and graph pages
    * support for pluggable authorization
    * raw templates for tags/branches pages
    * add wsgi script for Microsoft IIS with isapi-wsgi

Help and Documentation

    * greatly improve error messages and command documentation
    * support extended documentation with --verbose
    * provide help for disabled extensions and commands
2010-03-07 23:23:59 +00:00
jmmv
d9b6896c5d Fix get_passphrase hook to do the correct thing now that the input parameter
is a structure instead of a string.  Should probably change this hook to use
the provided contrib/get_passphrase_from_file.lua file, but I just want to
get things working again for now.  Bump PKGREVISION to 1.
2010-03-07 22:29:20 +00:00
jmmv
e4322dffd4 When printing commands to call monotone, print the correct binary name
(instead of hardcoding 'monotone').
2010-03-07 22:09:36 +00:00
gdt
1b06677b69 Fix setting of USE_NCURSES to be yes rather than set but empty. 2010-03-07 00:07:28 +00:00
sno
7ad3ec622b Updating devel/p5-autodie from 2.09 to 2.10
Upstream changes:
2.10  Sat Feb 27 14:01:18 AUSEST 2010
        * BUGFIX: Fatal and autodie no longer leak Carp functions
          into the caller's namespace.  Thanks to Schwern.
        * TEST: Multi-arg open tests are really really skipped
          under Windows now.
        * DOCUMENTATION: Many more people are properly attributed
          in the 'AUTHORS' file.
2010-03-03 17:12:04 +00:00
sno
f1d64d1629 Updating devel/p5-Module-Find from 0.08 to 0.10
Upstream changes:
0.10, 2010-02-26
    Fixed RT#55010: Removed Unicode BOM from Find.pm.

0.09, 2010-02-26
    Fixed RT#38302: Fixed META.yml generation (thanks very much to
    cpanservice for the help).
2010-03-03 17:07:12 +00:00
sno
d1e0d291ea Updating devel/p5-Tie-IxHash from 1.21nb3 1.22
pkgsrc changes:
- Add license definition and module type

Upstream changes:
1.22 (27 February 2010)
    Build.PL added
    Better META.yml
    Distribution upgrade
2010-03-03 17:02:11 +00:00
sno
d15da0a91e Updating devel/p5-Log-Log4perl from 1.27 to 1.28
Upstream changes:
1.28 (2010/02/24)
   *    (ms) Fixed caller stack with Buffer composite appender
   *    (ms) Fixed 'local caller_depth' error in various places. First
             localizing a variable and then increasing it is incorrect,
             as this ignores previous settings. The correct way of
             increasing the caller level is: 'local depth = depth + 1'.
   *    (ms) Added Log::Log4perl::Catalyst for use in Catalyst applications.
2010-03-03 16:53:59 +00:00
gdt
6e5f19a469 issue call for volunteers to test language bindings. 2010-03-03 16:33:08 +00:00
gdt
0dd4e1c43e Update to 1.6.9.
subversion-base has been tested.  (Anyone who would like to sign up to
functionality-test the other components is welcome to send me mail and
I'll record that in the Makefile.)

Version 1.6.9
(25 Jan 2010, from /branches/1.6.x)
http://svn.apache.org/repos/asf/subversion/tags/1.6.9

 User-visible changes:
  * allow multiple external updates over ra_svn (issue #3487)
  * fix a segmentation fault when using FSFS (r881905)
  * support Berkeley DB 4.8 (r879688)
  * various autoprop improvements (r880274, -5)
  * improve usage of svn+ssh:// on Windows (issue #2580)
  * teach 1.6.x to recognize 1.7 working copies (1.6.x-future-proof branch)
  * update help text for 'svn update' and 'svn switch' (r886164, -97)
  * make 'svnadmin load --parent-dir' create valid mergeinfo (r888979, -9081)
  * tolerate relative merge source paths in mergeinfo (r889840)
  * teach mod_dav_svn to support the Label header (issue #3519)
  * fixed: svnsync leaves stale sync-locks on mirrors (r884842)
  * fix applicability of 'svn resolve --accept=theirs-conflict' (r880525, -6)
  * fixed: segfault in 'svn resolve' (r896522, -47)
  * fix commit failure against an out-of-date mirror (r900797)

 Developer-visible changes:
  * update ruby bindings test expectation (r880162)
  * don't allow rangelist and mergeinfo API to modify input args (r879093)


Version 1.6.8 (Not released, see changes for 1.6.9.)
Version 1.6.7 (Not released, see changes for 1.6.9.)

[ Note: All revision numbers for versions prior to 1.6.7 reference the
  original repository on svn.collab.net.  For more information see:
  http://svn.apache.org/repos/asf/subversion/README ]

Version 1.6.6
(22 Oct 2009, from /branches/1.6.x)
http://svn.collab.net/repos/svn/tags/1.6.6

 User-visible changes:
  * fix crash during 'svn update' (r39673)
  * respect Apache's ServerSignature directive (r40008, -21, -31)
  * don't add a file with mixed line endings, and then abort (issue #2713)
  * support Neon 0.29.
  * fix a crash in 'svn rm --force' (r37953)
  * handle tree conflicts involving replacements (issue #3486)
  * allow non-threadsafe sqlite if APR has no threads (r39301)
  * print newline before plaintext SSL cert / password prompts (r38982, r39302)
  * improve merge performance with implicit subtree mergeinfo (issue #3443)
  * fix "libsvn_ra_svn/marshal.c assertion failed (opt || cstr)" (issue #3485)
  * make file externals work for binary files (issue #3368)
  * perform MIME type matching case-insensitively (issue #3479)
  * do not treat non-existent revisions as HEAD in 'svn export' (issue #3400)
  * revert r36720's default MIME type change back to "text/plain" (issue #3508)
  * improve "tree conflict already exists" error message (r38872)
  * fix failure to commit replacement of a directory (issue #3281)
  * fix mod_dav_svn parent dir links to preserve peg revisions (issue #3425)

 Developer-visible changes:
  * fix 2 failing tests in ruby bindings (r38886)
  * do not require GNU grep for build (issue #3453)
  * use '$SED' instead of 'sed' in build scripts (issue #3458)
  * add svn.client.{log5,merge_peg3} to python bindings (r39635, -6, -7)
  * include the time of a test run in tests.log (r39887)
2010-03-03 16:28:38 +00:00
gdt
2232610ff8 +colordiff 2010-03-03 13:41:34 +00:00
gdt
176edb4818 Import colordiff-1.0.9 as devel/colordiff.
The Perl script colordiff is a wrapper for 'diff' and produces the
same output but with pretty 'syntax' highlighting. Colour schemes can
be customized.
2010-03-03 13:40:32 +00:00
tnn
6a52faa78e bump the minimum sqlite dependency to what configure expects 2010-03-03 13:38:54 +00:00
taca
c8a79930c3 I forgot to commit to enable apply patch from lang/php5/patches. 2010-03-03 07:32:26 +00:00
jmmv
2f572bf35e Remove build fix that was required for 0.45. Should have been removed
with the 0.46 update, but I didn't notice it.
2010-03-02 20:01:23 +00:00
jmmv
ff33d08506 Add and enable monotone-el. 2010-03-02 18:38:53 +00:00
jmmv
97a20fa878 Initial import of monotone-el-0.46:
This package provides the emacs modules shipped with monotone in a ready-to-use
manner.  These are:

* monotone.el: Runs monotone from within emacs.

  Highlights for emacs configuration/use:

  (require 'monotone)
  (monotone-set-vc-prefix-key [f5]) ;; or "\C-xv"
  (setq monotone-passwd-remember t)


* monotone-nav.el: A database browser for monotone databases.  Using the sql
  option of monotone, it extacts the data into emacs which you may browse
  using the arrow keys.  You can also mark revisons to run diffs or do other
  work.

  Highlights for emacs configuration/use:

  (require 'monotone-nav)
  (mnav-revdb-reload)
  (message "mnav-pick: %s" (mnav-rev-id (mnav-pick)))

You may also want to install the lua-mode package if you edit config files.
2010-03-02 18:38:33 +00:00
obache
b9eaab29f8 + ruby-termcolor 2010-03-02 11:49:16 +00:00
obache
186351bc51 Import ruby18-termcolor-1.2.0 as devel/ruby-termcolor.
Package provided by @anyakichi via twitter.

Termcolor is a library for ANSII color formatting like HTML for output in
terminal.
2010-03-02 11:48:02 +00:00
obache
f7fb5f5a33 Update ruby-highline to 1.5.2.
based on package by @anyakichi via twiter.

== 1.5.2

* Added support for using the ffi-ncurses gem which is supported in JRuby.
* Added gem build instructions.

== 1.5.1

* Fixed the long standing echo true bug.
  (reported by Lauri Tuominen)
* Improved Windows API calls to support the redirection of STDIN.
  (patch by Aaron Simmons)
* Updated gem specification to avoid a deprecated call.
* Made a minor documentation clarification about character mode support.
* Worked around some API changes in Ruby's standard library in Ruby 1.9.
  (patch by Jake Benilov)

== 1.5.0

* Fixed a bug that would prevent Readline from showing all completions.
  (reported by Yaohan Chen)
* Added the ability to pass a block to HighLine#agree().
  (patch by Yaohan Chen)
2010-03-02 11:44:52 +00:00
morr
c575af3da7 Updated to release 1.4.4.
Release notes:

http://code.google.com/p/memcached/wiki/ReleaseNotes144

Reviewed by <joerg>
2010-02-27 20:40:52 +00:00
wiz
711d8f2f94 Update to 1.4.14:
* Noteworthy changes in Version 1.4.14 (2010-02-24) [stable]
  Released by Eric Blake, based on git version 1.4.13.*

** Fix regression introduced in 1.4.12 where executing with stdout closed
   could crash m4 on exit on some platforms.

** Fix regressions introduced in 1.4.13 in the `esyscmd' builtin, where
   closed file descriptors could interfere with child execution, and where
   a child status of 127 made m4 print a spurious message to stderr.

** Fix a security hole in 'make dist', present since at least M4 1.4, that
   could affect anybody attempting to redistribute modified sources (see
   Automake CVE-2009-4029).

** A number of portability improvements inherited from gnulib.
2010-02-26 15:31:42 +00:00
wiz
aeaceb273d Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
wiz
97d24656b9 Fix build on NetBSD/sparc*.
From Jochen Kunz.
2010-02-25 21:12:03 +00:00
drochner
c07e1429b1 also fake a <ncursesw/ncurses.h> header to make pkgs expecting
ncursesw work with native wide curses without changes
2010-02-25 16:01:47 +00:00
drochner
3a5ca29f72 oops, the simple case USE_NCURSES=yes got lost, add it as separate
clause for readability
2010-02-24 12:08:07 +00:00
sno
d05a0b90a5 Updating devel/p5-UUID-Tiny from 1.02 to 1.03
pkgsrc changes:
- Add license definition
- Adjust dependencies (Digest::MD5 is in core since ages ...)

Upstream changes:
1.03    2010-01-31, caugustin.de
        Once again clk_seq uniqueness and fixing some small bugs with
        _get_clk_seq() (due to failed CPAN Tester's ID 6750882).
        Changed COPYRIGHT due to rt.cpan.org Bug #53642.
        License should now be shown in CPAN.
2010-02-23 20:38:23 +00:00
sno
a5f8de7539 Updating devel/p5-Test-YAML-Valid from 0.03nb2 to 0.04
pkgsrc changes:
- Add featured dependencies to YAML::XS and YAML::Tiny
- Add license definition

Upstream changes:
0.04	9 January 2010
        Add support for YAML::<Anything>, including ::Tiny and ::XS
2010-02-23 20:32:27 +00:00
sno
8e5d8f84be Updating devel/p5-Curses from 1.27 to 1.28
pkgsrc changes:
- Add license definition

Upstream changes:
New in 1.28 (Released January 27, 2010)

  Disable Curses::Var::STORE.  It doesn't work (doesn't even compile) with
  newer Ncurses (due to updates to make Ncurses reentrant).  One can
  re-enable it by defining ALLOW_VARS_STORE in c-config.h.

  Improve "not provided by your vendor" message.
2010-02-23 20:26:24 +00:00
drochner
9a4f5b5d4c remove a patch which is either wrong or triggers a bug in NetBSD's
ld.elf_so, seen by Zafer Aydogan and myself
bump PKGREVISION
2010-02-23 20:19:27 +00:00
sno
3c32ccaa5f Updating devel/p5-App-Cmd from 0.301 to 0.304
pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.304     2009-12-07
          remove use of deprecated "-run" from synopsis (thanks, George
          Hartzell)

0.303     2009-11-27
          revert behavior of App::Cmd 0.302 -- GLD no longer gives undef opts

0.302     2009-11-27
          expect undef values for acceptable-but-ungiven options in $opt
2010-02-23 20:19:01 +00:00
sno
e4f7e4b982 Updating devel/p5-autodie from 2.08 to 2.09
Upstream changes:
2.09  Tue Feb 23 00:33:09 EST 2010
        * DOCS: Fixed documentation typo.  RT #48575
          Thanks to David Taylor.

        * TEST: Tests involved multi-arg open are skipped
          on Windows (where multi-arg pipe is not implemented).
2010-02-23 20:14:40 +00:00
drochner
593f67f958 a builtin curses which supports wsyncup is considered good enough,
don't need ncurses in this case
2010-02-23 19:51:59 +00:00
drochner
a8e41c976e add another optional condition for curses suitability: support
of wsyncup
2010-02-23 19:50:49 +00:00
sno
d08f63e7cb Updating devel/p5-Test-YAML-Meta 0.12 to 0.15
pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.15    18/12/2009
	- renamed word() to keyword().
	- added identifier() validation.
	- changed optional_features key from a keyword to an identifier type,
	  thus further clarifying RT#52685 (thanks Kevin).

0.14    12/12/2009
	- clarified spec defined and user defined keys, as promoted by Kevin
	  Ryde in RT#52685 (thanks Kevin).

0.13    07/12/2009
	- RT#46473: license url with fragment part (Kevin Ryde)
	- RT#47393: "optional_features" as map rather than list (Kevin Ryde)
	- above applied to 1.4, 1.3 and 1.2 version of the meta-spec.
2010-02-23 18:04:37 +00:00
sno
efc76a5531 Updating devel/p5-Test-WWW-Selenium from 1.18 to 1.21
pkgsrc changes:
- Add module type

Upstream changes:
1.21 - Wed Dec 30 14:58:07 PST 2009
  - Add error_callback() patch from Derek Wueppelmann

1.20 - Mon Nov  2 22:13:47 PST 2009
  - Refactor timeout code so the UserAgent timeout is always long enough
  - Make set_timeout() also set the UserAgent timeout.

1.19 - Thu Sep 24 19:27:51 PDT 2009
  - Fixed test to not spew deprecation errors
  - removed t/test_ajax_jsf.t because the site it used went away
2010-02-23 17:49:49 +00:00
sno
02b13e0fa4 Updating devel/p5-Method-Signatures-Simple from 0.03 to 0.05
pkgsrc changes:
- Add license definition
- Adjust dependency

Upstream changes:
0.05    2010-01-07  No changes noted.
0.04    2010-01-07  Rhesa Rozendaal <rhesa@cpan.org>
        Added repository to META.yml. No code changes.
2010-02-23 17:41:18 +00:00
sno
d7ba1bf44e Updating devel/p5-File-ChangeNotify from 0.07nb1 to 0.12
pkgsrc changes:
- Adjust dependencies
- Add system dependent optional (but recommended) dependencies

Upstream changes:
0.12   2010-01-28
- Added auto_features to the Build.PL, which will give hints on what modules
  to install for KQueue and Inotify support.
- Require Linux::Inotify 1.2+, since 1.1 apparently doesn't work with this
  module. Reported by Michael Grondin. RT #54069.

0.11   2009-12-07
- A test attempted to use Test::Without::Module but this wasn't in the prereq
  list. I've made the test check for the module and skip its tests if the
  module isn't present. Reported by Leon Brocard. RT #52539.

0.10   2009-12-06
- Attempting to instantiate more than one watcher failed if you were on a
  system where one of the watcher subclasses could not be loaded (which is
  basically every system because no system has both inotify and kqueue). Patch
  by Mark Grimes. RT #52477.

0.09   2009-11-09
- This release fixes the excluded-dirs.t under Windows. There are no other
  changes in this release, so there's no need to upgrade if you have 0.08
  installed. Patch by Taro Nishino. RT #51161.

0.08   2009-11-05
- Added a new exclude feature that allows you to excludes files or directories
  outright. Implemented by Dan Thomas. RT #51062.
- Added a KQueue-based watcher written by Dan Thomas. I have no idea if this
  works, as I don't have BSD, but we'll assume he ran the tests on his system
  ;) RT #51062.
2010-02-23 14:12:18 +00:00
sno
e1a9f872e2 Updating devel/p5-ExtUtils-CBuilder from 0.27.01 to 0.27.02
Upstream changes:
0.2702 Mon Feb 22 15:10:52 EST 2010
 Bugs fixed:
 - compile() changes in 0.2701 did not work on Windows.  Now fixed.
2010-02-23 12:52:03 +00:00
sno
5bd6647007 Updating devel/p5-MooseX-Types-Common from 0.001001 to 0.001002
pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.001002 2010-02-22 17:00EST
  - Add Test::Exception to the test_requires (RT#54357)
  - Warning when you try to import things from MooseX::Types::Common rather
    than one of the specific String/Numeric modules in the distribution.
2010-02-23 12:47:56 +00:00
sno
d1ca078112 Updating devel/p5-Module-Install from 0.93 to 0.94
Upstream changes:
0.94 Tue 23 Feb 2010
	- Fixed critical author/xt bug (ADAMK)
2010-02-23 12:37:45 +00:00
drochner
5d2a7c8c40 if terminfo is needed and we don't have it, use pkgsrc ncurses 2010-02-23 10:55:07 +00:00
sno
685e4f2589 Updating devel/p5-Test-LongString from 0.11nb1 to 0.13
pkgsrc changes:
- Apply patch from PR pkg/42835
- Add license definition
- Add PERL5_REQD to ensure that required core modules are available

Upstream changes:
0.13
    Allow to display LCSS output in diagnostics

0.12
    Show longest common substring in diagnostics
    (Breno G. de Oliveira)
2010-02-23 10:55:06 +00:00
sno
e43aecc3db Updating devel/p5-Devel-Caller from 2.03nb1 to 2.04
pkgsrc changes:
- Apply update from PR pkg/42831
- Add license definition

Upstream changes:
2.04 Tuesday 16th February, 2010
	Use CxTYPE macro rather than directly inspecting cx->cx_type
	http://rt.cpan.org/Public/Bug/Display.html?id=33005
2010-02-23 10:19:36 +00:00
sno
d35049bb81 Updating devel/p5-Cache-FastMmap from 1.34 to 1.35
Upstream changes:
1.35 Fri Feb 19 12:45 2010
  - Fix for returning potential bug that returns old stored data. Could
    occur if you mix deletes (thanks Darrell Bishop)
2010-02-23 09:56:29 +00:00
sno
d4949fd77f Updating devel/p5-Module-CoreList from 2.25 to 2.26
Upstream changes:
2.26    Sat Feb 20 2010
  - Updated for 5.11.5
2010-02-22 21:31:31 +00:00
sno
0d5345d8bd Updating devel/p5-CPAN-Reporter from 1.1710 to 1.1711
Upstream changes:
1.1711 Wed Feb 17 13:52:14 EST 2010
  Bugs fixed:
  - Tests for "no make test" were failing due to internationalization
    of the error message.  Rather than try to interpret every possible
    make error message, CPAN::Reporter now just looks inside the Makefile
    for a "test" target.  Hopefully, that will prove more robust.
2010-02-22 17:11:14 +00:00
obache
7fb41a57e0 conflicts with misc/git are resolved with git-4.9.5nb1. 2010-02-22 09:20:30 +00:00
wiz
51e4f3a6a3 Remove mk-files, as suggested by maintainer sjg in PR 41021. 2010-02-22 08:38:33 +00:00
tron
7f7f8b421d Change very questionable C++ code slightly to avoid high CPU usage under
Mac OS X. (see https://bugzilla.gnome.org/show_bug.cgi?id=593240 for
more details). Tested with XChat and Wireshark under Mac OS 10.6.2 and
NetBSD/amd64 5.0_STABLE.
2010-02-21 23:51:25 +00:00
joerg
56279995bb Remove .orig files before installation to match PLIST. 2010-02-21 21:41:55 +00:00
plunky
125b50d36b add easygit 2010-02-21 09:11:51 +00:00
plunky
3531b3c55e Easy GIT is a single-file wrapper Perl script for git
* makes git easy to learn and use
    * focuses on documentation and examples
    * removes obstacles to "getting" git
    * is biased towards luring existing svn users
2010-02-21 09:11:14 +00:00
schwarz
e7821cc4c7 without this patch it failed to compile on MacOS 10.6 in 64 bit mode 2010-02-20 22:42:02 +00:00
seb
e5e6673b92 Add & enable p5-Test-SharedFork 2010-02-20 11:15:01 +00:00
seb
7da2cf73c3 Initial import of p5-Test-SharedFork version 0.11 in the NetBSD
Packages Collection.

The Perl 5 module Test::SharedFork is an utility module for
Test::Builder: it makes forking test and merges test count with
parent process & child process.
2010-02-20 11:14:43 +00:00
roy
0211df0277 Refresh 2010-02-19 22:45:42 +00:00
joerg
bcf7424da9 Seems to have 64bit issues, see devel/rsltc. 2010-02-19 22:27:24 +00:00
heinz
6979f45443 Added LICENSE information. 2010-02-19 20:16:40 +00:00
roy
b4d5472437 Reference upstream bug reports. 2010-02-19 19:46:53 +00:00
he
127afe59ec Update from version 0.14 to 0.14nb1.
Pkgsrc changes:
 o On NetBSD 4.*, avoid the use of -Wl,--no-undefined.  It doesn't work
   there, because the shared lib is not linked with libc.so (which is
   possibly a bug).

Thanks to joerg@ for hints for how to work around this.
2010-02-19 15:04:51 +00:00
roy
9419b1e76c Add patches to gmodule so that RTLD_DEFAULT is used on platforms that
define it and g_module_unload symbols are only resolved in the module
and not any dependencies.
2010-02-19 11:44:56 +00:00
sno
2d38140c29 Updating devel/p5-ExtUtils-CBuilder from 0.27 to 0.27.01
Upstream changes:
0.2701 - Tue Feb 16 09:12:45 EST 2010
 Bugs fixed:
 - compile() now accepts both string & array for 'include_dirs'
   argument, as documented.(RT#54606) [Alberto Simoes]
2010-02-18 08:55:25 +00:00
sno
0fe09b277e Updating devel/p5-Params-Validate from 0.94 to 0.95
pkgsrc changes:
- Use Module::Build from perl core

Upstream changes:
0.95 2010-02-16
- Skip t/29-taint-mode.t entirely, since it seems to randomly fail for people,
  despite already being marked a todo test.
2010-02-18 08:52:11 +00:00
sno
d3edfc62c0 Updating devel/p5-autodie from 2.06 to 2.08
pkgsrc changes:
- Adjust module type for installation
- Adjust installed file permissions

Upstream changes:
2.08  Mon Feb  8 14:24:26 AUSEST 2010
        * BUGFIX: Addeds support for chmod.  Many thanks to
          Jonathan Yu for reporting this (RT #50423).

        * BUGFIX: Multi-arg open is now supported by open.
          Many thanks to Nick Ncleaton for finding and fix this
          bug.  (RT #52427)

        * BUILD: Updated to Module::Install 0.93

2.07  Fri Jul 31 16:35:40 BST 2009

        * FEATURE: Added ->eval_error to autodie::exception, which
          stores the contents of $@ at the time autodie throws its
          own exception.  This is useful when dealing with modules
          such as Text::Balanced which set (but do not throw)
          $@ on error.

        * TEST: Checking for flock() support no longer causes
          test failures on older VMS sysstems. (RT #47812)
          Thanks to Craig A. Berry for supplying a patch.

        * TEST: hints.t tests should no longer cause bogus
          failures relating to File::Copy on VMS and Windows
          systems prior to Perl 5.10.2.
2010-02-18 08:48:09 +00:00
sno
7bbb28d366 Updating devel/p5-IO-CaptureOutput from 0.11.01 to 0.11.02
pkgsrc changes:
- Adjust dependencies
- Adjust license definition

Upstream changes:
1.1102 Mon Feb 15 07:36:53 EST 2010
    - Fixed test that confused archname and osname (reported by Tux)
2010-02-18 08:43:25 +00:00
tnn
0ddb14b605 Catch up with xulrunner, nspr is now at version 4.8.3. 2010-02-17 18:53:00 +00:00
tnn
6ceb34bac8 Update to firefox-3.5.8 and xulrunner-1.9.1.8.
Security and bugfix release. (no MFSAs released at time of writing)
While here drop defunct debug option from firefox and reduce diff to wip/
2010-02-17 18:32:18 +00:00
joerg
f814b5b615 Mark as broken, it can't find one of its source files. 2010-02-17 13:56:33 +00:00
sno
c89a4b3a05 Updating devel/p5-common-sense from 2.02 to 3.00
Upstream changes:
3.0  Tue Dec 15 03:24:28 CET 2009
	- enable "use utf8" effect by default.
	- removed "utf8" warning category. while this contains useful security
          stuff, it also makes implementing security stuff almost impossible,
          as it completely mangles perls internal utf8 encoding with actual
          utf-8 encoding, and confuses "unicode", "string codepoints" and
          "utf-8" so much that it becoems practically unusable.

2.03  Wed Dec  2 18:38:53 CET 2009
	- removed "unopened" warning category, as this breaks "stat _", which
          seems to be a bug in all perl versions (see perlbug #71002).
        - some doc updates.
2010-02-17 12:38:23 +00:00
sno
9105a91089 Updating devel/p5-Config-Any from 0.18 to 0.19
pkgsrc changes:
- Adding module type and license definition

Upstream changes:
0.19 Mon 15 Feb 2010
    - add JSON::DWIW to the top of the JSON loaders list (caelum)
    - remove need for caching in Perl loader by using do() instead
      of require() (caelum)
2010-02-17 12:02:37 +00:00
sno
18d0ac2508 Updating devel/p5-Parse-RecDescent from 1.96.3 to 1.96.4
Upstream changes:
1.964  Wed Feb 17 09:33:39 2010
    - Fixed bug with undefined $1 when parsing literals (thanks Dan!)
    - Fixed premature namespace destruction bug with compiled grammars
2010-02-17 11:58:57 +00:00
sno
e1117e1241 Updating devel/p5-MooseX-SimpleConfig from 0.04 to 0.05
pkgsrc changes:
- Using bundled Module::Install for installing

Upstream changes:
0.05 - Jan 22, 2010
   - Allow multiple config files to be loaded and merged.
     Patch in RT#48552 from Sawyer X
2010-02-17 11:47:11 +00:00
sno
75b582d041 Updating devel/p5-MooseX-MethodAttributes from 0.19 to 0.20
pkgsrc changes:
- Adjusting dependencies

Upstream changes:
0.20   Wed, 10 Feb 2010 00:46:11 +0000
  * Remove horrible code and epic comment working around Moose bugs
    with reinitializing anon classes now that the bug is fixed upstream
    in Moose (commit cf600c83).
2010-02-17 11:36:32 +00:00
sno
aed01058b2 Updating devel/p5-Acme-PlayCode from 0.11 to 0.12
pkgsrc changes:
- Updating COMMENT

Upstream changes:
0.12    2010.1.15
        fix Build.PL (RT 53680)
2010-02-17 11:04:44 +00:00
drochner
be75ca0f9b this CONFLICTS with the prefious ElectricFence pkg 2010-02-17 10:25:18 +00:00
wiz
a1d979cbaa Note that libgsf-gnome uses some of these files. 2010-02-17 09:23:17 +00:00
wiz
637af65011 Update to 1.14.17. 2010-02-17 09:22:42 +00:00
kefren
90ede6414c Update to monodevelop 2.2.1, part of mono 2.6 2010-02-16 18:13:55 +00:00
kefren
fe6ca1f6ed Update to mono-tools 2.6.1, part of mono 2.6 2010-02-16 17:39:20 +00:00
sno
6d95bb047a Fixing PLIST by removing '*.orig' relics from patch stage 2010-02-16 15:22:44 +00:00
wiz
5558320a74 Update to 0.50:
0.50 Mon Feb  8 13:43:19 2010
    * Mouse::Tiny
        - Allow "use Mouse::Tiny VERSION" with a patch contributed by
          chocolateboy, RT #54383 (gfx)
    * Mouse::Util::MetaRole
        - Add Mouse::Util::MetaRole::apply_metaroles
            to catch up the latest Moose API for metaroles (gfx)
2010-02-16 14:01:30 +00:00
wiz
09df66b08b Update to 1.14.17:
libgsf 1.14.17

Morten:
	* Fix xml parser crash.
	* Write meta-data values in name order.
	* Don't call gnome_vfs_init in python binding.  [#599973]
2010-02-16 13:29:26 +00:00
sno
3e5ffd8b66 Updating devel/p5-Object-InsideOut from 3.57 to 3.58
pkgsrc changes:
- Adjust dependencies

Upstream changes:
3.58 Wed Dec 23 12:45:55 2009
	- Support type checking for scalar refs
2010-02-16 13:02:02 +00:00
sno
cacb30590d Updating devel/p5-MooseX-Traits-Pluggable from 0.08nb1 to 0.09
pkgsrc changes:
- Using module type as intended

Upstream changes:
0.09  2010-02-07 00:59:59
    - update POD
2010-02-16 12:47:07 +00:00
sno
cacb63db9e Updating devel/p5-MooseX-Traits from 0.07nb1 to 0.08
Upstream changes:
0.08   Sat Feb 13 17:05:23 GMT 2010
        - Allow you to pass traits => 'OneTrait' rather than having to say
          traits => ['OneTrait'] to help when getting traits from things that
          want to send a scalar (e.g. Config::General)
2010-02-16 12:44:53 +00:00
sno
f07fa7b070 Updating devel/p5-MooseX-Role-Parameterized from 0.15 to 0.17
pkgsrc changes:
- Enabling use of Module::Install::Bundled module type

Upstream changes:
0.17  February 11, 2010
    * MANIFEST fixes (Karen Etheridge)

0.16  February 4, 2010
    * Allow specifying custom metaclasses for parameterized
      roles (Oliver Charles)
    * Documentation improvements (Oliver Charles, Sartak)
2010-02-16 12:39:42 +00:00
sno
755d2dceed Updating devel/p5-MooseX-Declare from 0.32 to 0.33
pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.33  Thu, 04 Feb 2010 02:50:14 +0100
  * Depend on MooseX::Method::Signatures 0.30 to fix various
    incompatibilities.
2010-02-16 12:33:42 +00:00
sno
c8848dd774 Updating devel/p5-MooseX-Method-Signatures from 0.29 to 0.30
pkgsrc changes:
- Adjust dependency to MooseX::Types::Structured

Upstream changes:
0.30  Thu, 04 Feb 2010 02:41:36 +0100
  * Make Any instead of Defined the default type constraint.
  * Add tests for coercing optional named parameters (Cory Watson).
    + Make those tests pass by depending on
      MooseX::Types::Structured 0.20.
  * Make sure Text::Balanced doesn't screw up our data.
2010-02-16 12:04:53 +00:00
sno
2b909ec854 Updating devel/p5-MooseX-Types-Structured from 0.19 to 0.20
pkgsrc changes:
- Using now available wanted module type

Upstream changes:
0.20   04 February 2010
        - Add a new Map type. (Ricardo SIGNES)
        - Properly handle Optional[] types within Tuples and Dicts.
          (Florian Ragwitz)
2010-02-16 11:53:13 +00:00
sno
74b94c950b Updating devel/p5-MooseX-ClassAttribute from 0.10nb1 to 0.13
pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.13   2010-02-11
- Fixed tests that failed if you had an older version of
  MooseX::AttributeHelpers installed.

0.12   2010-02-10
- Fixed so that applying a role with class attributes to an instance works
  with Moose 0.98.

0.11   2010-02-09
- Roles can now have class attributes, which will be fully initialized when
  the role is applied to a class.
- Many modules have been renamed from MooseX::ClassAttribute::Role::Meta::* to
  MooseX::ClassAttribute::Trait::*.
- Deprecated the get_class_attribute_map method.
- Added a version number to every .pm file.
2010-02-16 11:45:55 +00:00
wiz
7282747c9d Update to 2.0.3:
bzr 2.0.3
#########

:Codename: little italy
:2.0.3: 2009-12-14


The third stable release of Bazaar has a small handful of bugfixes. As
expected, this has no internal or external compatibility changes versus
2.0.2 (or 2.0.0).

Bug Fixes
*********

* ``bzr push --use-existing-dir`` no longer crashes if the directory
  exists but contains an invalid ``.bzr`` directory.
  (Andrew Bennetts, #423563)

* Content filters are now applied correctly after pull, merge and switch.
  (Ian Clatworthy, #385879)

* Fix a potential segfault in the groupcompress hash map handling code.
  When inserting new entries, if the final hash bucket was empty, we could
  end up trying to access if ``(last_entry+1)->ptr == NULL``.
  (John Arbash Meinel, #490228)

* Improve "Binary files differ" hunk handling.  (Aaron Bentley, #436325)


bzr 2.0.2
#########

:Codename: after the scare
:2.0.2: 2009-11-02

The second in our "let's keep the stable bugfixes flowing" series. As
expected this has a few (~9) bugfixes relative to 2.0.1, and no major api
changes or features.

Bug Fixes
*********

* Avoid "NoneType has no attribute st_mode" error when files disappear
  from a directory while it's being read.  (Martin Pool, #446033)

* Content filters are now applied correctly after revert.
  (Ian Clatworthy)

* Diff parsing handles "Binary files differ" hunks.  (Aaron Bentley, #436325)

* Fetching from stacked pre-2a repository via a smart server no longer
  fails intermittently with "second push failed to complete".
  (Andrew Bennetts, #437626)

* Fix typos left after test_selftest refactoring.
  (Vincent Ladeuil, Matt Nordhoff, #461149)

* Fixed ``ObjectNotLocked`` errors during ``bzr log -r NNN somefile``.
  (Andrew Bennetts, #445171)

* PreviewTree file names are not limited by the encoding of the temp
  directory's filesystem. (Aaron Bentley, #436794)

Improvements
************

* ``bzr log`` now read-locks branches exactly once, so makes better use of
  data caches.  (Andrew Bennetts)

Documentation
*************

* Filtered views user documentation upgraded to refer to format 2a
  instead of pre-2.0 formats. (Ian Clatworthy)
2010-02-16 11:27:27 +00:00
sno
faf2e7fa7b Updating devel/p5-Moose from 0.96 to 0.98
Upstream changes:
0.98 Wed, Feb 10, 2010
  [BUG FIXES]
  * An internals change in 0.97 broke role application to an instance in some
    cases. The bug occurred when two different roles were applied to different
    instances of the same class. (Rafael Kitover)

0.97 Tue, Feb 9, 2010
  [BUG FIXES]
  * Calling ->reinitialize on a cached anonymous class destroyed the cache,
    causing the class to go out of scope unexpectedly. This could easily
    happen at a distance by applying a metarole to an anonymous class. (Dave
    Rolsky).
2010-02-16 10:35:49 +00:00