cvs commit: ports/sysutils Makefile ports/sysutils/pkg_trackinst Makefile distinfo pkg-descr pkg-plist

Hye-Shik Chang perky at FreeBSD.org
Tue May 3 08:03:57 PDT 2005


perky       2005-05-03 15:03:54 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/pkg_trackinst Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add a new port for pkg_trackinst 0.2,
  a pkg-plist/pkgdb auto-generator for unpackaged softwares or unfinished
  ports.  It provides two commands:
  
    * pkg_trackinst:
       Tracks installation of unpackaged software and writes pkgdb
       entry using the install log.  Then, it also creates a binary
       package for the installed package.
  
    * pkg_genplist:
       Generates `pkg-plist' of a port in current directory automatically
       by a test installation.
  
  Revision  Changes    Path
  1.648     +1 -0      ports/sysutils/Makefile
  1.1       +26 -0     ports/sysutils/pkg_trackinst/Makefile (new)
  1.1       +2 -0      ports/sysutils/pkg_trackinst/distinfo (new)
  1.1       +10 -0     ports/sysutils/pkg_trackinst/pkg-descr (new)
  1.1       +33 -0     ports/sysutils/pkg_trackinst/pkg-plist (new)


More information about the cvs-all mailing list