Commit graph

128292 commits

Author SHA1 Message Date
abs
d5fe006610 Added databases/p5-Catalyst-Model-RDBO version 0.06
Catalyst Model base class for Rose::DB::Object. This class provides
convenience access to your existing Rose::DB::Object class.

The assumption is one Model class per Rose::DB::Object class.
2008-07-15 09:13:41 +00:00
abs
b35a3f9dc4 Added databases/p5-Catalyst-Model-DBIC-Schema version 0.20
This is a Catalyst Model for DBIx::Class::Schema-based Models. See the
documentation for Catalyst::Helper::Model::DBIC::Schema and
Catalyst::Helper::Model::DBIC::SchemaLoader for information on
generating these Models via Helper scripts. The latter of the two will
also generated a DBIx::Class::Schema::Loader-based Schema class for you.
2008-07-15 09:13:24 +00:00
abs
5ad61ba190 Updated devel/p5-Config-General to 2.40
2.40
	- fixed SplitDelimiter parser regex, it does no more consider
	  non-whitespaces (\S+?) as the option name but anything
	  before the delimiter (.+?), this fixes bug rt.cpan.org#36607,
	  the fix of 2.39 were not sufficient. Thanks to
	  Jeffrey Ratcliffe for pointing it out.

	- added new parameter -SaveSorted. The default value is 0,
	  that means configs will be saved unsorted (as always),
	  however if you want to save it sorted, turn this parameter
	  to 1. Thanks to Herbert Breunung for the hint.

	- added complexity test, which checks a combination
	  of various complex features of the parser.

 2.39
	- fixed rt.cpan.org#35122. This one was one of the most
	  intriguing bugs I've ever observed in my own code. The
	  internal temporary __stack hashref were copied from one
	  subhash to another to enable inheritance of variables.
	  However, the hashes were copied by reference, so once a
	  value changed later, that value were overwritten because
	  the __stack in question were just a reference. I introduced
	  a simple function _copy() which copies the contents of
	  the __stack by value, which solved the bug.
	  Conclusion: beware of perl hash refs!

	- fixed rt.cpan.org#36607, accept whitespaces in heredoc
	  names if split delimiter is gues (equalsign or whitespace)

	- fixed rt.cpan.org#34080 (typo)

	- fixed rt.cpan.org#35766. Variables inside single quoted
	  strings will no more interpolated (as the docu states).
	  Also added test case for this.

	- fixed bug rt.cpan.org#33766. Checking for defined not true
	  in ::Extended::AUTOLOAD().

	- added -UTF8 flag, which opens files in utf8 mode
	  (suggested by KAORU, rt.cpan.org#35583)
	  I decided not to add a test case for this, since perls
	  utf8 support is not stable with all versions.


 2.38
	- fixed rt.cpan.org#31529 variable inheritance failed
	  with multiple named blocks.

	- fixed rt.cpan.org#33447, regex to catch variable
	  names were too strict, now - . + or : are allowed too.

	- fixed rt.cpan.org#33385 and #32978 - using arrayrefs
	  as param to -String didn't work anymore (sic)

	- fixed rt.cpan.org#33216 - variable stack were not properly
	  re-constructed for pre-existing variables if
	  -MergeDuplicateOptions is turned on.


 2.37
	- "fixed" rt.cpan.org#30199 - check for invalid and
	  unsupported structures, especially mixing blocks
	  and scalars with identical names.

	- added checks to 'make test' to test for the above
	  checks.

	- revoked patch of rt.cpan.org#27225, it broke running
	  code.

	- fixed rt.cpan.org#30063 (and #27225!) by reimplementing
	  the whole interpolation code. The internal stack is
	  no more a class variable of the module but stored
	  directly within the generated config hash and cleaned
	  before returning to the user.

	- added (modified) patch rt.cpan.org#30063 to check
	  if interpolation works with supplied default config
	  works.


 2.36
	- oh my goodness! For some unknown reason I deleted the
	  Makefile.PL before packaging. Dammit. So, here it is
	  again.

 2.35
	- 'make test' failed under perl 5.5 because some prequisite
	  modules were not found. So now I added all requirements
	  to Makefile.PL, even if those modules are part of
	  recent perls (beginning with 5.6). I could have also
	  added a 'use 5.6' to the code but this would users
	  of perl5 exclude. This way they have the possibility
	  to fix their installation. Hopefully.

	  No code changes otherwise.


 2.34
        - fixed rt.cpan.org#27271 - removed output file from
          manifest.

	- fixed rt.cpan.org#27225 - clear vars off the stack
          if entering a new block, so old vars get not re-used.

	- fixed rt.cpan.org#27110 - re-implemented support
          for arrayref as -String parameter.

	- fixed rt.cpan.org#24155 - relative include bug fixed.

	- applied patch by GWYN, (see fixed rt.cpan.org#27622)
 	  which allows the same file included multiple times.
	  there is no loop detection if turned on. new option
	  introduced: -IncludeAgain => 1 (default turned off).

	- added support for -IncludeAgain to directory include
	  code too.

	- the directory globbing code used slashes to join
	  directory and file names. changed this to use catfile()
	  instead.


 2.33
	- fixed rt.cpan.org#26333 - just return $con if env var
	  is undefined.

	- applied part of a patch supplied by Vincent Rivellino <vince@cuz.cx>
	  which turns off explicit empty block support if in
	  apache compatibility mode, see next.

	- added new option -ApacheCompatible, which makes the
	  module behave really apache compatible by setting the
	  required options.

	- a little bit re-organized the code, most of the stuff
	  in new() is now outsourced into several extra subs to
	  make maintenance of the code easier. The old new() sub
	  in fact was a nightmare.

	- fixed a bug reported by Otto Hirr <otto.hirr@olabinc.com>:
	  the _store() sub used sort() to sort the keys, which conflicts
	  with sorted hashes (eg. tied using Tie::IxHash).

	- fixed tie bug reported by King, Jason <kingj@newsltd.com.au>,
	  loading of the tie module didn't work.
2008-07-15 09:04:40 +00:00
abs
f3d9dec1c2 Added databases/p5-DBIx-Class version 0.08010
Added databases/p5-DBIx-Class-DigestColumns version 0.06000
Added databases/p5-DBIx-Class-Loader version 0.21
Added databases/p5-DBIx-Class-Schema-Loader version 0.04005
Added databases/p5-DBIx-Class-UUIDColumns version 0.02005
Added databases/p5-DBIx-Class-Validation version 0.02003
Added databases/p5-Rose-DBx-Garden version 0.14
Added databases/p5-Rose-DBx-TestDB version 0.04
Added www/p5-Rose-HTML-Objects version 0.554
Added www/p5-Rose-HTMLx-Form-Field-Autocomplete version 0.02
Added www/p5-Rose-HTMLx-Form-Field-Boolean version 0.03
Added www/p5-Rose-URI version 0.022
2008-07-15 08:48:19 +00:00
abs
c7b013b1a8 +p5-Rose-HTML-Objects p5-Rose-HTMLx-Form-Field-Autocomplete p5-Rose-HTMLx-Form-Field-Boolean p5-Rose-URI 2008-07-15 08:47:01 +00:00
abs
b5a0dfe7e6 +p5-DBIx-Class p5-DBIx-Class-DigestColumns p5-DBIx-Class-Loader p5-DBIx-Class-Schema-Loader p5-DBIx-Class-UUIDColumns p5-DBIx-Class-Validation p5-Rose-DBx-Garden p5-Rose-DBx-TestDB 2008-07-15 08:46:51 +00:00
abs
60d934d6ed Added www/p5-Rose-URI version 0.022
Rose::URI is an alternative to URI. Important differences include:

Rose::URI provides a rich set of query string manipulation methods.
Query parameters can be added, removed, and checked for their
existence. URI allows the entire query to be set or returned as a
whole via the query_form or query methods, and the URI::QueryParam
module provides a few more methods for query string manipulation.

Rose::URI supports query parameters with multiple values (e.g.
"a=1&a=2"). URI has limited support for this through query_form's
list return value. Better methods are available in URI::QueryParam.

Rose::URI uses Apache's C-based URI parsing and HTML escaping
functions when running in a mod_perl 1.x web server environment.

Rose::URI stores each URI "in pieces" (scheme, host, path, etc.)
and then assembles those pieces when the entire URI is needed as
a string. This technique is based on the assumption that the URI
will be manipulated many more times than it is stringified. If this
is not the case in your usage scenario, then URI may be a better
alternative.
2008-07-15 08:44:22 +00:00
abs
b22f079988 Added www/p5-Rose-HTMLx-Form-Field-Boolean version 0.03
This Field class extends Rose::HTML::Objects RadioButtonGroup
for boolean-type fields. The default labels are True and False,
paired with values 1 and 0 respectively.
2008-07-15 08:44:04 +00:00
abs
09db4c3252 Added www/p5-Rose-HTMLx-Form-Field-Autocomplete version 0.02
This subclass of Rose::HTML::Form::Field::Text is intended to make
it easier to integrate Ajax autocompletion into your web applications.
You define a URL where your web application can find suggested
values for the field, and optionally, a limit on the number of
suggestions returned by the server.

This subclass is expected to be used with
Catalyst::Controller::Rose::Autocomplete but that is not required.
2008-07-15 08:43:49 +00:00
abs
c9a9b10f67 Added www/p5-Rose-HTML-Objects version 0.554
The Rose::HTML::Object::* family of classes represent HTML tags,
or groups of tags. These objects allow HTML to be arbitrarily
manipulated, then serialized to actual HTML (or XHTML). Currently,
the process only works in one direction. Objects cannot be constructed
from their serialized representations. In practice, given the
purpose of these modules, this is not an important limitation.

Any HTML tag can theoretically be represented by a
Rose::HTML::Object-derived class, but this family of modules was
originally motivated by a desire to simplify the use of HTML forms.

The form/field object interfaces have been heavily abstracted to
allow for input and output filtering, inflation/deflation of values,
and compound fields (fields that contain other fields). The classes
are also designed to be subclassed. The creation of custom form
and field subclasses is really the "big win" for these modules.

There is also a simple image tag class which is useful for
auto-populating the width and height attributes of img tags. Future
releases may include object representations of other HTML tags.
Contributions are welcome.
2008-07-15 08:43:35 +00:00
abs
aff4ca57ef Added databases/p5-Rose-DBx-TestDB version 0.04
Returns a new Rose::DB object using a temp sqlite database. Will
automatically clean up all temp db files at END.
2008-07-15 08:43:20 +00:00
abs
b07359af75 Added databases/p5-Rose-DBx-Garden version 0.14
ose::DBx::Garden bootstraps Rose::DB::Object and Rose::HTML::Form
based projects. The idea is that you can point the module at a
database and end up with work-able RDBO and Form classes with a
single method call.

Rose::DBx::Garden inherits from Rose::DB::Object::Loader, so all
the magic there is also available here.
2008-07-15 08:43:05 +00:00
abs
1bb5fd46ce Added databases/p5-DBIx-Class-Validation version 0.02003
This DBIx::Class component uses FormValidator::Simple to valid data
before submission to a database.
2008-07-15 08:42:49 +00:00
abs
8713fcb3d3 Added databases/p5-DBIx-Class-UUIDColumns version 0.02005
This DBIx::Class component resembles the behaviour of Class::DBI::UUID,
to make some columns implicitly created as uuid.

When loaded, UUIDColumns will search for a suitable uuid generation
module from the following list of supported modules:

    Data::UUID APR::UUID* UUID Win32::Guidgen Win32API::GUID

If no supporting module can be found, an exception will be thrown.

*APR::UUID will not be loaded under OpenBSD due to an as yet
unidentified XS issue.
2008-07-15 08:42:34 +00:00
abs
3949a5a7d2 Added databases/p5-DBIx-Class-Schema-Loader version 0.04005
DBIx::Class::Schema::Loader automates the definition of a
DBIx::Class::Schema by scanning table schemas and setting up columns and
primary keys.

DBIx::Class::Schema::Loader supports MySQL, Postgres, SQLite and DB2.
See DBIx::Class::Schema::Loader::Generic for more, and
DBIx::Class::Schema::Loader::Writing for notes on writing your own
db-specific subclass for an unsupported db.

This module requires DBIx::Class 0.05 or later, and obsoletes
DBIx::Class::Loader for DBIx::Class version 0.05 and later.

While on the whole, the bare table definitions are fairly straightforward,
relationship creation is somewhat heuristic, especially in the choosing
of relationship types, join types, and relationship names.  The relationships
generated by this module will probably never be as well-defined as
hand-generated ones.  Because of this, over time a complex project will
probably wish to migrate off of L<DBIx::Class::Schema::Loader>.

It is designed more to get you up and running quickly against an existing
database, or to be effective for simple situations, rather than to be what
you use in the long term for a complex database/project.
2008-07-15 08:42:20 +00:00
abs
280b67a217 Added databases/p5-DBIx-Class-Loader version 0.21
DBIx::Class::Loader automates the definition of DBIx::Class
sub-classes by scanning table schemas and setting up columns and
primary keys.

This module is deprecated in favor of DBIx::Class::Schema::Loader
for use with DBIx::Class versions 0.05 and higher. It continues to
function as well as it ever did, even for recent DBIx::Class
releases, and will be maintained for some time to counter bugs,
but it doesn't use the now-preferred DBIx::Class::Schema way of
doing things, and tends to promote bad DBIx::Class usage habits.
2008-07-15 08:42:03 +00:00
abs
162ddf899f Added databases/p5-DBIx-Class-DigestColumns version 0.06000
This DBIx::Class component can be used to automatically insert a
message digest of selected columns. By default DigestColumns will
use Digest::MD5 to insert a 128-bit hexadecimal message digest of
the column value.

The length of the inserted string will be 32 and it will only
contain characters from this set: '0'..'9' and 'a'..'f'.

If you would like to use a specific digest module to create your
message digest, you can set "digest_algorithm":
2008-07-15 08:41:47 +00:00
abs
eaa0017527 Added databases/p5-DBIx-Class version 0.08010
This is an SQL to OO mapper, inspired by the Class::DBI framework, and
meant to support compability with it, while restructuring the internals
and making it possible to support some new features like self-joins,
distinct, group bys and more.

This project is still at an early stage, so the maintainers don't make
any absolute promise that full backwards-compatibility will be
supported; however, if we can without compromising the improvements
we're trying to make, we will, and any non-compatible changes will merit
a full justification on the mailing list and a CPAN developer release
for people to test against.
2008-07-15 08:41:32 +00:00
bjs
27357a3c92 Updated net/aria2 to 0.14.0.1 [bjs 2008-07-15] 2008-07-15 02:04:01 +00:00
bjs
91bdaa4464 + Updated net/aria2 to 0.14.0.1 [bjs 2008-07-15] 2008-07-15 02:03:35 +00:00
bjs
2b2a965630 Update to version 0.14.0+1. This release brings us myriad bug fixes
plus some new features.

 ==========================================================================

 Changes:
 aria2-0.14.0+1

 * Fixed the code that refers static member variable from
   non-static context.

 Notes:
 This release adds epoll support for linux and the ability to
 limiting the number of files to be opened to support more than
 1024 files in multi file torrent.
 Several bugs in BitTorrent downloads are fixed.
 From this release, aria2 downloads a file using 5 connections
 in HTTP/FTP by default and the behavior of -s option has
 changed. See the project web page for more details.

 Changes:
 aria2-0.14.0

 * Changed -s options behavior. Now it means the number of connections
   made simultaneously in each http/ftp download.  If 1 URL is specified,
   the behavior is the same with old implementation.  If -s N is given
   and more than N URLs are specified, first N URLs are used and
   remaining URLs are used for backup. If less than N URLs are specified,
   some of URLs are used more than once so that totally N connections are
   made simultaneously.
 * Changed default value of -s option from 1 to 5.
   Also max value of -s option is changed from 5 to 16.
 * Reduced CPU usage on high load.
 * Added epoll support.
 * Fixed compile error on debian etch. BUG#1980766
 * Added --bt-request-peer-speed-limit=SPEED option.
   In BitTorrent downloads, if the download speed is lower than SPEED,
   aria2 initiates and accepts connections ignoring max peer cap.
 * Reduced read operation for hash calculation.
 * Fixed the bug that aria2 cannot respond bttrack's nat check properly.
 * Fixed the bug that HTTP downloads don't start with old libraries.
 * Fixed the bug that aria2 aborts when a path to a directory is given in
   command-line.
 * Added --bt-max-open-files option, which specifies maximum number of
   files toopen in each BitTorrent download. REQUEST#1811507

 * Create only requested files and files which shares a piece with
   requested file in multi-torrent downloads. Directory structures are
   also created in the same rule.
 * When there is not enough space in disk, aria2 prints error in the
   console and cancels that download. BUG#1640332
2008-07-15 02:02:50 +00:00
christos
134e4b508e mention new openmotif 2008-07-14 23:02:47 +00:00
christos
4019a59827 update to openmotif 2.3.1 2008-07-14 23:01:32 +00:00
dsainty
8f8c9f2e65 Catch distinfo up with the removal of patch-a[bh].
(Hi Tobias :)
2008-07-14 22:19:11 +00:00
he
cbec28582b Note update of databases/p5-DBI to 1.605. 2008-07-14 19:14:36 +00:00
he
eb6aa6ff00 Update from version 1.604 to 1.605. Changes:
Changes in DBI 1.605 XXX

 Make trace level 2 show method entry but not fetched rows, leave that
 for trace level 3.  So trace level 2 can be used to aid debugging with-
 out being flooded by data

   1 = return from top level only, no rows
   2 = +entry to top level, no rows
   3 = +return from nested, no rows
   4 = +entry to nested, with rows

 Fixed broken DBIS macro with threads on big-endian machines
   with 64bit ints but 32bit pointers. Ticket #32309.
 Fixed the selectall_arrayref, selectrow_arrayref, and selectrow_array
   methods that get embedded into compiled drivers to use the
   inner sth handle when passed a $sth instead of an sql string.
   Drivers will need to be recompiled to pick up this change.
 Fixed leak in neat() for some kinds of values thanks to Rudolf Lippan.
 Fixed DBI::PurePerl neat() to behave more like XS neat().

 Increased default $DBI::neat_maxlen from 400 to 1000.
 Increased timeout on tests to accomodate very slow systems.
 Changed behaviour of trace levels 1..4 to show less information
   at lower levels.
 Changed the format of the key used for $h->{CachedKids}
   (which is undocumented so you shouldn't depend on it anyway)
 Changed gofer error handling to avoid duplicate error text in errstr.
 Clarified docs re ":N" style placeholders.
 Improved gofer retry-on-error logic and refactored to aid subclassing.
 Improved gofer trace output in assorted ways.

 Removed the beeps "\a" from Makefile.PL warnings.
 Removed check for PlRPC-modules from Makefile.PL

 Added sorting of ParamValues reported by ShowErrorStatement
   thanks to to Rudolf Lippan.
 Added cache miss trace message to DBD::Gofer transport class.
 Added $drh->dbixs_revision method.
 Added explicit LICENSE specification (perl) to META.yaml
2008-07-14 19:13:59 +00:00
he
a95b147cfb Change HOMEPAGE urls to use http://search.cpan.org/dist/
No other change to the packages, so no version bump.
2008-07-14 18:54:18 +00:00
he
2c4d31f8d0 Add a HOMEPAGE, pointing into http://search.cpan.org/dist/ 2008-07-14 18:51:42 +00:00
he
c29c890a11 Note update of databases/p5-SQL-Abstract to 1.24. 2008-07-14 18:34:09 +00:00
he
cf64aa09e9 Update from version 1.21 to 1.24. Changes:
1.24 2008-07-09
	- Ripped out all 1.23 changes
        - Re-releasing 1.22 with DBIx::Class as maintainer

1.23 ????-??-??
	1) Large patch by Laurent Dami to add all of the
	following functionality:

	 - support for nested subqueries (see the doc for explanations)
	 - +/- prefixes in C<@order> columns, meaning 'ASC' or 'DESC'
	 - documentation :
	    - added an explanation about flexibility of argument types
	      (passing scalars instead of hashrefs/arrayrefs)
	    - added an example of a boolean column (through ref to empty
	      string)
	    - mentioned that select() can take an arrayref of tables
	    - added explanation of +/- prefixes in C<@order>
	    - WHERE section structured into subsections
	    - new subsection for nested queries
	    - suppressed the NOTES section about Morgan laws, because
	      subqueries provide support for compound logic statements.

	These changes enable additional functionality in DBIx::DataModel
	as well.

	2) Patch by Robbie Bow to enable "quote_char" to take
	an array ref.  This fixes an issue to MS SQL Server,
	since it requires that columns and tables be quoted with
	surrounding [square brackets]

	3) Patch by Norbert BUCHMULLER to enable the use of
	the old-school-SQL operator for not-equal ('<>')
	could be used for the 'IS NOT NULL' expression:

	  foo => { '<>' => undef }

	This now properly generates:

	  foo IS NOT NULL

