2001-06-17 10:12:43 +00:00
|
|
|
Portupgrade is a tool to upgrade installed packages via ports or
|
2002-11-20 08:29:25 +00:00
|
|
|
packages. You can upgrade installed packages without having to
|
|
|
|
reinstall depending or dependent packages. It can automatically trace
|
|
|
|
dependency chains up and down upgrading packages recursively.
|
2001-03-17 23:06:40 +00:00
|
|
|
|
2001-08-11 21:19:33 +00:00
|
|
|
This package also includes the following utilities:
|
2001-08-11 19:41:33 +00:00
|
|
|
portinstall: Helps you install new ports in a handy way.
|
2002-11-20 08:29:25 +00:00
|
|
|
portcvsweb: Instantly lets you browse change history via CVSweb.
|
|
|
|
portversion: Replaces pkg_version(1) and helps you upgrade packages
|
|
|
|
with portupgrade(1). (runs much faster)
|
2002-02-04 17:47:31 +00:00
|
|
|
portsclean: Cleans ports workdir's, unreferenced distfiles,
|
|
|
|
old and orphan shared libraries, and stale packages.
|
2001-09-21 22:46:14 +00:00
|
|
|
portsdb: Creates binary database from the ports INDEX.
|
|
|
|
ports_glob: Expands ports globs.
|
2002-11-20 08:29:25 +00:00
|
|
|
pkg_deinstall: Wraps pkg_delete(1) and provides additional features.
|
2001-08-26 19:58:38 +00:00
|
|
|
pkg_fetch: Fetches packages from a remote site.
|
2001-08-11 19:41:33 +00:00
|
|
|
pkg_glob: Expands package globs.
|
2001-09-21 22:46:14 +00:00
|
|
|
pkg_which: Checks which package a file came from quickly.
|
2002-11-20 08:29:25 +00:00
|
|
|
pkgdb: Manages and searches the package database.
|
2001-03-17 23:06:40 +00:00
|
|
|
|
2001-05-31 03:32:59 +00:00
|
|
|
Author: Akinori MUSHA <knu@FreeBSD.org>
|
2006-11-10 11:19:26 +00:00
|
|
|
WWW: http://wiki.freebsd.org/portupgrade
|