Date: Sun, 26 Apr 2009 18:04:45 +0400 From: Max Brazhnikov <makc@freebsd.org> To: "Ion-Mihai Tetcu" <itetcu@freebsd.org> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/qgit Makefile distinfo pkg-descr Message-ID: <200904261804.45778.makc@freebsd.org> In-Reply-To: <200904252210.n3PMA2gZ029369@repoman.freebsd.org> References: <200904252210.n3PMA2gZ029369@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 25 Apr 2009 22:10:01 +0000 (UTC), Ion-Mihai Tetcu wrote: > 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) To avoid run dependency on qt build tools (qmake, moc, uic, rcc) you can use '_build' suffix, e.g. qmake_build. Max
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904261804.45778.makc>