Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d9cc263093d82505e53259d4416fea4bc66d7e07)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d9cc263093d82505e53259d4416fea4bc66d7e07)
  • Date: Sat, 22 May 2010 10:01:39 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
devel/tig/DEPENDS | 1 +
devel/tig/DETAILS | 20 ++++++++++++++++++++
devel/tig/HISTORY | 3 +++
4 files changed, 27 insertions(+)

New commits:
commit d9cc263093d82505e53259d4416fea4bc66d7e07
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tig: new spell, text-mode interface for git

diff --git a/ChangeLog b/ChangeLog
index bbd614d..1d1e05e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-05-22 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/tig: new spell, text-mode interface for git
+
2010-05-20 Donald Johnson <minozake AT codemages.net>
* python-pypi/urwid: new spell, console interface library in Python.

diff --git a/devel/tig/DEPENDS b/devel/tig/DEPENDS
new file mode 100755
index 0000000..21f6e3f
--- /dev/null
+++ b/devel/tig/DEPENDS
@@ -0,0 +1 @@
+depends git
diff --git a/devel/tig/DETAILS b/devel/tig/DETAILS
new file mode 100755
index 0000000..acba5c6
--- /dev/null
+++ b/devel/tig/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=tig
+ VERSION=0.15
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://jonas.nitro.dk/${SPELL}/releases/${SOURCE}
+
SOURCE_HASH=sha512:7d4389c5daddeb302cacefc4cb73c0a069c72eb388e7aca3240958c4a7e299a9214d8f22f2e15d6f9e585d378d16bc734262e5dad13dc5645897eddb68f378fd
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://jonas.nitro.dk/tig/";
+ LICENSE[0]=GPL
+ ENTERED=20100522
+ 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
diff --git a/devel/tig/HISTORY b/devel/tig/HISTORY
new file mode 100644
index 0000000..163e59a
--- /dev/null
+++ b/devel/tig/HISTORY
@@ -0,0 +1,3 @@
+2010-05-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d9cc263093d82505e53259d4416fea4bc66d7e07), Ismael Luceno, 05/22/2010

Archive powered by MHonArc 2.6.24.

Top of Page