Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jun 2011 21:50:38 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/contrib/tnftp COPYING ChangeLog FreeBSD-patchset INSTALL Makefile.in NEWS README THANKS acconfig.h aclocal.m4 config.h.in configure configure.in diffout install-sh lukemftp.h todo src/contrib/tnftp/src Makefile Makefile.in cmds.c cmdtab.c ...
Message-ID:  <201106192151.p5JLp1RQ023701@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gavin       2011-06-19 21:50:38 UTC

  FreeBSD src repository

  Added files:
    contrib/tnftp        COPYING ChangeLog FreeBSD-patchset 
                         INSTALL Makefile.in NEWS README THANKS 
                         acconfig.h aclocal.m4 config.h.in 
                         configure configure.in diffout install-sh 
                         lukemftp.h todo 
    contrib/tnftp/src    Makefile Makefile.in cmds.c cmdtab.c 
                         complete.c domacro.c extern.h fetch.c 
                         ftp.1 ftp.c ftp_var.h main.c 
                         progressbar.c progressbar.h ruserpass.c 
                         util.c version.h 
  Log:
  SVN rev 223308 on 2011-06-19 21:50:38Z by gavin
  
  Copy lukemftp to its new home, tnftp.  I'm doing this in stages so as to
  not confuse the CVS exporter.
  
  Revision  Changes    Path
  1.1       +47 -0     src/contrib/tnftp/COPYING (new)
  1.1       +1084 -0   src/contrib/tnftp/ChangeLog (new)
  1.1       +64 -0     src/contrib/tnftp/FreeBSD-patchset (new)
  1.1       +211 -0    src/contrib/tnftp/INSTALL (new)
  1.1       +33 -0     src/contrib/tnftp/Makefile.in (new)
  1.1       +84 -0     src/contrib/tnftp/NEWS (new)
  1.1       +61 -0     src/contrib/tnftp/README (new)
  1.1       +30 -0     src/contrib/tnftp/THANKS (new)
  1.1       +92 -0     src/contrib/tnftp/acconfig.h (new)
  1.1       +257 -0    src/contrib/tnftp/aclocal.m4 (new)
  1.1       +275 -0    src/contrib/tnftp/config.h.in (new)
  1.1       +4229 -0   src/contrib/tnftp/configure (new)
  1.1       +307 -0    src/contrib/tnftp/configure.in (new)
  1.1       +3500 -0   src/contrib/tnftp/diffout (new)
  1.1       +251 -0    src/contrib/tnftp/install-sh (new)
  1.1       +403 -0    src/contrib/tnftp/lukemftp.h (new)
  1.1       +28 -0     src/contrib/tnftp/src/Makefile (new)
  1.1       +43 -0     src/contrib/tnftp/src/Makefile.in (new)
  1.1       +2753 -0   src/contrib/tnftp/src/cmds.c (new)
  1.1       +309 -0    src/contrib/tnftp/src/cmdtab.c (new)
  1.1       +435 -0    src/contrib/tnftp/src/complete.c (new)
  1.1       +143 -0    src/contrib/tnftp/src/domacro.c (new)
  1.1       +257 -0    src/contrib/tnftp/src/extern.h (new)
  1.1       +1834 -0   src/contrib/tnftp/src/fetch.c (new)
  1.1       +2357 -0   src/contrib/tnftp/src/ftp.1 (new)
  1.1       +2171 -0   src/contrib/tnftp/src/ftp.c (new)
  1.1       +337 -0    src/contrib/tnftp/src/ftp_var.h (new)
  1.1       +1052 -0   src/contrib/tnftp/src/main.c (new)
  1.1       +464 -0    src/contrib/tnftp/src/progressbar.c (new)
  1.1       +99 -0     src/contrib/tnftp/src/progressbar.h (new)
  1.1       +293 -0    src/contrib/tnftp/src/ruserpass.c (new)
  1.1       +1400 -0   src/contrib/tnftp/src/util.c (new)
  1.1       +44 -0     src/contrib/tnftp/src/version.h (new)
  1.1       +25 -0     src/contrib/tnftp/todo (new)



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