pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/php-pecl-zip archivers/php-pecl-zip: add pac...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5d7fec5c3b4d
branches: trunk
changeset: 413975:5d7fec5c3b4d
user: taca <taca%pkgsrc.org@localhost>
date: Mon Mar 23 15:29:34 2020 +0000
description:
archivers/php-pecl-zip: add package version 1.18.2
Add php-pecl-zip package version 1.18.2.
Zip management extension with libzip.
diffstat:
archivers/php-pecl-zip/DESCR | 1 +
archivers/php-pecl-zip/Makefile | 21 +++++++++++++++++++++
archivers/php-pecl-zip/distinfo | 6 ++++++
3 files changed, 28 insertions(+), 0 deletions(-)
diffs (40 lines):
diff -r 136c59403671 -r 5d7fec5c3b4d archivers/php-pecl-zip/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/php-pecl-zip/DESCR Mon Mar 23 15:29:34 2020 +0000
@@ -0,0 +1,1 @@
+Zip management extension with libzip.
diff -r 136c59403671 -r 5d7fec5c3b4d archivers/php-pecl-zip/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/php-pecl-zip/Makefile Mon Mar 23 15:29:34 2020 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2020/03/23 15:29:34 taca Exp $
+#
+
+MODNAME= zip
+PECL_VERSION= 1.18.2
+PKGNAME= ${PHP_PKG_PREFIX}-pecl-${MODNAME}-${PECL_VERSION}
+CATEGORIES= archivers
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://pecl.php.net/package/zip
+COMMENT= Zip management extension with libzip
+LICENSE= php
+
+PHP_VERSIONS_ACCEPTED= 72 73 74
+
+CONFIGURE_ARGS+= --enable-zip
+CONFIGURE_ARGS+= --with-libzip=${PREFIX}
+
+.include "../../archivers/libzip/buildlink3.mk"
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 136c59403671 -r 5d7fec5c3b4d archivers/php-pecl-zip/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/php-pecl-zip/distinfo Mon Mar 23 15:29:34 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/23 15:29:34 taca Exp $
+
+SHA1 (php-zip/zip-1.18.2.tgz) = 16e8422eb7b4fa5171a6787c17d3f663abf67311
+RMD160 (php-zip/zip-1.18.2.tgz) = 3cc69d89618d16f1575ea7c64b1a5036b71b0fc3
+SHA512 (php-zip/zip-1.18.2.tgz) = e4cb14084094d673e9674d6991f26bbb25d58efb2fe86e56bb04c941cd8b1c11421d42d002b97f84c595eaf8300480e2f8c2f957c3a961474e0194c81fbc4631
+Size (php-zip/zip-1.18.2.tgz) = 301112 bytes
Home |
Main Index |
Thread Index |
Old Index