Subject: CVS commit: pkgsrc/devel/p5-IPC-ShareLite
To: None <pkgsrc-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: pkgsrc-changes
Date: 11/20/2001 10:04:51
Module Name:	pkgsrc
Committed By:	mjl
Date:		Tue Nov 20 08:04:51 UTC 2001

Update of /cvsroot/pkgsrc/devel/p5-IPC-ShareLite
In directory netbsd.hut.fi:/tmp/cvs-serv23659

Log Message:
Initial import of p5-IPC-ShareLite

IPC::ShareLite provides a simple interface to shared memory, allowing
data to be efficiently communicated between processes.

It provides an abstraction of the shared memory and semaphore facilities
of SysV IPC, allowing the storage of arbitrarily large data; the module
automatically acquires and removes shared memory segments as needed.
Storage and retrieval of data is atomic, and locking functions are
provided for higher-level synchronization.

In many respects, this module is similar to IPC::Shareable. However,
IPC::ShareLite does not provide a tied interface, does not (automatically)
allow the storage of variables, and is written in C for additional speed.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/devel/p5-IPC-ShareLite/distinfo
N pkgsrc/devel/p5-IPC-ShareLite/PLIST
N pkgsrc/devel/p5-IPC-ShareLite/Makefile
N pkgsrc/devel/p5-IPC-ShareLite/DESCR
N pkgsrc/devel/p5-IPC-ShareLite/patches/patch-aa

No conflicts created by this import