Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jun 2006 18:38:09 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/ftp Makefile ports/ftp/bbftp Makefile distinfo pkg-descr pkg-plist ports/ftp/bbftp/files bbftp.patch bbftpd.in
Message-ID:  <200606071838.k57IcATZ063004@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <hopet@ics.muni.cz>
  
  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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606071838.k57IcATZ063004>