Add monotone-viz 0.14, visual interface for Monotone VCS with revision

graphs.

PR:		ports/99722
Submitted by:	Tarasov Alexey <master at preved.cn>
This commit is contained in:
Cheng-Lung Sung 2006-07-11 07:29:48 +00:00
parent 9a15142fc3
commit 8b2991a1fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167440
6 changed files with 57 additions and 0 deletions

View File

@ -655,6 +655,7 @@
SUBDIR += mono-tools
SUBDIR += monodoc
SUBDIR += monotone
SUBDIR += monotone-viz
SUBDIR += motor
SUBDIR += mpatrol
SUBDIR += mph

View File

@ -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>

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -0,0 +1 @@
bin/monotone-viz