From 1750ec06681ac9dfbe275c7eab3ddc3db8a73da8 Mon Sep 17 00:00:00 2001 From: Travis Paul Date: Sun, 5 Apr 2020 06:01:27 +0000 Subject: [PATCH] php-uuid: Import php-uuid-1.1.0 as devel/php-uuid --- Makefile | 1 + php-uuid/DESCR | 1 + php-uuid/Makefile | 19 +++++++++++++++++++ php-uuid/distinfo | 6 ++++++ 4 files changed, 27 insertions(+) create mode 100644 php-uuid/DESCR create mode 100644 php-uuid/Makefile create mode 100644 php-uuid/distinfo 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 +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