Add dim 1.0, a directory lister which sorts the file list in 2D.
PR: 26533 Submitted by: Mark Pulford <mark@kyne.com.au>
This commit is contained in:
parent
faf39a3d13
commit
d78539adcc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41597
6 changed files with 35 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
SUBDIR += daemontools53
|
||||
SUBDIR += deleted
|
||||
SUBDIR += detach
|
||||
SUBDIR += dim
|
||||
SUBDIR += diskusage
|
||||
SUBDIR += doconfig
|
||||
SUBDIR += dvdtape
|
||||
|
|
27
sysutils/dim/Makefile
Normal file
27
sysutils/dim/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: dim
|
||||
# Date created: Apr 13, 2001
|
||||
# Whom: Mark Pulford <mark@kyne.com.au>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dim
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.theory.org/~matt/dim/
|
||||
DISTNAME= dim
|
||||
EXTRACT_SUFX= .tar
|
||||
|
||||
MAINTAINER= mark@kyne.com.au
|
||||
|
||||
USE_PERL5= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e "s|^#!.+|#!${PERL}|" ${WRKSRC}/dim.pl
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/dim.pl ${PREFIX}/bin/dim
|
||||
|
||||
.include <bsd.port.mk>
|
1
sysutils/dim/distinfo
Normal file
1
sysutils/dim/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (dim.tar) = 719f84e8a5338eda567a0948b7566ccb
|
1
sysutils/dim/pkg-comment
Normal file
1
sysutils/dim/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A directory lister which sorts the file list in 2D
|
4
sysutils/dim/pkg-descr
Normal file
4
sysutils/dim/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Dim displays the files in a directory by grouping them visually,
|
||||
making it easy to see what files are related at a glance.
|
||||
|
||||
WWW: http://www.theory.org/~matt/dim/dim.html
|
1
sysutils/dim/pkg-plist
Normal file
1
sysutils/dim/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/dim
|
Loading…
Reference in a new issue