diff options
author | will <will@FreeBSD.org> | 2001-04-18 02:17:51 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-18 02:17:51 +0800 |
commit | 8f91ecb70ac361e9a5ac978fbbcf677b3d1d8827 (patch) | |
tree | e6006823c7f6badcefe99379f7713506054b2d30 /sysutils | |
parent | c27b53f8bc38dddab9e2b2a818a24f42d7f48c6f (diff) | |
download | freebsd-ports-gnome-8f91ecb70ac361e9a5ac978fbbcf677b3d1d8827.tar.gz freebsd-ports-gnome-8f91ecb70ac361e9a5ac978fbbcf677b3d1d8827.tar.zst freebsd-ports-gnome-8f91ecb70ac361e9a5ac978fbbcf677b3d1d8827.zip |
Add dim 1.0, a directory lister which sorts the file list in 2D.
PR: 26533
Submitted by: Mark Pulford <mark@kyne.com.au>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/dim/Makefile | 27 | ||||
-rw-r--r-- | sysutils/dim/distinfo | 1 | ||||
-rw-r--r-- | sysutils/dim/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/dim/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/dim/pkg-plist | 1 |
6 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index be8dbd5650d4..6f28ba679324 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -32,6 +32,7 @@ SUBDIR += daemontools53 SUBDIR += deleted SUBDIR += detach + SUBDIR += dim SUBDIR += diskusage SUBDIR += doconfig SUBDIR += dvdtape diff --git a/sysutils/dim/Makefile b/sysutils/dim/Makefile new file mode 100644 index 000000000000..dee26e0aaffd --- /dev/null +++ b/sysutils/dim/Makefile @@ -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> diff --git a/sysutils/dim/distinfo b/sysutils/dim/distinfo new file mode 100644 index 000000000000..aa68b215ab72 --- /dev/null +++ b/sysutils/dim/distinfo @@ -0,0 +1 @@ +MD5 (dim.tar) = 719f84e8a5338eda567a0948b7566ccb diff --git a/sysutils/dim/pkg-comment b/sysutils/dim/pkg-comment new file mode 100644 index 000000000000..1e89e7c4202f --- /dev/null +++ b/sysutils/dim/pkg-comment @@ -0,0 +1 @@ +A directory lister which sorts the file list in 2D diff --git a/sysutils/dim/pkg-descr b/sysutils/dim/pkg-descr new file mode 100644 index 000000000000..0388d9075dba --- /dev/null +++ b/sysutils/dim/pkg-descr @@ -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 diff --git a/sysutils/dim/pkg-plist b/sysutils/dim/pkg-plist new file mode 100644 index 000000000000..7fe2fcd1c3f5 --- /dev/null +++ b/sysutils/dim/pkg-plist @@ -0,0 +1 @@ +bin/dim |