Date: Thu, 26 May 2011 19:51:26 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-IPC-MMA Makefile distinfo pkg-descr pkg-plist Message-ID: <201105261951.p4QJpQ3f091633@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sunpoet 2011-05-26 19:51:26 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-IPC-MMA Makefile distinfo pkg-descr pkg-plist Log: - Add p5-IPC-MMA 0.81 IPC::MMA provides an interface to Ralf Engelschall's mm library, allowing memory to be shared between multiple processes in a relatively convenient way. IPC::MMA is a superset of Arthur Choung's IPC::MM module, adding arrays and allowing any Perl scalar to be used as a hash/BTree key rather than just C strings. IPC::MMA hashes are like IPC::MM BTrees in that they return keys in sorted order ineach, keys, and next operations. An IPC::MMA array can store data in any of six ways, including general-purpose scalars, signed or unsigned integers, floating-point numbers, fixed-length strings/records, and booleans at one bit per array element. WWW: http://search.cpan.org/dist/IPC-MMA/ PR: ports/157291 Submitted by: Peter Vereshagin <peter@vereshagin.org> Revision Changes Path 1.4344 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/p5-IPC-MMA/Makefile (new) 1.1 +2 -0 ports/devel/p5-IPC-MMA/distinfo (new) 1.1 +14 -0 ports/devel/p5-IPC-MMA/pkg-descr (new) 1.1 +8 -0 ports/devel/p5-IPC-MMA/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105261951.p4QJpQ3f091633>