Commit graph

15178 commits

Author SHA1 Message Date
wiz
adeed5d33e Update to 2.2.8:
Nothing interesting. Just a small change for library.gnome.org.
2010-06-15 11:27:51 +00:00
wiz
f4fd083c28 Update to 1.19:
* Version 1.19 (released 2010-05-22) [stable]

** doc: Typo fixes.  Added PDF version of API reference manual.
See doc/reference/libidn.pdf.

** build: Update gnulib files.

** build: Use valgrind -q to reduce verbosity.

** API and ABI is backwards compatible with the previous version.
2010-06-15 09:23:05 +00:00
wiz
fd05d4c498 Fix build with latest ocaml. From Pascal Cuoq <pascal_cuoq@hotmail.com>
on pkgsrc-users.
2010-06-15 08:26:54 +00:00
seb
692f076eac Update p5-Test-LeakTrace from version 0.10 to version 0.11.
Upstream changes:
0.11 Mon Jun 14 16:16:49 2010
    - Resolve RT #58133: "False-positive related to XS code"
2010-06-14 20:57:47 +00:00
seb
576895761b Update p5-Package-Stash from version 0.03nb1 to version 0.04.
Upstream changes:
0.04    2010-06-13
    get_package_symbol now doesn't autovivify stash entries. A new method
    get_or_add_package_symbol can now be used for that behavior.
2010-06-14 20:44:09 +00:00
seb
dc6a5c6cfb Add & enable p5-CPAN-FindDependencies 2010-06-14 20:32:07 +00:00
seb
6cf71f6b91 Initial import of p5-CPAN-FindDependencies version 2.34 in the
NetBSD Packages Collection.

The Perl 5 module CPAN::FindDependencies uses the CPAN packages
index to map modules to distributions and vice versa, and then
fetches distributions' META.yml or Makefile.PL files from
http://search.cpan.org/ to determine pre-requisites.
2010-06-14 20:31:51 +00:00
tonio
b5db9bfed5 update devel/py-urwid to 0.9.9.1
Fix PR pkg/43104

pkgsrc-changes:
     o added documentation and example
     o use setuptools

Changelog
- Urwid 0.9.9.1
    * Fix for ListBox snapping to selectable widgets taller than the
      ListBox itself
    * raw_display switching to alternate buffer now works properly with
      Terminal.app
    * Fix for BoxAdapter backwards incompatibility introduced in 0.9.9
    * Fix for a doctest failure under powerpc
    * Fix for systems with gpm_mev installed but not running gpm

- Urwid 0.9.9
    * New support for 256 and 88 color terminals with raw_display
      and html_fragment display modules
    * New palette_test example program to demonstrate high color
      modes
    * New AttrSpec class for specifying specific colors instead of
      using attributes defined in the screen's palette
    * New MainLoop class ties together widgets, user input, screen
      display and one of a number of new event loops, removing the
      need for tedious, error-prone boilerplate code
    * New GLibEventLoop allows running Urwid applications with GLib
      (makes D-Bus integration easier)
    * New TwistedEventLoop allows running Urwid with a Twisted reactor
    * Added new docstrings and doctests to many widget classes
    * New AttrMap widget supports mapping any attribute to any other
      attribute, replaces AttrWrap widget
    * New WidgetDecoration base class for AttrMap, BoxAdapter, Padding,
      Filler and LineBox widgets creates a common method for accessing
      and updating their contained widgets
    * New left and right values may be specified in Padding widgets
    * New command_map for specifying which keys cause actions such as
      clicking Button widgets and scrolling ListBox widgets
    * New tty_signal_keys() method of raw_display.Screen and
      curses_display.Screen allows changing or disabling the keys used
      to send signals to the application
    * Added helpful __repr__ for many widget classes
    * Updated all example programs to use MainLoop class
    * Updated tutorial with MainLoop usage and improved examples
    * Renamed WidgetWrap.w to _w, indicating its intended use as a way
      to implement a widget with other widgets, not necessarily as
      a container for other widgets
    * Replaced all tabs with 4 spaces, code is now more aerodynamic
      (and PEP 8 compliant)
    * Added saving of stdin and stdout in raw_display module allowing
      the originals to be redirected
    * Updated BigText widget's HalfBlock5x4Font
    * Fixed graph example CPU usage when animation is stopped
    * Fixed a memory leak related to objects listening for signals
    * Fixed a Popen3 deprecation warning

