summaryrefslogtreecommitdiff
path: root/sysutils/portupgrade-devel/pkg-descr
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-02-14 07:18:35 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-02-14 07:18:35 +0000
commit00535086d3a922b17e2beead589f92e6cd585ff8 (patch)
tree39749b1efaaad8c42f3be50320a00cac0799aacc /sysutils/portupgrade-devel/pkg-descr
parentFix build by syncing with gaim-0.73. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_1'.release/5.2.1
Notes
Notes: svn path=/head/; revision=100899 svn path=/tags/RELEASE_5_2_1/; revision=100900; tag=release/5.2.1
Diffstat (limited to 'sysutils/portupgrade-devel/pkg-descr')
-rw-r--r--sysutils/portupgrade-devel/pkg-descr21
1 files changed, 0 insertions, 21 deletions
diff --git a/sysutils/portupgrade-devel/pkg-descr b/sysutils/portupgrade-devel/pkg-descr
deleted file mode 100644
index 0c41ed3fdc1f..000000000000
--- a/sysutils/portupgrade-devel/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-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.
-
-Author: Akinori MUSHA <knu@FreeBSD.org>