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:
parent
9a15142fc3
commit
8b2991a1fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167440
@ -655,6 +655,7 @@
|
||||
SUBDIR += mono-tools
|
||||
SUBDIR += monodoc
|
||||
SUBDIR += monotone
|
||||
SUBDIR += monotone-viz
|
||||
SUBDIR += motor
|
||||
SUBDIR += mpatrol
|
||||
SUBDIR += mph
|
||||
|
27
devel/monotone-viz/Makefile
Normal file
27
devel/monotone-viz/Makefile
Normal 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>
|
3
devel/monotone-viz/distinfo
Normal file
3
devel/monotone-viz/distinfo
Normal 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
|
12
devel/monotone-viz/files/patch-configure
Normal file
12
devel/monotone-viz/files/patch-configure
Normal 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
|
||||
|
||||
|
13
devel/monotone-viz/pkg-descr
Normal file
13
devel/monotone-viz/pkg-descr
Normal 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
|
1
devel/monotone-viz/pkg-plist
Normal file
1
devel/monotone-viz/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/monotone-viz
|
Loading…
Reference in New Issue
Block a user