summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/pkg/DESCR
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-08-28 12:25:35 +0000
committeragc <agc@pkgsrc.org>1998-08-28 12:25:35 +0000
commita477e5037b8f6473b3e82705cd3830a0bf3e71d7 (patch)
treec7997ed337b1c347c3900a670b81333023aacdc9 /pkgtools/pkg_install/pkg/DESCR
parent97fae5833e9ad8fff21bad08b539bd5b2df922d2 (diff)
downloadpkgsrc-a477e5037b8f6473b3e82705cd3830a0bf3e71d7.tar.gz
+ Add a pkgtools category.
+ Add a pkg_install package, in the pkgtools category, which is a copy of NetBSD-current's /usr/src/usr.sbin/pkg_install sources, as of August 28th 1998. This version of the pkg_* tools includes a version of pkg_info(1) which echoes matching package names, understands sh(1) globbing, csh(1)-style {,} alternates, and Dewey decimal version number relational matching.
Diffstat (limited to 'pkgtools/pkg_install/pkg/DESCR')
-rw-r--r--pkgtools/pkg_install/pkg/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgtools/pkg_install/pkg/DESCR b/pkgtools/pkg_install/pkg/DESCR
new file mode 100644
index 00000000000..7669b9e955e
--- /dev/null
+++ b/pkgtools/pkg_install/pkg/DESCR
@@ -0,0 +1,4 @@
+This is a copy of NetBSD-current's pkg_* tools in a format which is
+able to be installed as a package. They simply replace the tools in
+/usr/sbin, but don't register themselves as a package, so that no
+de-installation can take place.