From owner-cvs-ports@FreeBSD.ORG Wed Apr 27 12:20:23 2011 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 07DEA1065675; Wed, 27 Apr 2011 12:20:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E88318FC1C; Wed, 27 Apr 2011 12:20:22 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p3RCKMed030684; Wed, 27 Apr 2011 12:20:22 GMT (envelope-from bapt@repoman.freebsd.org) Received: (from bapt@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3RCKMdw030683; Wed, 27 Apr 2011 12:20:22 GMT (envelope-from bapt) Message-Id: <201104271220.p3RCKMdw030683@repoman.freebsd.org> From: Baptiste Daroussin Date: Wed, 27 Apr 2011 12:20:22 +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/devel Makefile ports/devel/libcli Makefile distinfo pkg-descr ports/devel/libcli/files patch-clitest.c patch-libcli.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: Wed, 27 Apr 2011 12:20:23 -0000 bapt 2011-04-27 12:20:22 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libcli Makefile distinfo pkg-descr devel/libcli/files patch-clitest.c patch-libcli.c Log: Libcli provides a shared library for including a Cisco-like command-line interface into other software. It's a telnet interface which supports command-line editing, history, authentication and callbacks for a user-definable function tree. WWW: http://github.com/dparrish/libcli/ Revision Changes Path 1.4305 +1 -0 ports/devel/Makefile 1.1 +33 -0 ports/devel/libcli/Makefile (new) 1.1 +2 -0 ports/devel/libcli/distinfo (new) 1.1 +10 -0 ports/devel/libcli/files/patch-clitest.c (new) 1.1 +10 -0 ports/devel/libcli/files/patch-libcli.c (new) 1.1 +6 -0 ports/devel/libcli/pkg-descr (new)