pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/php-base58 php-base58: Import php-base58-1.0.2 a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6edab3b3bc0d
branches: trunk
changeset: 448635:6edab3b3bc0d
user: tpaul <tpaul%pkgsrc.org@localhost>
date: Thu Mar 11 13:18:46 2021 +0000
description:
php-base58: Import php-base58-1.0.2 as devel/php-base58
PHP extension for base58 encoding and decoding using the Bitcoin alphabet
diffstat:
devel/php-base58/DESCR | 1 +
devel/php-base58/Makefile | 20 ++++++++++++++++++++
devel/php-base58/distinfo | 6 ++++++
3 files changed, 27 insertions(+), 0 deletions(-)
diffs (39 lines):
diff -r 8b94b43e5ead -r 6edab3b3bc0d devel/php-base58/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/php-base58/DESCR Thu Mar 11 13:18:46 2021 +0000
@@ -0,0 +1,1 @@
+PHP extension for base58 encoding and decoding using the Bitcoin alphabet
diff -r 8b94b43e5ead -r 6edab3b3bc0d devel/php-base58/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/php-base58/Makefile Thu Mar 11 13:18:46 2021 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2021/03/11 13:18:46 tpaul Exp $
+
+MODNAME= base58
+PECL_VERSION= 1.0.2
+CATEGORIES= devel
+
+MAINTAINER= tpaul%NetBSD.org@localhost
+HOMEPAGE= https://pecl.php.net/package/ast
+LICENSE= mit
+COMMENT= PHP extension for base58 encoding and decoding
+
+CONFIGURE_ARGS+= --with-base58=${PREFIX}
+
+PHP_VERSIONS_INCOMPATIBLE= 56
+
+TEST_TARGET= test
+TEST_ENV= NO_INTERACTION=set
+
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8b94b43e5ead -r 6edab3b3bc0d devel/php-base58/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/php-base58/distinfo Thu Mar 11 13:18:46 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/03/11 13:18:46 tpaul Exp $
+
+SHA1 (php-base58/base58-1.0.2.tgz) = 537ed59d2681f708a41fe07fb83eb65805366a50
+RMD160 (php-base58/base58-1.0.2.tgz) = 6b0ab8e9cf200f2c7fcfb8802cc603a13e5fc1f6
+SHA512 (php-base58/base58-1.0.2.tgz) = 881cecaf68116331d7102c554094a9e65b9a8051cdd20f6c41b378d37baf655aefcbd601d58229ae018e15536c9620305d40e1e2697f88656a53126930612d30
+Size (php-base58/base58-1.0.2.tgz) = 10043 bytes
Home |
Main Index |
Thread Index |
Old Index