From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 7 12:20:21 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D41416A415 for ; Tue, 7 Nov 2006 12:20:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA8C343D55 for ; Tue, 7 Nov 2006 12:20:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kA7CKKvL062682 for ; Tue, 7 Nov 2006 12:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kA7CKKds062680; Tue, 7 Nov 2006 12:20:20 GMT (envelope-from gnats) Resent-Date: Tue, 7 Nov 2006 12:20:20 GMT Resent-Message-Id: <200611071220.kA7CKKds062680@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexey Tarasov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C655816A5D0 for ; Tue, 7 Nov 2006 12:14:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BD8043DF6 for ; Tue, 7 Nov 2006 12:12:48 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kA7CCj66061145 for ; Tue, 7 Nov 2006 12:12:45 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id kA7CCixC061144; Tue, 7 Nov 2006 12:12:44 GMT (envelope-from nobody) Message-Id: <200611071212.kA7CCixC061144@www.freebsd.org> Date: Tue, 7 Nov 2006 12:12:44 GMT From: Alexey Tarasov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/105240: Update port: deve/monotone-viz X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2006 12:20:21 -0000 >Number: 105240 >Category: ports >Synopsis: Update port: deve/monotone-viz >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 07 12:20:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexey Tarasov >Release: >Organization: >Environment: >Description: # 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: # # monotone-viz # monotone-viz/files # monotone-viz/files/patch-configure # monotone-viz/Makefile # monotone-viz/pkg-descr # monotone-viz/pkg-plist # monotone-viz/distinfo # echo c - monotone-viz mkdir -p monotone-viz > /dev/null 2>&1 echo c - monotone-viz/files mkdir -p monotone-viz/files > /dev/null 2>&1 echo x - monotone-viz/files/patch-configure sed 's/^X//' >monotone-viz/files/patch-configure << 'END-of-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-monotone-viz/files/patch-configure echo x - monotone-viz/Makefile sed 's/^X//' >monotone-viz/Makefile << 'END-of-monotone-viz/Makefile' X# New ports collection makefile for: monotone-viz X# Date created: 2 July 2006 X# Whom: Tarasov Alexey X# X# $FreeBSD: ports/devel/monotone-viz/Makefile,v 1.1 2006/07/11 07:29:48 clsung Exp $ X# X XPORTNAME= monotone-viz XPORTVERSION= 0.15 XCATEGORIES= devel XMASTER_SITES= http://oandrieu.nerim.net/monotone-viz/ X XMAINTAINER= master@preved.cn XCOMMENT= Visual interface for Monotone VCS with revision graphs 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 END-of-monotone-viz/Makefile echo x - monotone-viz/pkg-descr sed 's/^X//' >monotone-viz/pkg-descr << 'END-of-monotone-viz/pkg-descr' XMonotone-viz is a small GTK+ application that Xvisualizes monotone ancestry graphs. X XMonotone is a free distributed version control system. XMonotone-viz is developed in the Objective Caml language, Xusing the GTK+ and libgnomecanvas libraries (via LablGTK, Xan OCaml binding for GTK+), and it uses the dot program Xfrom the Graphviz package. X XWWW: http://oandrieu.nerim.net/monotone-viz/ X X- Tarasov Alexey Xmaster@preved.cn END-of-monotone-viz/pkg-descr echo x - monotone-viz/pkg-plist sed 's/^X//' >monotone-viz/pkg-plist << 'END-of-monotone-viz/pkg-plist' Xbin/monotone-viz END-of-monotone-viz/pkg-plist echo x - monotone-viz/distinfo sed 's/^X//' >monotone-viz/distinfo << 'END-of-monotone-viz/distinfo' XMD5 (monotone-viz-0.15.tar.gz) = 4dfbf372e7dfb5212e931b62a5f83e6b XSHA256 (monotone-viz-0.15.tar.gz) = de14377e315780974672904f35a3a7ddf73e76edaae663666b1230af1ceed10f XSIZE (monotone-viz-0.15.tar.gz) = 509782 END-of-monotone-viz/distinfo exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: