Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Oct 2010 06:23:11 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/ftp Makefile ports/ftp/atftp Makefile distinfo pkg-descr ports/ftp/atftp/files atftpd.in patch-Makefile.in patch-argz.h patch-logger.c patch-stats.c patch-tftp.c patch-tftp_def.c patch-tftp_def.h patch-tftp_file.c ...
Message-ID:  <201010050623.o956NB1G087486@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kevlo       2010-10-05 06:23:11 UTC

  FreeBSD ports repository

  Modified files:
    ftp                  Makefile 
  Added files:
    ftp/atftp            Makefile distinfo pkg-descr 
    ftp/atftp/files      atftpd.in patch-Makefile.in patch-argz.h 
                         patch-logger.c patch-stats.c patch-tftp.c 
                         patch-tftp_def.c patch-tftp_def.h 
                         patch-tftp_file.c patch-tftp_io.c 
                         patch-tftp_mtftp.c patch-tftpd.c 
                         patch-tftpd_file.c patch-tftpd_list.c 
                         patch-tftpd_pcre.c 
  Log:
  Import atftp-0.7
  
  Atftp is a client/server implementation of the TFTP protocol that
  implements RFCs 1350, 2090, 2347, 2348, and 2349. The server is
  multi-threaded and the client presents a friendly interface using
  libreadline. The current server implementation lacks IPv6 support.
  
  Revision  Changes    Path
  1.155     +1 -0      ports/ftp/Makefile
  1.1       +29 -0     ports/ftp/atftp/Makefile (new)
  1.1       +6 -0      ports/ftp/atftp/distinfo (new)
  1.1       +44 -0     ports/ftp/atftp/files/atftpd.in (new)
  1.1       +29 -0     ports/ftp/atftp/files/patch-Makefile.in (new)
  1.1       +155 -0    ports/ftp/atftp/files/patch-argz.h (new)
  1.1       +57 -0     ports/ftp/atftp/files/patch-logger.c (new)
  1.1       +13 -0     ports/ftp/atftp/files/patch-stats.c (new)
  1.1       +69 -0     ports/ftp/atftp/files/patch-tftp.c (new)
  1.1       +15 -0     ports/ftp/atftp/files/patch-tftp_def.c (new)
  1.1       +10 -0     ports/ftp/atftp/files/patch-tftp_def.h (new)
  1.1       +66 -0     ports/ftp/atftp/files/patch-tftp_file.c (new)
  1.1       +60 -0     ports/ftp/atftp/files/patch-tftp_io.c (new)
  1.1       +12 -0     ports/ftp/atftp/files/patch-tftp_mtftp.c (new)
  1.1       +159 -0    ports/ftp/atftp/files/patch-tftpd.c (new)
  1.1       +87 -0     ports/ftp/atftp/files/patch-tftpd_file.c (new)
  1.1       +11 -0     ports/ftp/atftp/files/patch-tftpd_list.c (new)
  1.1       +14 -0     ports/ftp/atftp/files/patch-tftpd_pcre.c (new)
  1.1       +4 -0      ports/ftp/atftp/pkg-descr (new)



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