Bug 121910 - [PATCH] ports-mgmt/pkg_cutleaves: Implement "visual" mode
Summary: [PATCH] ports-mgmt/pkg_cutleaves: Implement "visual" mode
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: Stefan Walter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-20 14:40 UTC by Ulrich Spoerlein
Modified: 2008-03-25 19:00 UTC (History)
1 user (show)

See Also:


Attachments
pkg_cutleaves-20080320.patch (6.56 KB, patch)
2008-03-20 14:40 UTC, Ulrich Spoerlein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Spoerlein 2008-03-20 14:40:00 UTC
- Update to 20080320
- Implement a "visual" mode, where the user is given the complete list of
  leaf packages inside his editor. He can then remove packages by removing
  the lines in the file, save and exit. The now missing packages will then
  be removed.

If find this easier to use than the interactive mode, where I frequently will
press enter too fast, and then have to either start all over again or do a
second run.

Feel free to change the "visual" name and the -V flag to anything you like.

Port maintainer (stefan@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-20 14:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stefan

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-03-25 18:55:34 UTC
stefan      2008-03-25 18:55:30 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/pkg_cutleaves Makefile 
    ports-mgmt/pkg_cutleaves/files pkg_cutleaves pkg_cutleaves.1 
  Log:
  Update to 20080320:
  Implement a "visual" mode, where the user is given the complete list of leaf
  packages inside his editor. He can then remove packages by removing the lines in
  the file, save and exit. The now missing packages will then be removed.
  
  PR:             121910
  Submitted by:   Ulrich Spoerlein <uspoerlein@gmail.com>
  
  Revision  Changes    Path
  1.15      +1 -1      ports/ports-mgmt/pkg_cutleaves/Makefile
  1.2       +84 -23    ports/ports-mgmt/pkg_cutleaves/files/pkg_cutleaves
  1.2       +16 -2     ports/ports-mgmt/pkg_cutleaves/files/pkg_cutleaves.1
_______________________________________________
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"
Comment 3 Stefan Walter freebsd_committer freebsd_triage 2008-03-25 18:55:55 UTC
State Changed
From-To: open->closed

Committed - thanks for the patch, nice feature to have.