aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IPC-Locker/pkg-descr
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2002-09-11 14:14:55 +0000
committerAnton Berezin <tobez@FreeBSD.org>2002-09-11 14:14:55 +0000
commitb6d66a5c13d8312843afae2a55afda4f6ceba3e4 (patch)
tree76a721c3ac8e7fea2043a46a550c20d4304adf7f /devel/p5-IPC-Locker/pkg-descr
parent732f471b5c40be0b9b0186b27ec67cff2a26a297 (diff)
downloadports-b6d66a5c13d8312843afae2a55afda4f6ceba3e4.tar.gz
ports-b6d66a5c13d8312843afae2a55afda4f6ceba3e4.zip
Notes
Diffstat (limited to 'devel/p5-IPC-Locker/pkg-descr')
-rw-r--r--devel/p5-IPC-Locker/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/p5-IPC-Locker/pkg-descr b/devel/p5-IPC-Locker/pkg-descr
new file mode 100644
index 000000000000..ceec246ae44d
--- /dev/null
+++ b/devel/p5-IPC-Locker/pkg-descr
@@ -0,0 +1,10 @@
+This package provides a server for locks and a package for clients to
+access that server. The result is that clients can access named locks
+on a Internet wide bases, solving critical section problems without the
+mess of NFS or other file locking techniques.
+
+Author: Wilson Snyder <wsnyder@wsnyder.org>
+WWW: http://search.cpan.org/search?dist=IPC-Locker
+
+-Anton
+<tobez@FreeBSD.org>