From owner-cvs-ports@FreeBSD.ORG Mon Feb 4 15:17:04 2008 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 12F5816A417; Mon, 4 Feb 2008 15:17:04 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 013A313C4DB; Mon, 4 Feb 2008 15:17:04 +0000 (UTC) (envelope-from tabthorpe@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 m14FH36R090338; Mon, 4 Feb 2008 15:17:03 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m14FH3Y3090337; Mon, 4 Feb 2008 15:17:03 GMT (envelope-from tabthorpe) Message-Id: <200802041517.m14FH3Y3090337@repoman.freebsd.org> From: Thomas Abthorpe Date: Mon, 4 Feb 2008 15:17:03 +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/dkns Makefile distinfo pkg-descr 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: Mon, 04 Feb 2008 15:17:04 -0000 tabthorpe 2008-02-04 15:17:03 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/dkns Makefile distinfo pkg-descr Log: Dickens is a simple, one-buffer-in-one-window, console text editor. Dickens only understands UNIX-style text files expressed in ASCII, and is therefore of little or no use to the non-English-speaking world. Dickens is written in Munger(1). Features include interactive filename completion, tags support, regular-expression search-and-replace, and unlimited undo/redo. WWW: http://www.mammothcheese.ca/munger.html -- James Bailie http://www.mammothcheese.ca PR: ports/120242 Submitted by: James Bailie Revision Changes Path 1.389 +1 -0 ports/editors/Makefile 1.1 +22 -0 ports/editors/dkns/Makefile (new) 1.1 +3 -0 ports/editors/dkns/distinfo (new) 1.1 +14 -0 ports/editors/dkns/pkg-descr (new)