[csw-devel] SF.net SVN: gar:[6836] csw/mgar/pkg

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Mon Oct 12 01:31:46 CEST 2009


Revision: 6836
          http://gar.svn.sourceforge.net/gar/?rev=6836&view=rev
Author:   bdwalton
Date:     2009-10-11 23:31:46 +0000 (Sun, 11 Oct 2009)

Log Message:
-----------
tig: initial commit

Added Paths:
-----------
    csw/mgar/pkg/tig/
    csw/mgar/pkg/tig/branches/
    csw/mgar/pkg/tig/tags/
    csw/mgar/pkg/tig/trunk/
    csw/mgar/pkg/tig/trunk/Makefile
    csw/mgar/pkg/tig/trunk/checksums
    csw/mgar/pkg/tig/trunk/files/


Property changes on: csw/mgar/pkg/tig/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/tig/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tig/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/tig/trunk/Makefile	2009-10-11 23:31:46 UTC (rev 6836)
@@ -0,0 +1,24 @@
+GARNAME = tig
+GARVERSION = 0.14.1
+CATEGORIES = utils
+
+DESCRIPTION = A git repository browser
+define BLURB
+Tig is a git repository browser that additionally can act as a pager
+for output from various git commands.
+
+When browsing repositories, it uses the underlying git commands to
+present the user with various views, such as summarized revision log
+and showing the commit with the log message, diffstat, and the diff.
+
+Using it as a pager, it will display input from stdin and colorize it.
+endef
+
+PREREQUISITE_PKGS = CSWncurses CSWasciidoc CSWxmlto CSWiconv
+
+GIT_REPOS = http://jonas.nitro.dk/tig/tig.git
+GIT_TREEISH_tig.git = $(GARNAME)-$(GARVERSION)
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list