diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2017-12-19 10:04:06 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2017-12-19 10:04:06 +0000 |
commit | 10d31e30f6fb428a0fafd5f70c0e59881efc0bd0 (patch) | |
tree | 42c912f591ebbc4e95bb2c2772a03c0bd3e8cb39 /security | |
parent | 2e6691fdc07c09b26dac11af26b3e71bc93b29dd (diff) | |
download | pkgsrc-10d31e30f6fb428a0fafd5f70c0e59881efc0bd0.tar.gz |
reimport php-ssh2 as php-ssh2-0, to prepare for update of php-ssh2 to newer version which doesn't support PHP 5.6 any more
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 | ||||
-rw-r--r-- | security/php-ssh2-0/DESCR | 4 | ||||
-rw-r--r-- | security/php-ssh2-0/Makefile | 22 | ||||
-rw-r--r-- | security/php-ssh2-0/distinfo | 6 |
4 files changed, 34 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 7c6f527f3f1..bbd81017241 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.660 2017/12/14 21:05:45 fhajny Exp $ +# $NetBSD: Makefile,v 1.661 2017/12/19 10:04:06 jdolecek Exp $ # COMMENT= Security tools @@ -354,6 +354,7 @@ SUBDIR+= php-oauth1 SUBDIR+= php-pecl-mcrypt SUBDIR+= php-sodium SUBDIR+= php-ssdeep +SUBDIR+= php-ssh2-0 SUBDIR+= php-ssh2 SUBDIR+= php-suhosin SUBDIR+= pinentry diff --git a/security/php-ssh2-0/DESCR b/security/php-ssh2-0/DESCR new file mode 100644 index 00000000000..74d8e5d1c5f --- /dev/null +++ b/security/php-ssh2-0/DESCR @@ -0,0 +1,4 @@ +Provides bindings to the functions of libssh2 which implements +the SSH2 protocol. + +This package is for compatibility with PHP 5.6 only. diff --git a/security/php-ssh2-0/Makefile b/security/php-ssh2-0/Makefile new file mode 100644 index 00000000000..05cf08971a0 --- /dev/null +++ b/security/php-ssh2-0/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2017/12/19 10:04:06 jdolecek Exp $ +# + +MODNAME= ssh2 +PECL_VERSION= 0.13 +CATEGORIES+= security + +MAINTAINER= filip@joyent.com +HOMEPAGE= https://www.libssh2.org/ +COMMENT= PHP bindings to the functions of libssh2 +LICENSE= php + +CONFLICTS= ${PHP_PKG_PREFIX}-${MODNAME}>=1.0 + +PHP_VERSIONS_ACCEPTED= 56 + +CONFIGURE_ARGS+= --with-ssh2=${PREFIX} +#WRKSRC= ${WRKDIR}/${MODNAME}-${PECL_VERSION} + +.include "../../security/libssh2/buildlink3.mk" +.include "../../lang/php/ext.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/php-ssh2-0/distinfo b/security/php-ssh2-0/distinfo new file mode 100644 index 00000000000..b8094770b69 --- /dev/null +++ b/security/php-ssh2-0/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/12/19 10:04:06 jdolecek Exp $ + +SHA1 (php-ssh2/ssh2-0.13.tgz) = 1e44096ce2f165d3f8c35e7e85562d2022c60b15 +RMD160 (php-ssh2/ssh2-0.13.tgz) = 2f1464dfa7c5d3d114f4354a10ba03958e3f2a6f +SHA512 (php-ssh2/ssh2-0.13.tgz) = c031e22853bf5cf8ee59dc5b99d9e7e60af1507a22e7d0a9e2f54b8f1758a03a6cea91c539e0f667d48ec66185fdc8a28c47e5a1e10a72220c0cb16b3948e1d0 +Size (php-ssh2/ssh2-0.13.tgz) = 28984 bytes |