From 8a859b39a4a9ba8f91ab214e704ebd82c31f4d7c Mon Sep 17 00:00:00 2001 From: phil Date: Thu, 27 Jul 2000 06:06:31 +0000 Subject: Initial import of rvm package. --- devel/rvm/Makefile | 22 ++++++++++++++++++++++ devel/rvm/files/md5 | 3 +++ devel/rvm/pkg/COMMENT | 1 + devel/rvm/pkg/DESCR | 4 ++++ devel/rvm/pkg/PLIST | 23 +++++++++++++++++++++++ 5 files changed, 53 insertions(+) create mode 100644 devel/rvm/Makefile create mode 100644 devel/rvm/files/md5 create mode 100644 devel/rvm/pkg/COMMENT create mode 100644 devel/rvm/pkg/DESCR create mode 100644 devel/rvm/pkg/PLIST (limited to 'devel') 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 -- cgit v1.2.3