From owner-cvs-ports@FreeBSD.ORG Wed Jun 7 20:24:39 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16F0B16AEAC; Wed, 7 Jun 2006 18:40:04 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B441843D48; Wed, 7 Jun 2006 18:40:03 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k57IcA6N063005; Wed, 7 Jun 2006 18:38:10 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k57IcATZ063004; Wed, 7 Jun 2006 18:38:10 GMT (envelope-from pav) Message-Id: <200606071838.k57IcATZ063004@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 7 Jun 2006 18:38:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp Makefile ports/ftp/bbftp Makefile distinfo pkg-descr pkg-plist ports/ftp/bbftp/files bbftp.patch bbftpd.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 20:24:44 -0000 pav 2006-06-07 18:38:09 UTC FreeBSD ports repository Modified files: ftp Makefile Added files: ftp/bbftp Makefile distinfo pkg-descr pkg-plist ftp/bbftp/files bbftp.patch bbftpd.in Log: bbFTP is a file transfer software. It implements its own transfer protocol, which is optimized for large files (larger than 2GB) and secure as it does not read the password in a file and encrypts the connection information. bbFTP main features are: * Encoded username and password at connection * SSH and Certificate authentication modules * Multi-stream transfer * Big windows as defined in RFC1323 * On-the-fly data compression * Automatic retry * Customizable time-outs * Transfer simulation * AFS authentication integration * RFIO interface bbFTP is open-source software, released under the GNU General Public License. It was written by Gilles Farrache at IN2P3 Computing Center in Lyon, France. WWW: http://doc.in2p3.fr/bbftp/index.html PR: ports/98610 Submitted by: Petr Holub Revision Changes Path 1.117 +1 -0 ports/ftp/Makefile 1.1 +42 -0 ports/ftp/bbftp/Makefile (new) 1.1 +3 -0 ports/ftp/bbftp/distinfo (new) 1.1 +145 -0 ports/ftp/bbftp/files/bbftp.patch (new) 1.1 +27 -0 ports/ftp/bbftp/files/bbftpd.in (new) 1.1 +23 -0 ports/ftp/bbftp/pkg-descr (new) 1.1 +2 -0 ports/ftp/bbftp/pkg-plist (new)