Index: head/net-p2p/Makefile =================================================================== --- head/net-p2p/Makefile (revision 457036) +++ head/net-p2p/Makefile (revision 457037) @@ -1,114 +1,115 @@ # $FreeBSD$ # COMMENT = Peer-to-peer network applications SUBDIR += amule SUBDIR += amule-devel SUBDIR += bitcoin SUBDIR += bitcoin-daemon SUBDIR += bitcoin-utils SUBDIR += bitflu SUBDIR += bitmessage SUBDIR += bnbt SUBDIR += btpd SUBDIR += btsync SUBDIR += couchpotato SUBDIR += cpuminer SUBDIR += createtorrent SUBDIR += ctcs SUBDIR += ctorrent SUBDIR += dclib SUBDIR += deluge SUBDIR += deluge-cli SUBDIR += dogecoin SUBDIR += ed2k SUBDIR += edonkey-tool-hash SUBDIR += eiskaltdcpp-cli SUBDIR += eiskaltdcpp-daemon SUBDIR += eiskaltdcpp-data SUBDIR += eiskaltdcpp-gtk SUBDIR += eiskaltdcpp-lib SUBDIR += eiskaltdcpp-qt SUBDIR += frost SUBDIR += gkremldk SUBDIR += gnewtellium SUBDIR += go-ethereum SUBDIR += gtk-gnutella SUBDIR += gtorrentviewer SUBDIR += hs-torrent SUBDIR += jackett SUBDIR += jigdo SUBDIR += ktorrent SUBDIR += libbt SUBDIR += liberator SUBDIR += libktorrent SUBDIR += libpdtp SUBDIR += libswift SUBDIR += libtorrent SUBDIR += libtorrent-rasterbar SUBDIR += libtorrent-rasterbar-python SUBDIR += linuxdcpp SUBDIR += litecoin SUBDIR += litecoin-daemon SUBDIR += litecoin-utils SUBDIR += lopster SUBDIR += microdc2 SUBDIR += minder SUBDIR += mktorrent SUBDIR += mldonkey SUBDIR += mldonkey-core SUBDIR += mldonkey-gui SUBDIR += monero-cli SUBDIR += namecoin SUBDIR += namecoin-daemon SUBDIR += napshare SUBDIR += ncdc SUBDIR += opendchub SUBDIR += p5-Net-BitTorrent SUBDIR += p5-Net-BitTorrent-File SUBDIR += p5-Net-BitTorrent-PeerPacket SUBDIR += p5-Net-DirectConnect SUBDIR += p5-WWW-BitTorrent SUBDIR += phex SUBDIR += py-py2play SUBDIR += py-transmissionrpc SUBDIR += py-vertex SUBDIR += qbittorrent SUBDIR += qbittorrent-nox11 SUBDIR += radarr SUBDIR += retroshare SUBDIR += rtorrent SUBDIR += shx SUBDIR += sonarr SUBDIR += squall SUBDIR += torrent-file-editor SUBDIR += torrentcheck SUBDIR += torrentsniff SUBDIR += transmission SUBDIR += transmission-cli SUBDIR += transmission-daemon SUBDIR += transmission-gtk SUBDIR += transmission-qt4 SUBDIR += transmission-qt5 SUBDIR += transmission-remote-gui SUBDIR += tribler SUBDIR += twister SUBDIR += uhub SUBDIR += valknut SUBDIR += verlihub SUBDIR += verlihub-plugins SUBDIR += verlihub-plugins-chatroom SUBDIR += verlihub-plugins-floodprotect SUBDIR += verlihub-plugins-forbid SUBDIR += verlihub-plugins-iplog SUBDIR += verlihub-plugins-isp SUBDIR += verlihub-plugins-luascript SUBDIR += verlihub-plugins-messanger SUBDIR += verlihub-plugins-stats SUBDIR += vuze + SUBDIR += xmrig SUBDIR += xnap SUBDIR += zetacoin SUBDIR += zetacoin-nox11 .include Index: head/net-p2p/xmrig/Makefile =================================================================== --- head/net-p2p/xmrig/Makefile (nonexistent) +++ head/net-p2p/xmrig/Makefile (revision 457037) @@ -0,0 +1,28 @@ +# Created by: Emanuel Haupt +# $FreeBSD$ + +PORTNAME= xmrig +PORTVERSION= 2.4.3 +DISTVERSIONPREFIX= v +CATEGORIES= net-p2p + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= High performance Monero (XMR) CPU miner + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libmicrohttpd.so:www/libmicrohttpd \ + libuv.so:devel/libuv + +USES= cmake:outsource +USE_GITHUB= yes + +PLIST_FILES= bin/xmrig %%DATADIR%%/config.json + +do-install: + ${INSTALL_PROGRAM} ${WRKDIR}/.build/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/src//config.json ${STAGEDIR}${DATADIR} + +.include Property changes on: head/net-p2p/xmrig/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-p2p/xmrig/distinfo =================================================================== --- head/net-p2p/xmrig/distinfo (nonexistent) +++ head/net-p2p/xmrig/distinfo (revision 457037) @@ -0,0 +1,3 @@ +TIMESTAMP = 1514015779 +SHA256 (xmrig-xmrig-v2.4.3_GH0.tar.gz) = 56a4eb05e0b310b044ae30203dfb63664cdfb520c9c28dac29fa1886ca59cbc2 +SIZE (xmrig-xmrig-v2.4.3_GH0.tar.gz) = 267601 Property changes on: head/net-p2p/xmrig/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-p2p/xmrig/pkg-descr =================================================================== --- head/net-p2p/xmrig/pkg-descr (nonexistent) +++ head/net-p2p/xmrig/pkg-descr (revision 457037) @@ -0,0 +1,3 @@ +XMRig is a high performance Monero (XMR) CPU miner written in C++. + +WWW: https://github.com/xmrig/xmrig Property changes on: head/net-p2p/xmrig/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property