pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install Improved DESCR and COMMENT. Chang...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ee7b5deae11b
branches: trunk
changeset: 461116:ee7b5deae11b
user: reed <reed%pkgsrc.org@localhost>
date: Thu Sep 11 07:14:42 2003 +0000
description:
Improved DESCR and COMMENT. Changed HOMEPAGE. (Okay'd by jlam.)
diffstat:
pkgtools/pkg_install/DESCR | 10 ++++++++++
pkgtools/pkg_install/Makefile | 6 +++---
2 files changed, 13 insertions(+), 3 deletions(-)
diffs (37 lines):
diff -r 5a57bdb24a53 -r ee7b5deae11b pkgtools/pkg_install/DESCR
--- a/pkgtools/pkg_install/DESCR Thu Sep 11 06:46:11 2003 +0000
+++ b/pkgtools/pkg_install/DESCR Thu Sep 11 07:14:42 2003 +0000
@@ -1,3 +1,13 @@
+This package includes the package installation and administration tools:
+
+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
diff -r 5a57bdb24a53 -r ee7b5deae11b pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile Thu Sep 11 06:46:11 2003 +0000
+++ b/pkgtools/pkg_install/Makefile Thu Sep 11 07:14:42 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2003/09/02 22:34:04 jlam Exp $
+# $NetBSD: Makefile,v 1.82 2003/09/11 07:14:42 reed Exp $
# Notes to package maintainers:
#
@@ -14,8 +14,8 @@
DISTFILES= # empty
MAINTAINER= tech-pkg%NetBSD.org@localhost
-HOMEPAGE= http://www.NetBSD.org/
-COMMENT= NetBSD-current's pkg_* tools
+HOMEPAGE= http://www.pkgsrc.org/
+COMMENT= Package installation and administration tools
USE_BUILDLINK2= # defined
GNU_CONFIGURE= # defined
Home |
Main Index |
Thread Index |
Old Index