2001-06-17 12:12:43 +02:00
|
|
|
Portupgrade is a tool to upgrade installed packages via ports or
|
2001-07-26 21:28:42 +02:00
|
|
|
packages. It upgrades installed packages without reinstalling
|
|
|
|
depending or dependent packages by directly updating the package
|
2001-08-11 21:41:33 +02:00
|
|
|
registry database located under /var/db/pkg, while it can also trace
|
2001-08-11 23:19:33 +02:00
|
|
|
dependency chains up and down to upgrade packages recursively.
|
2001-03-18 00:06:40 +01:00
|
|
|
|
2001-08-11 23:19:33 +02:00
|
|
|
This package also includes the following utilities:
|
2001-08-11 21:41:33 +02:00
|
|
|
portinstall: Helps you install new ports in a handy way.
|
2001-07-26 21:28:42 +02:00
|
|
|
Equivalent to `portupgrade -N'.
|
2001-08-11 21:41:33 +02:00
|
|
|
portcvsweb: Instantly browses a history via CVSweb.
|
2001-08-11 23:19:33 +02:00
|
|
|
portversion: Replaces pkg_version(1). This runs much faster and is
|
|
|
|
cooperative with portupgrade(1).
|
2001-08-25 17:14:42 +02:00
|
|
|
portsclean: Cleans ports workdir's, unreferenced distfiles and
|
|
|
|
old and orphan shared libraries.
|
|
|
|
portsdb: Creates binary database from the ports INDEX, and
|
|
|
|
expands ports globs.
|
2001-08-11 23:19:33 +02:00
|
|
|
pkg_deinstall: Wraps pkg_delete(1) and provides wildcards and
|
|
|
|
dependency recursion support, plus some more.
|
2001-08-26 21:58:38 +02:00
|
|
|
pkg_fetch: Fetches packages from a remote site.
|
2001-08-11 21:41:33 +02:00
|
|
|
pkg_glob: Expands package globs.
|
|
|
|
pkgdepfix: Fixes the /var/db/pkg registry interactively.
|
2001-03-18 00:06:40 +01:00
|
|
|
|
2001-05-31 05:32:59 +02:00
|
|
|
Author: Akinori MUSHA <knu@FreeBSD.org>
|