From owner-freebsd-ports Fri Apr 13 0:40:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F32FF37B440 for ; Fri, 13 Apr 2001 00:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3D7e1A64533; Fri, 13 Apr 2001 00:40:01 -0700 (PDT) (envelope-from gnats) Received: from hamster.kyne.com.au (kyneso.lnk.telstra.net [139.130.137.83]) by hub.freebsd.org (Postfix) with ESMTP id 81FF737B423 for ; Fri, 13 Apr 2001 00:31:21 -0700 (PDT) (envelope-from mark@aeris.kyne.com.au) Received: from aeris.kyne.com.au (root@aeris.kyne.com.au [203.38.180.166]) by hamster.kyne.com.au (8.9.3/8.9.3) with ESMTP id RAA07043 for ; Fri, 13 Apr 2001 17:01:19 +0930 Received: (from mark@localhost) by aeris.kyne.com.au (8.11.1/8.11.1) id f3D7ZQu77367; Fri, 13 Apr 2001 17:05:26 +0930 (CST) (envelope-from mark) Message-Id: <200104130735.f3D7ZQu77367@aeris.kyne.com.au> Date: Fri, 13 Apr 2001 17:05:26 +0930 (CST) From: mark@kyne.com.au Reply-To: mark@kyne.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/26533: New port: sysutils/dim: A directory lister which sorts the file list in 2D Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26533 >Category: ports >Synopsis: New port: sysutils/dim: A directory lister which sorts the file list in 2D >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 13 00:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Mark Pulford >Release: FreeBSD 4.2-STABLE i386 >Organization: none >Environment: >Description: Dim displays the files in a directory by grouping them visually, making it easy to see what files are related at a glance. >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: # # dim # dim/distinfo # dim/pkg-descr # dim/Makefile # dim/pkg-comment # dim/pkg-plist # echo c - dim mkdir -p dim > /dev/null 2>&1 echo x - dim/distinfo sed 's/^X//' >dim/distinfo << 'END-of-dim/distinfo' XMD5 (dim.tar) = 719f84e8a5338eda567a0948b7566ccb END-of-dim/distinfo echo x - dim/pkg-descr sed 's/^X//' >dim/pkg-descr << 'END-of-dim/pkg-descr' XDim displays the files in a directory by grouping them visually, Xmaking it easy to see what files are related at a glance. X XWWW: http://www.theory.org/~matt/dim/dim.html END-of-dim/pkg-descr echo x - dim/Makefile sed 's/^X//' >dim/Makefile << 'END-of-dim/Makefile' X# New ports collection makefile for: dim X# Date created: Apr 13, 2001 X# Whom: Mark Pulford X# X# $FreeBSD$ X# X XPORTNAME= dim XPORTVERSION= 1.0 XCATEGORIES= sysutils XMASTER_SITES= http://www.theory.org/~matt/dim/ XDISTNAME= dim XEXTRACT_SUFX= .tar X XMAINTAINER= mark@kyne.com.au X XUSE_PERL5= yes XNO_WRKSUBDIR= yes XNO_BUILD= yes X Xpre-patch: X @${PERL} -pi -e "s|^#!.+|#!${PERL}|" ${WRKSRC}/dim.pl X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/dim.pl ${PREFIX}/bin/dim X X.include END-of-dim/Makefile echo x - dim/pkg-comment sed 's/^X//' >dim/pkg-comment << 'END-of-dim/pkg-comment' XA directory lister which sorts the file list in 2D END-of-dim/pkg-comment echo x - dim/pkg-plist sed 's/^X//' >dim/pkg-plist << 'END-of-dim/pkg-plist' Xbin/dim END-of-dim/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message