aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/pkg_cutleaves
Commit message (Collapse)AuthorAgeFilesLines
* Add patches to make pkg_cutleaves compatible with pkgng, conditionalmatthew2012-03-134-1/+197
| | | | | | | | | | on WITH_PKGNG being defined. No change to the default package, so no version number or portrevision bump. Approved by: stefan (maintainer) shaun (mentor) Feature safe: yes
* Change the default behaviour to continue on newly found leaf packages.stefan2009-08-132-3/+3
| | | | | PR: 137626 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com>
* Update to 20080320:stefan2008-03-263-26/+101
| | | | | | | | | 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>
* - Make this port self-contained.stefan2007-10-214-19/+478
| | | | | | - Update to the latest version. The only change is accepting 'yes' as valid input where previously only a 'y' was accepted. (Patch by Feargal Reilly <feargal@fbi.ie>)
* Populate a new ports-mgmt category. List of moved ports:pav2007-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devel/portcheckout -> ports-mgmt/portcheckout devel/portlint -> ports-mgmt/portlint devel/portmk -> ports-mgmt/portmk devel/porttools -> ports-mgmt/porttools misc/instant-tinderbox -> ports-mgmt/instant-tinderbox misc/porteasy -> ports-mgmt/porteasy misc/portell -> ports-mgmt/portell misc/portless -> ports-mgmt/portless misc/tinderbox -> ports-mgmt/tinderbox security/jailaudit -> ports-mgmt/jailaudit security/portaudit -> ports-mgmt/portaudit security/portaudit-db -> ports-mgmt/portaudit-db security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port sysutils/barry -> ports-mgmt/barry sysutils/bpm -> ports-mgmt/bpm sysutils/kports -> ports-mgmt/kports sysutils/managepkg -> ports-mgmt/managepkg sysutils/newportsversioncheck -> ports-mgmt/newportsversioncheck sysutils/pib -> ports-mgmt/pib sysutils/pkgfe -> ports-mgmt/pkgfe sysutils/pkg-orphan -> ports-mgmt/pkg-orphan sysutils/pkg_cutleaves -> ports-mgmt/pkg_cutleaves sysutils/pkg_install -> ports-mgmt/pkg_install sysutils/pkg_install-devel -> ports-mgmt/pkg_install-devel sysutils/pkg_remove -> ports-mgmt/pkg_remove sysutils/pkg_rmleaves -> ports-mgmt/pkg_rmleaves sysutils/pkg_trackinst -> ports-mgmt/pkg_trackinst sysutils/pkg_tree -> ports-mgmt/pkg_tree sysutils/portbrowser -> ports-mgmt/portbrowser sysutils/portconf -> ports-mgmt/portconf sysutils/portdowngrade -> ports-mgmt/portdowngrade sysutils/portcheck -> ports-mgmt/portcheck sysutils/portmanager -> ports-mgmt/portmanager sysutils/portmaster -> ports-mgmt/portmaster sysutils/portscout -> ports-mgmt/portscout sysutils/portsearch -> ports-mgmt/portsearch sysutils/portsman -> ports-mgmt/portsman sysutils/portsnap -> ports-mgmt/portsnap sysutils/portsopt -> ports-mgmt/portsopt sysutils/portupgrade -> ports-mgmt/portupgrade sysutils/portupgrade-devel -> ports-mgmt/portupgrade-devel sysutils/port-authoring-tools -> ports-mgmt/port-authoring-tools sysutils/port-maintenance-tools -> ports-mgmt/port-maintenance-tools sysutils/psearch -> ports-mgmt/psearch sysutils/p5-FreeBSD-Portindex -> ports-mgmt/p5-FreeBSD-Portindex sysutils/qtpkg -> ports-mgmt/qtpkg textproc/p5-FreeBSD-Ports -> ports-mgmt/p5-FreeBSD-Ports Repocopies by: marcus
* Update to 20061113.stefan2006-11-142-4/+4
|
* Convert MAINTAINER to my freebsd.org account.stefan2006-05-071-1/+1
|
* - Update to 20060430, which uses pkg_delete instead of pkg_deinstallpav2006-05-012-8/+5
| | | | | | | - Remove dependency on sysutils/portupgrade PR: ports/96558 Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
* - Update to 20051228pav2005-12-282-3/+4
| | | | | | | | | | - add switch ('-g') to automatically generate the exclude file from kept or installed packges - improve command line processing - improve recursive cutting of leaves PR: ports/91021 Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
* - Update to 20040517krion2004-05-174-339/+13
| | | | | | | | | (add parameter '-L': treat exclude file as a list of files that *should* be installed and report deviations from that list; patch sent by Bob Van Valzah <Bob@VanValzah.Com>) PR: ports/66734 Submitted by: maintainer
* Update to 20040414,mat2004-05-042-18/+34
| | | | | | | - Add the ability to handle portnames with + sign PR: 65329 Submitted by: maintainer
* Update to 20040207pav2004-02-092-8/+22
| | | | | | | | | | - provide a dummy exclusion pattern if the exclude file exists but doesn't contain any patterns (Yen-Ming Lee <leeym@FreeBSD.org>) - progress status display for interactive phase, too - minor code cleanups, improved comments/docs PR: ports/62539 Submitted by: Stefan Walter <sw@gegenunendlich.de> (author)
* - Use PLIST_FILESclement2004-01-262-1/+2
| | | | | PR: 61886 Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
* Update to 20031231pav2003-12-312-26/+37
| | | | | | | | | | Cosmetic update, no functional changes: - exit automatically when there aren't any more packages to process - send error messages to stderr - ignore whitespace in user input, don't blindly get the first character PR: ports/60763 Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
* - Update to 20031227pav2003-12-284-29/+52
| | | | | | | | | | | - check for empty +REQUIRED_BY files, too (Yen-Ming Lee <leeym@leeym.com>) - optionally run 'pkgdb -F' after each run (new parameter '-F') - add info messages for progress status when deinstalling packages - minor code cleanups, improvement of messages/comments - remove the 'usage' text from the pkg-descr file PR: ports/60639 Submitted by: Stefan Walter <sw@gegenunendlich.de> (author)
* Update to 20031115pav2003-11-173-16/+40
| | | | | | PR: ports/59304 Submitted by: Stefan Walter (maintainer) Approved by: marcus (backup mentor)
* add pkg_cutleaves-20030727leeym2003-09-305-0/+293
pkg_cutleaves finds installed 'leaf' packages, i.e. packages that are not referenced by any other installed package, and lets you decide for each one if you want to keep or deinstall it via pkg_deinstall(1). PR: 54912 Submitted by: Stefan Walter <sw@gegenunendlich.de>