From 045aca179327ae78f9531704fd35604835cc6d1a Mon Sep 17 00:00:00 2001 From: fhajny Date: Wed, 1 Oct 2014 12:13:23 +0000 Subject: Import security/php-ssh2 (based on wip/php-ssh2). Provides bindings to the functions of libssh2 which implements the SSH2 protocol. --- security/php-ssh2/DESCR | 2 ++ security/php-ssh2/Makefile | 20 ++++++++++++++++++++ security/php-ssh2/distinfo | 5 +++++ 3 files changed, 27 insertions(+) create mode 100644 security/php-ssh2/DESCR create mode 100644 security/php-ssh2/Makefile create mode 100644 security/php-ssh2/distinfo (limited to 'security/php-ssh2') diff --git a/security/php-ssh2/DESCR b/security/php-ssh2/DESCR new file mode 100644 index 00000000000..b4dc5ecc4d6 --- /dev/null +++ b/security/php-ssh2/DESCR @@ -0,0 +1,2 @@ +Provides bindings to the functions of libssh2 which implements +the SSH2 protocol. diff --git a/security/php-ssh2/Makefile b/security/php-ssh2/Makefile new file mode 100644 index 00000000000..97586e52d38 --- /dev/null +++ b/security/php-ssh2/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2014/10/01 12:13:24 fhajny Exp $ +# + +MODNAME= ssh2 +PECL_VERSION= 0.12 +CATEGORIES+= security + +MAINTAINER= filip@joyent.com +HOMEPAGE= http://www.libssh2.org/ +COMMENT= PHP bindings to the functions of libssh2 +LICENSE= php + +CONFLICTS= php-ssh2-[0-9]* + +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/distinfo b/security/php-ssh2/distinfo new file mode 100644 index 00000000000..f1543f5e900 --- /dev/null +++ b/security/php-ssh2/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/10/01 12:13:24 fhajny Exp $ + +SHA1 (php-ssh2/ssh2-0.12.tgz) = b86a25bdd3f3558bbcaaa6d876309fbbb5ae134d +RMD160 (php-ssh2/ssh2-0.12.tgz) = ecf60b0c19541c947b4e092259b2ab71fc0f5a3a +Size (php-ssh2/ssh2-0.12.tgz) = 26223 bytes -- cgit v1.2.3