From dehartog@zml12.dyndns.org  Sat Apr 14 12:23:05 2012
Return-Path: <dehartog@zml12.dyndns.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 7DD95106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 Apr 2012 12:23:05 +0000 (UTC)
	(envelope-from dehartog@zml12.dyndns.org)
Received: from smtpq3.gn.mail.iss.as9143.net (smtpq3.gn.mail.iss.as9143.net [212.54.34.166])
	by mx1.freebsd.org (Postfix) with ESMTP id 32B738FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 Apr 2012 12:23:05 +0000 (UTC)
Received: from [212.54.34.134] (helo=smtp3.gn.mail.iss.as9143.net)
	by smtpq3.gn.mail.iss.as9143.net with esmtp (Exim 4.71)
	(envelope-from <dehartog@zml12.dyndns.org>)
	id 1SJ20H-0002qj-Iu; Sat, 14 Apr 2012 14:22:57 +0200
Received: from 5ed1329f.cm-7-2a.dynamic.ziggo.nl ([94.209.50.159] helo=zml12.dyndns.org)
	by smtp3.gn.mail.iss.as9143.net with esmtp (Exim 4.71)
	(envelope-from <dehartog@zml12.dyndns.org>)
	id 1SJ20G-00025z-P8; Sat, 14 Apr 2012 14:22:57 +0200
Received: from zml12.dyndns.org (localhost [127.0.0.1])
	by zml12.dyndns.org (8.14.5/8.14.5) with ESMTP id q3ECMpuX079884;
	Sat, 14 Apr 2012 14:22:56 +0200 (CEST)
	(envelope-from dehartog@zml12.dyndns.org)
Received: (from root@localhost)
	by zml12.dyndns.org (8.14.5/8.14.5/Submit) id q3ECMooi079872;
	Sat, 14 Apr 2012 14:22:50 +0200 (CEST)
	(envelope-from dehartog)
Message-Id: <201204141222.q3ECMooi079872@zml12.dyndns.org>
Date: Sat, 14 Apr 2012 14:22:50 +0200 (CEST)
From: Hans de Hartog <hans@dehartog.nl>
Reply-To: Hans de Hartog <hans@dehartog.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc: hans@dehartog.nl
Subject: New port: sysutils/cdls  Curses based filemanager
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         166942
>Category:       ports
>Synopsis:       New port: sysutils/cdls  Curses based filemanager
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dhn
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 14 12:30:11 UTC 2012
>Closed-Date:    Sun Apr 15 15:10:38 UTC 2012
>Last-Modified:  Sun Apr 15 15:20:05 UTC 2012
>Originator:     Hans de Hartog
>Release:        FreeBSD 9.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD zml12.dyndns.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386

>Description:
	A curses based filemanager for system managers
>How-To-Repeat:
	
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	cdls
#	cdls/Makefile
#	cdls/pkg-descr
#	cdls/distinfo
#
echo c - cdls
mkdir -p cdls > /dev/null 2>&1
echo x - cdls/Makefile
sed 's/^X//' >cdls/Makefile << 'd9cf3af384cdf726823498a90c1f80fa'
X# New ports collection makefile for:	cdls
X# Date created:	13 april 2012
X# Whom:		Hans de Hartog <hans@dehartog.nl>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	cdls
XPORTVERSION=	4.2
XCATEGORIES=	sysutils
XMASTER_SITES=	ftp://pd7w.fs2a.eu/
X
XMAINTAINER=	hans@dehartog.nl
XCOMMENT=	A curses based file manager for system managers
X
XPLIST_FILES=	bin/cdls
X
X.include <bsd.port.mk>
d9cf3af384cdf726823498a90c1f80fa
echo x - cdls/pkg-descr
sed 's/^X//' >cdls/pkg-descr << '58ef8423f457e7bbfd925a8569aa13a1'
Xcdls is a curses-based file manager for quickly browsing directories and
Xfiles. The screen can be dynamically adjusted to include all information
X(like 'ls -ail'), or just the filenames (multi-column), or anything in
Xbetween.
XAll basic file and directory manipulations are possible with 1 keystroke:
Xcopy, move, delete, view, execute, change owner/group/mode, edit, diff,
Xlink (hard/symbolic), wc, tail -f, cksum, hexdump and many others.
XDocumentation is self-contained in cdls and consists of two screens from
Xwhich each option or subject can be selected to show its info screen.
58ef8423f457e7bbfd925a8569aa13a1
echo x - cdls/distinfo
sed 's/^X//' >cdls/distinfo << '91a5aeb2cd47248d2ac1f4257974806f'
XSHA256 (cdls-4.2.tar.gz) = cf184152823fd1102cdbca8f572d69eca2e582e14ca9bcc46134a2584a8e02fe
XSIZE (cdls-4.2.tar.gz) = 23751
91a5aeb2cd47248d2ac1f4257974806f
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dhn 
Responsible-Changed-By: dhn 
Responsible-Changed-When: Sun Apr 15 14:42:29 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166942 
State-Changed-From-To: open->closed 
State-Changed-By: dhn 
State-Changed-When: Sun Apr 15 15:10:36 UTC 2012 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166942 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/166942: commit references a PR
Date: Sun, 15 Apr 2012 15:10:31 +0000 (UTC)

 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 <hans@dehartog.nl>
   
   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)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
