pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install improve DESCR and COMMENT.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/221a6e1e08e5
branches:  trunk
changeset: 465137:221a6e1e08e5
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon Dec 22 00:23:35 2003 +0000

description:
improve DESCR and COMMENT.

diffstat:

 pkgtools/pkg_install/DESCR    |  26 +++++++++++++-------------
 pkgtools/pkg_install/Makefile |   4 ++--
 2 files changed, 15 insertions(+), 15 deletions(-)

diffs (49 lines):

diff -r 1d12179531d2 -r 221a6e1e08e5 pkgtools/pkg_install/DESCR
--- a/pkgtools/pkg_install/DESCR        Sun Dec 21 21:37:50 2003 +0000
+++ b/pkgtools/pkg_install/DESCR        Mon Dec 22 00:23:35 2003 +0000
@@ -1,14 +1,14 @@
-This package includes the package installation and administration tools:
+pkg_install contains the core package management and administration
+utilities for pkgsrc, a multi-platform source and binary package
+system developed and maintained by The NetBSD Project and volunteers
+from around the globe.
+
+The following tools are included:
 
-pkg_add - a utility for installing and upgrading software packages
-pkg_admin - perform various administrative tasks to the pkg system
-pkg_create - a utility for creating software package distributions
-pkg_delete - a utility for deleting previously installed software packages
-pkg_info - a utility for displaying information on software packages
-pkg_view - a utility for managing package views
-linkfarm - a utility for managing symbolic links to package files
-
-This is a copy of NetBSD-current's pkg_* tools in a format which
-is able to be installed as a package.  To prevent deinstallation,
-they don't register themselves as a package.  On NetBSD, they simply
-replace the tools in /usr/sbin.
+pkg_add                install and upgrade binary packages
+pkg_admin      perform various pkgsrc administrative tasks
+pkg_create     create software package distributions
+pkg_delete     delete installed packages
+pkg_info       display information about installed or binary packages
+pkg_view       manage package views
+linkfarm       manage symbolic links for package views
diff -r 1d12179531d2 -r 221a6e1e08e5 pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Sun Dec 21 21:37:50 2003 +0000
+++ b/pkgtools/pkg_install/Makefile     Mon Dec 22 00:23:35 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2003/10/11 07:29:29 grant Exp $
+# $NetBSD: Makefile,v 1.90 2003/12/22 00:23:35 grant Exp $
 
 # Notes to package maintainers:
 #
@@ -15,7 +15,7 @@
 
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
 HOMEPAGE=              http://www.pkgsrc.org/
-COMMENT=               Package installation and administration tools
+COMMENT=               Package management and administration tools for pkgsrc
 
 GNU_CONFIGURE=         # defined
 CONFIGURE_ARGS+=       --with-pkgdbdir=${PKG_DBDIR}



Home | Main Index | Thread Index | Old Index