summaryrefslogtreecommitdiffstats
path: root/ftp/curl/DETAILS
blob: 31287dba1226b195cf8b1b13061ad251a7c06cf7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
           SPELL=curl
         VERSION=7.16.4
  SECURITY_PATCH=2
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://curl.haxx.se/download/$SOURCE
   SOURCE_URL[1]=ftp://ftp.sunet.se/pub/www/utilities/$SPELL/$SOURCE
   SOURCE_URL[2]=ftp://ftp.rge.com/pub/networking/$SPELL/$SOURCE
     SOURCE_HASH=sha512:1a9398462388689c10a935f4b642bb523cdb5597b0bc6144f132a8283355b64659079ad25ffea9e946b7149f8512abd2aee4f65b35d70e53e458d3d824915e6f
        WEB_SITE=http://curl.haxx.se/
         ENTERED=20010922
      LICENSE[0]=MIT
        KEYWORDS="ftp"
           SHORT="Tool for transferring files using URL syntax."
cat << EOF
curl and libcurl is a tool for transferring files using URL syntax.
It supports HTTP, HTTPS, FTP, FTPS, DICT, TELNET, LDAP, FILE, and
GOPHER, as well as HTTP-post, HTTP-put, cookies, FTP upload, resumed
transfers, passwords, portnumbers, SSL certificates, Kerberos, and
proxies. It is powered by libcurl, the client-side URL transfer
library. Program libcurl with C/C++ or by using the APIs available
for Dylan, Java, Perl, PHP, Python, Rexx, Ruby, and Tcl.
EOF