diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-07 03:43:12 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-07 03:43:12 +0000 |
commit | 8aef1c394ef8ef90240960218edb0343fb0c5120 (patch) | |
tree | 5f7f85af739b6bdf640eb21f6830afda44b183c2 /sysutils | |
parent | 43edc9797effa937330ab50d648861292aadaf2e (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-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 |
6 files changed, 40 insertions, 0 deletions
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 <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 |