From owner-cvs-ports@FreeBSD.ORG Wed Jul 2 21:31:40 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 05719106566C; Wed, 2 Jul 2008 21:31:40 +0000 (UTC) Date: Wed, 2 Jul 2008 21:31:40 +0000 From: Alexey Dokuchaev To: Chin-San Huang Message-ID: <20080702213139.GA71567@FreeBSD.org> References: <200806212017.m5LKHJ0B095308@repoman.freebsd.org> <20080621233519.6c15adc6@it.buh.tecnik93.com> <20080623090820.GA47866@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20080623090820.GA47866@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/termit Makefile distinfo pkg-descr pkg-plist pkg-plist.DOC X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2008 21:31:40 -0000 On Mon, Jun 23, 2008 at 09:08:20AM +0000, Alexey Dokuchaev wrote: > > On Sat, 21 Jun 2008 20:17:19 +0000 (UTC) > > Chin-San Huang wrote: > > > > > chinsan 2008-06-21 20:17:19 UTC > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > x11-toolkits Makefile > > > Added files: > > > x11-toolkits/termit Makefile distinfo pkg-descr pkg-plist > > > pkg-plist.DOC > > > Log: > > > Small terminal emulator. The only dependencies are Vte and Gtk2 libs. > > > Termit supports tabs, bookmarks, encoding switching and sessions. > > Pardon me, but that is terminal emulator doing in toolkits category? > > > > > > > WWW: http://code.google.com/p/termit/wiki/TermIt > > > > > > Revision Changes Path > > > 1.479 +1 -0 ports/x11-toolkits/Makefile > > > 1.1 +54 -0 ports/x11-toolkits/termit/Makefile (new) > > > 1.1 +3 -0 ports/x11-toolkits/termit/distinfo (new) > > > 1.1 +4 -0 ports/x11-toolkits/termit/pkg-descr (new) > > > 1.1 +7 -0 ports/x11-toolkits/termit/pkg-plist (new) > > > 1.1 +4 -0 ports/x11-toolkits/termit/pkg-plist.DOC (new) > > It seems that you've been better off with PLIST_FILES/DIRS rather than > messing with dynamic PLIST of 7+4 lines. As a side note, Makefile logic > is quite hard to follow (why is do-install: needed, it is not clear up > front). You've also made classic RDEPS=${BDEPS} mistake, the resulting > package, for instance, would have cmake dependency in rdeps per what I > see. So, any update on this? ./danfe