Bug 99722 - NEW PORT: devel/monotone-viz (GUI tool to view Monotone VCS revisions history)
Summary: NEW PORT: devel/monotone-viz (GUI tool to view Monotone VCS revisions history)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-02 21:10 UTC by Alexey Tarasov
Modified: 2006-07-11 08:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Tarasov 2006-07-02 21:10:18 UTC
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	/usr/ports/devel/monotone-viz
#	/usr/ports/devel/monotone-viz/files
#	/usr/ports/devel/monotone-viz/files/patch-configure
#	/usr/ports/devel/monotone-viz/Makefile
#	/usr/ports/devel/monotone-viz/pkg-descr
#	/usr/ports/devel/monotone-viz/pkg-plist
#	/usr/ports/devel/monotone-viz/distinfo
#
echo c - /usr/ports/devel/monotone-viz
mkdir -p /usr/ports/devel/monotone-viz > /dev/null 2>&1
echo c - /usr/ports/devel/monotone-viz/files
mkdir -p /usr/ports/devel/monotone-viz/files > /dev/null 2>&1
echo x - /usr/ports/devel/monotone-viz/files/patch-configure
sed 's/^X//' >/usr/ports/devel/monotone-viz/files/patch-configure << 'END-of-/usr/ports/devel/monotone-viz/files/patch-configure'
X--- configure.orig	Sun Jul  2 23:13:24 2006
X+++ configure	Sun Jul  2 23:13:39 2006
X@@ -2199,9 +2199,6 @@
X option." >&2;}
X    { (exit 1); exit 1; }; }
X   fi
X-  if test "${MONOTONE_DIR:0:1}" != "/" ; then
X-    MONOTONE_DIR="$(pwd)/$MONOTONE_DIR"
X-  fi
X fi
X 
X 
END-of-/usr/ports/devel/monotone-viz/files/patch-configure
echo x - /usr/ports/devel/monotone-viz/Makefile
sed 's/^X//' >/usr/ports/devel/monotone-viz/Makefile << 'END-of-/usr/ports/devel/monotone-viz/Makefile'
X# New ports collection makefile for:   monotone-viz
X# # Date created:        2 July 2006
X# # Whom:            Tarasov Alexey <master@preved.cn>
X# #
X# # $FreeBSD$
X# #
X
XPORTNAME=      monotone-viz
XPORTVERSION=   0.14
XCATEGORIES=    devel
XMASTER_SITES=  http://oandrieu.nerim.net/monotone-viz/
XCOMMENT=       Visual interface for Monotone VCS with revision graphs.
X
XMAINTAINER=    master@preved.cn
X
XBUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
X	       lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 \
X	       dot:${PORTSDIR}/graphics/graphviz \
X	       mtn:${PORTSDIR}/devel/monotone \
X	       sqlite3:${PORTSDIR}/databases/sqlite3
X
XGNU_CONFIGURE= YES
XUSE_GMAKE=     YES
X
XALL_TARGET=
X
X.include <bsd.port.mk>
END-of-/usr/ports/devel/monotone-viz/Makefile
echo x - /usr/ports/devel/monotone-viz/pkg-descr
sed 's/^X//' >/usr/ports/devel/monotone-viz/pkg-descr << 'END-of-/usr/ports/devel/monotone-viz/pkg-descr'
XMonotone-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.
X
XWWW: http://oandrieu.nerim.net/monotone-viz/
X
X- Tarasov Alexey
Xmaster@preved.cn
END-of-/usr/ports/devel/monotone-viz/pkg-descr
echo x - /usr/ports/devel/monotone-viz/pkg-plist
sed 's/^X//' >/usr/ports/devel/monotone-viz/pkg-plist << 'END-of-/usr/ports/devel/monotone-viz/pkg-plist'
Xbin/monotone-viz
END-of-/usr/ports/devel/monotone-viz/pkg-plist
echo x - /usr/ports/devel/monotone-viz/distinfo
sed 's/^X//' >/usr/ports/devel/monotone-viz/distinfo << 'END-of-/usr/ports/devel/monotone-viz/distinfo'
XMD5 (monotone-viz-0.14.tar.gz) = 163f592b25cceb31db257e10ba8dc9c1
XSHA256 (monotone-viz-0.14.tar.gz) = 9a563417a0a5a72ac54c494ee19545ed634ed3f13ed1cf79b29cc4f4ca5e50dc
XSIZE (monotone-viz-0.14.tar.gz) = 504439
END-of-/usr/ports/devel/monotone-viz/distinfo
exit
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-10 02:26:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Take.
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-11 08:30:26 UTC
State Changed
From-To: open->closed

New port added. Thank You.