1.22 changes unknown (1.22 changelog empty)
2008-07-14 18:33:21 +00:00
he
5c35fe5b1b Note update of net/p5-Net-LDAP-Server to 0.4. 2008-07-14 18:23:47 +00:00
he
906443935c Update from version 0.3 to 0.4. Changes:
version 0.4 (2007/10/27):

	- added support for method "abandon"
	- full request is now passed to methods
	- compatibility with the changed behaviour of the 'use fields'
	  pragma in Perl 5.9.x (thanks to Peter Karman)
2008-07-14 18:23:04 +00:00
he
a4a6c5b3bf Note update of net/p5-IO-Socket-Multicast to 1.05. 2008-07-14 18:19:07 +00:00
he
258b6bb21f Update from version 0.25 to 1.05. Changes:
1.05	Sat Aug 12 17:28:41 EDT 2006
	Run correctly on Windows platforms under Perl 5.8.8.

1.03-1.04 Fri Dec  2 10:44:35 EST 2005
	Various fixes to compile cleanly on Windows platforms.

1.02	Thu Nov 17 12:04:21 EST 2005
	Skip regression test #4 (mcast_drop) because it always fails
		on windows platforms. This
		should not affect functionality, as the test asks
		mcast_drop() to return a false value when dropping
		an address twice.

