Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jan 2008 13:28:51 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200801041328.m04DSp6h096405@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



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