From owner-cvs-all@FreeBSD.ORG Thu Oct 27 09:57:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49B6616A41F; Thu, 27 Oct 2005 09:57:13 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3A5143D45; Thu, 27 Oct 2005 09:57:12 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9R9vC7r067518; Thu, 27 Oct 2005 09:57:12 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9R9vC7A067517; Thu, 27 Oct 2005 09:57:12 GMT (envelope-from garga) Message-Id: <200510270957.j9R9vC7A067517@repoman.freebsd.org> From: Renato Botelho Date: Thu, 27 Oct 2005 09:57:12 +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/jed-devel Makefile distinfo pkg-descr pkg-plist ports/editors/jed-devel/files patch-info_jed.1in patch-info_jed.2in patch-info_jed.3in patch-info_jed.info patch-src_Makefile.in 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: Thu, 27 Oct 2005 09:57:13 -0000 garga 2005-10-27 09:57:12 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/jed-devel Makefile distinfo pkg-descr pkg-plist editors/jed-devel/files patch-info_jed.1in patch-info_jed.2in patch-info_jed.3in patch-info_jed.info patch-src_Makefile.in Log: JED is a highly customizable text editor offering most of the commonly used features of EMACS without the proportions of EMACS. The default configuration uses EMACS keystrokes, though WordStar keystrokes are available, and most any keystrokes can be programmed.n JED is customizable and programmable in the language SLANG, which can look like forth or c, depending on your preferences. Revision Changes Path 1.322 +1 -0 ports/editors/Makefile 1.1 +74 -0 ports/editors/jed-devel/Makefile (new) 1.1 +2 -0 ports/editors/jed-devel/distinfo (new) 1.1 +14 -0 ports/editors/jed-devel/files/patch-info_jed.1in (new) 1.1 +11 -0 ports/editors/jed-devel/files/patch-info_jed.2in (new) 1.1 +14 -0 ports/editors/jed-devel/files/patch-info_jed.3in (new) 1.1 +14 -0 ports/editors/jed-devel/files/patch-info_jed.info (new) 1.1 +114 -0 ports/editors/jed-devel/files/patch-src_Makefile.in (new) 1.1 +8 -0 ports/editors/jed-devel/pkg-descr (new) 1.1 +184 -0 ports/editors/jed-devel/pkg-plist (new)