From owner-freebsd-ports@FreeBSD.ORG Mon Jul 19 20:32:33 2010 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 CE64C1065673 for ; Mon, 19 Jul 2010 20:32:33 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward12.mail.yandex.net (forward12.mail.yandex.net [95.108.130.94]) by mx1.freebsd.org (Postfix) with ESMTP id 7CF628FC0A for ; Mon, 19 Jul 2010 20:32:33 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward12.mail.yandex.net (Yandex) with ESMTP id B18512210831 for ; Tue, 20 Jul 2010 00:32:31 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1279571551; bh=Vn+Ea+lgkYrS8qDh1CzZeSSv2zd08S/gvbncl85W7/s=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=exbCTz5K0i9t3WIx79XU85xNlDNayPXRw8MUZNMtkt6zWfaZZCPMbq7pxc1Ot6LSF herk8DZPWuxOohSYsh+yuAXeEfBEsH1+wU0yEn3K/YPg0xd8MWqK7sbDnDUKqG32lr ZdTuYDWgbOmjY9jsGCQxcZxYEiD/ftFSHLNP1zus= Received: from smeshariki2.local (unknown [77.66.149.137]) by smtp12.mail.yandex.net (Yandex) with ESMTPSA id 7390313E8079 for ; Tue, 20 Jul 2010 00:32:31 +0400 (MSD) Message-ID: <4C44B606.20809@yandex.ru> Date: Tue, 20 Jul 2010 00:31:02 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.1.10) Gecko/20100628 Thunderbird/3.0.5 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4C441667.7010201@ifdnrg.com> <4C44B1C6.6040500@FreeBSD.org> In-Reply-To: <4C44B1C6.6040500@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Yandex-TimeMark: 1279571551 X-Yandex-Spam: 1 X-Yandex-Front: smtp12.mail.yandex.net Subject: Re: Tracking port updates 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: Mon, 19 Jul 2010 20:32:33 -0000 20.07.2010 00:12, Doug Barton пишет: > It would be theoretically possible to add support for something more > robust than that, but I don't anticipate having time for it any time > soon, I currently have a bunch of stuff that I'm trying to wrap up, > including some portmaster tweaks in other areas. I believe Paul means something like yum do in redhat distros. There is yum log in /var/log with entries like: Jun 17 12:34:32 Erased: ImageMagick Jun 23 23:33:28 Updated: 1:cups-libs-1.3.7-18.el5_5.4.i386 Jun 23 23:33:42 Updated: 1:cups-1.3.7-18.el5_5.4.i386 Jul 07 19:45:33 Installed: kernel-2.6.18-194.8.1.el5.i686 Jul 07 19:45:38 Updated: kernel-headers-2.6.18-194.8.1.el5.i386 Jul 07 19:45:43 Updated: kernel-doc-2.6.18-194.8.1.el5.noarch Jul 07 19:46:49 Installed: kernel-devel-2.6.18-194.8.1.el5.i686 This feature would be useful in portmaster for later review what was done. And it is simple to implement as far i understand. Yes, it's a feature request ;) -- Regards, Ruslan