summaryrefslogtreecommitdiffstats
path: root/disk/coda-rpc2/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'disk/coda-rpc2/DETAILS')
-rwxr-xr-xdisk/coda-rpc2/DETAILS13
1 files changed, 11 insertions, 2 deletions
diff --git a/disk/coda-rpc2/DETAILS b/disk/coda-rpc2/DETAILS
index 6463216548..577286dfa6 100755
--- a/disk/coda-rpc2/DETAILS
+++ b/disk/coda-rpc2/DETAILS
@@ -1,17 +1,26 @@
SPELL=coda-rpc2
VERSION=2.2
SOURCE=rpc2-$VERSION.tar.gz
+ SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/rpc2-$VERSION
SOURCE_URL[0]=http://www.coda.cs.cmu.edu/pub/rpc2/src/$SOURCE
SOURCE_URL[1]=ftp://ftp.wu-wien.ac.at/pub/systems/rpc2/src/$SOURCE
SOURCE_URL[2]=ftp://ftp.planetmirror.com/pub/rpc2/src/$SOURCE
SOURCE_URL[3]=ftp://ftp.co.it.pt/pub/rpc2/src/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+ 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="Remote Procedure Call v2 library for Coda"
cat << EOF
-RPC2, a highly portable and extensible remote procedure call package for Unix. RPC2 runs on top of the IP/UDP protocol, and provides support for streaming file transfer, parallel RPC calls, and IP-level multicast. The manual also describes two other packages used by RPC2: RP2Gen, a stub generator, and LWP, a coroutine-based lightweight process package. All the software described in this manual runs at user-level on the Unix 4.3BSD interface; no kernel modifications are necessary.
+RPC2, a highly portable and extensible remote procedure call package for
+Unix. RPC2 runs on top of the IP/UDP protocol, and provides support for
+streaming file transfer, parallel RPC calls, and IP-level multicast. The manual
+also describes two other packages used by RPC2: RP2Gen, a stub generator,
+and LWP, a coroutine-based lightweight process package. All the software
+described in this manual runs at user-level on the Unix 4.3BSD interface;
+no kernel modifications are necessary.
EOF