summaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2006-02-21 04:05:41 +0000
committerdougb <dougb@FreeBSD.org>2006-02-21 04:05:41 +0000
commitb6ac4dc8c51845bd81f319935fb1025f311f088d (patch)
tree2a8b94cb16fe21bebd8fb1ee50aeac4dd62bb7fb /ports-mgmt
parent0ed16c76e8ff1719f2b44c96ee40e02fda9fafac (diff)
downloadFreeBSD-ports-b6ac4dc8c51845bd81f319935fb1025f311f088d.zip
FreeBSD-ports-b6ac4dc8c51845bd81f319935fb1025f311f088d.tar.gz
Improve the description, and add a WWW link.
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portmaster/pkg-descr28
1 files changed, 22 insertions, 6 deletions
diff --git a/ports-mgmt/portmaster/pkg-descr b/ports-mgmt/portmaster/pkg-descr
index ae4d717..96f6058 100644
--- a/ports-mgmt/portmaster/pkg-descr
+++ b/ports-mgmt/portmaster/pkg-descr
@@ -1,8 +1,24 @@
-This script provides a simple way to manage your ports.
+This script provides a simple way to manage your ports. It uses the existing
+ports infrastructure to track dependencies, and to keep those dependencies
+up to date.
-It uses the existing ports infrastructure to track
-dependencies, and to keep those dependencies up
-to date.
+Because portmaster is written in /bin/sh, it needs no other languages installed.
-Because portmaster is written in /bin/sh, it needs
-no other interpreted languages installed.
+Portmaster has the following features:
+ * User can specify the port to upgrade (or install) either by directory
+ in /usr/ports (whether the port is already installed or not), or by
+ directory in /var/db/pkg
+ * Updates and repairs (as needed) entries for dependencies in both +CONTENTS
+ and +REQUIRED_BY files for both the port that is being updated, and any
+ ports that depend on it
+ * Runs make config
+ * Recursively checks and upgrades (or installs) all dependencies
+ * User can force upgrades of all dependent ports
+ * Runs make clean before starting the build (can be disabled)
+ * Offers the user the opportunity to delete stale distfiles
+ * Supports /usr/ports/MOVED
+ * Supports non-default settings of PORTSDIR and PKG_DBDIR
+ * Interactive update mode (prompts for each update)
+ * Option to rebuild port, and ports that depend on it
+
+WWW: http://dougbarton.us/portmaster.html
OpenPOWER on IntegriCloud