This is a simple C clone of ports-mgmt/pkg_rmleaves which shows the package comment and description. Fix: Patch attached with submission follows:
Class Changed From-To: maintainer-update->change-request Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed New port added, thank you! This is a seriously cool little proggie, BTW.
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"