summaryrefslogtreecommitdiff
path: root/devel/rvm
diff options
context:
space:
mode:
authorphil <phil>2000-07-27 06:06:31 +0000
committerphil <phil>2000-07-27 06:06:31 +0000
commit7b28dbab22b6cdc4b63f9c6b4bcfcd4d4c331b2e (patch)
tree0148a0a9e09065e1962c70a93fd9034984f70f4f /devel/rvm
parent5aa9e7dc13c9184e3823a7d5a278a88c02616c7b (diff)
downloadpkgsrc-7b28dbab22b6cdc4b63f9c6b4bcfcd4d4c331b2e.tar.gz
Initial import of rvm package.
Diffstat (limited to 'devel/rvm')
-rw-r--r--devel/rvm/Makefile22
-rw-r--r--devel/rvm/files/md53
-rw-r--r--devel/rvm/pkg/COMMENT1
-rw-r--r--devel/rvm/pkg/DESCR4
-rw-r--r--devel/rvm/pkg/PLIST23
5 files changed, 53 insertions, 0 deletions
diff --git a/devel/rvm/Makefile b/devel/rvm/Makefile
new file mode 100644
index 00000000000..02302e982ec
--- /dev/null
+++ b/devel/rvm/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/07/27 06:06:31 phil Exp $
+#
+
+DISTNAME= rvm-1.1
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ \
+ ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/
+
+MAINTAINER= phil@cs.wwu.edu
+HOMEPAGE= http://www.coda.cs.cmu.edu/
+
+DEPENDS+= lwp>=1.1:../../devel/lwp
+
+#LICENSE= GPL
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+USE_GMAKE= YES
+
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/rvm/files/md5 b/devel/rvm/files/md5
new file mode 100644
index 00000000000..86a3fd0bfb3
--- /dev/null
+++ b/devel/rvm/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/07/27 06:06:32 phil Exp $
+
+MD5 (rvm-1.1.tar.gz) = 0e50aa56c2816ee465dafb17169f0b36
diff --git a/devel/rvm/pkg/COMMENT b/devel/rvm/pkg/COMMENT
new file mode 100644
index 00000000000..a69e3cd727c
--- /dev/null
+++ b/devel/rvm/pkg/COMMENT
@@ -0,0 +1 @@
+Recoverable Virtual Memory
diff --git a/devel/rvm/pkg/DESCR b/devel/rvm/pkg/DESCR
new file mode 100644
index 00000000000..8008e87a635
--- /dev/null
+++ b/devel/rvm/pkg/DESCR
@@ -0,0 +1,4 @@
+This package implements a recoverable virtual memory. This is done
+using mmap and a transaction system so that a file can be mapped
+into VM and be remapped in another process and still have the
+data, pointers, etc, still valid.
diff --git a/devel/rvm/pkg/PLIST b/devel/rvm/pkg/PLIST
new file mode 100644
index 00000000000..fc3ecf89362
--- /dev/null
+++ b/devel/rvm/pkg/PLIST
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/07/27 06:06:32 phil Exp $
+include/rvm/rds.h
+include/rvm/rvm.h
+include/rvm/rvm_segment.h
+include/rvm/rvm_statistics.h
+@dirrm include/rvm
+lib/librds.a
+lib/librvm.a
+lib/librdslwp.a
+lib/librvmlwp.a
+lib/librds.la
+lib/librvm.la
+lib/librdslwp.la
+lib/librvmlwp.la
+lib/librds.so.1.0
+lib/librvm.so.1.0
+lib/librdslwp.so.1.0
+lib/librvmlwp.so.1.0
+lib/libseg.a
+lib/libseg.la
+lib/libseg.so.1.0
+sbin/rvmutl
+sbin/rdsinit