summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2005-04-22 20:11:13 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2005-04-22 20:11:13 +0000
commit82da7baf2f08007e8d645cc3e30386476a74e235 (patch)
tree4c57092577625077d786613766519ce7970e5607 /security
parentlibssh2 is a library implementing the SSH2 protocol as defined by (diff)
PHP bindings to the libssh2 library which provide access to resources
(shell, remote exec, tunneling, file transfer) on a remote machine using a secure cryptographic transport.
Notes
Notes: svn path=/head/; revision=133964
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/pecl-ssh2/Makefile28
-rw-r--r--security/pecl-ssh2/distinfo2
-rw-r--r--security/pecl-ssh2/files/patch-config.m411
-rw-r--r--security/pecl-ssh2/pkg-descr5
5 files changed, 47 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index ac26bd8fbf4e..d2cf770159ad 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -350,6 +350,7 @@
SUBDIR += pear-LiveUser
SUBDIR += pear-LiveUser_Admin
SUBDIR += pear-Text_Password
+ SUBDIR += pecl-ssh2
SUBDIR += pf
SUBDIR += pft
SUBDIR += pfw
diff --git a/security/pecl-ssh2/Makefile b/security/pecl-ssh2/Makefile
new file mode 100644
index 000000000000..7c561f66e1d5
--- /dev/null
+++ b/security/pecl-ssh2/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: pecl-ssh2
+# Date created: 20050407
+# Whom: Alexander Leidinger <netchild@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ssh2
+PORTVERSION= 0.7
+CATEGORIES= security pear
+MASTER_SITES= http://pecl.php.net/get/
+PKGNAMEPREFIX= pecl-
+DISTNAME= ssh2-${PORTVERSION}
+EXTRACT_SUFX= .tgz
+DIST_SUBDIR= PECL
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= A PECL extension to the libssh2 library
+
+LIB_DEPENDS= ssh2:${PORTSDIR}/security/libssh2
+
+USE_PHP= yes
+USE_PHPEXT= yes
+
+#post-install:
+# @${MV} ${PREFIX}/lib/
+
+.include <bsd.port.mk>
diff --git a/security/pecl-ssh2/distinfo b/security/pecl-ssh2/distinfo
new file mode 100644
index 000000000000..2de44d8bc82b
--- /dev/null
+++ b/security/pecl-ssh2/distinfo
@@ -0,0 +1,2 @@
+MD5 (PECL/ssh2-0.7.tgz) = 8b13b2d28e9f77c88dabf17007aeac06
+SIZE (PECL/ssh2-0.7.tgz) = 18359
diff --git a/security/pecl-ssh2/files/patch-config.m4 b/security/pecl-ssh2/files/patch-config.m4
new file mode 100644
index 000000000000..1f2ca029a794
--- /dev/null
+++ b/security/pecl-ssh2/files/patch-config.m4
@@ -0,0 +1,11 @@
+--- config.m4.orig Thu Apr 7 11:18:20 2005
++++ config.m4 Thu Apr 7 11:19:10 2005
+@@ -36,7 +36,7 @@
+ ],[
+ AC_MSG_ERROR([libssh2 version >= 0.4 not found])
+ ],[
+- -L$SSH2_DIR/lib -lm -ldl
++ -L$SSH2_DIR/lib -lm
+ ])
+
+ PHP_CHECK_LIBRARY($LIBNAME,libssh2_channel_forward_listen_ex,
diff --git a/security/pecl-ssh2/pkg-descr b/security/pecl-ssh2/pkg-descr
new file mode 100644
index 000000000000..dc86cdfdaa3f
--- /dev/null
+++ b/security/pecl-ssh2/pkg-descr
@@ -0,0 +1,5 @@
+PHP bindings to the libssh2 library which provide access to resources
+(shell, remote exec, tunneling, file transfer) on a remote machine using a
+secure cryptographic transport.
+
+WWW: http://pecl.php.net/package/Fileinfo/