aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/pkg_cutleaves
Commit message (Collapse)AuthorAgeFilesLines
* - 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>