notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
pkg_cutleaves Interactive script for deinstalling 'leaf' packages
20061113 sysutils Deleted on this many watch lists=39 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 20061113Version of this port present on the latest quarterly branch.
Maintainer: stefan@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-09-30 14:21:10
Last Update: 2007-02-05 01:08:46
SVN Revision: UNKNOWN
People watching this port, also watch:: libiconv, unzip, expat, gmake
License: not specified in port
Description:
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)).
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • pkg_cutleaves>0:sysutils/pkg_cutleaves
No installation instructions:
This port has been deleted.
PKGNAME: pkg_cutleaves
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. perl5.8.8 : lang/perl5.8
Runtime dependencies:
  1. perl5.8.8 : lang/perl5.8
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://www.gegenunendlich.de/projects/pkg_cutleaves/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20061113
05 Feb 2007 01:08:46
Original commit files touched by this commit
pav search for other commits by this committer
Populate a new ports-mgmt category. List of moved ports:

  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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20061113
13 Nov 2006 18:39:09
Original commit files touched by this commit
stefan search for other commits by this committer
Update to 20061113.
20060430
07 May 2006 13:32:13
Original commit files touched by this commit
stefan search for other commits by this committer
Convert MAINTAINER to my freebsd.org account.
20060430
30 Apr 2006 20:59:45
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 20060430, which uses pkg_delete instead of pkg_deinstall
- Remove dependency on sysutils/portupgrade

PR:             ports/96558
Submitted by:   Stefan Walter <sw@gegenunendlich.de> (maintainer)
20051228
28 Dec 2005 15:43:42
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 20051228
  - 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)
20040517
17 May 2004 14:15:38
Original commit files touched by this commit
krion search for other commits by this committer
- Update to 20040517
  (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
20040414
04 May 2004 15:33:14
Original commit files touched by this commit
mat search for other commits by this committer
Update to 20040414,

- Add the ability to handle portnames with + sign

PR:             65329
Submitted by:   maintainer
20040207
08 Feb 2004 22:25:19
Original commit files touched by this commit
pav search for other commits by this committer
Update to 20040207

- 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)
20031231
25 Jan 2004 16:25:19
Original commit files touched by this commit
clement search for other commits by this committer
- Use PLIST_FILES

PR:             61886
Submitted by:   Stefan Walter <sw@gegenunendlich.de> (maintainer)
20031231
31 Dec 2003 15:12:54
Original commit files touched by this commit
pav search for other commits by this committer
Update to 20031231

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)
20031227
27 Dec 2003 23:08:05
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 20031227

- 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)
20031115
16 Nov 2003 18:50:53
Original commit files touched by this commit
pav search for other commits by this committer
Update to 20031115

PR:             ports/59304
Submitted by:   Stefan Walter (maintainer)
Approved by:    marcus (backup mentor)
20030727
30 Sep 2003 14:19:27
Original commit files touched by this commit
leeym search for other commits by this committer
add pkg_cutleaves-20030727

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>

Number of commits found: 13