[Lunar-commits] <moonbase-other> meld: moved from -gnome
v4hn
me at v4hn.de
Sun Sep 22 02:25:40 CEST 2013
commit 23edd73a0807b29ff09df29c12412314fcdf7e5d
Author: v4hn <me at v4hn.de>
Date: Sat, 21 Sep 2013 17:25:31 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/23edd73a0807b29ff09df29c12412314fcdf7e5d
meld: moved from -gnome
---
devel/meld/BUILD | +3/-0
devel/meld/DEPENDS | +5/-0
devel/meld/DETAILS | +18/-0
3 files changed, 26 insertions(+)
--- /dev/null
+++ b/devel/meld/BUILD
@@ -0,0 +1,3 @@
+make prefix=/usr localstatedir=/var sysconfdir=/etc &&
+prepare_install &&
+make prefix=/usr localstatedir=/var sysconfdir=/etc install
--- /dev/null
+++ b/devel/meld/DEPENDS
@@ -0,0 +1,5 @@
+depends Python
+depends pygtk
+depends pygobject2
+
+optional_depends pygtksourceview "" "" "For syntax highlighting"
--- /dev/null
+++ b/devel/meld/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=meld
+ VERSION=1.8.0
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+ SOURCE_VFY=sha1:96b636d578ced74f1393e73492f818a7e1d53b80
+ WEB_SITE=http://meld.sourceforge.net
+ ENTERED=20021119
+ UPDATED=20130921
+ SHORT="A visual diff and merge tool"
+
+cat << EOF
+Meld is a visual diff and merge tool. It integrates especially well
+with CVS. The diff viewer lets you edit files in place (diffs update
+dynamically), and a middle column shows detailed changes and allows
+merges. The margins show location of changes for easy navigation, and
+it also features a tabbed interface that allows you to open many diffs
+at once.
+EOF
More information about the Lunar-commits
mailing list