aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg-orphan/pkg-descr
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-11-29 21:37:46 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-11-29 21:37:46 +0000
commit3a2d2766d4ff12fcc6b05b2f56c5f502981ab37a (patch)
treee269c2ae60890fbbcbb134dd73b68a097eca7c79 /ports-mgmt/pkg-orphan/pkg-descr
parent0ae25aa5b7aa3d6b7a9494cfd7d8b1aab62b9101 (diff)
downloadports-3a2d2766d4ff12fcc6b05b2f56c5f502981ab37a.tar.gz
ports-3a2d2766d4ff12fcc6b05b2f56c5f502981ab37a.zip
Notes
Diffstat (limited to 'ports-mgmt/pkg-orphan/pkg-descr')
-rw-r--r--ports-mgmt/pkg-orphan/pkg-descr22
1 files changed, 22 insertions, 0 deletions
diff --git a/ports-mgmt/pkg-orphan/pkg-descr b/ports-mgmt/pkg-orphan/pkg-descr
new file mode 100644
index 000000000000..035a14c4198b
--- /dev/null
+++ b/ports-mgmt/pkg-orphan/pkg-descr
@@ -0,0 +1,22 @@
+pkg-orphan is a console utility for managing orphan, i.e. unreferenced FreeBSD
+packages. It finds all or selected orphans and lets the user choose which ones
+to remove and which ones to keep. It maintains a keep-list file, so previously
+kept packages will be skipped automatically. In batch mode, all packages, not
+present in the keep-list are either deleted or kept in the list.
+
+Since orphan packages are usually much fewer than non-orphan ones, it can be
+useful for quickly finding and deleting unused packages, even on a system with
+hundreds of them installed.
+
+Features:
+ - interactive and batch modes
+ - maintains a kept package list, to avoid asking for the same package again
+ - can delete packages recursively, but without deleting shared dependencies or
+ previously kept packages
+ - the keep-list file does not contain package versions, so upgrades generally
+ don't require editing of the file
+
+WWW: http://sourceforge.net/projects/pkg-orphan/
+
+- Victor Semionov
+semionov@mail.bg