From owner-freebsd-ports@FreeBSD.ORG Mon Dec 13 22:05:05 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 78432106564A for ; Mon, 13 Dec 2010 22:05:05 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 2915B8FC12 for ; Mon, 13 Dec 2010 22:05:04 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PSGVz-0006tU-Nx for freebsd-ports@freebsd.org; Mon, 13 Dec 2010 23:05:03 +0100 Received: from 212-241-133-95.pool.ukrtel.net ([95.133.241.212]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Dec 2010 23:05:03 +0100 Received: from alexander.gromnitsky by 212-241-133-95.pool.ukrtel.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Dec 2010 23:05:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Alexander Gromnitsky Date: Mon, 13 Dec 2010 23:22:34 +0200 Organization: A poorly-installed InterNetNews site Lines: 42 Message-ID: <20101213232234.3240993f@goliard.medieval> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 212-241-133-95.pool.ukrtel.net X-Newsreader: Claws Mail 3.7.6 (GTK+ 2.22.1; i386-portbld-freebsd8.1) Subject: Announce: the utility that dumps CVS logs for any port 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, 13 Dec 2010 22:05:05 -0000 Hi, There is a small program--portvcs[0] that can feed your terminal with logs for a particular port from CVS server. It's useful for those of us who hates to browse cvsweb with firefox. For example, you can type: % portvcs www/firefox and it dumps logs for firefox (by default from now to 1 year ago). Or: % pwd /usr/ports/x11-toolkits/gtk20 % portvcs Makefile to see logs for gtk20. To install portvcs type: # gem install portvcs Warning: it requires Ruby 1.9.2 (and no other dependencies). Make sure you have RUBY_DEFAULT_VER=1.9 in /etc/make.conf. Or install portvcs under RVM[1]. After installation type: % ri PortVCS to get additional help. [0] https://github.com/gromnitsky/portvcs [1] http://rvm.beginrescueend.com -- Please consider the environment before printing this email.