pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libssh The ssh library was designed to be use...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ef26e2d57286
branches: trunk
changeset: 492634:ef26e2d57286
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Sun Apr 17 11:34:16 2005 +0000
description:
The ssh library was designed to be used by programmers needing a working
SSH implementation by the mean of a library. The complete control of the
client is made by the programmer.
With libssh, you can remotely execute programs, transfer files, use a
secure and transparent tunnel for your remote programs. With its Secure
FTP implementation, you can play with remote files easily, without
third-party programs others than libcrypto (from openssl).
diffstat:
security/libssh/DESCR | 8 ++++++++
security/libssh/Makefile | 21 +++++++++++++++++++++
security/libssh/PLIST | 10 ++++++++++
security/libssh/buildlink3.mk | 18 ++++++++++++++++++
security/libssh/distinfo | 5 +++++
5 files changed, 62 insertions(+), 0 deletions(-)
diffs (82 lines):
diff -r d16bee80d71c -r ef26e2d57286 security/libssh/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libssh/DESCR Sun Apr 17 11:34:16 2005 +0000
@@ -0,0 +1,8 @@
+The ssh library was designed to be used by programmers needing a working
+SSH implementation by the mean of a library. The complete control of the
+client is made by the programmer.
+
+With libssh, you can remotely execute programs, transfer files, use a
+secure and transparent tunnel for your remote programs. With its Secure
+FTP implementation, you can play with remote files easily, without
+third-party programs others than libcrypto (from openssl).
diff -r d16bee80d71c -r ef26e2d57286 security/libssh/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libssh/Makefile Sun Apr 17 11:34:16 2005 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/04/17 11:34:16 adrianp Exp $
+#
+
+DISTNAME= libssh-0.1
+CATEGORIES= security
+MASTER_SITES= http://www.0xbadc0de.be/libssh/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= adrianp%NetBSD.org@localhost
+HOMEPAGE= http://0xbadc0de.be/
+COMMENT= Working SSH implementation by the mean of a library
+
+GNU_CONFIGURE= YES
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libssh
+ ${INSTALL_DATA} ${WRKSRC}/API.txt ${PREFIX}/share/doc/libssh
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libssh
+
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d16bee80d71c -r ef26e2d57286 security/libssh/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libssh/PLIST Sun Apr 17 11:34:16 2005 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/04/17 11:34:16 adrianp Exp $
+include/libssh/config.h
+include/libssh/crypto.h
+include/libssh/libssh.h
+include/libssh/sftp.h
+lib/libssh.so
+share/doc/libssh/API.txt
+share/doc/libssh/README
+@dirrm share/doc/libssh
+@dirrm include/libssh
diff -r d16bee80d71c -r ef26e2d57286 security/libssh/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libssh/buildlink3.mk Sun Apr 17 11:34:16 2005 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/04/17 11:34:17 adrianp Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+LIBSSH_BUILDLINK3_MK:= ${NETWIB_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibssh}
+BUILDLINK_PACKAGES+= libssh
+
+.if !empty(LIBSSH_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.libssh+= libssh>=0.1
+BUILDLINK_PKGSRCDIR.libssh?= ../../security/libssh
+.endif # LIBSSH_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff -r d16bee80d71c -r ef26e2d57286 security/libssh/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libssh/distinfo Sun Apr 17 11:34:16 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/04/17 11:34:16 adrianp Exp $
+
+SHA1 (libssh-0.1.tgz) = 900d4af824bd01a21c4db7c3cc36789e3f8ab525
+RMD160 (libssh-0.1.tgz) = dc195249bbf0e04390f0ecc88012e9b2f9be24fa
+Size (libssh-0.1.tgz) = 122663 bytes
Home |
Main Index |
Thread Index |
Old Index