           SPELL=coda-rvm
         VERSION=1.13
          SOURCE=rvm-$VERSION.tar.gz
         SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/rvm-$VERSION
   SOURCE_URL[0]=http://www.coda.cs.cmu.edu/pub/rvm/src/$SOURCE
   SOURCE_URL[1]=ftp://ftp.wu-wien.ac.at/pub/systems/rvm/src/$SOURCE
   SOURCE_URL[2]=ftp://ftp.planetmirror.com/pub/rvm/src/$SOURCE
   SOURCE_URL[3]=ftp://ftp.co.it.pt/pub/rvm/src/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
      SOURCE_GPG=997007A2.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=http://www.coda.cs.cmu.edu/
         ENTERED=20020731
      LICENSE[0]=GPL
        KEYWORDS="disk"
           SHORT="Recoverable Virtual Memory library for Coda"
cat << EOF
RVM provides an unstructured recoverable virtual memory. The recoverable storage is represented by Unix files or disk partitions that applications can map at page granularity into the address space of a process. Simple, non-nested atomic transactions guarantee permanence of changes to recoverable storage across system crashes. Applications can schedule transaction logging actions to enhance performance. The design stresses simplicity, ease of use, and high performance. Unix compatibility is standard, while optional Mach-specific extensions are supported for additional flexibility and performance. RVM has been extensively used in the clients and servers of the Coda File System, and in the Venari system.
EOF
