Date: Mon, 14 May 2012 12:45:33 GMT From: Hakisho Nukama <nukama@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/167871: New port: devel/fuel Message-ID: <201205141245.q4ECjXbg065912@red.freebsd.org> Resent-Message-ID: <201205141250.q4ECo23f053336@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <nukama@gmail.com> 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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205141245.q4ECjXbg065912>