From owner-freebsd-ports@FreeBSD.ORG Sat Oct 20 12:48:41 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2432616A419 for ; Sat, 20 Oct 2007 12:48:41 +0000 (UTC) (envelope-from beat@chruetertee.ch) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id BC2EC13C458 for ; Sat, 20 Oct 2007 12:48:40 +0000 (UTC) (envelope-from beat@chruetertee.ch) Received: from daedalus.network.local (V9926.v.pppool.de [89.57.153.38]) (authenticated bits=0) by marvin.chruetertee.ch (8.13.6/8.13.6) with ESMTP id l9KCkjZl049460 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sat, 20 Oct 2007 12:46:46 GMT (envelope-from beat@chruetertee.ch) Message-ID: <4719F8DA.9020005@chruetertee.ch> Date: Sat, 20 Oct 2007 14:47:22 +0200 From: =?ISO-8859-1?Q?Beat_G=E4tzi?= User-Agent: Thunderbird 2.0.0.5 (X11/20070728) MIME-Version: 1.0 To: freebsd-ports@freebsd.org, beat@chruetertee.ch, carpetsmoker@xs4all.nl References: <4719CE07.5000904@chruetertee.ch> <6eb82e0710200344s2ef687fct7bb8f01f46fc6767@mail.gmail.com> <4719E490.2070506@chruetertee.ch> <20071020122436.GA64007@glitch.rwxrwxrwx.net> In-Reply-To: <20071020122436.GA64007@glitch.rwxrwxrwx.net> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: Project ideas page: UPDATING parser and displayer X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2007 12:48:41 -0000 Martin Tournoij wrote: > Here's a little patch. > > It changes: > - variable tmpfile was renamed to tmp_file, I got a warning that it > shadowed a global declaration > - Add support for PORTSDIR and PKG_DBDIR > - Don't exit if we can't open +CONTENTS file, since pkgdb may be in > /var/db/pkg > - Add Makefile for sourcetree Great! Thank you! I updated the available version with your patch. > TODO: > Write a manpage Yes, I know that this should be done. But before writing the manpage I will remove the -p argument as mentioned in a prior mail to make pkg_updating more compatible with the other pkg_* commands. Regards, Beat