diff options
author | phil <phil@pkgsrc.org> | 2000-07-27 06:06:31 +0000 |
---|---|---|
committer | phil <phil@pkgsrc.org> | 2000-07-27 06:06:31 +0000 |
commit | 8a859b39a4a9ba8f91ab214e704ebd82c31f4d7c (patch) | |
tree | 0148a0a9e09065e1962c70a93fd9034984f70f4f /devel | |
parent | 50087449c219ebece9fe3fdeb2b024fbb165ca14 (diff) | |
download | pkgsrc-8a859b39a4a9ba8f91ab214e704ebd82c31f4d7c.tar.gz |
Initial import of rvm package.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rvm/Makefile | 22 | ||||
-rw-r--r-- | devel/rvm/files/md5 | 3 | ||||
-rw-r--r-- | devel/rvm/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/rvm/pkg/DESCR | 4 | ||||
-rw-r--r-- | devel/rvm/pkg/PLIST | 23 |
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 |