- Urwid 0.9.8.4
    * Fixed incompatibilities with Python 2.6 (by Friedrich Weber)
    * Fixed a SimpleListWalker with emptied list bug (found by Walter
      Mundt)
    * Fixed a curses_display stop()/start() bug (found by Christian
      Scharkus)
    * Fixed an is_wide_character() segfault on bad input data bug
      (by Andrew Psaltis)
    * Fixed a CanvasCache with render() used in both a widget and its
      superclass bug (found by Andrew Psaltis)
    * Fixed a ListBox.ends_visible() on empty list bug (found by Marc
      Hartstein)
    * Fixed a tutorial example bug (found by Kurtis D. Rader)
    * Fixed an Overlay.keypress() bug (found by Andreas Klöckner)
    * Fixed setuptools configuration (by Andreas Klöckner)

- Urwid 0.9.8.3
    * Fixed a canvas cache memory leak affecting 0.9.8, 0.9.8.1 and
      0.9.8.2 (found by John Goodfellow)
    * Fixed a canvas fill_attr() bug (found by Joern Koerner)

- Urwid 0.9.8.2
    * Fixed incompatibilities with Python 2.3
    * Fixed Pile cursor pref_col bug, WidgetWrap rows caching bug, Button
      mouse_event with no callback bug, Filler body bug triggered by the
2010-06-14 17:54:16 +00:00
joerg
8ea17389c1 dulwich-0.6.0:
- Support include-tag for the server
- New fastexport module for generating such streams
- HTTP dumb and smart server
- Various improvements and bugfixes
2010-06-14 10:15:15 +00:00
seb
4b34663b3a Add & enable p5-Parse-CPAN-Packages 2010-06-14 04:33:01 +00:00
seb
c3515b37ad Initial import of p5-Parse-CPAN-Packages version 2.31nb1 in the
NetBSD Packages Collection.

The Comprehensive Perl Archive Network (CPAN) is a very useful
collection of Perl code. It has several indices of the files that
it hosts, including a file named "02packages.details.txt.gz" in the
"modules" directory. This file contains lots of useful information
and the Perl 5 module Parse::CPAN::Packages provides a simple
interface to the data contained within.
2010-06-14 04:32:45 +00:00
seb
5caae05787 Fix typo in COMMENT 2010-06-14 04:24:12 +00:00
seb
caf6196089 Update from version 0.27 to version 0.28.
Pkgsrc changes:
- adjust dependencies, mostly wrt to minimum required perl package
version

Upstream changes:
0.28 Sat. Jun 05 2010
  * MooseX::Getopt::Strict
    - Make it work with Getopt attribute traits in addition to
      attribute metaclasses.

  * Switch from Module::Install to Dist::Zilla.
2010-06-14 03:38:23 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
seb
fe2e068c4a Update p5-Perl-Critic from version 1.105 to version 1.106.
Pkgsrc changes:
- adjust dependencies wrt to minimum required perl package version

Upstream changes:
[1.106] Released on 2010-05-10

    Bug Fixes:
    * NamingConventions::Capitalization fix for PPI 1.212.  RT #57348
2010-06-13 21:38:38 +00:00
seb
3e74f46178 Update from version 0.14 to version 0.18.
Pkgsrc changes:
- adjust dependencies

Upstream changes:
    [0.18]
        - Make sure we continue working on future Package::Stash
          versions (doy).

    [0.17]
        - Make sure the debugger author test is skipped for
          non-authors before the debugger is even loaded.

    [0.16]
        - Release all changes of 0.15 as part of a stable release.
        - Convert from Module::Install to Dist::Zilla.

    [0.15] TRIAL release
        - Use Package::Stash for the stash manipulation bits (doy).
2010-06-13 20:33:17 +00:00
seb
f23946dadc Update from version 1.6.0 (upstream 1.006000) to version 1.6.4 (upstream
1.006004).

Upstream changes:
1.006004 2010-06-10

        - I am stupid.

1.006003 2010-06-10

        - Added german translation right

1.006002 2010-06-10

        - Hotfix for a search.cpan.org "Bug"

1.006001 2010-06-10

        - Added german translation
        - Enhanced some parts of english documentation
        - doc patch for win32 from run4flat
        - reverse the perl/arch paths in PERL5LIB
2010-06-13 19:41:10 +00:00
seb
2b1cc969d8 Update from version 2.13 to version 2.18.
Pkgsrc changes:
- adjust dependencies
- adjust PERL5_MODULE_TYPE

Upstream changes:
2.18 (2010-06-12)

