Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jan 2008 13:30:06 GMT
From:      dfilter@FreeBSD.org (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/117782: commit references a PR
Message-ID:  <200801041330.m04DU6bi001991@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/117782; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@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@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 



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