From owner-cvs-src@FreeBSD.ORG Mon Jan 16 19:48:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BE4916A41F; Mon, 16 Jan 2006 19:48:23 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 321F943D67; Mon, 16 Jan 2006 19:48:18 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0GJmHAh017586; Mon, 16 Jan 2006 19:48:18 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0GJmHiY017585; Mon, 16 Jan 2006 19:48:17 GMT (envelope-from flz) Message-Id: <200601161948.k0GJmHiY017585@repoman.freebsd.org> From: Florent Thoumie Date: Mon, 16 Jan 2006 19:48:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 src/usr.sbin/pkg_install/add add.h main.c perform.c pkg_add.1 src/usr.sbin/pkg_install/lib lib.h url.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2006 19:48:23 -0000 flz 2006-01-16 19:48:17 UTC FreeBSD src repository (ports committer) Modified files: (Branch: RELENG_6) usr.sbin/pkg_install/info perform.c pkg_info.1 info.h main.c usr.sbin/pkg_install/add main.c add.h pkg_add.1 perform.c usr.sbin/pkg_install/lib lib.h url.c Log: MFC: Add -K option to pkg_add and pkg_info. This option saves packages to PKGDIR (if defined or current directory by default) as they are downloaded. Silent a warning when -n is used and package has a +DISPLAY file. src/usr.sbin/pkg_install/info/perform.c: rev 1.53 -> 1.54 src/usr.sbin/pkg_install/add/main.c: rev 1.65 -> 1.66 src/usr.sbin/pkg_install/lib/lib.h: rev 1.56 -> 1.57 src/usr.sbin/pkg_install/info/pkg_info.1: rev 1.55 -> 1.56 src/usr.sbin/pkg_install/add/add.h: rev 1.12 -> 1.13 src/usr.sbin/pkg_install/add/pkg_add.1: rev 1.68 -> 1.69 src/usr.sbin/pkg_install/add/perform.c: rev 1.78 -> 1.79 src/usr.sbin/pkg_install/info/info.h: rev 1.28 -> 1.29 src/usr.sbin/pkg_install/lib/url.c: rev 1.4 -> 1.5 src/usr.sbin/pkg_install/info/main.c: rev 1.48 -> 1.49 Revision Changes Path 1.11.8.2 +1 -0 src/usr.sbin/pkg_install/add/add.h 1.61.2.4 +7 -3 src/usr.sbin/pkg_install/add/main.c 1.77.8.2 +7 -4 src/usr.sbin/pkg_install/add/perform.c 1.66.2.2 +12 -2 src/usr.sbin/pkg_install/add/pkg_add.1 1.28.2.1 +1 -0 src/usr.sbin/pkg_install/info/info.h 1.47.2.2 +7 -2 src/usr.sbin/pkg_install/info/main.c 1.53.8.1 +1 -1 src/usr.sbin/pkg_install/info/perform.c 1.54.2.2 +8 -2 src/usr.sbin/pkg_install/info/pkg_info.1 1.56.2.1 +1 -1 src/usr.sbin/pkg_install/lib/lib.h 1.4.10.1 +26 -3 src/usr.sbin/pkg_install/lib/url.c