24b247e2c7
- Convert to new options framework - Sync pkg-message with devel/portupgrade portupgrade changes - portupgrade/portinstall -v now lists recursive depends [ports/137958] - portupgrade lists new version after upgrade in results - Fixed failure being seen as success due to broken script(1) [ports/147242, ports/131111] - A fixed script(1) is now included for systems < 8.1 - Expanded pkgng support PR: ports/168548 which fixes: ports/137958 ports/147242 ports/131111 Submitted by: Bryan Drewery <bryan@shatow.net>
23 lines
1.1 KiB
Text
23 lines
1.1 KiB
Text
Portupgrade is a tool to upgrade installed packages via ports or
|
|
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.
|
|
|
|
This package also includes the following utilities:
|
|
portinstall: Helps you install new ports in a handy way.
|
|
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)
|
|
portsclean: Cleans ports workdir's, unreferenced distfiles,
|
|
old and orphan shared libraries, and stale packages.
|
|
portsdb: Creates binary database from the ports INDEX.
|
|
ports_glob: Expands ports globs.
|
|
pkg_deinstall: Wraps pkg_delete(1) and provides additional features.
|
|
pkg_fetch: Fetches packages from a remote site.
|
|
pkg_glob: Expands package globs.
|
|
pkg_which: Checks which package a file came from quickly.
|
|
pkgdb: Manages and searches the package database.
|
|
pkgdu: Display a disk usage for installed packages.
|
|
|
|
WWW: http://pkgtools.github.com/
|
|
WWW: http://wiki.freebsd.org/portupgrade
|