diff options
Diffstat (limited to 'www/curl/DESCR')
-rw-r--r-- | www/curl/DESCR | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/curl/DESCR b/www/curl/DESCR new file mode 100644 index 00000000000..5da8f0cfaa0 --- /dev/null +++ b/www/curl/DESCR @@ -0,0 +1,16 @@ + _ _ ____ _ + ___| | | | _ \| | + / __| | | | |_) | | + | (__| |_| | _ <| |___ + \___|\___/|_| \_\_____| + +README + + Curl is a command line tool for transfering data specified with URL + syntax. Find out how to use Curl by reading the curl.1 man page or the + MANUAL document. Find out how to install Curl by reading the INSTALL + document. + + libcurl is a library that Curl is using to do its job. It is readily + available to be used by your software. Read the LIBCURL document to + find out how! |