New port: finance/vanitygen:
Vanitygen can generate regular bitcoin addresses, namecoin addresses, and testnet addresses. WWW: https://github.com/samr7/vanitygen/
This commit is contained in:
@@ -161,6 +161,7 @@
|
||||
SUBDIR += trytond_stock_supply_forecast
|
||||
SUBDIR += trytond_stock_supply_production
|
||||
SUBDIR += trytond_timesheet
|
||||
SUBDIR += vanitygen
|
||||
SUBDIR += venice
|
||||
SUBDIR += weberp
|
||||
SUBDIR += wmstock
|
||||
|
||||
36
finance/vanitygen/Makefile
Normal file
36
finance/vanitygen/Makefile
Normal file
@@ -0,0 +1,36 @@
|
||||
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= vanitygen
|
||||
PORTVERSION= 0.21
|
||||
CATEGORIES= finance
|
||||
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/archive/
|
||||
DISTNAME= ${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A standalone vanity address generator for bitcoin
|
||||
|
||||
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
|
||||
|
||||
USES= gmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= samr7
|
||||
GH_PROJECT= ${PORTNAME}
|
||||
GH_TAGNAME= 20130402
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
PLIST_FILES= bin/keyconv bin/vanitygen
|
||||
NO_STAGE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's|CFLAGS=|CFLAGS=-I${LOCALBASE}/include -L${LOCALBASE}/lib |g' \
|
||||
-e 's| oclvanitygen oclvanityminer||g' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/keyconv ${PREFIX}/bin/
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/vanitygen ${PREFIX}/bin/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
finance/vanitygen/distinfo
Normal file
2
finance/vanitygen/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (0.21.tar.gz) = 58c56e1ec51c654077ace5599d4f9dc512110e2150fe40a05380f948b305be7f
|
||||
SIZE (0.21.tar.gz) = 77441
|
||||
4
finance/vanitygen/pkg-descr
Normal file
4
finance/vanitygen/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
Vanitygen can generate regular bitcoin addresses, namecoin addresses,
|
||||
and testnet addresses.
|
||||
|
||||
WWW: https://github.com/samr7/vanitygen/
|
||||
Reference in New Issue
Block a user