ports/117782: commit references a PR

dfilter service dfilter at FreeBSD.org
Fri Jan 4 13:30:06 UTC 2008


The following reply was made to PR ports/117782; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/117782: commit references a PR
Date: Fri,  4 Jan 2008 13:28:56 +0000 (UTC)

 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)
 _______________________________________________
 cvs-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
 



More information about the freebsd-ports-bugs mailing list