summaryrefslogtreecommitdiffstats
path: root/ftp/fsp/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/fsp/DETAILS')
-rwxr-xr-xftp/fsp/DETAILS11
1 files changed, 9 insertions, 2 deletions
diff --git a/ftp/fsp/DETAILS b/ftp/fsp/DETAILS
index 3373f32b03..11e1b5910d 100755
--- a/ftp/fsp/DETAILS
+++ b/ftp/fsp/DETAILS
@@ -1,9 +1,12 @@
SPELL=fsp
VERSION=2.8.1b24
SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- SOURCE_HASH=sha512:f84869e3d6abad0efaa69d098a4d23ce393551bbf3fca846c96ce46c697facfa90743e3ad6bde7ba765902d1165ed423b5ba582550d59bd4fe7fe3a1e8b39da1
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=AAAC7BBC.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
WEB_SITE=http://fsp.sourceforge.net/
ENTERED=20050110
LICENSE[0]=MIT
@@ -11,5 +14,9 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
DOCS="INFO setup.sh setup.csh"
SHORT="File Service Protocol Suite"
cat << EOF
-FSP stands for File Service Protocol. It is a very lightweight UDP based protocol for transferring files. FSP has many benefits over FTP, mainly for running anonymous archives. FSP protocol is valuable in all kinds of environments because it is one of the only TCP/IP protocols that is not aggressive about bandwidth, while still being sufficiently fault tolerant.
+FSP stands for File Service Protocol. It is a very lightweight UDP based
+protocol for transferring files. FSP has many benefits over FTP, mainly
+for running anonymous archives. FSP protocol is valuable in all kinds of
+environments because it is one of the only TCP/IP protocols that is not
+aggressive about bandwidth, while still being sufficiently fault tolerant.
EOF