diff options
author | sno <sno@pkgsrc.org> | 2012-05-11 11:31:44 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-05-11 11:31:44 +0000 |
commit | 54c4410279026f0e0cb2b62e90849e6ee1411391 (patch) | |
tree | 1991f91b5331c4bdb570e1c09e0c724d2414a8b0 /devel | |
parent | a535469a94760f341ef9fce6614c4afa0c8c38db (diff) | |
download | pkgsrc-54c4410279026f0e0cb2b62e90849e6ee1411391.tar.gz |
Updating package for CPAN distribution IO::AIO in devel/p5-IO-AIO from
4.11 to 4.15.
Upstream changes:
4.15 Tue Apr 10 06:59:00 CEST 2012
- always include linux/types.h for fiemap, for compatibility to
ancient systems (Paul Howarth).
- experimental support for IO::AIO::splice and ::tee (no aio_...).
- provide SEEK_HOLE and SEEK_DATA, if available.
- work around (again!) an immensely stupid bug in RHEL, defining
autoconf macros in linux system headers (analysed by Paul Howarth).
4.14 Sat Apr 7 02:45:18 CEST 2012
- fix stat structure usage on windows, which caused bogus stat results.
- (libeio) make readahead emulation behave more like actual readahead by never failing.
- new request aio_seek.
- new request aio_fiemap.
- autogenerate the #ifdef/#define 0 blocks for symbols we export.
4.12 Fri Dec 30 08:51:25 CET 2011
- realpath would return a random value if the name was too long,
instead of -1.
- port to c89.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-IO-AIO/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-IO-AIO/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-IO-AIO/Makefile b/devel/p5-IO-AIO/Makefile index ebb54f152b8..eb4b0097c4c 100644 --- a/devel/p5-IO-AIO/Makefile +++ b/devel/p5-IO-AIO/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2011/11/23 11:07:39 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.5 2012/05/11 11:31:44 sno Exp $ # -DISTNAME= IO-AIO-4.11 +DISTNAME= IO-AIO-4.15 PKGNAME= p5-${DISTNAME} CATEGORIES= parallel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} diff --git a/devel/p5-IO-AIO/distinfo b/devel/p5-IO-AIO/distinfo index 09a0e8aa140..a9a5ef3362d 100644 --- a/devel/p5-IO-AIO/distinfo +++ b/devel/p5-IO-AIO/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2011/11/23 11:07:39 hiramatsu Exp $ +$NetBSD: distinfo,v 1.3 2012/05/11 11:31:44 sno Exp $ -SHA1 (IO-AIO-4.11.tar.gz) = 56bf40c010d78ad76ceb4ccf2a22ce4a3d70a6ca -RMD160 (IO-AIO-4.11.tar.gz) = 19c38d5f0f6b9a8e0d024d3ec81492e5b1cb3dd8 -Size (IO-AIO-4.11.tar.gz) = 134478 bytes +SHA1 (IO-AIO-4.15.tar.gz) = 27b321bc60a070945b6bae190e9f549e6678f15f +RMD160 (IO-AIO-4.15.tar.gz) = 13095220800547da8958a0f3301bf603c9a07c8e +Size (IO-AIO-4.15.tar.gz) = 140637 bytes |