From owner-cvs-all@FreeBSD.ORG Fri Dec 21 10:40:26 2007 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 3BDAC16A41B; Fri, 21 Dec 2007 10:40:26 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2905313C442; Fri, 21 Dec 2007 10:40:26 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBLAeQUY051940; Fri, 21 Dec 2007 10:40:26 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBLAeQnd051939; Fri, 21 Dec 2007 10:40:26 GMT (envelope-from dougb) Message-Id: <200712211040.lBLAeQnd051939@repoman.freebsd.org> From: Doug Barton Date: Fri, 21 Dec 2007 10:40:25 +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/editors Makefile ports/editors/pico-alpine Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2007 10:40:26 -0000 dougb 2007-12-21 10:40:25 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/pico-alpine Makefile pkg-descr pkg-plist Log: Add a slave port for the Alpine version of pico. Pico and Pilot are simple, display-oriented tools. Commands are displayed at the bottom of the screen, and context-sensitive help is provided. In Pico as characters are typed they are immediately inserted into the text. It has three basic features: paragraph justification, searching, and block cut/paste. In Pilot several basic file manipulation commands are provided: Delete, Rename, Copy, View, Launch, and Edit. The "View" and "Edit" commands operate on text files only. The "Edit" command invokes "pico." The "Launch" command provides a convenient way to either execute the selected file or to run an application on it. WWW: http://www.washington.edu/alpine/ Revision Changes Path 1.386 +1 -0 ports/editors/Makefile 1.1 +36 -0 ports/editors/pico-alpine/Makefile (new) 1.1 +17 -0 ports/editors/pico-alpine/pkg-descr (new) 1.1 +2 -0 ports/editors/pico-alpine/pkg-plist (new)