diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-IPC-MM/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-IPC-MM/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-IPC-MM/pkg-descr | 13 | ||||
-rw-r--r-- | devel/p5-IPC-MM/pkg-plist | 8 |
5 files changed, 47 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6fdb46dadf02..2a1a26b72a5a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-IPC-MM/Makefile b/devel/p5-IPC-MM/Makefile new file mode 100644 index 000000000000..74596f184cba --- /dev/null +++ b/devel/p5-IPC-MM/Makefile @@ -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> diff --git a/devel/p5-IPC-MM/distinfo b/devel/p5-IPC-MM/distinfo new file mode 100644 index 000000000000..f4f469caebd1 --- /dev/null +++ b/devel/p5-IPC-MM/distinfo @@ -0,0 +1 @@ +MD5 (IPC-MM-0.03.tar.gz) = ee5fc0e798f9e480e6b5893ebccb8e66 diff --git a/devel/p5-IPC-MM/pkg-descr b/devel/p5-IPC-MM/pkg-descr new file mode 100644 index 000000000000..7d34c51d48a8 --- /dev/null +++ b/devel/p5-IPC-MM/pkg-descr @@ -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 diff --git a/devel/p5-IPC-MM/pkg-plist b/devel/p5-IPC-MM/pkg-plist new file mode 100644 index 000000000000..daac90a0654f --- /dev/null +++ b/devel/p5-IPC-MM/pkg-plist @@ -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 |