From 8aef1c394ef8ef90240960218edb0343fb0c5120 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sat, 7 Jul 2001 03:43:12 +0000 Subject: [PATCH] add tdir Display directories with files ordered by ending "extension". PR: 28305 Submitted by: Bourne-again Superuser (hmmmm....) --- sysutils/Makefile | 1 + sysutils/tdir/Makefile | 19 +++++++++++++++++++ sysutils/tdir/distinfo | 1 + sysutils/tdir/pkg-comment | 1 + sysutils/tdir/pkg-descr | 15 +++++++++++++++ sysutils/tdir/pkg-plist | 3 +++ 6 files changed, 40 insertions(+) create mode 100644 sysutils/tdir/Makefile create mode 100644 sysutils/tdir/distinfo create mode 100644 sysutils/tdir/pkg-comment create mode 100644 sysutils/tdir/pkg-descr create mode 100644 sysutils/tdir/pkg-plist diff --git a/sysutils/Makefile b/sysutils/Makefile index 5f85886f8548..86e43a77b97f 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -145,6 +145,7 @@ SUBDIR += symlinks SUBDIR += syslog-ng SUBDIR += tcplist + SUBDIR += tdir SUBDIR += timelimit SUBDIR += truncate SUBDIR += tua 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 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