summaryrefslogtreecommitdiff
path: root/sysutils/tdir
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-07 03:43:12 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-07 03:43:12 +0000
commit8aef1c394ef8ef90240960218edb0343fb0c5120 (patch)
tree5f7f85af739b6bdf640eb21f6830afda44b183c2 /sysutils/tdir
parentadd cvspadm (diff)
add tdir
Display directories with files ordered by ending "extension". PR: 28305 Submitted by: Bourne-again Superuser <toor@tundraware.com> (hmmmm....)
Notes
Notes: svn path=/head/; revision=44853
Diffstat (limited to 'sysutils/tdir')
-rw-r--r--sysutils/tdir/Makefile19
-rw-r--r--sysutils/tdir/distinfo1
-rw-r--r--sysutils/tdir/pkg-comment1
-rw-r--r--sysutils/tdir/pkg-descr15
-rw-r--r--sysutils/tdir/pkg-plist3
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