summaryrefslogtreecommitdiffstats
path: root/disk/coda/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'disk/coda/DETAILS')
-rwxr-xr-xdisk/coda/DETAILS12
1 files changed, 9 insertions, 3 deletions
diff --git a/disk/coda/DETAILS b/disk/coda/DETAILS
index 9fd4810d26..d410ebe304 100755
--- a/disk/coda/DETAILS
+++ b/disk/coda/DETAILS
@@ -1,19 +1,25 @@
SPELL=coda
VERSION=6.0.16
SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=http://www.coda.cs.cmu.edu/pub/coda/src/${SOURCE}
SOURCE_URL[1]=ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/${SOURCE}
SOURCE_URL[2]=ftp://ftp.planetmirror.com/pub/coda/src/${SOURCE}
SOURCE_URL[3]=ftp://ftp.co.it.pt/pub/coda/src/${SOURCE}
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE2_URL[1]=${SOURCE_URL[1]}.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="filesystem disk"
SHORT="Advanced networked filesystem."
cat << EOF
-Coda is a distributed filesystem with its origin in AFS2. It has many features that are very desirable for network filesystems. Currently, Coda has several features not found elsewhere.
+Coda is a distributed filesystem with its origin in AFS2. It has many features
+that are very desirable for network filesystems. Currently, Coda has several
+features not found elsewhere.
* disconnected operation for mobile computing
* is freely available under a liberal license
@@ -23,5 +29,5 @@ Coda is a distributed filesystem with its origin in AFS2. It has many features t
* continued operation during partial network failures in server network
* network bandwith adaptation
* good scalability
- * well defined semantics of sharing, even in the presence of network failures
+ * well defined semantics of sharing, even in the presence of network failures
EOF