Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Apr 2001 17:05:26 +0930 (CST)
From:      mark@kyne.com.au
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26533: New port: sysutils/dim: A directory lister which sorts the file list in 2D
Message-ID:  <200104130735.f3D7ZQu77367@aeris.kyne.com.au>

next in thread | raw e-mail | index | archive | help

>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 <mark@kyne.com.au>
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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104130735.f3D7ZQu77367>