1.01	July 5, 2005
	All symbols now in IO::Socket::Multicast package
            (some were in IO::Socket in previous versions)
	Incorporates patches to compile cleanly on Win32 systems,
		contributed by Thomas Kratz.

1.00	April 9, 2005
	Reconstructed module after CVS server crash.
	Fixed documentation errors
2008-07-14 18:18:17 +00:00
schmonz
a289d95a34 + spamdyke-4.0.0 2008-07-14 18:14:14 +00:00
he
e26c1bfa65 Note update of net/p5-IO-Interface to 1.05. 2008-07-14 18:13:58 +00:00
he
960cc61963 Update p5-IO-Interface from 1.03 to 1.05. Changes:
1.05    Fri Jun  6 11:53:21 EDT 2008
        Fix from Mitsuru Yoshida to compile on FreeBSD.

1.04	Wed Dec 26 13:38:53 EST 2007
	Fix from John Lightsey to avoid dmesg warnings on BSD systems.

Also need a local patch because NetBSD doesn't set the address family
on the "netmask" address, apparently this originates from ifconfig.
Work around that by just setting the address family field after ioctl()
and before checking it...
2008-07-14 18:13:16 +00:00
drochner
419f838473 update for gnome-2.22.3 2008-07-14 17:22:48 +00:00
drochner
c44a332480 update to 2.22.3
changes:
-Better initization of (non-crypto) random number generator
-Build fixes
2008-07-14 17:20:35 +00:00
drochner
97b523a8f8 update to 1.22.3
change: minir UI fix
2008-07-14 17:06:36 +00:00
tron
0acec96332 Note update of the "glib2" package to version 2.16.4nb1. 2008-07-14 16:46:38 +00:00
tron
07116c7a12 Don't build this with Universal Binary support under Mac OS X. It breaks
(at least) the GTK+ 2.x which is a known issue, see
http://trac.macports.org/ticket/15816 for more details.

