aboutsummaryrefslogtreecommitdiff
path: root/devel/monotone-viz
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-07-11 07:29:48 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-07-11 07:29:48 +0000
commit8b2991a1fc0076ef01928a536cede25c78e6de5e (patch)
tree152b128c2704c8e7f2a8fb4f5650e2f376c58a50 /devel/monotone-viz
parent9a15142fc3bfa7418724853130ab426e4ab14c7b (diff)
downloadports-8b2991a1fc0076ef01928a536cede25c78e6de5e.tar.gz
ports-8b2991a1fc0076ef01928a536cede25c78e6de5e.zip
Notes
Diffstat (limited to 'devel/monotone-viz')
-rw-r--r--devel/monotone-viz/Makefile27
-rw-r--r--devel/monotone-viz/distinfo3
-rw-r--r--devel/monotone-viz/files/patch-configure12
-rw-r--r--devel/monotone-viz/pkg-descr13
-rw-r--r--devel/monotone-viz/pkg-plist1
5 files changed, 56 insertions, 0 deletions
diff --git a/devel/monotone-viz/Makefile b/devel/monotone-viz/Makefile
new file mode 100644
index 000000000000..54452e3500aa
--- /dev/null
+++ b/devel/monotone-viz/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: monotone-viz
+# Date created: 2 July 2006
+# Whom: Tarasov Alexey <master@preved.cn>
+#
+# $FreeBSD$
+#
+
+PORTNAME= monotone-viz
+PORTVERSION= 0.14
+CATEGORIES= devel
+MASTER_SITES= http://oandrieu.nerim.net/monotone-viz/
+
+MAINTAINER= master@preved.cn
+COMMENT= Visual interface for Monotone VCS with revision graphs
+
+BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
+ lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 \
+ dot:${PORTSDIR}/graphics/graphviz \
+ mtn:${PORTSDIR}/devel/monotone \
+ sqlite3:${PORTSDIR}/databases/sqlite3
+
+GNU_CONFIGURE= YES
+USE_GMAKE= YES
+
+ALL_TARGET=
+
+.include <bsd.port.mk>
diff --git a/devel/monotone-viz/distinfo b/devel/monotone-viz/distinfo
new file mode 100644
index 000000000000..2c52439aa0a0
--- /dev/null
+++ b/devel/monotone-viz/distinfo
@@ -0,0 +1,3 @@
+MD5 (monotone-viz-0.14.tar.gz) = 163f592b25cceb31db257e10ba8dc9c1
+SHA256 (monotone-viz-0.14.tar.gz) = 9a563417a0a5a72ac54c494ee19545ed634ed3f13ed1cf79b29cc4f4ca5e50dc
+SIZE (monotone-viz-0.14.tar.gz) = 504439
diff --git a/devel/monotone-viz/files/patch-configure b/devel/monotone-viz/files/patch-configure
new file mode 100644
index 000000000000..66747e8fc1fc
--- /dev/null
+++ b/devel/monotone-viz/files/patch-configure
@@ -0,0 +1,12 @@
+--- configure.orig Sun Jul 2 23:13:24 2006
++++ configure Sun Jul 2 23:13:39 2006
+@@ -2199,9 +2199,6 @@
+ option." >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+- if test "${MONOTONE_DIR:0:1}" != "/" ; then
+- MONOTONE_DIR="$(pwd)/$MONOTONE_DIR"
+- fi
+ fi
+
+
diff --git a/devel/monotone-viz/pkg-descr b/devel/monotone-viz/pkg-descr
new file mode 100644
index 000000000000..4fc27068ca5e
--- /dev/null
+++ b/devel/monotone-viz/pkg-descr
@@ -0,0 +1,13 @@
+Monotone-viz is a small GTK+ application that
+visualizes monotone ancestry graphs.
+
+Monotone is a free distributed version control system.
+Monotone-viz is developed in the Objective Caml language,
+using the GTK+ and libgnomecanvas libraries (via LablGTK,
+an OCaml binding for GTK+), and it uses the dot program
+from the Graphviz package.
+
+WWW: http://oandrieu.nerim.net/monotone-viz/
+
+- Tarasov Alexey
+master@preved.cn
diff --git a/devel/monotone-viz/pkg-plist b/devel/monotone-viz/pkg-plist
new file mode 100644
index 000000000000..e40be220c1c4
--- /dev/null
+++ b/devel/monotone-viz/pkg-plist
@@ -0,0 +1 @@
+bin/monotone-viz