Continue to refine t/lexicals.t response to Perl commit
"e02c0f79a8059eaf4981f798cc21d7dc3c8b916e shift; optimization". The
change happened after 5.13.0 and is released in 5.13.1.

2.17 (2010-06-11)

Declare ExtUtils::CBuilder as a build_requries dependency

2.16 (2010-06-11)

Manually add VERSION to Data::Dump::Streamer::Deparser to make CPAN
indexer happy.

2.15 (2010-06-11)

Perl commit "538f5756c002f0583190831238bbf6bd54855cdc shift;
optimization" changed B::Deparse

Switch from ExtUtils::MakeMaker to Module::Build for
configure_requires support

2.14 (2010-06-08)

Our Makefile.PL must abort if we're going to need to build B::Utils
but we don't have ExtUtils::Depends because it doesn't work to let the
build chain do this dependency resolution. Perhaps there is a version
that this all "just works" in?

t/dump.t required some styling state changes but was skipping them
when some modules weren't installed.
2010-06-13 19:27:18 +00:00
minskim
33bc467787 Use an absolute path to invoke tex. 2010-06-13 19:07:24 +00:00
seb
e1fc4ff158 Update p5-Moose from version 1.05 to version 1.07.
Upstream changes:
1.07 Sat, Jun 05, 2010

  [BUG FIXES]

  * Fixed a minor metaclass compatibility fixing bug dealing with immutable
    classes and non-class metaclass traits (doy, dougdude).

1.06 Tue, Jun 01, 2010

  [NEW FEATURES]

  * Added '0+' overloading in Moose::Meta::TypeConstraint so that we can
    more uniformly compare type constraints between 'classic' Moose type
    constraints and MooseX::Types based type constraints.
2010-06-12 21:46:34 +00:00
seb
a0de45dad7 Update p5-Class-MOP from version 1.02 to version 1.03.
Pkgsrc changes:
- Adjust dependencies

Upstream changes:
1.03 Sat, Jun 5, 2010

  [ENHANCEMENTS]

  * Make CMOP::Package a thin wrapper around Package::Stash (doy).
2010-06-12 21:46:18 +00:00
seb
cf53aa6dd2 Update to version 0.03nb1 by bumping PKGREVISION.
The dependency on devel/p5-Test-Exception is a build time
one.
2010-06-12 21:01:26 +00:00
seb
3f572666cf Add & enable p5-Package-Stash 2010-06-12 20:44:57 +00:00
seb
b705ea58d0 Initial import of p5-Package-Stash version 0.03 in the NetBSD
Packages Collection.

