e7da1a7612
ftpsync.pl synchronizes a local directory tree and a remote FTP directory tree. It was initally written to automize web publishing, but might be useful for some other purposes, like mirroring not-too-large public sites, data replication, and more. WWW: http://ftpsync.sourceforge.net/ Author: Christoph Lechleitner <ibcl@users.sourceforge.net>
114 lines
2.4 KiB
Makefile
114 lines
2.4 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = FTP client and server utilities
|
|
|
|
SUBDIR += IglooFTP
|
|
SUBDIR += axel
|
|
SUBDIR += axelq
|
|
SUBDIR += axyftp
|
|
SUBDIR += bbftp
|
|
SUBDIR += bftpd
|
|
SUBDIR += bsdftpd-ssl
|
|
SUBDIR += cftp
|
|
SUBDIR += cmdftp
|
|
SUBDIR += curl
|
|
SUBDIR += curlpp
|
|
SUBDIR += dmachine
|
|
SUBDIR += downloader
|
|
SUBDIR += emacs-wget
|
|
SUBDIR += fget
|
|
SUBDIR += fmirror
|
|
SUBDIR += frox
|
|
SUBDIR += ftp-tls
|
|
SUBDIR += ftpcopy
|
|
SUBDIR += ftpcube
|
|
SUBDIR += ftpd-tls
|
|
SUBDIR += ftpfind
|
|
SUBDIR += ftplib
|
|
SUBDIR += ftplocate
|
|
SUBDIR += ftpmirror
|
|
SUBDIR += ftpproxy
|
|
SUBDIR += ftpq
|
|
SUBDIR += ftpsesame
|
|
SUBDIR += ftpsync
|
|
SUBDIR += ftptool
|
|
SUBDIR += gftp
|
|
SUBDIR += gnusget
|
|
SUBDIR += gollem
|
|
SUBDIR += greed
|
|
SUBDIR += gwget
|
|
SUBDIR += hsftp
|
|
SUBDIR += jftp
|
|
SUBDIR += jftpgw
|
|
SUBDIR += jmirror
|
|
SUBDIR += junglemonkey
|
|
SUBDIR += kasablanca
|
|
SUBDIR += kbear
|
|
SUBDIR += kftpgrabber
|
|
SUBDIR += kpum
|
|
SUBDIR += kwebget
|
|
SUBDIR += lftp
|
|
SUBDIR += linux-curl
|
|
SUBDIR += llnlxdir
|
|
SUBDIR += llnlxftp
|
|
SUBDIR += lukemftp
|
|
SUBDIR += mget
|
|
SUBDIR += mirror
|
|
SUBDIR += moftpd
|
|
SUBDIR += muddleftpd
|
|
SUBDIR += ncftp
|
|
SUBDIR += ncftp2
|
|
SUBDIR += ncftp3
|
|
SUBDIR += ncftpd
|
|
SUBDIR += ocaml-ocurl
|
|
SUBDIR += oftpd
|
|
SUBDIR += omi
|
|
SUBDIR += p5-File-Fetch
|
|
SUBDIR += p5-Net-FTP-Common
|
|
SUBDIR += p5-Net-FTP-Recursive
|
|
SUBDIR += p5-Net-FTPServer
|
|
SUBDIR += p5-POE-Component-Client-FTP
|
|
SUBDIR += paraget
|
|
SUBDIR += pavuk
|
|
SUBDIR += pear-Net_FTP
|
|
SUBDIR += pftpd
|
|
SUBDIR += pftpx
|
|
SUBDIR += php4-curl
|
|
SUBDIR += php4-ftp
|
|
SUBDIR += php5-curl
|
|
SUBDIR += php5-ftp
|
|
SUBDIR += phpwebftp
|
|
SUBDIR += proftpd
|
|
SUBDIR += proftpd-mysql
|
|
SUBDIR += profxp
|
|
SUBDIR += proma
|
|
SUBDIR += prozilla
|
|
SUBDIR += puf
|
|
SUBDIR += pure-ftpd
|
|
SUBDIR += pureadmin
|
|
SUBDIR += py-curl
|
|
SUBDIR += quftp
|
|
SUBDIR += rexx-curl
|
|
SUBDIR += smbftpd
|
|
SUBDIR += spegla
|
|
SUBDIR += tftp-hpa
|
|
SUBDIR += tnftp
|
|
SUBDIR += tnftpd
|
|
SUBDIR += twoftpd
|
|
SUBDIR += urlgfe
|
|
SUBDIR += vcheck
|
|
SUBDIR += vsftpd
|
|
SUBDIR += weex
|
|
SUBDIR += wget
|
|
SUBDIR += wgetpro
|
|
SUBDIR += wmget
|
|
SUBDIR += wput
|
|
SUBDIR += wu-ftpd
|
|
SUBDIR += wu-ftpd+ipv6
|
|
SUBDIR += wzdftpd
|
|
SUBDIR += xrmftp
|
|
SUBDIR += yafc
|
|
SUBDIR += yale-tftpd
|
|
|
|
.include <bsd.port.subdir.mk>
|