From owner-cvs-all@FreeBSD.ORG Sun Apr 15 15:10:15 2012 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 232E61065670; Sun, 15 Apr 2012 15:10:15 +0000 (UTC) (envelope-from dhn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EAE078FC0A; Sun, 15 Apr 2012 15:10:14 +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 q3FFAEIV036350; Sun, 15 Apr 2012 15:10:14 GMT (envelope-from dhn@repoman.freebsd.org) Received: (from dhn@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q3FFAEPX036349; Sun, 15 Apr 2012 15:10:14 GMT (envelope-from dhn) Message-Id: <201204151510.q3FFAEPX036349@repoman.freebsd.org> From: Dennis Herrmann Date: Sun, 15 Apr 2012 15:10:14 +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/sysutils Makefile ports/sysutils/cdls Makefile distinfo pkg-descr 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, 15 Apr 2012 15:10:15 -0000 dhn 2012-04-15 15:10:14 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/cdls Makefile distinfo pkg-descr Log: cdls is a curses-based file manager for quickly browsing directories and files. The screen can be dynamically adjusted to include all information (like 'ls -ail'), or just the filenames (multi-column), or anything in between. All basic file and directory manipulations are possible with 1 keystroke: copy, move, delete, view, execute, change owner/group/mode, edit, diff, link (hard/symbolic), wc, tail -f, cksum, hexdump and many others. Documentation is self-contained in cdls and consists of two screens from which each option or subject can be selected to show its info screen. PR: ports/166942 Submitted by: Hans de Hartog Revision Changes Path 1.1391 +1 -0 ports/sysutils/Makefile 1.1 +28 -0 ports/sysutils/cdls/Makefile (new) 1.1 +2 -0 ports/sysutils/cdls/distinfo (new) 1.1 +10 -0 ports/sysutils/cdls/pkg-descr (new)