pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Sys-Mmap devel/p5-Sys-Mmap: Add version 0.20
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff169c009679
branches: trunk
changeset: 459370:ff169c009679
user: gdt <gdt%pkgsrc.org@localhost>
date: Tue Oct 05 12:57:48 2021 +0000
description:
devel/p5-Sys-Mmap: Add version 0.20
This package contains a perl module to access mmap.
The Sys::Mmap module uses the POSIX mmap call to map in a file as a
Perl variable. Memory access by mmap may be shared between threads or
forked processes, and may be a disc file that has been mapped into
memory. Sys::Mmap depends on your operating system supporting UNIX or
POSIX.1b mmap, of course.
diffstat:
devel/p5-Sys-Mmap/DESCR | 7 +++++++
devel/p5-Sys-Mmap/Makefile | 16 ++++++++++++++++
devel/p5-Sys-Mmap/distinfo | 6 ++++++
3 files changed, 29 insertions(+), 0 deletions(-)
diffs (41 lines):
diff -r cacb52654e68 -r ff169c009679 devel/p5-Sys-Mmap/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sys-Mmap/DESCR Tue Oct 05 12:57:48 2021 +0000
@@ -0,0 +1,7 @@
+This package contains a perl module to access mmap.
+
+The Sys::Mmap module uses the POSIX mmap call to map in a file as a
+Perl variable. Memory access by mmap may be shared between threads or
+forked processes, and may be a disc file that has been mapped into
+memory. Sys::Mmap depends on your operating system supporting UNIX or
+POSIX.1b mmap, of course.
diff -r cacb52654e68 -r ff169c009679 devel/p5-Sys-Mmap/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sys-Mmap/Makefile Tue Oct 05 12:57:48 2021 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2021/10/05 12:57:48 gdt Exp $
+
+DISTNAME= Sys-Mmap-0.20
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= https://cpan.metacpan.org/authors/id/T/TO/TODDR/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/pod/Sys::Mmap
+COMMENT= Uses mmap to map in a file as a Perl variable
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/Sys/Mmap/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cacb52654e68 -r ff169c009679 devel/p5-Sys-Mmap/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sys-Mmap/distinfo Tue Oct 05 12:57:48 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/10/05 12:57:48 gdt Exp $
+
+SHA1 (Sys-Mmap-0.20.tar.gz) = f3d7a0bfcf9100e68102dfedb9165dc3e3569c7b
+RMD160 (Sys-Mmap-0.20.tar.gz) = f490c8e0bd1ccab231639fa0da071bed078a9647
+SHA512 (Sys-Mmap-0.20.tar.gz) = 7afe9e1be26d75bbc818d3deb51e0ba751c2711f8503a77882d3d207b1c37e4867fe79e5757193ba058ed395ba955406d8af3f195ce5dff5b4b29748d9d86f5f
+Size (Sys-Mmap-0.20.tar.gz) = 17962 bytes
Home |
Main Index |
Thread Index |
Old Index