From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 7 04:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CDB84919 for ; Sat, 7 Dec 2013 04:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A983811CC for ; Sat, 7 Dec 2013 04:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB74o0qj060403 for ; Sat, 7 Dec 2013 04:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB74o0Qp060394; Sat, 7 Dec 2013 04:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 7 Dec 2013 04:50:00 GMT Resent-Message-Id: <201312070450.rB74o0Qp060394@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, myst3r10n Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C66D8D6 for ; Sat, 7 Dec 2013 04:47:18 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E367F11C2 for ; Sat, 7 Dec 2013 04:47:17 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rB74lHOL037777 for ; Sat, 7 Dec 2013 04:47:17 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rB74lHi4037740; Sat, 7 Dec 2013 04:47:17 GMT (envelope-from nobody) Message-Id: <201312070447.rB74lHi4037740@oldred.freebsd.org> Date: Sat, 7 Dec 2013 04:47:17 GMT From: myst3r10n To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184556: new port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Dec 2013 04:50:00 -0000 >Number: 184556 >Category: ports >Synopsis: new port >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: Sat Dec 07 04:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: myst3r10n >Release: 9.2-STABLE >Organization: >Environment: >Description: >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: # # digitalcoin # digitalcoin/distinfo # digitalcoin/Makefile # digitalcoin/pkg-descr # echo c - digitalcoin mkdir -p digitalcoin > /dev/null 2>&1 echo x - digitalcoin/distinfo sed 's/^X//' >digitalcoin/distinfo << 'a9f5c2ac7040f96de7cf22e370cd7ef7' XSHA256 (digitalcoin-master.zip) = 2f22a69ab471d3d19ae88d25cfe5f569286229c41759fc6bd4d6789e2befe9d8 XSIZE (digitalcoin-master.zip) = 2100801 a9f5c2ac7040f96de7cf22e370cd7ef7 echo x - digitalcoin/Makefile sed 's/^X//' >digitalcoin/Makefile << 'f49c5eb988297f3c5d8f57881e2b55f1' X# New ports collection makefile for: digitalcoin X# Date created: 6 December 2013 X# Whom: myst3r10n X# X# $FreeBSD$ X# X XPORTNAME= digitalcoin XPORTVERSION= 1.0.0.0b XCATEGORIES= net-p2p XMASTER_SITES= GH X XDISTNAME= ${PORTNAME}-master XWRKSRC= ${WRKDIR}/${PORTNAME}-master X XMAINTAINER= myst3r10n@rocketmail.com XCOMMENT= Alternative Bitcoin peer-to-peer currency client X XUSE_GITHUB= yes XGH_ACCOUNT= baritus XGH_PROJECT= ${PORTNAME} XGH_COMMIT= 96b098a9c3 XGH_TAGNAME= ${GH_COMMIT} X XUSE_ZIP= yes X XUSE_GMAKE= yes XUSE_OPENSSL= yes XUSE_BDB= yes XWANT_BDB_VER= 48 X XPLIST_FILES= ${BINARY} X XLIB_DEPENDS+= boost_date_time:${PORTSDIR}/devel/boost-libs XLIB_DEPENDS+= miniupnpc:${PORTSDIR}/net/miniupnpc X XRUN_DEPENDS= qt4-linguist:${PORTSDIR}/devel/qt4-linguist X XNO_STAGE= yes X XBINARY= digitalcoin-qt X X.include X XQMAKE= qmake-qt4 XLRELEASE= lrelease-qt4 X Xdo-configure: X @echo AAAA: ${WRKSRC} X @cd ${WRKSRC} && ${LRELEASE} src/qt/locale/*.ts X @cd ${WRKSRC} && ${QMAKE} digitalcoin-qt.pro INCLUDEPATH=${LOCALBASE}/include/db${WANT_BDB_VER} LIBS=-L${LOCALBASE}/lib/db${WANT_BDB_VER} QMAKE_LRELEASE=${LRELEASE} X Xdo-install: X @${MKDIR} ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/${BINARY} ${PREFIX}/bin/ X X.include X f49c5eb988297f3c5d8f57881e2b55f1 echo x - digitalcoin/pkg-descr sed 's/^X//' >digitalcoin/pkg-descr << 'aade74943c60d9ad432eef072eef0b31' XDigitalcoin is an open source digital currency, originally based on Bitcoin, Xbut now heavily modified and improved. Digitalcoin works over a distributed Xpeer-to-peer network to offer irreversible, low-cost, anonymous and Xdecentralized monetary transactions. X XWWW: http://digitalcoin.co/ X aade74943c60d9ad432eef072eef0b31 exit >Release-Note: >Audit-Trail: >Unformatted: