From owner-cvs-all@FreeBSD.ORG Sun Nov 23 18:22:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63F1D1065673; Sun, 23 Nov 2008 18:22:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4FFAA8FC14; Sun, 23 Nov 2008 18:22:19 +0000 (UTC) (envelope-from miwi@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 mANIMJE3089763; Sun, 23 Nov 2008 18:22:19 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mANIMJoP089762; Sun, 23 Nov 2008 18:22:19 GMT (envelope-from miwi) Message-Id: <200811231822.mANIMJoP089762@repoman.freebsd.org> From: Martin Wilke Date: Sun, 23 Nov 2008 18:22:19 +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/comms Makefile ports/comms/picocom Makefile distinfo pkg-descr ports/comms/picocom/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2008 18:22:19 -0000 miwi 2008-11-23 18:22:19 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/picocom Makefile distinfo pkg-descr comms/picocom/files patch-Makefile Log: As its name suggests, picocom is a minimal dumb-terminal emulation pro- gram. It is, in principle, very much like minicom(1) , only it's "pico" instead of "mini"! It was designed to serve as a simple, manual, modem configuration, testing, and debugging tool. It has also served (quite well) as a low-tech "terminal-window" to allow operator intervention in PPP connection scripts (something like the ms-windows "open terminal window before / after dialing" feature). It could also prove useful in many other similar tasks. WWW: http://efault.net/npat/hacks/picocom/ Revision Changes Path 1.199 +1 -0 ports/comms/Makefile 1.1 +22 -0 ports/comms/picocom/Makefile (new) 1.1 +3 -0 ports/comms/picocom/distinfo (new) 1.1 +32 -0 ports/comms/picocom/files/patch-Makefile (new) 1.1 +11 -0 ports/comms/picocom/pkg-descr (new)