NOTICE: This package has been removed from pkgsrc

./pkgtools/tnftp, The enhanced FTP client in NetBSD

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 20070806, Package name: tnftp-20070806, Maintainer: lukem

Version history: (Expand)


CVS history: (Expand)


   2008-03-06 05:45:58 by Johnny C. Lam | Files touched by this commit (8)
Log message:
+ Remove pkgtools/pax and pkgtools/tnftp as they are no longer different
  from archivers/pax and net/tnftp, respectively.  In the past, the
  pkgtools version of these packages installed into ${PKG_TOOLS_BIN},
  but this was changed in:

	pkgtools/pax/Makefile:1.15
	pkgtools/tnftp/Makefile:1.3

+ Get rid of archivers/pax/Makefile.common and net/tnftp/Makefile.common
  by merging them into their respective Makefiles.  The Makefile.common
  files existed solely for inclusion by the pkgtools versions of these
  packages, but with the removal of those packages, these files are
  now unnecessary.

+ Add full DESTDIR support to archivers/pax and net/tnftp.

+ Modify the bootstrap to build archivers/pax and net/tnftp instead of
  the pkgtools versions of these packages.
   2007-08-07 07:05:04 by Luke Mewburn | Files touched by this commit (1)
Log message:
No need for PKGREVISION for tnftp-20070806.
   2007-07-10 17:19:18 by Joerg Sonnenberger | Files touched by this commit (6)
Log message:
Remove PKG_TOOLS_PREFIX handling for mtree, pax, pkg_install and
tnftp. Modifying files and possibly removing them from the base system
is doing more harm than use. Bump revision or version of each
package.
   2007-04-12 16:36:41 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
When calling bootstrap-register from the bootstrap script for the
various packages, pass down PKG_PRESERVE. Remove the default setting of
PKG_PRESERVE, it makes perfect sense to install e.g. pkgtools/mtree
and be able to remove it again, if it is not an essientiel tool.

OK jlam@