Add p5-IPC-MM 0.03, perl interface to Ralf Engelschall's mm library.

This commit is contained in:
Sergey Skvortsov 2003-08-09 13:17:54 +00:00
parent ca8a85c245
commit 076a7a9d49
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86643
5 changed files with 47 additions and 0 deletions

View file

@ -630,6 +630,7 @@
SUBDIR += p5-IO-stringy
SUBDIR += p5-IPC-Cache
SUBDIR += p5-IPC-Locker
SUBDIR += p5-IPC-MM
SUBDIR += p5-IPC-Run
SUBDIR += p5-IPC-ShareLite
SUBDIR += p5-IPC-Shareable

24
devel/p5-IPC-MM/Makefile Normal file
View file

@ -0,0 +1,24 @@
# New ports collection makefile for: IPC-MM
# Date created: 09 August 2003
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= IPC-MM
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IPC
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Perl interface to Ralf Engelschall's mm library
LIB_DEPENDS= mm.13:${PORTSDIR}/devel/mm
PERL_CONFIGURE= yes
MAN3= IPC::MM.3
.include <bsd.port.mk>

1
devel/p5-IPC-MM/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (IPC-MM-0.03.tar.gz) = ee5fc0e798f9e480e6b5893ebccb8e66

13
devel/p5-IPC-MM/pkg-descr Normal file
View file

@ -0,0 +1,13 @@
IPC::MM provides an interface to Ralf Engelschall's mm library, allowing
memory to be shared between multiple processes in a relatively
convenient way.
IPC::MM provides methods to create and destoy shared memory segments and
to access data structures within those shared memory segments, as well
as miscellaneous methods. Additionally, it provides a tied interface
for scalars and hashes.
WWW: http://search.cpan.org/dist/IPC-MM/
-- Sergey Skvortsov
skv@FreeBSD.org

View file

@ -0,0 +1,8 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/MM/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/IPC/MM.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/MM/MM.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/MM/MM.so
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/MM/autosplit.ix
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/MM
@unexec rmdir %D/%%SITE_PERL%%/IPC 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC 2>/dev/null || true