aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-05-31 20:59:13 +0000
committerRene Ladan <rene@FreeBSD.org>2023-05-31 20:59:13 +0000
commit15f30ccca3feebc2b9563c049282e3225d5f603a (patch)
treeb6aa20a45a3758ac99c0da33e63836f68c8339d4 /finance
parentb2915c9aad4944abbe74cc8f80c196f2aa0d9949 (diff)
downloadports-15f30ccca3feebc2b9563c049282e3225d5f603a.tar.gz
ports-15f30ccca3feebc2b9563c049282e3225d5f603a.zip
finance/vanitygen: Remove expired port:
2023-05-31 finance/vanitygen: Broken for more than a year and upstream last release was 11 years ago
Diffstat (limited to 'finance')
-rw-r--r--finance/Makefile1
-rw-r--r--finance/vanitygen/Makefile46
-rw-r--r--finance/vanitygen/distinfo2
-rw-r--r--finance/vanitygen/pkg-descr2
4 files changed, 0 insertions, 51 deletions
diff --git a/finance/Makefile b/finance/Makefile
index d06896d98b3d..fef7a067b6c2 100644
--- a/finance/Makefile
+++ b/finance/Makefile
@@ -138,7 +138,6 @@
SUBDIR += sql-ledger
SUBDIR += ticker
SUBDIR += tickrs
- SUBDIR += vanitygen
SUBDIR += venice
SUBDIR += weberp
SUBDIR += xtrader
diff --git a/finance/vanitygen/Makefile b/finance/vanitygen/Makefile
deleted file mode 100644
index 8f06799f2e95..000000000000
--- a/finance/vanitygen/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-PORTNAME= vanitygen
-PORTVERSION= 0.22
-PORTREVISION= 1
-CATEGORIES= finance
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Standalone vanity address generator for bitcoin
-WWW= https://github.com/samr7/vanitygen
-
-LICENSE= AGPLv3
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Broken for more than a year and upstream last release was 11 years ago
-EXPIRATION_DATE= 2023-05-31
-
-LIB_DEPENDS= libpcre.so:devel/pcre
-
-USE_GITHUB= yes
-GH_ACCOUNT= samr7
-GH_TAGNAME= cd1a728
-
-USES= gmake ssl
-ALL_TARGET= most
-
-PLIST_FILES= bin/keyconv bin/vanitygen
-
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT} == base
-BROKEN_FreeBSD_12= field has incomplete type 'BIGNUM' (aka 'struct bignum_st')
-BROKEN_FreeBSD_13= field has incomplete type 'BIGNUM' (aka 'struct bignum_st')
-BROKEN_FreeBSD_14= field has incomplete type 'BIGNUM' (aka 'struct bignum_st')
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|-lpcre|$$(shell pcre-config --libs)| ; \
- s|-lpthread|-pthread $$(LDFLAGS)| ; \
- s|^\(CFLAGS\).*|\1+=$$(shell pcre-config --cflags)|' \
- ${WRKSRC}/Makefile
-
-do-install:
- (cd ${WRKSRC} && ${INSTALL_PROGRAM} keyconv vanitygen \
- ${STAGEDIR}${PREFIX}/bin)
-
-.include <bsd.port.post.mk>
diff --git a/finance/vanitygen/distinfo b/finance/vanitygen/distinfo
deleted file mode 100644
index 12ee0ffd96e9..000000000000
--- a/finance/vanitygen/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (samr7-vanitygen-0.22-cd1a728_GH0.tar.gz) = 4e0f90637abfe1b314aca10a650cfe344ec7ab5585e557bee2b846babb82e154
-SIZE (samr7-vanitygen-0.22-cd1a728_GH0.tar.gz) = 77813
diff --git a/finance/vanitygen/pkg-descr b/finance/vanitygen/pkg-descr
deleted file mode 100644
index 9a91cfdbff65..000000000000
--- a/finance/vanitygen/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Vanitygen can generate regular bitcoin addresses, namecoin addresses,
-and testnet addresses.