cvs commit: ports/ports-mgmt Makefile ports/ports-mgmt/pkg_cleanup Makefile pkg-descr ports/ports-mgmt/pkg_cleanup/files Makefile pkg_cleanup.1 pkg_cleanup.c

Pav Lucistnik pav at FreeBSD.org
Fri Jan 4 05:28:52 PST 2008


pav         2008-01-04 13:28:51 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt           Makefile 
  Added files:
    ports-mgmt/pkg_cleanup Makefile pkg-descr 
    ports-mgmt/pkg_cleanup/files Makefile pkg_cleanup.1 
                                 pkg_cleanup.c 
  Log:
  pkg_cleanup finds packages that are not requested by any other installed
  package and lets you decide for each one if you want to keep it or delete it.
  It also allows viewing the pacakge comment and description.
  
  This program is essentially a clone of pkg_rmleaves except that it shows
  the comment and description of packages and does not support GUI dialog(1)
  implementations.
  
  PR:             ports/117782
  Submitted by:   Stephen Hurd <shurd at sasktel.net>
  
  Revision  Changes    Path
  1.9       +1 -0      ports/ports-mgmt/Makefile
  1.1       +33 -0     ports/ports-mgmt/pkg_cleanup/Makefile (new)
  1.1       +5 -0      ports/ports-mgmt/pkg_cleanup/files/Makefile (new)
  1.1       +26 -0     ports/ports-mgmt/pkg_cleanup/files/pkg_cleanup.1 (new)
  1.1       +317 -0    ports/ports-mgmt/pkg_cleanup/files/pkg_cleanup.c (new)
  1.1       +7 -0      ports/ports-mgmt/pkg_cleanup/pkg-descr (new)


More information about the cvs-all mailing list