mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update for version 1.4
This commit is contained in:
parent
07da5a0d49
commit
0ec59745d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165784
@ -1,17 +1,14 @@
|
||||
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.
|
||||
|
||||
Because portmaster is written in /bin/sh, it needs no other languages installed.
|
||||
This script uses the existing ports infrastructure to track dependencies,
|
||||
and to keep those dependencies up to date. Because it is written in /bin/sh,
|
||||
it needs no other 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
|
||||
in /usr/ports, 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
|
||||
* Runs make config recursively through all ports before starting build
|
||||
* 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)
|
||||
@ -20,5 +17,8 @@ Portmaster has the following features:
|
||||
* 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
|
||||
* Options to make packages out of installed, and new ports
|
||||
* Option to clean out stale port dependencies
|
||||
* Downloads distfiles in the background
|
||||
|
||||
WWW: http://dougbarton.us/portmaster.html
|
||||
|
@ -1,17 +1,14 @@
|
||||
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.
|
||||
|
||||
Because portmaster is written in /bin/sh, it needs no other languages installed.
|
||||
This script uses the existing ports infrastructure to track dependencies,
|
||||
and to keep those dependencies up to date. Because it is written in /bin/sh,
|
||||
it needs no other 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
|
||||
in /usr/ports, 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
|
||||
* Runs make config recursively through all ports before starting build
|
||||
* 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)
|
||||
@ -20,5 +17,8 @@ Portmaster has the following features:
|
||||
* 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
|
||||
* Options to make packages out of installed, and new ports
|
||||
* Option to clean out stale port dependencies
|
||||
* Downloads distfiles in the background
|
||||
|
||||
WWW: http://dougbarton.us/portmaster.html
|
||||
|
Loading…
Reference in New Issue
Block a user