diff options
author | knu <knu@FreeBSD.org> | 2001-08-11 19:41:33 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-11 19:41:33 +0000 |
commit | e1e9cfe737b565d36d279f326daea7267791df14 (patch) | |
tree | bb88f180ad10c7179184d998d0f238d24877cc96 /ports-mgmt | |
parent | ae00dbcf36715fc6491480664c563ab1efaaa0e2 (diff) | |
download | FreeBSD-ports-e1e9cfe737b565d36d279f326daea7267791df14.zip FreeBSD-ports-e1e9cfe737b565d36d279f326daea7267791df14.tar.gz |
Update pkg-comment and pkg-descr.
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portupgrade-devel/pkg-comment | 2 | ||||
-rw-r--r-- | ports-mgmt/portupgrade-devel/pkg-descr | 27 | ||||
-rw-r--r-- | ports-mgmt/portupgrade/pkg-comment | 2 | ||||
-rw-r--r-- | ports-mgmt/portupgrade/pkg-descr | 27 |
4 files changed, 26 insertions, 32 deletions
diff --git a/ports-mgmt/portupgrade-devel/pkg-comment b/ports-mgmt/portupgrade-devel/pkg-comment index c90806d..fdb9fc6 100644 --- a/ports-mgmt/portupgrade-devel/pkg-comment +++ b/ports-mgmt/portupgrade-devel/pkg-comment @@ -1 +1 @@ -Very powerful FreeBSD ports/packages upgrading tool and some more +Very powerful FreeBSD ports/packages upgrading tool and more diff --git a/ports-mgmt/portupgrade-devel/pkg-descr b/ports-mgmt/portupgrade-devel/pkg-descr index bc3cddc..eeca0e1 100644 --- a/ports-mgmt/portupgrade-devel/pkg-descr +++ b/ports-mgmt/portupgrade-devel/pkg-descr @@ -1,23 +1,20 @@ Portupgrade is a tool to upgrade installed packages via ports or packages. It upgrades installed packages without reinstalling depending or dependent packages by directly updating the package -registry database located under /var/db/pkg. It can also trace +registry database located under /var/db/pkg, while it can also trace dependency chains up and down and upgrade packages recursively. -This package also includes the following utilities: -portinstall: This helps you install new ports in a handy way. +This package also includes the following utilities (and more!): +portinstall: Helps you install new ports in a handy way. Equivalent to `portupgrade -N'. -portversion: This is a replacement of pkg_version(8), which runs - faster than pkg_version and is cooperative with - portupgrade. -portsdb: This is a tool to create, update or look up ports - database, which is made from the ports index file. -pkg_deinstall: This is a package deinstaller with wildcards and - dependency recursion support. -pkg_glob: This is a package glob expander with wildcards and - dependency recursion support. -pkgdepfix: This is an interactive tool to fix /var/db/pkg's - @pkgdep vs. +REQUIRED_BY discrepancies, and stale or - missing origins, optionally. +portcvsweb: Instantly browses a history via CVSweb. +portversion: Replaces pkg_version(8). This runs much faster and is + cooperative with portupgrade. +portsclean: Cleans workdir's and unreferenced distfiles. +portsdb: Creates binary database from the ports INDEX. +pkg_deinstall: A wrapper of pkg_delete with wildcards and dependency + recursion support and some more. +pkg_glob: Expands package globs. +pkgdepfix: Fixes the /var/db/pkg registry interactively. Author: Akinori MUSHA <knu@FreeBSD.org> diff --git a/ports-mgmt/portupgrade/pkg-comment b/ports-mgmt/portupgrade/pkg-comment index c90806d..fdb9fc6 100644 --- a/ports-mgmt/portupgrade/pkg-comment +++ b/ports-mgmt/portupgrade/pkg-comment @@ -1 +1 @@ -Very powerful FreeBSD ports/packages upgrading tool and some more +Very powerful FreeBSD ports/packages upgrading tool and more diff --git a/ports-mgmt/portupgrade/pkg-descr b/ports-mgmt/portupgrade/pkg-descr index bc3cddc..eeca0e1 100644 --- a/ports-mgmt/portupgrade/pkg-descr +++ b/ports-mgmt/portupgrade/pkg-descr @@ -1,23 +1,20 @@ Portupgrade is a tool to upgrade installed packages via ports or packages. It upgrades installed packages without reinstalling depending or dependent packages by directly updating the package -registry database located under /var/db/pkg. It can also trace +registry database located under /var/db/pkg, while it can also trace dependency chains up and down and upgrade packages recursively. -This package also includes the following utilities: -portinstall: This helps you install new ports in a handy way. +This package also includes the following utilities (and more!): +portinstall: Helps you install new ports in a handy way. Equivalent to `portupgrade -N'. -portversion: This is a replacement of pkg_version(8), which runs - faster than pkg_version and is cooperative with - portupgrade. -portsdb: This is a tool to create, update or look up ports - database, which is made from the ports index file. -pkg_deinstall: This is a package deinstaller with wildcards and - dependency recursion support. -pkg_glob: This is a package glob expander with wildcards and - dependency recursion support. -pkgdepfix: This is an interactive tool to fix /var/db/pkg's - @pkgdep vs. +REQUIRED_BY discrepancies, and stale or - missing origins, optionally. +portcvsweb: Instantly browses a history via CVSweb. +portversion: Replaces pkg_version(8). This runs much faster and is + cooperative with portupgrade. +portsclean: Cleans workdir's and unreferenced distfiles. +portsdb: Creates binary database from the ports INDEX. +pkg_deinstall: A wrapper of pkg_delete with wildcards and dependency + recursion support and some more. +pkg_glob: Expands package globs. +pkgdepfix: Fixes the /var/db/pkg registry interactively. Author: Akinori MUSHA <knu@FreeBSD.org> |