Bug 117782 - New port: ports-mgmt/pkg_cleanup pkg_rmleaves clone with comment and description viewing
Summary: New port: ports-mgmt/pkg_cleanup pkg_rmleaves clone with comment and descript...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-03 07:20 UTC by Stephen Hurd
Modified: 2008-01-04 13:30 UTC (History)
0 users

See Also:


Attachments
file.shar (10.70 KB, text/plain)
2007-11-03 07:20 UTC, Stephen Hurd
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Hurd freebsd_committer freebsd_triage 2007-11-03 07:20:01 UTC
This is a simple C clone of ports-mgmt/pkg_rmleaves which shows the package comment and description.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-11-03 07:20:09 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2008-01-04 13:17:23 UTC
State Changed
From-To: open->closed

New port added, thank you! This is a seriously cool little proggie, BTW.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-01-04 13:28:56 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"