pkgsrc-WIP-changes archive

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

php-uuid: Import php-uuid-1.1.0 as devel/php-uuid



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Sun Apr 5 06:01:27 2020 +0000
Changeset:	1750ec06681ac9dfbe275c7eab3ddc3db8a73da8

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

Log Message:
php-uuid: Import php-uuid-1.1.0 as devel/php-uuid

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

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

diffstat:
 Makefile          |  1 +
 php-uuid/DESCR    |  1 +
 php-uuid/Makefile | 19 +++++++++++++++++++
 php-uuid/distinfo |  6 ++++++
 4 files changed, 27 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index a23accefc7..5c8a9b03bd 100644
--- a/Makefile
+++ b/Makefile
@@ -2919,6 +2919,7 @@ SUBDIR+=	php-libawl-git
 SUBDIR+=	php-malware-finder
 SUBDIR+=	php-msgpack
 SUBDIR+=	php-tclink
+SUBDIR+=	php-uuid
 SUBDIR+=	php-xdiff
 SUBDIR+=	php-zmq
 SUBDIR+=	picolisp
diff --git a/php-uuid/DESCR b/php-uuid/DESCR
new file mode 100644
index 0000000000..0467be2926
--- /dev/null
+++ b/php-uuid/DESCR
@@ -0,0 +1 @@
+A wrapper around libuuid from the ext2utils project.
diff --git a/php-uuid/Makefile b/php-uuid/Makefile
new file mode 100644
index 0000000000..3f7c4d23d8
--- /dev/null
+++ b/php-uuid/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+MODNAME=		uuid
+PECL_VERSION=		1.1.0
+CATEGORIES=		devel
+
+MAINTAINER=		tpaul%NetBSD.org@localhost
+HOMEPAGE=		https://pecl.php.net/package/uuid
+LICENSE=		gnu-lgpl-v2.1
+COMMENT=		Wrapper around libuuid from the ext2utils project
+
+CONFIGURE_ARGS+=	--with-uuid=${PREFIX}
+
+TEST_TARGET=		test
+TEST_ENV=		NO_INTERACTION=set
+
+.include "../../devel/libuuid/buildlink3.mk"
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/php-uuid/distinfo b/php-uuid/distinfo
new file mode 100644
index 0000000000..0934559972
--- /dev/null
+++ b/php-uuid/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (php-uuid/uuid-1.1.0.tgz) = 3c74c03dfd6c26b097bb9ac477834ed55472cbe4
+RMD160 (php-uuid/uuid-1.1.0.tgz) = f9e805f40ea7f333f750117250cdc630cb177578
+SHA512 (php-uuid/uuid-1.1.0.tgz) = aea814a12e266e4a9e36c58bae78927fa9de6d2b7bf9c75a911710b26958aeecd31d972f56519cf4882a4b13864bc0740ad968b06e704ce7642279253009e76d
+Size (php-uuid/uuid-1.1.0.tgz) = 15225 bytes


Home | Main Index | Thread Index | Old Index