pkgsrc-WIP-changes archive

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

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



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Wed Mar 10 11:18:00 2021 -0500
Changeset:	22fe4981db99ef3aec9e36134215bfc5a06f0024

Modified Files:
	Makefile
Added Files:
	php-base58/DESCR
	php-base58/Makefile
	php-base58/distinfo

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

A Base58 encoder/decoder for PHP.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=22fe4981db99ef3aec9e36134215bfc5a06f0024

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

diffstat:
 Makefile            |  1 +
 php-base58/DESCR    |  1 +
 php-base58/Makefile | 20 ++++++++++++++++++++
 php-base58/distinfo |  6 ++++++
 4 files changed, 28 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 989800e37f..a995124e74 100644
--- a/Makefile
+++ b/Makefile
@@ -3039,6 +3039,7 @@ SUBDIR+=	pheanstalk
 SUBDIR+=	phonon-backend-xine
 SUBDIR+=	phoronix-test-suite
 SUBDIR+=	php-ast
+SUBDIR+=	php-base58
 SUBDIR+=	php-dotclear
 SUBDIR+=	php-imagick-imagick6
 SUBDIR+=	php-libawl-git
diff --git a/php-base58/DESCR b/php-base58/DESCR
new file mode 100644
index 0000000000..1360bef6a1
--- /dev/null
+++ b/php-base58/DESCR
@@ -0,0 +1 @@
+PHP extension for base58 encoding and decoding using the Bitcoin alphabet
diff --git a/php-base58/Makefile b/php-base58/Makefile
new file mode 100644
index 0000000000..76ffaf521e
--- /dev/null
+++ b/php-base58/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+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 --git a/php-base58/distinfo b/php-base58/distinfo
new file mode 100644
index 0000000000..1a9b447a5e
--- /dev/null
+++ b/php-base58/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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