From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 14 12:50:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A8C5106566C for ; Mon, 14 May 2012 12:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3E0C58FC0C for ; Mon, 14 May 2012 12:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4ECo2YO053337 for ; Mon, 14 May 2012 12:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4ECo23f053336; Mon, 14 May 2012 12:50:02 GMT (envelope-from gnats) Resent-Date: Mon, 14 May 2012 12:50:02 GMT Resent-Message-Id: <201205141250.q4ECo23f053336@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, Hakisho Nukama Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BE24106566B for ; Mon, 14 May 2012 12:45:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E25AD8FC08 for ; Mon, 14 May 2012 12:45:33 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q4ECjXNs065913 for ; Mon, 14 May 2012 12:45:33 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q4ECjXbg065912; Mon, 14 May 2012 12:45:33 GMT (envelope-from nobody) Message-Id: <201205141245.q4ECjXbg065912@red.freebsd.org> Date: Mon, 14 May 2012 12:45:33 GMT From: Hakisho Nukama To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/167871: New port: devel/fuel 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: Mon, 14 May 2012 12:50:02 -0000 >Number: 167871 >Category: ports >Synopsis: New port: devel/fuel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 14 12:50:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Hakisho Nukama >Release: FreeBSD 9.0-RELEASE >Organization: n/a >Environment: >Description: Fuel is cross-platform GUI front-end to the excellent Fossil SCM tool written in Qt. Fuel runs on Windows, OSX as well as various flavors of Unix including Linux and FreeBSD. Redports build results: https://redports.org/buildarchive/20120513205117-50105/ >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # fuel # fuel/pkg-descr # fuel/Makefile # fuel/distinfo # echo c - fuel mkdir -p fuel > /dev/null 2>&1 echo x - fuel/pkg-descr sed 's/^X//' >fuel/pkg-descr << '283344bf86fcac331c0af33aefffd85e' XFuel is a cross-platform GUI front-end to the excellent fossil SCM tool, Ximplemented in Qt. Fuel runs under Windows, OSX, and Linux. X XWWW: https://code.google.com/p/fuel-scm/ 283344bf86fcac331c0af33aefffd85e echo x - fuel/Makefile sed 's/^X//' >fuel/Makefile << '99152e9032079e9421355b20565f7312' X# New ports collection makefile for: fuel X# Date created: 20120426 X# Whom: Hakisho Nukama X# X# $FreeBSD$ X# X XPORTNAME= fuel XDISTVERSION= 0.9.6 XCATEGORIES= devel XMASTER_SITES= https://fuel-scm.googlecode.com/files/ X XMAINTAINER= nukama@gmail.com XCOMMENT= A GUI front-end to fossil SCM tool X XLICENSE= GPLv2 X XUSE_QT_VER= 4 XQT_COMPONENTS= corelib gui \ X qmake_build moc_build rcc_build uic_build XMAKE_JOBS_SAFE= yes X XHAS_CONFIGURE= yes X XPLIST_FILES+= bin/Fuel X Xdo-configure: X cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKE_ARGS} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/Fuel ${PREFIX}/bin/Fuel X X.include 99152e9032079e9421355b20565f7312 echo x - fuel/distinfo sed 's/^X//' >fuel/distinfo << 'b22163f9a6ac3250009c40155a391e41' XSHA256 (fuel-0.9.6.tar.gz) = 83b7e1f327f5c411d5f9f758fd74e9de274618fe601dea8128561186548381e2 XSIZE (fuel-0.9.6.tar.gz) = 3958347 b22163f9a6ac3250009c40155a391e41 exit >Release-Note: >Audit-Trail: >Unformatted: