From owner-cvs-ports@FreeBSD.ORG Sat Jun 21 14:15:20 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71770106567A; Sat, 21 Jun 2008 14:15:20 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6335F8FC22; Sat, 21 Jun 2008 14:15:20 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5LEFKmc047688; Sat, 21 Jun 2008 14:15:20 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5LEFKtS047687; Sat, 21 Jun 2008 14:15:20 GMT (envelope-from chinsan) Message-Id: <200806211415.m5LEFKtS047687@repoman.freebsd.org> From: Chin-San Huang Date: Sat, 21 Jun 2008 14:15:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/sakura Makefile distinfo pkg-descr pkg-plist 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: Sat, 21 Jun 2008 14:15:20 -0000 chinsan 2008-06-21 14:15:20 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/sakura Makefile distinfo pkg-descr pkg-plist Log: sakura is a terminal emulator based on GTK and VTE. It's a terminal emulator with few dependencies, so you don't need a full GNOME desktop installed to have a decent terminal emulator. Current terminal emulators based on VTE are gnome-terminal, XFCE Terminal, TermIt and a small sample program included in the vte sources. Sakura differences from the last one is that it uses a notebook to provide several terminals in one window and adds a contextual menu with some basic options. No more no less. WWW: http://www.pleyades.net/david/sakura.php Revision Changes Path 1.478 +1 -0 ports/x11-toolkits/Makefile 1.1 +43 -0 ports/x11-toolkits/sakura/Makefile (new) 1.1 +3 -0 ports/x11-toolkits/sakura/distinfo (new) 1.1 +9 -0 ports/x11-toolkits/sakura/pkg-descr (new) 1.1 +15 -0 ports/x11-toolkits/sakura/pkg-plist (new)