2015-12-27 16:09:18 +01:00
|
|
|
# $FreeBSD$
|
1999-08-02 12:40:23 +02:00
|
|
|
#
|
|
|
|
|
2004-04-02 09:29:48 +02:00
|
|
|
COMMENT = FTP client and server utilities
|
|
|
|
|
2011-08-28 21:16:01 +02:00
|
|
|
SUBDIR += R-cran-RCurl
|
2015-08-09 23:46:54 +02:00
|
|
|
SUBDIR += R-cran-curl
|
2010-10-05 08:23:11 +02:00
|
|
|
SUBDIR += atftp
|
2001-08-05 18:06:50 +02:00
|
|
|
SUBDIR += axel
|
2006-06-07 20:38:09 +02:00
|
|
|
SUBDIR += bbftp
|
2001-04-08 01:24:24 +02:00
|
|
|
SUBDIR += bftpd
|
2003-04-06 17:06:19 +02:00
|
|
|
SUBDIR += bsdftpd-ssl
|
1999-08-02 12:40:23 +02:00
|
|
|
SUBDIR += cftp
|
2004-01-06 18:16:54 +01:00
|
|
|
SUBDIR += cmdftp
|
1999-08-02 12:40:23 +02:00
|
|
|
SUBDIR += curl
|
2003-12-05 02:01:58 +01:00
|
|
|
SUBDIR += curlpp
|
2003-12-15 08:47:03 +01:00
|
|
|
SUBDIR += dmachine
|
2016-10-27 07:49:09 +02:00
|
|
|
SUBDIR += fastdfs
|
2006-10-31 20:05:50 +01:00
|
|
|
SUBDIR += filezilla
|
2002-11-22 03:17:23 +01:00
|
|
|
SUBDIR += fmirror
|
2007-09-18 08:36:09 +02:00
|
|
|
SUBDIR += fpc-libcurl
|
2002-06-23 09:36:16 +02:00
|
|
|
SUBDIR += frox
|
2000-07-05 18:34:48 +02:00
|
|
|
SUBDIR += ftpcopy
|
1999-08-02 12:40:23 +02:00
|
|
|
SUBDIR += ftpfind
|
2004-02-11 08:55:29 +01:00
|
|
|
SUBDIR += ftplib
|
1999-08-02 12:40:23 +02:00
|
|
|
SUBDIR += ftpmirror
|
2001-05-20 05:15:26 +02:00
|
|
|
SUBDIR += ftpproxy
|
2006-04-30 23:47:33 +02:00
|
|
|
SUBDIR += ftpsesame
|
2006-08-31 17:41:52 +02:00
|
|
|
SUBDIR += ftpsync
|
2014-12-05 17:55:18 +01:00
|
|
|
SUBDIR += gftp
|
2006-11-05 14:34:23 +01:00
|
|
|
SUBDIR += gnustep-ftp
|
2013-04-27 22:56:38 +02:00
|
|
|
SUBDIR += gstreamer1-plugins-curl
|
2009-10-04 02:06:51 +02:00
|
|
|
SUBDIR += gwget
|
2012-12-18 08:29:02 +01:00
|
|
|
SUBDIR += horde-gollem
|
libcurl is a client-side URL transfer library, supporting FTP, FTPS,
HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE.
libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading,
HTTP form based upload, proxies, cookies, user+password authentication
(Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http
proxy tunneling and more!
This package provides a Haskell binding to libcurl.
WWW: http://hackage.haskell.org/package/curl
2010-05-15 21:14:33 +02:00
|
|
|
SUBDIR += hs-curl
|
2000-07-04 05:55:39 +02:00
|
|
|
SUBDIR += hsftp
|
2003-06-13 20:56:34 +02:00
|
|
|
SUBDIR += jftp
|
2001-07-15 15:30:20 +02:00
|
|
|
SUBDIR += jftpgw
|
1999-08-02 12:40:23 +02:00
|
|
|
SUBDIR += lftp
|
2016-02-05 18:37:29 +01:00
|
|
|
SUBDIR += libfilezilla
|
Update CentOS base to 6.5, add userland ports
The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.
This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.
If you want to switch to linux-c6 ports, please define at /etc/make.conf:
OVERRIDE_LINUX_BASE_PORT=c6
OVERRIDE_LINUX_NONBASE_PORTS=c6
Additionally, please add the following line to /etc/sysctl.conf:
compat.linux.osrelease=2.6.18
Upgrading procedures are shown in /usr/ports/UPDATING.
This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in
November 2013, using and extending mav@'s work. It has been tested extensively
and most reported issues were already fixed. Please report any additional bug
or "features" to the emulation mailing list.
Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's
filed Issues and Pull requests on GitHub,
PR: 186820
Differential Revision: https://reviews.freebsd.org/D793
Reviewed by: allanjude, antoine, bapt, rene
Approved by: portmgr (antoine, bapt)
Approved by: koobs (mentor)
Sponsored by: Perceivon Hosting Inc.
2014-09-22 12:40:00 +02:00
|
|
|
SUBDIR += linux-c6-curl
|
2016-10-19 16:50:26 +02:00
|
|
|
SUBDIR += linux-c7-curl
|
2011-07-17 22:33:48 +02:00
|
|
|
SUBDIR += llnlxdir
|
2011-08-28 09:34:07 +02:00
|
|
|
SUBDIR += llnlxftp
|
2011-07-18 09:03:42 +02:00
|
|
|
SUBDIR += mirror
|
2006-12-07 19:01:00 +01:00
|
|
|
SUBDIR += multiget
|
1999-08-02 12:40:23 +02:00
|
|
|
SUBDIR += ncftp3
|
2001-06-27 15:34:06 +02:00
|
|
|
SUBDIR += ncftpd
|
2009-04-30 22:55:57 +02:00
|
|
|
SUBDIR += net2ftp
|
2004-08-08 21:20:32 +02:00
|
|
|
SUBDIR += ocaml-ocurl
|
2001-04-07 02:39:05 +02:00
|
|
|
SUBDIR += oftpd
|
1999-08-02 12:40:23 +02:00
|
|
|
SUBDIR += omi
|
2006-05-31 20:07:52 +02:00
|
|
|
SUBDIR += p5-File-Fetch
|
2003-05-17 13:58:29 +02:00
|
|
|
SUBDIR += p5-Net-FTP-Common
|
2005-04-11 10:25:24 +02:00
|
|
|
SUBDIR += p5-Net-FTP-Recursive
|
2010-12-02 14:55:59 +01:00
|
|
|
SUBDIR += p5-Net-FTPSSL
|
2001-07-30 18:00:42 +02:00
|
|
|
SUBDIR += p5-Net-FTPServer
|
2002-05-27 17:05:05 +02:00
|
|
|
SUBDIR += p5-POE-Component-Client-FTP
|
2011-08-22 18:22:19 +02:00
|
|
|
SUBDIR += p5-SOAP-Transport-FTP
|
2001-06-05 20:03:58 +02:00
|
|
|
SUBDIR += paraget
|
1999-08-02 12:40:23 +02:00
|
|
|
SUBDIR += pavuk
|
2005-01-09 06:02:28 +01:00
|
|
|
SUBDIR += pear-Net_FTP
|
2002-03-17 17:08:13 +01:00
|
|
|
SUBDIR += pftpd
|
2014-09-04 16:24:25 +02:00
|
|
|
SUBDIR += php56-curl
|
2016-10-27 07:49:09 +02:00
|
|
|
SUBDIR += php56-fastdfs
|
2014-09-04 16:24:25 +02:00
|
|
|
SUBDIR += php56-ftp
|
2016-02-15 15:34:26 +01:00
|
|
|
SUBDIR += php70-curl
|
2016-10-27 21:51:38 +02:00
|
|
|
SUBDIR += php70-fastdfs
|
2016-02-15 15:34:26 +01:00
|
|
|
SUBDIR += php70-ftp
|
2017-01-24 13:56:45 +01:00
|
|
|
SUBDIR += php71-curl
|
2017-01-26 15:38:32 +01:00
|
|
|
SUBDIR += php71-fastdfs
|
2017-01-24 13:56:45 +01:00
|
|
|
SUBDIR += php71-ftp
|
2005-09-18 02:00:44 +02:00
|
|
|
SUBDIR += phpwebftp
|
2010-06-15 22:04:06 +02:00
|
|
|
SUBDIR += plasma-applet-ftpmonitor
|
1999-08-02 12:40:23 +02:00
|
|
|
SUBDIR += proftpd
|
2014-03-28 00:52:21 +01:00
|
|
|
SUBDIR += proftpd-mod_geoip
|
2001-06-13 16:46:54 +02:00
|
|
|
SUBDIR += profxp
|
2001-02-05 20:05:34 +01:00
|
|
|
SUBDIR += puf
|
2001-04-23 17:46:38 +02:00
|
|
|
SUBDIR += pure-ftpd
|
2005-03-04 07:37:54 +01:00
|
|
|
SUBDIR += pureadmin
|
2006-12-27 16:05:59 +01:00
|
|
|
SUBDIR += py-ftputil
|
2015-12-13 00:43:50 +01:00
|
|
|
SUBDIR += py-pycurl
|
2007-03-06 21:12:24 +01:00
|
|
|
SUBDIR += py-pyftpdlib
|
2010-05-11 05:08:58 +02:00
|
|
|
SUBDIR += py-tftpy
|
2003-12-28 11:42:48 +01:00
|
|
|
SUBDIR += quftp
|
2016-08-19 15:55:56 +02:00
|
|
|
SUBDIR += rexx-curl
|
2010-06-02 17:41:16 +02:00
|
|
|
SUBDIR += rubygem-curb
|
2007-07-12 19:20:48 +02:00
|
|
|
SUBDIR += scythia
|
2006-01-23 20:37:26 +01:00
|
|
|
SUBDIR += smbftpd
|
2016-11-04 20:21:06 +01:00
|
|
|
SUBDIR += spegla
|
2003-07-06 11:23:09 +02:00
|
|
|
SUBDIR += tftp-hpa
|
2004-04-17 01:36:49 +02:00
|
|
|
SUBDIR += tnftp
|
2004-01-03 08:28:00 +01:00
|
|
|
SUBDIR += tnftpd
|
2001-09-16 18:18:47 +02:00
|
|
|
SUBDIR += twoftpd
|
2008-06-05 03:53:43 +02:00
|
|
|
SUBDIR += uftp
|
2004-05-04 22:00:57 +02:00
|
|
|
SUBDIR += urlgfe
|
2001-02-03 20:07:43 +01:00
|
|
|
SUBDIR += vsftpd
|
2014-09-26 22:43:29 +02:00
|
|
|
SUBDIR += vsftpd-ext
|
2006-10-31 06:46:22 +01:00
|
|
|
SUBDIR += waiho
|
2005-09-08 13:13:30 +02:00
|
|
|
SUBDIR += weex
|
1999-08-02 12:40:23 +02:00
|
|
|
SUBDIR += wget
|
2004-01-27 16:58:52 +01:00
|
|
|
SUBDIR += wmget
|
2003-12-08 11:13:10 +01:00
|
|
|
SUBDIR += wput
|
wxDownload Fast (also known as wxDFast) is an open source download manager. It
is multi-platform and builds on Windows(2k,XP), Linux and Mac OS X. Besides
that, it is a multi-threaded download manager. This means that it can split a
file into several pieces and download the pieces simultaneously.
Features:
* Faster downloads (with Segmented/Multi-threaded/Accelerated transfers).
* Download resuming (Pause and restart where you stopped).
* Download scheduling.
* Organizes files you have already downloaded.
* View server messages (HTTP, FTP, file://). No HTTPS support.
* Available in multiple languages and easily translated. Now available in
Portuguese [Brazil], Spanish, English, German, Russian, Hungarian, Armenian
and Indonesian.
* Connection to FTP servers which require a password.
* Calculates the MD5 checksum of downloaded files so they can be easily.
verified.
* Metalink support.
WWW: http://dfast.sourceforge.net/
2006-12-07 18:52:07 +01:00
|
|
|
SUBDIR += wxdfast
|
2003-12-18 17:31:09 +01:00
|
|
|
SUBDIR += wzdftpd
|
1999-08-02 12:40:23 +02:00
|
|
|
SUBDIR += yafc
|
|
|
|
|
|
|
|
.include <bsd.port.subdir.mk>
|