diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-16 05:59:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-16 05:59:12 +0800 |
commit | f1f42df1547585da28cefb9502b7ef1663ff0c8e (patch) | |
tree | 6c7f30d6e046022450352156c300981e299786da /ftp | |
parent | b4bc0799d5f1b2f28a3158f24ed175463c4c39b8 (diff) | |
download | freebsd-ports-gnome-f1f42df1547585da28cefb9502b7ef1663ff0c8e.tar.gz freebsd-ports-gnome-f1f42df1547585da28cefb9502b7ef1663ff0c8e.tar.zst freebsd-ports-gnome-f1f42df1547585da28cefb9502b7ef1663ff0c8e.zip |
Update COMMENT and pkg-descr
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 2 | ||||
-rw-r--r-- | ftp/curl/pkg-descr | 16 |
2 files changed, 11 insertions, 7 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index b448c187b922..88c8a7efe493 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers +COMMENT= Command line tool and library for transferring data with URLs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/ftp/curl/pkg-descr b/ftp/curl/pkg-descr index fae513bd2b17..7cbc20253764 100644 --- a/ftp/curl/pkg-descr +++ b/ftp/curl/pkg-descr @@ -1,9 +1,13 @@ -curl is a client to get documents/files from servers, using any of the -supported protocols. The command is designed to work without user -interaction or any kind of interactivity. +curl is used in command lines or scripts to transfer data. It is also used in +cars, television sets, routers, printers, audio equipment, mobile phones, +tablets, settop boxes, media players and is the internet transfer backbone for +thousands of software applications affecting billions of humans daily. -curl offers a busload of useful tricks like proxy support, user -authentication, ftp upload, HTTP post, SSL (https:) connections, file -transfer resume and more. +It supports DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, +LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, Telnet and +TFTP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP +form based upload, proxies, HTTP/2, cookies, user+password authentication +(Basic, Plain, Digest, CRAM-MD5, NTLM, Negotiate and Kerberos), file transfer +resume, proxy tunneling and more. WWW: https://curl.haxx.se/ |