Manipulating stashes (Perl's symbol tables) is occasionally necessary,
but incredibly messy, and easy to get wrong. The Perl 5 module
Package::Stash hides all of that behind a simple API.
2010-06-12 20:44:03 +00:00
seb
7050de66ff Update p5-Try-Tiny from version 0.04 to version 0.06.
Upstream changes:
0.06
- in t/given_when.t use a plan instead of done_testing for more backwards
  compatibility

0.05
- Documentation fixes and clarifications
2010-06-12 10:49:26 +00:00
seb
b36e313d80 Update from version 3.11 to version 4.00.
Upstream changes:

Changes in Devel::NYTProf 4.00 (svn 1291) 8th June 2010

- Major changes:
  Added profile reporting of code executed in string evals.
    Each string eval executed gets it's own report page.
    You can 'see' the code that was executed, with profile info.
    String evals may be collapsed/merged in some cases.

  Improved many sub-optimal behaviours related to string evals.

  Subroutine calls that couldn't be associated with a specific line,
    such as calls made by perl to END blocks, are now shown in reports.

  Subroutine definitions that couldn't be associated with a specific file,
    such as xsubs in packages with no perl source, are now shown in reports.

  Enabled savesrc=1 by default.

  The data file format has changed so v3.x files can't be read.
  The Devel::NYTProf::ReadStream interface has also changed.

- Other changes:
  Fixed off-by-1 error in number of Files an xsub/opcode was called from.
  Fixed Devel::NYTProf::Apache to work in more situations
    and enable the addpid option by default.
  Fixed that END blocks defined at runtime are included in the profile
    thanks to Nicholas Clark.

  Compilation-only checks (perl -c) can be profiled thanks to Nicholas Clark.
  Improved behaviour for 'duplicate' anon-subs defined in separate
    invocations of a particular string eval.
  Multiple BEGINs (e.g., use) on the same line get distinct names.

  Added --minimal option to nytprofhtml to disable generation of
    graphviz .dot files and block/sub-level statement report files.
  Added automatic detection of calls to POSIX::_exit() by the sub profiler
    so finish_profile() gets called and a usable profile is produced.
  Added posix_exit=1 option to do the same thing (in a different way)
    when the sub profiler is not being used (i.e., subs=0).

- Documentation Changes:
  Sequences of blank lines are skipped in generated reports.
    Relevant for savesrc mode in which perl doesn't store pod sections.
  Corrected typos in nytprofhtml docs thanks to chocolate@cpan.org.
  Documented how to use Devel::NYTProf::Apache with virtual hosts that
    use the PerlOptions +Parent or +Clone configuration.
2010-06-12 05:29:17 +00:00
wiz
cf63e09580 Fix build with latest doxygen and depend on it. Bump PKGREVISION. 2010-06-11 23:22:03 +00:00
wiz
3defa6dd37 Depend on doxygen-1.6.3 and fix PLIST for it. 2010-06-11 23:20:07 +00:00
tonnerre
5eb3058d2c +ruby-simple_uuid
+ruby-thrift
+ruby-thrift_client
2010-06-11 23:00:18 +00:00
tonnerre
4bac79783e Import the thrift_client Ruby module, version 0.4.3.
thrift_client is a Ruby client module for the Thrift RPC library.
2010-06-11 22:56:52 +00:00
tonnerre
6c73400975 Import the Thrift Ruby module, version 0.2.0.4.
This is the Ruby implementation of the Thrift RPC protocol.
2010-06-11 22:50:40 +00:00
tonnerre
95b3d2528a Import the simple_uuid Ruby module, version 0.1.1.
simple_uuid is a Ruby module for generating UUIDs from Ruby.
2010-06-11 22:31:08 +00:00
drochner
673aad36e0 update to 2.24.3
changes:
-build system improvements
-translation updates

pkgsrc change: depend on the new (gnome-2.30) libgnome-keyring
which is a subset of the old gnome-keyring pkg
2010-06-11 13:34:29 +00:00
drochner
7910bdda9e update to 2.24.3
changes:
-bugfixes
-translation updates
2010-06-11 13:25:27 +00:00
drochner
86781b9db2 update to 2.30.0
This switches to the gnome-2.30 release branch
2010-06-11 13:23:56 +00:00
drochner
377daed8e9 update to 2.28.1
changes:
-bugfixes
-translation updates
2010-06-11 13:19:24 +00:00
drochner
8200ec5528 update to 2.24.3
changes:
-bugfixes
-translation updates
2010-06-11 13:17:30 +00:00
wiz
ebb5dfb8f6 Correct EXTRACT_SUFX. 2010-06-11 12:42:55 +00:00
kefren
6296a4661c Update to 0.5
The 0.5 release of Mono.Addins comes packed with new features, including:

 * User defined custom attributes can now be used to declare extensions
   and add-in metadata.
 * The new AddinEngine class allows hosting several independent add-in
   engines in a single application domain.
 * Improved lazy loading of add-ins. More information is now lazy loaded.
 * An XML manifest can now be split in several files embedded as resources
   in an assembly.
 * More add-in information can be declared using custom attributes instead
   of an XML manifest: author list, imported files and assemblies, optional
   modules, localizers.
 * Added new API based on generic methods and collections.
 * New MSBuild tasks file and target, which allows using add-in references
   directly in a build file (still experimental).
 * Reorganized the samples directory.
 * Many bug fixes.
2010-06-11 12:41:35 +00:00
wiz
79f549470f This needs pkg-config, add it to tools. 2010-06-10 19:25:28 +00:00
wiz
5220027faa Does not compile with python-2.4:
Compiling /scratch/devel/py-at-spi/work/.destdir/usr/pkg/lib/python2.4/site-packages/pyatspi/__init__.py ...
  File "/scratch/devel/py-at-spi/work/.destdir/usr/pkg/lib/python2.4/site-packages/pyatspi/__init__.py", line 50
    finally:
          ^
SyntaxError: invalid syntax

Mark it as such.
2010-06-10 19:24:35 +00:00
drochner
340b1abf5a sync w/ common Makefile (just naming consistency, no pkg change) 2010-06-09 18:36:33 +00:00
minskim
c4230236a6 Update ruby-activesupport to 2.3.8. Patch by Wen Heping in PR 43425.
Changes since 2.3.5:
* HTML safety: fix compatibility with the optional rails_xss plugin.
  [Nathan Weizenbaum, Santiago Pastorino]
* 1.9 compat: deprecated last_(month|year) in favor of
  prev_(month|year). [fxn]
* Deprecated Array#rand in favor of Array#random_element. [Santiago
  Pastorino, Rizwan Reza]
