From owner-freebsd-commit Wed Apr 26 08:09:31 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA13359 for commit-outgoing; Wed, 26 Apr 1995 08:09:31 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA13334 for cvs-usrsbin-outgoing; Wed, 26 Apr 1995 08:08:55 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id IAA13326 ; Wed, 26 Apr 1995 08:08:43 -0700 Received: (from jkh@localhost) by time.cdrom.com (8.6.11/8.6.9) id IAA10770; Wed, 26 Apr 1995 08:08:25 -0700 Date: Wed, 26 Apr 1995 08:08:25 -0700 From: "Jordan K. Hubbard" Message-Id: <199504261508.IAA10770@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-usrsbin@time.cdrom.com Subject: cvs commit: src/usr.sbin/pkg_install/lib file.c lib.h str.c Sender: commit-owner@FreeBSD.org Precedence: bulk jkh 95/04/26 08:08:24 Modified: usr.sbin/pkg_install/add Makefile perform.c Log: Further work on making all this more robust in the face of failure. Also allow URL specification for a package. This works for things the package may depend on, too. Allow PKG_PATH to be used anywhere a package is being searched for. Modified: usr.sbin/pkg_install/create Makefile perform.c Log: Add a great deal more error checking to various things. Modified: usr.sbin/pkg_install/delete Makefile Log: Add depend on libftp since this is now in lib. Modified: usr.sbin/pkg_install/info Makefile perform.c Log: Make pkg_info URL aware (and also make it use the PKG_PATH properly, like everyone else). Try this: pkg_info ftp://freebsd.org/pub/FreeBSD/packages/all/gmake-3.73.tgz Modified: usr.sbin/pkg_install/lib file.c lib.h str.c Log: Add code for dealing with URLs.