From owner-cvs-ports@FreeBSD.ORG Sun Apr 12 17:47:48 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D29E21065672; Sun, 12 Apr 2009 17:47:48 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C0C098FC14; Sun, 12 Apr 2009 17:47:48 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n3CHlmF6096417; Sun, 12 Apr 2009 17:47:48 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3CHlm3G096416; Sun, 12 Apr 2009 17:47:48 GMT (envelope-from lwhsu) Message-Id: <200904121747.n3CHlm3G096416@repoman.freebsd.org> From: Li-Wen Hsu Date: Sun, 12 Apr 2009 17:47:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/libssh Makefile distinfo pkg-descr pkg-plist ports/security/libssh/files patch-Makefile.in patch-server.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Apr 2009 17:47:49 -0000 lwhsu 2009-04-12 17:47:48 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/libssh Makefile distinfo pkg-descr pkg-plist security/libssh/files patch-Makefile.in patch-server.c Log: Add libssh 0.2, a library implementing the SSH1 and SSH2 protocol. PR: ports/133657 Submitted by: Alexander Logvinov Revision Changes Path 1.1031 +1 -0 ports/security/Makefile 1.1 +22 -0 ports/security/libssh/Makefile (new) 1.1 +3 -0 ports/security/libssh/distinfo (new) 1.1 +11 -0 ports/security/libssh/files/patch-Makefile.in (new) 1.1 +10 -0 ports/security/libssh/files/patch-server.c (new) 1.1 +23 -0 ports/security/libssh/pkg-descr (new) 1.1 +12 -0 ports/security/libssh/pkg-plist (new)