From owner-cvs-all@FreeBSD.ORG Sat Apr 25 22:10:02 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33C891065672; Sat, 25 Apr 2009 22:10:02 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 227C48FC17; Sat, 25 Apr 2009 22:10:02 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n3PMA20O029379; Sat, 25 Apr 2009 22:10:02 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3PMA2gZ029369; Sat, 25 Apr 2009 22:10:02 GMT (envelope-from itetcu) Message-Id: <200904252210.n3PMA2gZ029369@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 25 Apr 2009 22:10:01 +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/devel Makefile ports/devel/qgit Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Apr 2009 22:10:02 -0000 itetcu 2009-04-25 22:10:01 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/qgit Makefile distinfo pkg-descr Log: QGit is a git GUI viewer built on Qt/C++. With qgit you will be able to browse revisions history, view patch content and changed files, graphically following different development branches. Features : - View revisions, diffs, files history, files annotation, archive tree. - Commit changes visually cherry picking modified files. - Apply or format patch series from selected commits, drag and drop commits between two instances of qgit. - Associate commands sequences, scripts and anything else executable to a custom action. Actions can be run from menu and corresponding output is grabbed by a terminal window. qgit implements a GUI for the most common StGIT commands like push/pop and apply/format patches. You can also create new patches or refresh current top one using the same semantics of git commit, i.e. cherry picking single modified files. WWW: https://sourceforge.net/projects/qgit Revision Changes Path 1.3470 +1 -0 ports/devel/Makefile 1.1 +34 -0 ports/devel/qgit/Makefile (new) 1.1 +3 -0 ports/devel/qgit/distinfo (new) 1.1 +17 -0 ports/devel/qgit/pkg-descr (new)