summaryrefslogblamecommitdiffstats
path: root/ftp/curl/DETAILS
blob: d7839b20c97af2896d2f71376c50a3ca3dc173ff (plain) (tree)
1
2
3
4
5
6
7
8
9
                     
                       
                   
                                       

                                                   

                                                                    
                                                                 
                                
                                               
                          

                                     
                    
                      
                                                               
          





                                                                               
   
           SPELL=curl
         VERSION=7.69.0
  SECURITY_PATCH=31
          SOURCE=$SPELL-$VERSION.tar.xz
         SOURCE2=$SOURCE.asc
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]=http://${SPELL}.askapache.com/download/${SOURCE}
  SOURCE2_URL[1]=$SOURCE_URL.asc
      SOURCE_GPG=curl.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        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