diff options
author | acm <acm@FreeBSD.org> | 2006-08-04 22:38:03 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-08-04 22:38:03 +0800 |
commit | e3e2191bbd7bfaa997a88d05fa519836315e656e (patch) | |
tree | 37494c625460cc049807b13b1a408acaacc3942b /ftp/Makefile | |
parent | fbb3370bb7809d90f8dcbae979c433f8f6f2d0b0 (diff) | |
download | freebsd-ports-gnome-e3e2191bbd7bfaa997a88d05fa519836315e656e.tar.gz freebsd-ports-gnome-e3e2191bbd7bfaa997a88d05fa519836315e656e.tar.zst freebsd-ports-gnome-e3e2191bbd7bfaa997a88d05fa519836315e656e.zip |
- New port: ftp/linux-curl
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 offers a busload of useful tricks like proxy support, user
authentication, ftp upload, HTTP post, SSL (https:) connections, file
transfer resume and more.
(Linux version)
WWW: http://curl.haxx.se/
Approved by: garga (mentor)
Diffstat (limited to 'ftp/Makefile')
-rw-r--r-- | ftp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 5deb25cb0e25..bbad45cafbfa 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -48,6 +48,7 @@ SUBDIR += kpum SUBDIR += kwebget SUBDIR += lftp + SUBDIR += linux-curl SUBDIR += llnlxdir SUBDIR += llnlxftp SUBDIR += lukemftp |