* Added Object#presence that returns the object if it's #present?
  otherwise returns nil [DHH/Colin Kelley]
* New assertions assert_blank and assert_present.  #4299 [Juanjo Bazan]
* Use Object#singleton_class instead of #metaclass. Prefer Ruby's
  choice.  [Jere my Kemper]
* JSON backend for YAJL. Preferred if available.  #2666 [Brian Lopez]
* Introduce String#html_safe for rails_xss plugin and
  forward-compatibility with Rails 3.  [Michael Koziarski, Santiago
  Pastorino, José Ignacio Costa]
* Time#- with a DateTime argument behaves the same as with a Time
  argument, i.e.  returns the difference between self and arg as a
  Float #3476 [Geoff Buesing]
* YAML serialization for OrderedHash.  #3608 [Gregor Schmidt]
* Add Enumerable#exclude? to bring parity to Enumerable#include? and
  avoid if !x .include?/else calls [DHH]
2010-06-06 18:21:38 +00:00
wiz
8f93a519df Update to 1.16:
1.15 -> 1.16:
    - add lv.po, update translations (Translation Project).
    - include xcode project files in distributed popt tar ball.
    - make distcheck is now squeaky clean.
    - permit VPATH builds.
    - add shallow tests using ISP/RAS api-sanity-autotest.pl.
    - prefix bit set routines with popt to avoid symbol coolisions w rpm.
    - add tdict.c to exercise popt bit sets against /usr/dict/words.
    - add poptBitsArgs() method to generate args bit set.
    - add methods for bit set union and intersection.
    - permit comma separated attribute lists, handle negated attributes.
    - better test for POPT_ARG_BITSET.
    - add POPT_ARG_BITSET handling.
    - add POPT_ARG_SHORT handling.
    - handle all callback traversals within a C switch (for extendability ease).
    - add popt.pc.
    - devzero2000: add AC_CONFIG_AUX_DIR, AC_CONFIG_MACRO_DIR to configure. Create build-aux
    - devzero2000: del acinclude.m4 : AC_CHECK_VA_COPY is not used
2010-06-05 13:26:46 +00:00
wiz
91521edb0f Update to 1.5.4:
This is a scheduled monthly minor bugfix release.

    * dispatch: include Python version in traceback
    * push: update help
    * status: avoid performance regression when no .hgsub is present
    * clone: fix performance issue with hardlinks and Windows shares
    * hgweb: fix race in refreshing repo list (issue2188)
    * hgrc: clarify that hgrc keys can be overridden and sections can be split
    * eol: new extension for managing file newlines based on a
      version controlled configuration file
    * pager: fork and exec pager as parent process with /bin/sh -c
    * rebase: stress that only local changesets should be rebased
    * convert/svn: close gettags() log stream (issue2196)
    * record: check that we are not committing a merge before patch selection
2010-06-05 12:32:20 +00:00
wiz
03f05ce5a5 Fix typo in comment. 2010-06-05 11:30:54 +00:00
wiz
a11fd13b9b Add comment to patch. 2010-06-05 11:30:35 +00:00
wiz
33c6d5c502 Update to 1.30.1, set LICENSE.
What's new in at-spi-1.30.1:

* Fixes #538680.
* Translation update.

What's new in at-spi-1.30.0:

* Fixes #612554.
* Translation update.

What's new in at-spi-1.29.92:

* Translation update.

What's new in at-spi-1.29.90:

* Make AT-SPI/CORBA the default and relocate AT-SPI/D-Bus.
* Translation update.

What's new in at-spi-1.29.6:

* Bugfixes: #608003, #607077.
* Translation update.

What's new in at-spi-1.29.5:

* Bugfixes: #606251, #606254.
* Translation update.

What's new in at-spi-1.29.3:

* Bugfixes: #565451, #593830.
* Translation update.

What's new in at-spi-1.29.2:

* Bugfixes: #569428, #599244, #578334.
* Translation update.
2010-06-05 11:05:58 +00:00
gls
aa882f5c54 This is a Python egg, so s/extension/egg in Makefile, to install egg info files
into ${EGG_INFODIR}.
Noted by Ryo HAYASAKA in PR/43414.
2010-06-04 20:01:00 +00:00
sborrill
07637485b2 Added devel/netbsd-iscsi-lib based on NetBSD -current sources 2010-06-04 16:16:39 +00:00