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.
|
2002-02-04 18:47:31 +01:00
|
|
|
portcvsweb: Instantly browses change history via CVSweb.
|
2001-09-22 00:46:14 +02:00
|
|
|
portversion: Replaces pkg_version(1), runs much faster and is
|
2001-08-11 23:19:33 +02:00
|
|
|
cooperative with portupgrade(1).
|
2002-02-04 18:47:31 +01:00
|
|
|
portsclean: Cleans ports workdir's, unreferenced distfiles,
|
|
|
|
old and orphan shared libraries, and stale packages.
|
2001-09-22 00:46:14 +02:00
|
|
|
portsdb: Creates binary database from the ports INDEX.
|
|
|
|
ports_glob: Expands ports globs.
|
|
|
|
pkg_deinstall: Wraps pkg_delete(1) and provides extra features.
|
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.
|
2001-09-22 00:46:14 +02:00
|
|
|
pkg_which: Checks which package a file came from quickly.
|
2001-10-06 17:52:58 +02:00
|
|
|
pkgdb: Manipulate the package database and interactively
|
|
|
|
fixes most problems in the /var/db/pkg registry.
|
2001-03-18 00:06:40 +01:00
|
|
|
|
2001-05-31 05:32:59 +02:00
|
|
|
Author: Akinori MUSHA <knu@FreeBSD.org>
|