From owner-freebsd-hackers@FreeBSD.ORG Fri May 30 15:39:04 2008 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBDFF106566B for ; Fri, 30 May 2008 15:39:04 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id BA9048FC1E for ; Fri, 30 May 2008 15:39:04 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so2348409ywe.13 for ; Fri, 30 May 2008 08:39:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=TN1JUeqyPVKmD7/vPk/J1wA73FQ8sjozouIrPwGQUmc=; b=G5RQgQKIaNP+1qLAktlsTJ/2rue+25RryNoJbS0nPnB9bT0sQc8uqyz572ah6+sIJYOz1d0qPa9YGAEmO+P2VSgUqk9fURsGxzk7eJNBBhWvVpnSNClAAD2VN9slz72hsiWdOWi6fxA10Qb3MTT7RQRtric8kuOtiKvsiBHiKAM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=Q/BP56p7/nseqFs8HcN2/G+N1zcrH9KNp2+ytoGdu7EoJNxEoBOTPfpN814sx+oSJOTpWVaiuTUmz2pcPgFMTJESdMvjk4LfTVm56fQkSQarOa2shZ3bdFf6d/cW4JvV8bzipWe+F0I75YDWelu7GYqKe1BQRDxBlQ05oOAiixM= Received: by 10.114.159.6 with SMTP id h6mr6252572wae.65.1212160395756; Fri, 30 May 2008 08:13:15 -0700 (PDT) Received: by 10.114.57.4 with HTTP; Fri, 30 May 2008 08:13:15 -0700 (PDT) Message-ID: Date: Fri, 30 May 2008 16:13:15 +0100 From: "Florent Thoumie" Sender: florent.thoumie@gmail.com To: ports@freebsd.org, hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 65ee063229fb840d X-Mailman-Approved-At: Fri, 30 May 2008 16:09:00 +0000 Cc: Subject: CFT: adding configuration file support to pkg_install X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 15:39:05 -0000 This adds support for /etc/pkg.conf configuration file. Also, this adds support for naive multi-site package fetching. Any comment welcome (and appreciated). Patch is here: http://people.freebsd.org/~flz/local/ports/pkg-install-config.diff Tarball is here: http://people.freebsd.org/~flz/local/ports/pkg-install-0a553aac.tar.bz2 -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer