Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (afd0e7e50108b40a9e46bcb1a0a7be58eb9eaf45)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (afd0e7e50108b40a9e46bcb1a0a7be58eb9eaf45)
  • Date: Tue, 3 Mar 2009 11:11:09 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
devel/diffuse/BUILD | 1 +
devel/diffuse/DEPENDS | 10 ++++++++++
devel/diffuse/DETAILS | 17 +++++++++++++++++
devel/diffuse/HISTORY | 2 ++
devel/diffuse/INSTALL | 1 +
6 files changed, 35 insertions(+)

New commits:
commit afd0e7e50108b40a9e46bcb1a0a7be58eb9eaf45
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

diffuse: new spell, graphical tool for merging and comparing text files

diff --git a/ChangeLog b/ChangeLog
index b5c73bf..2324776 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-03-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * devel/diffuse: new spell, graphical tool for merging and comparing
text
+ files
+
2009-03-03 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* devel/gtk-server: new spell, a stream-oriented interface to the GTK
libraries
diff --git a/devel/diffuse/BUILD b/devel/diffuse/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/devel/diffuse/BUILD
@@ -0,0 +1 @@
+true
diff --git a/devel/diffuse/DEPENDS b/devel/diffuse/DEPENDS
new file mode 100755
index 0000000..18cb56e
--- /dev/null
+++ b/devel/diffuse/DEPENDS
@@ -0,0 +1,10 @@
+depends pygtk2 &&
+
+suggest_depends bzr "" "" "for Bazaar support" &&
+suggest_depends cvs "" "" "for CVS support" &&
+suggest_depends darcs "" "" "for Darcs support" &&
+suggest_depends git "" "" "for Git support" &&
+suggest_depends mercurial "" "" "for Mercurial support" &&
+suggest_depends subversion "" "" "for Subversion support" &&
+suggest_depends monotone "" "" "for Monotone support" &&
+suggest_depends svk "" "" "for SVK support"
diff --git a/devel/diffuse/DETAILS b/devel/diffuse/DETAILS
new file mode 100755
index 0000000..4a7659d
--- /dev/null
+++ b/devel/diffuse/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=diffuse
+ VERSION=0.3.0
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:e44d56c77e20e394666c8194fe0fa3551f57c72c7e83aff59772c10705cdd635e103f7b1ff8e4c8ede41add44699f17044506c2611cac69078164e59f6eb5c78
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://diffuse.sourceforge.net/
+ LICENSE[0]=GPL
+ ENTERED=20090303
+ SHORT="graphical tool for merging and comparing text files"
+cat << EOF
+Diffuse is a graphical tool for merging and comparing text files. Diffuse
+is able to compare an arbitrary number of files side-by-side and gives users
+the ability to manually adjust line-matching and directly edit files. Diffuse
+can also retrieve revisions of files from Bazaar, CVS, Darcs, Git, Mercurial,
+Monotone, Subversion, and SVK repositories for comparison and merging.
+EOF
diff --git a/devel/diffuse/HISTORY b/devel/diffuse/HISTORY
new file mode 100644
index 0000000..b3a6983
--- /dev/null
+++ b/devel/diffuse/HISTORY
@@ -0,0 +1,2 @@
+2009-03-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/devel/diffuse/INSTALL b/devel/diffuse/INSTALL
new file mode 100755
index 0000000..063719e
--- /dev/null
+++ b/devel/diffuse/INSTALL
@@ -0,0 +1 @@
+cp -av src/* "$INSTALL_ROOT/"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (afd0e7e50108b40a9e46bcb1a0a7be58eb9eaf45), Vlad Glagolev, 03/03/2009

Archive powered by MHonArc 2.6.24.

Top of Page