Commit graph

14252 commits

Author SHA1 Message Date
seb
2f45fd2dc3 Initial import of p5-Proc-InvokeEditor version 1.02 in the NetBSD
Packages Collection.

The Perl 5 module Proc::InvokeEditor provides the ability to supply
some text to an external text editor, have it edited by the user,
and retrieve the results.
2009-11-23 22:20:34 +00:00
tron
e2c69e8280 Add a somewhat odd workaround to stop Mac OS X's toolchain (at least
Xcode 3.2.1) from breaking "pango" under Mac OS X. Bump package
revision because the package would previously build but not work.

[No, I have no idea why adding a random fprintf() in that loop avoids
 the problem. But it is the only trick I have found so far.]
2009-11-23 17:18:52 +00:00
joerg
3232ed8bd4 Preserve our environment. It is already reduced, but may contain
control variables etc.
2009-11-23 15:24:33 +00:00
tnn
0f79dfba14 override emacs detection 2009-11-23 14:53:27 +00:00
fhajny
0a5c08d8d7 Added ruby-polyglot 2009-11-23 14:26:40 +00:00
fhajny
478416f0a4 Initial import of ruby-polyglot.
Polyglot provides a registry of file types that can be loaded by calling
its improved version of 'require'. Each file extension that can be handled
by a custom loader is registered by callingPolyglot.register("ext", <class>),
and then you can simply require "somefile", which will find and load
"somefile.ext" using your custom loader.
2009-11-23 14:26:09 +00:00
fhajny
49db3b1c4f Updated ruby-heckle to 1.4.3.
Upstream changes:
1.4.3 / 2009-06-23
- Enhancements
    * Added autotest/heckle plugin
    * Skipping testing on 1.9

1.4.2 / 2009-02-08
- Fixes
    * Fixed Ruby2Ruby dependency and Ruby2Ruby references (name changed).
    * Fix bug 11435 where [:iter, [:call], ...] would cause an endless loop.
2009-11-23 14:21:43 +00:00
tnn
8abc46c691 add "used by" lines 2009-11-23 14:16:22 +00:00
fhajny
5533cb802f Updated ruby2ruby to 1.2.4.
Too many changes, see:

http://seattlerb.rubyforge.org/ruby2ruby/History_txt.html
2009-11-23 14:13:28 +00:00
fhajny
0c9ba14ff9 Updated ruby-parsetree to 3.0.4.
Too many changes.
2009-11-23 14:10:26 +00:00
fhajny
6645d0e612 Added ruby-parser 2009-11-23 14:05:38 +00:00
fhajny
0816853502 Initial import of ruby-parser.
ruby_parser (RP) is a ruby parser written in pure ruby
(utilizing racc - which does by default use a C extension).
2009-11-23 14:04:10 +00:00
fhajny
b9f733a41c Added devel/ruby-sexp-processor 2009-11-23 14:01:31 +00:00
fhajny
3cf80d688e Initial import of ruby-sexp-processor.
sexp_processor branches from ParseTree bringing all the generic sexp
processing tools with it. Sexp, SexpProcessor, Environment, etc... all
for your language processing pleasure.
2009-11-23 14:00:06 +00:00
tnn
9c34ab0813 fix PLIST 2009-11-23 13:56:33 +00:00
fhajny
7c655c0e05 Updated ruby-inline to 3.8.3 2009-11-23 13:50:06 +00:00
fhajny
dcc4cdb10d Update ZenTest to 4.1.4
Too many changes, see HOMEPAGE.
2009-11-23 13:45:51 +00:00
fhajny
1cf37a7c73 Update hoe to 2.3.3
Too many changes.
2009-11-23 13:42:52 +00:00
fhajny
c7864a50e1 Update rubyforge to 2.0.3
Too many changes.
2009-11-23 13:39:42 +00:00
wiz
fb1571368c Update to 2.65:
* Major changes in Autoconf 2.65 (2009-11-21) [stable]
  Released by Eric Blake, based on git versions 2.64.*.

** Autoconf is now licensed under the General Public License version 3
   or later (GPLv3+).  As with earlier versions, the license includes
   an exception clause so that you may release a configure script
   generated by autoconf under the license of your own program.

** New macros to support Objective C++.
   AC_PROG_OBJCXX  AC_PROG_OBJCXXCPP

** The following undocumented autoconf macros, removed in Autoconf 2.64,
   have been reinstated:
   AH_CHECK_HEADERS

   These macros are present only for backwards compatibility purposes.

