debian/0000755000000000000000000000000012231174137007167 5ustar debian/watch0000644000000000000000000000015511623733564010232 0ustar version=3 http://search.cpan.org/dist/Sys-Mmap/ .*/Sys-Mmap-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003611623733564010257 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000203111623733564011127 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: Sys-Mmap Upstream-Contact: Scott Walters Source: http://search.cpan.org/dist/Sys-Mmap/ Files: * Copyright: 1996, Malcolm Beattie 2002, Scott Walters License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Fabrizio Regalli License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/source/0000755000000000000000000000000011623733564010500 5ustar debian/source/format0000644000000000000000000000001411623733564011706 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211623733564010376 0ustar 8 debian/control0000644000000000000000000000257611623733564010615 0ustar Source: libsys-mmap-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl Maintainer: Debian Perl Group Uploaders: Fabrizio Regalli Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Sys-Mmap/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsys-mmap-perl.git Vcs-Browser: http://anonscm.debian.org/git/pkg-perl/packages/libsys-mmap-perl.git Package: libsys-mmap-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: module for using POSIX mmap The 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. . Note that PerlIO now defines a :mmap tag and presents mmap'd files as regular files, if that is your cup of joe. . Several processes may share one copy of the file or string, saving memory, and concurrently making changes to portions of the file or string. When not used with a file, it is an alternative to SysV shared memory. Unlike SysV shared memory, there are no arbitrary size limits on the shared memory area, and sparce memory usage is handled optimally on most modern UNIX implementations. debian/changelog0000644000000000000000000000153212231174137011042 0ustar libsys-mmap-perl (0.16-1build2) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 10:48:15 +0100 libsys-mmap-perl (0.16-1build1) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson Tue, 15 Nov 2011 20:15:00 +0000 libsys-mmap-perl (0.16-1) unstable; urgency=low * Team upload [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Maximilian Gass ] * New upstream release * Remove useless README * Update copyright format -- Maximilian Gass Sat, 20 Aug 2011 14:07:26 +0200 libsys-mmap-perl (0.15-1) unstable; urgency=low * Initial Release. (Closes: #626837) -- Fabrizio Regalli Fri, 20 May 2011 15:07:31 +0200