summaryrefslogtreecommitdiff
path: root/devel/p5-IPC-MM
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-08-09 13:17:54 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-08-09 13:17:54 +0000
commit076a7a9d49582ec551f76bc4f2a1a81c7f6a947d (patch)
treeb23ad1d34ec49e067dc9510641f79fefcdd5062f /devel/p5-IPC-MM
parentUpdate to 0.25 (diff)
Add p5-IPC-MM 0.03, perl interface to Ralf Engelschall's mm library.
Notes
Notes: svn path=/head/; revision=86643
Diffstat (limited to 'devel/p5-IPC-MM')
-rw-r--r--devel/p5-IPC-MM/Makefile24
-rw-r--r--devel/p5-IPC-MM/distinfo1
-rw-r--r--devel/p5-IPC-MM/pkg-descr13
-rw-r--r--devel/p5-IPC-MM/pkg-plist8
4 files changed, 46 insertions, 0 deletions
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