** The macro AC_LANG_COMPILER no longer fails on embedded systems that
   lack fopen in the C library, such as AVR or RTEMS (regression
   introduced in 2.64).

** The AC_FC_FREEFORM macro no longer suffers from a whitespace bug that
   made it fail with some Fortran compilers (regression introduced in
   2.64).

** The AC_TYPE_UINT64_T and AC_TYPE_INT64_T macros have been fixed to no
   longer mistakenly select a 32-bit type on some compilers (bug present
   since macros were introduced in 2.59c).

** The AC_FUNC_MMAP macro has been fixed to be portable to systems like
   Cygwin (bug present since macro was introduced in 2.0).

** The following documented autotest macros are new:
   AT_CHECK_EUNIT

** The following m4sugar macros now quote their expansion:
   m4_toupper  m4_tolower

** The following m4sugar macros are new:
   m4_escape

** The m4sugar macro m4_text_wrap now copes with embedded quoting without
   requiring quadrigraphs.  For uses like AC_ARG_VAR([a], [[b c]]),
   this gives the intuitive behavior of "[b c]" in the output (2.63
   gave the output of "[b], [c]", and 2.64 encountered a failure).

** The `$tmp' temporary directory used in config.status is documented for
   public use now.

** config.status now provides a --config option to produce the configuration.

** Many cache variables used by Autoconf's macros are now documented.

** Configure scripts work better on DJGPP by avoiding a bug present in
   the DJGPP port of bash 2.04 in handling 'return' in a shell
   function (regression introduced in 2.64).
2009-11-23 11:09:36 +00:00
seb
d8aa6e4da0 Add & enable p5-Config-GitLike 2009-11-22 22:29:48 +00:00
seb
359877b9ec Initial import of p5-Config-GitLike version 1.02 in the NetBSD
Packages Collection.

The Perl 5 module Config::GitLike handles interaction with configuration
files of the style used by the version control system Git. It can
both parse and modify these files, as well as create entirely new
ones.
2009-11-22 22:29:13 +00:00
abs
3033dbce22 Enably build for NetBSD/amd64 (using 32bit linux emul), and add sun-jdk6 to accepted jvms. Bump pkgrevision 2009-11-22 19:51:43 +00:00
sno
b094cb083c Adding some patches to get it a bit further compiled with Sun Studio
(see https://bugzilla.gnome.org/show_bug.cgi?id=602408).
Without commiting so far I couldn't check progress over the week - sorry
for the extra noise.
2009-11-22 19:14:41 +00:00
sno
b9356cd4eb Fixes PR pkg/42336 (STD C99 requires to use XPG6) 2009-11-22 16:51:17 +00:00
seb
9f4446454c Update from version 1.4.7 (upstream 1.004007) to version 1.4.9 (upstream
1.004009).

Upstream changes:
1.004009 2009-11-07
        - Fix warning if your $ENV{PERL5LIB} is undef
        - Doc improvement from kgish/#perl-help@irc.perl.org
	- t0m and chrisa on #local-lib@irc.perl.org pointed out a
	PERL5LIB ordering issue with C<--self-contained>.

1.004008 2009-10-13
        - Clarify re-reading the shell config file after writing to it.
        - Clarify copyright and licensing for packaging by vendors.
2009-11-22 14:19:55 +00:00
seb
19e4f84201 Update p5-Config-Std from version 0.0.5 to version 0.007.
Upstream changes:
0.007  Wed Nov 18 13:21:08 2009

    - Fixed major bug in gap algorithm for new keys (thanks Jojo!)
2009-11-22 12:32:09 +00:00
seb
53595a3629 Update p5-Config-IniFiles from version 2.52 to version 2.54.
Upstream changes:
Version 2.54:   ( Wed Nov 18 12:00:44 IST 2009 )
------------------------------------------------

* Adapted t/25line-endings.t to perl-5.6.x .
    - http://www.nntp.perl.org/group/perl.cpan.testers/2009/11/msg6026936.html
    - Failure there.
    - did that by replacing open ">:raw" with "binmode()".

Version 2.53:   ( Fri Nov 13 11:52:40 IST 2009 )
------------------------------------------------

* Converted t/01basic.t to Test::More and modernised it.
* Converted t/02weird.t to Test::More and modernised it.
* Converted t/04import.t to Test::More and modernised it.
* Applied a patch from Steffen Heinrich (SHE) for:
    - https://rt.cpan.org/Ticket/Display.html?id=51445
    - included t/25line-endings.t
        - modified a little.
2009-11-22 12:19:45 +00:00
seb
f912d85d26 Update from version 0.17 to version 0.18.
Upstream changes:
0.18 Mon 16 Nov 2009
    - ensure XML loader's _coerce() method checks specifically for HASH refs
    - add YAML::XS to the top of the YAML loaders list
2009-11-22 12:10:51 +00:00
seb
1a58e5c77f Update p5-common-sense from version 2.0 to version 2.02.
Upstream changes:
2.02  Wed Nov  4 12:04:08 CET 2009
	- no functional changes.
	- add META.yml clarification to the faq, tune the docs a bit
          and add a "much reduced typing" section.
        - unfortunately, the tone of the manpage has tightened and is
          more serious in many parts now. We consider this a bug that we
          plan to fix before 2100.

2.01  Mon Oct  5 17:01:48 CEST 2009
	- add a FAQ section.
	- use a more future-proof way to set the warning mask.
2009-11-22 11:58:35 +00:00
seb
8aada04d19 Update p5-Class-XSAccessor from version 1.03 to version 1.05.
Upstream changes:
1.05  Sun Nov 15 12:54 2009
  - Minor developer doc tweaks.
  - Minor XS refactoring

1.04_05  Mon Nov  9 20:10 2009
  - Fixes for perls < 5.10:
    => No entersub optimization
    => Do no use precalculated hashes
  - Updated entersub optimization
  - Remove brain-damaged double-hashing
  - Minor portability fixlets

1.04_04  Thu Nov  5 18:00 2009
  - Fixes for non-threaded perls
    (no need for locks, perl_mutex not even defined).

1.04_03  Tue Nov  3 22:32 2009
  ** This release features some very radical changes. Test well. **
  - Replace use of perl hashes in the global hash key name storage with
    a full-blown, separate implementation of a hash table
    (Steffen, Chocolateboy)
  - Similarly, throw out the SV's for simple C strings.
  - Add a global lock for all modifications to global data structures:
  - The above three items fix RT #50454 (serious threading issues).
  - Add support for alternate use Class::XSAccessor { ... } syntax
    (Adam K)

1.04_02  Mon Sep  7 11:35 2009
  ** This release features some very radical changes. Test well. **
  - Significant optimization by replacing the relevant entersub ops
    with stripped down versions (Chocolateboy)

1.04_01  Mon Sep  7 11:35 2009
  ** This release features some very radical changes. Test well. **
  - More aggressive OPTIMIZE flags if possible (Chocolateboy)
  - Added shorthand syntax for getters, setters, accessors, and predicates
    where the attribute has the same name as the method (Chocolateboy)
  - Remove dependency on AutoXS::Header.
  - Merge Class::XSAccessor::Array into this distribution.
  - Refactored the XS to remove duplicate code.
  - Refactored the perl code in XSAccessor.pm and Array.pm to remove
    duplicate code (=> Heavy.pm).
  - Upgrade Devel::PPPort/ppport.h (Chocolateboy)

1.04  Thu Jun 11 16:40 2009
  - Fix a bunch of warnings thanks to a heads up from
    Marcela Maslanova.
2009-11-22 11:50:35 +00:00
obache
9504953540 Update libgcroots to 0.2.2.
* Build fix for Mac OS X.
* Enable automake-1.11.
2009-11-22 10:53:09 +00:00
seb
f39cc67959 Update p5-POE-Test-Loops from version 1.021 to version 1.030.
Upstream changes:
=====================================
2009-10-14T04:25:48.467603Z ptl-1_030
=====================================

  2009-10-14 04:24:18 (r2744) by rcaputo
    New version for a new release.

  2009-10-13 12:43:42 (r2743) by bingosnet
    Explicitly bind to loopback address for the concurrent TCP tests

  2009-10-11 18:53:43 (r2741) by rcaputo
    Fix Marco's name. Oops!

  2009-10-07 01:50:42 (r2736) by rcaputo
    Set version for dev release.

  2009-10-06 03:50:33 (r2735) by rcaputo
    Make the tests generally ASSERT_DEFAULT clean. POE_TRACE_FILENAME hid
    a multitude of sins in the test output file. Update the vim options
    lines while I'm in there.

  2009-10-06 03:39:18 (r2733) by rcaputo
    Redirect STDERR while testing some errors. ASSERT_DEFAULT is on and
    making noise when things are called wrong, even when we do it on
    purpose.

  2009-10-05 05:32:30 (r2727) by rcaputo
    Add an option to enable all the broken MSWin32 tests.

    Set POE_DANTIC=1 before running "make test" to watch the pretty
    fireworks. Oooh! Ahhhhhh!

  2009-10-02 03:47:17 (r2707) by rcaputo

    [rt.cpan.org 48715] Apply Craig's patch to skip the IPv6 tests if
    IPv6 isn't actually enabled. The port autodetect code to didn't
    handle failure due to IPv6 unavailability.

  2009-09-29 15:13:53 (r2703) by rcaputo

    !!! Adjust tests for mark-and-sweep session GC changes.

    Some of the tests are sensitive to session GC timing.

  2009-09-16 15:11:30 (r2691) by rcaputo

    Test that POE::Kernel->run() without sessions returns right away.

=====================================
2009-09-07T19:22:59.577723Z ptl-1_022
=====================================

  2009-09-07 19:13:43 (r2677) by rcaputo

    Bump up the version, and prevent perl-reversion from seeing test
    version strings (that are commented out, no less).

  2009-09-06 03:32:57 (r2675) by rcaputo

    [rt 36648] Add tests for the new Client and Server TCP component
    capabilities.

  2009-09-05 17:56:52 (r2672) by rcaputo

    [rt 49384] Explicitly bind to 127.0.0.1 in tests, reported
    anonymously. [cpan testers 5241203] Bind to INPORT_ANY to avoid
    "address already in use" failures, reported by Oliver Paukstadt.

  2009-09-04 07:49:18 (r2671) by rcaputo

    Make write-combining test optional. The timing of some event loops
    triggers write-combining, and others don't. Resolves rt.cpan.org
    28804 (finally!), reported by Martijn van Beers.

  2009-09-04 04:28:55 (r2668) by rcaputo

    Tk and fork() don't get along well. Skip some fork() based tests when
    Tk is loaded, to avoid XIO errors that have shown up in FreeBSD.

  2009-09-03 16:08:06 (r2665) by rcaputo

    Skip pty tests in z_leolo_wheel_run.pm on MSWin32. Change some skip
    messages.

  2009-08-08 08:25:22 (r2625) by rcaputo

    Skip a known issue regarding pseudy-ttys, Event, and Mac OS X. On OS
    X, poll() returns POLLNVAL for pseudo-ttys. Event cancels its
    watchers in this case without a callback.

  2009-08-08 04:56:28 (r2623) by rcaputo

    Move Philip Gwyn's signals test to POE::Test::Loops, so it can
    exercise everyone's event loops.

  2009-07-27 17:07:20 (r2608) by rcaputo

    Reorganize documentation links.

  2009-07-27 05:10:57 (r2605) by rcaputo

    Added a machine-readable repository directory to the distribution.
    Documented the bug tracker, repository, and other resource URLs.
2009-11-21 20:27:27 +00:00
sno
3666508e48 Updating devel/p5-Scalar-List-Utils from 1.21 to 1.22
pkgsrc changes:
  - Adjusting license definition

Upstream changes:
1.22 -- Sat Nov 14 09:26:15 CST 2009
  * silence a compiler warning about an unreferenced local variable [Steve Hay]
  * RT#51484 Preserve utf8 flag of string passed to dualvar()
  * RT#51454 Check first argument to first/reduce is a code reference
  * RT#50528 [PATCH] p_tainted.t fix for VMS [Craig A. Berry]
  * RT#48550 fix pure perl looks_like_number not to match non-ascii digits
2009-11-21 15:33:04 +00:00
sno
392cefd326 Added devel/p5-MooseX-Role-WithOverloading version 0.03 2009-11-21 13:58:49 +00:00
sno
6de2e0d153 Importing package into devel/p5-MooseX-Role-WithOverloading containing
a Moose extension for roles which support overloading (perl5 module) in
version 0.03:

MooseX::Role::WithOverloading allows to write a Moose::Role which defines
overloaded operators and allows those operator overloadings to be composed
into the classes/roles/instances it's compiled to, while plain Moose::Roles
would lose the overloading.
2009-11-21 13:55:04 +00:00
seb
feb91ebe7f Update p5-POE-Component-Pluggable from version 1.18 to version 1.24.
Pkgsrc changes:
- Adjust dependencies

Upstream changes:
1.24  Tue Aug 18 09:17:59 BST 2009
    - Applied patch from Jonathan Steinert to fix RT #48788

1.22  Thu Jul 23 14:12:05 BST 2009
    - Added constant 1.17 as a prereq. Versions prior to 1.03
      did not support the use constant { }; construct.

1.20  Wed Apr 29 09:27:08 BST 2009
    - Removed the crufty checks in Makefile.PL for 'weaken' support and
      required Task::Weaken instead.
    - Fixed some warnings when plugin return undef.
2009-11-21 10:51:18 +00:00
seb
008670f19a Update p5-Module-CoreList from version 2.22 to version 2.23.
Upstream changes:
2.23    Fri Nov 20 2009
  - Updated for 5.11.2
2009-11-20 21:13:32 +00:00
drochner
1bd44dca60 update to 2.4.7
changes:
-bugfixes and improvements to the PTP2 driver
-cleanup
-translation updates
2009-11-20 17:02:23 +00:00
drochner
1bc0944c1d update to 1.26.1
changes: minor bugfixes
2009-11-20 11:56:08 +00:00
seb
624dd0d29f Update p5-Moose from version 0.92 to version 0.93.
Upstream changes:
0.93 Thu, Nov 19, 2009
    * Moose::Object
      - Calling $object->new() is no longer deprecated, and no longer
        warns. (doy)

    * Moose::Meta::Role
      - The get_attribute_map method is now deprecated. (Dave Rolsky)

    * Moose::Meta::Method::Delegation
      - Preserve variable aliasing in @_ for delegated methods, so that
        altering @_ affects the passed value. (doy)

    * Moose::Util::TypeConstraints
      - Allow array refs for non-anonymous form of enum and duck_type, not
        just anonymous. The non-arrayref forms may be removed in the
        future. (doy)
      - Changed Str constraint to not accept globs (*STDIN or *FOO). (chansen)
      - Properly document Int being a subtype of Str. (doy)

    * Moose::Exporter
      - Moose::Exporter using modules can now export their functions to the
        main package. This applied to Moose and Moose::Role, among
        others. (nothingmuch)

    * Moose::Meta::Attribute
      - Don't remove attribute accessors we never installed, during
        remove_accessors. (doy)

    * Moose::Meta::Attribute::Native::Trait::Array
      - Don't bypass prototype checking when calling List::Util::first, to
        avoid a segfault when it is called with a non-code argument. (doy)

    * Moose::Meta::Attribute::Native::Trait::Code
      - Fix passing arguments to code execute helpers. (doy)
2009-11-19 21:21:53 +00:00
seb
71663afb3c Update p5-Class-MOP from version 0.94 to version 0.95.
Pkgsrc changes:
- Add dependency on devel/p5-Try-Tiny

Upstream changes:
0.95 Wed, Nov 19, 2009
    * Class::MOP
      - Make is_class_loaded without any arguments fail loudly
        (Florian Ragwitz).
      - Make load_class throw more standard error messages when loading single
        modules (nothingmuch).

    * Class::MOP::Package
      - Stop add_method from behaving differently under the debugger
        (Florian Ragwitz).

    * Class::MOP::Class
    * Class::MOP::Package
      - Any method which takes a method name as an argument now allows names
        which are false (like "0"), but the name must be defined and not be an
        empty string. (Dave Rolsky)

    * Class::MOP::Class
      - Deprecated get_attribute_map as a public method. You can use a
        combination of get_attribute_list and get_attribute instead. (Dave
        Rolsky)
2009-11-19 21:21:25 +00:00
schnoebe
0cfd80e496 Update to 1.0.16, correct MASTER_SITE and HOMEPAGE,
add LICENSE, and PKG_DESTDIR_SUPPORT.
2009-11-19 17:13:24 +00:00
reed
0059e42e77 From PR:
pkg/42344: update for devel/libmaa [patch]

update devel/libmaa to 1.2.0.

Major changes in upstream:

  For better conformance with POSIX/SUS xmalloc, xrealloc and xcalloc
  functions take 'size_t' args, not 'unsigned int'.
  Due to change in API a major shared library number is bumped from 1 to 2

  New trivial test for log.c

  fix for sltest.c: on OpenBSD intptr_t is defined in stdint.h

  Makefile.in: GNU make is not required anymore, bsd make is enough
2009-11-19 01:19:23 +00:00
wiz
40ba1313b3 Update to 2.28.0, set LICENSE.
Distcheck with --disable-silent-rules

    Version 2.28.0

    Remove MAINTAINERS, and dist the DOAP file

    Use AM_SILENT_RULES

    Fix build breakage in modules caused by commit aac1a8ec

    Chech for single header includes.

    When maintainer mode is enabled, check for single header includes as
    well as deprecated flags (#557070).

    Support for automake 1.11

    Remove auto-generated ChangeLog from the tree

    Autogenerate ChangeLog

    Trivial update

    * Remove CVS references, use "repository tree"
    * Fix whitespace
    * Fix typo "The" -> "There"

    Move to "development" category

    Add the required DOAP project description (used
    gnome-system-monitor as a template)

    Only pass --enable-maintainer-mode when AM_MAINTAINER_MODE is present

    Takeover

    Revert "Add single include disabling cppflags"

    Oops, this wasn't meant to be committed just yet.

    This reverts commit f95de3b4b636786d1e297f40df32ee32f71ebce7.

    Post branch version bump.

    Add single include disabling cppflags

    Default to enable maintainer mode

    Add -Wno-portability to automake invocation. Bug #529120, patch by Philip Van Hoof.
2009-11-17 17:11:07 +00:00
wiz
534ed0424f Update to 1.4:
1.4 - 2009-11-16

  core

     * summary: new command summarizes current working state
     * tags: new tag cache greatly speeds up tag operations
     * diff: new --stat option to show diffstat
     * diff: add --reverse option to diff
     * subrepo: fix a bunch of issues with the experimental subrepo extension
     * status: fixes for behavior when working with clock skew
     * clone: new -u/--updaterev option
     * templater: new latesttag and latesttagdistance keywords
     * push/pull: handle some broken pipe errors during large transfers
     * config: environment variables and ~user constructs are expanded in pathnames

  hgweb

     * fix for showing header lines in raw changeset diffs
     * try to send better error messages to the client
     * use config-supplied ordering by default in hgwebdir index pages
     * add web.descend option to disable showing all nested repositories in hgwebdir

  documentation and help

     * new config help topic
     * help texts are now written in reStructuredText format
     * many translation updates including a new Swedish translation
     * many help text updates and improvements

  extensions

     * mq: add -1 options to qapplied/qunapplied
     * patchbomb: add a --flag option to set a flag value in the Subject header
     * patchbomb: correctly handle Unicode domains (using the IDNA encoding scheme)
     * color: improve colorization of the qseries command
     * inotify: cleaner code, fixed pattern handling
     * zeroconf: show repository descriptions
     * rebase: some performance and correctness fixes
     * extdiff: add 3-way diff for merge changesets
     * convert: handle directory renaming in Darcs, fixed file renaming
     * relink: new extension which helps people re-hardlink their clones

  other

     * contrib/shrink-revlog.py script that can significantly shrink some internal hg files
     * work around non-standard locale settings on OS X
2009-11-17 10:49:50 +00:00
seb
b2221c5192 Add & enable p5-Data-Dumper-Concise 2009-11-17 00:00:04 +00:00
seb
a47998e69b Initial import of p5-Data-Dumper-Concise version 1.001 in the NetBSD
Packages Collection.

The Perl 5 module Data::Dumper::Concise exists, fundamentally, as
a convenient way to reproduce a set of Dumper options that we've
found ourselves using across large numbers of applications, primarily
for debugging output.
2009-11-16 23:59:36 +00:00
wiz
cc6a432f0c Update to 0.8.13:
Sun Nov  1 14:08:47 CET 2009, Michael Riepe <libelf@mr511.de>

	* README:
	* VERSION:
		update for 0.8.13 release.
	* libelf.pc.in:
		add -I${includedir}.
	* lib/begin.c:
	* lib/private.h:
		move archive related declarations.
	* lib/elf_repl.h:
		disable Elf64_Cap for 32-bit build.
	* lib/getaroff.c:
		new file.
	* lib/Makefile.in:
	* lib/Makefile.w32:
		add getaroff.c.
2009-11-15 21:26:51 +00:00
sno
b02e7b80b9 Updating package devel/p5-IO-Compress from 2.022 to 2.023
Upstream changes:
  2.023 9 November 2009
      * IO::Compress::AnyUncompress
        Added support for lzma_alone & xz.
2009-11-15 15:55:03 +00:00