pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/php-base58



Module Name:    pkgsrc
Committed By:   tpaul
Date:           Thu Mar 11 13:18:46 UTC 2021

Added Files:
        pkgsrc/devel/php-base58: DESCR Makefile distinfo

Log Message:
php-base58: Import php-base58-1.0.2 as devel/php-base58

PHP extension for base58 encoding and decoding using the Bitcoin alphabet


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/php-base58/DESCR \
    pkgsrc/devel/php-base58/Makefile pkgsrc/devel/php-base58/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/php-base58/DESCR
diff -u /dev/null pkgsrc/devel/php-base58/DESCR:1.1
--- /dev/null   Thu Mar 11 13:18:46 2021
+++ pkgsrc/devel/php-base58/DESCR       Thu Mar 11 13:18:46 2021
@@ -0,0 +1 @@
+PHP extension for base58 encoding and decoding using the Bitcoin alphabet
Index: pkgsrc/devel/php-base58/Makefile
diff -u /dev/null pkgsrc/devel/php-base58/Makefile:1.1
--- /dev/null   Thu Mar 11 13:18:46 2021
+++ pkgsrc/devel/php-base58/Makefile    Thu Mar 11 13:18:46 2021
@@ -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"
Index: pkgsrc/devel/php-base58/distinfo
diff -u /dev/null pkgsrc/devel/php-base58/distinfo:1.1
--- /dev/null   Thu Mar 11 13:18:46 2021
+++ pkgsrc/devel/php-base58/distinfo    Thu Mar 11 13:18:46 2021
@@ -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