diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-11 15:29:48 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-11 15:29:48 +0800 |
commit | 959bfdbb5c6d62bda3a6ab9bc9e6e5683068353d (patch) | |
tree | a7e98d6ddd13030d3588abc21f561f232120bddb /devel | |
parent | d3068aab6a4f661735ffb474818f8d3aa872cc9a (diff) | |
download | freebsd-ports-gnome-959bfdbb5c6d62bda3a6ab9bc9e6e5683068353d.tar.gz freebsd-ports-gnome-959bfdbb5c6d62bda3a6ab9bc9e6e5683068353d.tar.zst freebsd-ports-gnome-959bfdbb5c6d62bda3a6ab9bc9e6e5683068353d.zip |
Add monotone-viz 0.14, visual interface for Monotone VCS with revision
graphs.
PR: ports/99722
Submitted by: Tarasov Alexey <master at preved.cn>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/monotone-viz/Makefile | 27 | ||||
-rw-r--r-- | devel/monotone-viz/distinfo | 3 | ||||
-rw-r--r-- | devel/monotone-viz/files/patch-configure | 12 | ||||
-rw-r--r-- | devel/monotone-viz/pkg-descr | 13 | ||||
-rw-r--r-- | devel/monotone-viz/pkg-plist | 1 |
6 files changed, 57 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 409c035289ec..496442ee4581 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -655,6 +655,7 @@ SUBDIR += mono-tools SUBDIR += monodoc SUBDIR += monotone + SUBDIR += monotone-viz SUBDIR += motor SUBDIR += mpatrol SUBDIR += mph 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 |