cvs commit: ports/sysutils Makefile ports/sysutils/portindex Makefile distinfo pkg-descr

Pav Lucistnik pav at FreeBSD.org
Fri Jul 2 13:18:06 PDT 2004


pav         2004-07-02 20:16:56 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/portindex   Makefile distinfo pkg-descr 
  Log:
  Add portindex, an alternative INDEX file builder. Features:
  
  1. You do not need to wait 1 hour after every cvsup for make index to finish.
     This program supports incremental index builds.
  2. Supports indexing of incomplete ports trees.
  3. Dependences between ports (including multiple) are correctly tracked.
     tracking is done by .include hunting
  4. Dependences on /usr/port/Mk/* are tracked
  5. Dependences on /var/db/ports are tracked
  6. Dependences on Makefile.local are tracked
  7. No known difference between make index and this program
  
  WWW: http://home.tiscali.cz/~cz210552/bsdportsutils.html
  
  PR:             ports/68549
  Submitted by:   Radim Kolar <hsn at netmag.cz>
  
  Revision  Changes    Path
  1.548     +1 -0      ports/sysutils/Makefile
  1.1       +47 -0     ports/sysutils/portindex/Makefile (new)
  1.1       +2 -0      ports/sysutils/portindex/distinfo (new)
  1.1       +15 -0     ports/sysutils/portindex/pkg-descr (new)


More information about the cvs-ports mailing list