diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-07 11:43:12 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-07 11:43:12 +0800 |
commit | 24067cf6514ea994058c5f1bedff4791db9e8c91 (patch) | |
tree | dbe8ba8a471a424e2c2903e193f720410b225fad /sysutils/tdir | |
parent | 107a67b21c0dd9015e9c977b46182bb7d0486b6c (diff) | |
download | freebsd-ports-gnome-24067cf6514ea994058c5f1bedff4791db9e8c91.tar.gz freebsd-ports-gnome-24067cf6514ea994058c5f1bedff4791db9e8c91.tar.zst freebsd-ports-gnome-24067cf6514ea994058c5f1bedff4791db9e8c91.zip |
add tdir
Display directories with files ordered by ending "extension".
PR: 28305
Submitted by: Bourne-again Superuser <toor@tundraware.com> (hmmmm....)
Diffstat (limited to 'sysutils/tdir')
-rw-r--r-- | sysutils/tdir/Makefile | 19 | ||||
-rw-r--r-- | sysutils/tdir/distinfo | 1 | ||||
-rw-r--r-- | sysutils/tdir/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/tdir/pkg-descr | 15 | ||||
-rw-r--r-- | sysutils/tdir/pkg-plist | 3 |
5 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/tdir/Makefile b/sysutils/tdir/Makefile new file mode 100644 index 000000000000..2c424802ddb8 --- /dev/null +++ b/sysutils/tdir/Makefile @@ -0,0 +1,19 @@ +# ports collection makefile for: tdir +# Date Created: 03 July 2001 +# Whom: tundra +# +# $FreeBSD$ + +PORTNAME= tdir +PORTVERSION= 1.58 +CATEGORIES= sysutils +MASTER_SITES= http://www.tundraware.com/Software/tdir/ + +MAINTAINER= tundra@tundraware.com + +RUN_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python + +MAN1= tdir.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> diff --git a/sysutils/tdir/distinfo b/sysutils/tdir/distinfo new file mode 100644 index 000000000000..0954eac097c8 --- /dev/null +++ b/sysutils/tdir/distinfo @@ -0,0 +1 @@ +MD5 (tdir-1.58.tar.gz) = 58f1cf98c881926d2a414f26972d355d diff --git a/sysutils/tdir/pkg-comment b/sysutils/tdir/pkg-comment new file mode 100644 index 000000000000..2ac32d69d7dd --- /dev/null +++ b/sysutils/tdir/pkg-comment @@ -0,0 +1 @@ +Display directories with files ordered by ending "extension". diff --git a/sysutils/tdir/pkg-descr b/sysutils/tdir/pkg-descr new file mode 100644 index 000000000000..acda9a44fa13 --- /dev/null +++ b/sysutils/tdir/pkg-descr @@ -0,0 +1,15 @@ +tdir is Yet Another Way To Display Directory Listings. Output is in +columnar format with sub-directories listed first, and then a listing +of the files ordered by their ending "extension" - typically the +characters following the rightmost '.' in the file name (though this +can be changed on the command line). + +tdir supports recursive directory examination. Total output width as +well as column width can be set on the command line and tdir will +autoformat accordingly. + +tdir is written in 'python' and requires a reasonably current version +of the 'python' environment to be present on the system. + +- tim +tundra@tundraware.com diff --git a/sysutils/tdir/pkg-plist b/sysutils/tdir/pkg-plist new file mode 100644 index 000000000000..79626a6f1d8a --- /dev/null +++ b/sysutils/tdir/pkg-plist @@ -0,0 +1,3 @@ +bin/tdir +share/doc/tdir/tdir-license.txt +@dirrm share/doc/tdir |