4.4 Tue Feb 20 07:54:12 CET 2018 - new aio_slurp request. - add (experimental) IO::AIO::eventfd and timerfd* function. - add (experimental) IO::AIO::get_fdlimit and IO::AIO::min_fdlimit. - point out that aio_copy overwrites existing files. - removed filesystem magic number table from aio_statvfs docs as statvfs doesn't actually return this info at all (statfs does). - add a bunch of (mostly linux-specific) constants for use in ioctls (see aio_ioctl docs). - treescan now has a proper manpage and useful --help output. - new option --sync in treescan, to sync everything in a subtree. - changed default for aio_msync flags to MSYNC_SYNC. - document offset/length behaviour of mprotect/madvise. - support linux's renameat2 (via aio_rename2). - add aio_rename2, an aio_rename with flags. - add F_DUPPFD_CLOEXEC, F_OFD_[SG]ETLKW? constants. - add FALLOC_FL_INSERT_RANGE, FALLOC_FL_UNSHARE_RANGE. - (libeio) use posix_close if available. - (libeio) internal close() calls no longer disturb errno. - add IO:AIO::FALLOC_FL_UNSHARE. - update schmorp.h for removal of USE_SOCKETS_AS_HANDLES and better eventfd detection.
28 lines
827 B
Makefile
28 lines
827 B
Makefile
# $NetBSD: Makefile,v 1.17 2018/02/25 17:09:17 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= IO-AIO-4.4
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/IO-AIO/
|
|
COMMENT= Perl 5 module implementing asynchronous input/output
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
# Note: libeio is bundle with the distribution tarball.
|
|
# Its configure script is run via Makefile.PL
|
|
# with all perl configuration settings, id est
|
|
# the Config module, set in its environment
|
|
|
|
# build time requirment
|
|
BUILD_DEPENDS+= p5-Canary-Stability-[0-9]*:../../devel/p5-Canary-Stability
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/IO/AIO/.packlist
|
|
|
|
DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|