[Lunar-commits] r24138 - in moonbase/trunk/devel: . tig
Terry Chan
tchan at lunar-linux.org
Thu Apr 19 07:38:42 CEST 2007
Author: tchan
Date: 2007-04-19 07:38:42 +0200 (Thu, 19 Apr 2007)
New Revision: 24138
Added:
moonbase/trunk/devel/tig/
moonbase/trunk/devel/tig/BUILD
moonbase/trunk/devel/tig/DEPENDS
moonbase/trunk/devel/tig/DETAILS
Log:
Added tig-0.6. tig is a really nice ncurses git repository viewer/browser.
Added: moonbase/trunk/devel/tig/BUILD
===================================================================
--- moonbase/trunk/devel/tig/BUILD (rev 0)
+++ moonbase/trunk/devel/tig/BUILD 2007-04-19 05:38:42 UTC (rev 24138)
@@ -0,0 +1,10 @@
+(
+
+ make prefix=/usr strip &&
+ prepare_install &&
+ make prefix=/usr install &&
+ cp -p tig.1 /usr/share/man/man1 &&
+ cp -p tigrc.5 /usr/share/man/man5 &&
+ gather_docs BUGS README.html SITES TODO tig.1.* tigrc.5.*
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/devel/tig/DEPENDS
===================================================================
--- moonbase/trunk/devel/tig/DEPENDS (rev 0)
+++ moonbase/trunk/devel/tig/DEPENDS 2007-04-19 05:38:42 UTC (rev 24138)
@@ -0,0 +1,2 @@
+depends git &&
+depends ncurses
Added: moonbase/trunk/devel/tig/DETAILS
===================================================================
--- moonbase/trunk/devel/tig/DETAILS (rev 0)
+++ moonbase/trunk/devel/tig/DETAILS 2007-04-19 05:38:42 UTC (rev 24138)
@@ -0,0 +1,17 @@
+ MODULE=tig
+ VERSION=0.6
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://jonas.nitro.dk/tig/releases/
+ SOURCE_VFY=sha1:ec737337f24034c117251bf470b95cd5f0fb5ee7
+ WEB_SITE=http://jonas.nitro.dk/tig/
+ ENTERED=20070419
+ UPDATED=20070419
+ SHORT="text mode interface for git"
+
+cat << EOF
+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.
+EOF
More information about the Lunar-commits
mailing list