Bump package revision because of this fix.
2008-07-14 16:45:53 +00:00
he
9540b3f29e Note update of misc/p5-Geo-Coordinates-UTM to 0.08. 2008-07-14 16:36:09 +00:00
he
7f0764f0a2 Update from version 0.06 to 0.08. Changes:
0.07  Wed Dec 05 16:18:22 2007
	- Addition of new ellipsoids
	- Refinement of MGRS calculations
	- Addition of latlon_to_utm_force_zone

Changes for 0.08 not in Changes file in package.
2008-07-14 16:34:43 +00:00
joerg
a2ae28f910 Use PYTHON_VERSIONS_ACCEPTED for py-qt3-sip and extend transitive
closure to the other qt3-sip packages.
2008-07-14 16:30:26 +00:00
joerg
8ae85a14cb Annotate libarchive/bsdtar update. 2008-07-14 14:57:28 +00:00
joerg
489db20e86 Update libarchive and bsdtar to 2.5.5.
This further polishes bsdcpio and brings in a number of portability
fixes.

Revert temporary hack to not use vfork on IRIX.
2008-07-14 14:56:50 +00:00
joerg
7527c57d09 Merge changes from libarchive-2.5.5. 2008-07-14 14:54:31 +00:00
joerg
3ef5ccde2c Import libarchive-2.5.5. 2008-07-14 14:52:33 +00:00
joerg
79e0a0b9a7 Require newer Python base version that has configure output with
readline installed. This fixes segmentation faults when using
command completition support. Bump revision.
2008-07-14 14:43:45 +00:00