summaryrefslogtreecommitdiff
path: root/sysutils/tdir
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-07-07 09:26:17 +0000
committerzuntum <zuntum@pkgsrc.org>2001-07-07 09:26:17 +0000
commit2ee0f6ba31a7caa503affe8973f68b675fbc80d0 (patch)
treeb0a7f40bd990910592f23cfdba2eecfa8b72a709 /sysutils/tdir
parentdefb5ebe09cb1cbaa4820ec27991a31a7b89706b (diff)
downloadpkgsrc-2ee0f6ba31a7caa503affe8973f68b675fbc80d0.tar.gz
Initial import of tdir-1.58
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.
Diffstat (limited to 'sysutils/tdir')
-rw-r--r--sysutils/tdir/Makefile18
-rw-r--r--sysutils/tdir/distinfo4
-rw-r--r--sysutils/tdir/pkg/DESCR12
-rw-r--r--sysutils/tdir/pkg/PLIST4
4 files changed, 38 insertions, 0 deletions
diff --git a/sysutils/tdir/Makefile b/sysutils/tdir/Makefile
new file mode 100644
index 00000000000..a9740935cf3
--- /dev/null
+++ b/sysutils/tdir/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/07/07 09:26:17 zuntum Exp $
+#
+
+DISTNAME= tdir-1.58
+CATEGORIES= sysutils
+MASTER_SITES= http://www.tundraware.com/Software/tdir/
+
+MAINTAINER= zuntum@netbsd.org
+COMMENT= Display directories with files ordered by ending "extension"
+
+LICENSE= tdir-license
+
+post-patch:
+ ${SED} "s,/usr/local/bin/python,${LOCALBASE}/bin/python," \
+ ${WRKSRC}/tdir > ${WRKSRC}/tdir.done
+ ${MV} ${WRKSRC}/tdir.done ${WRKSRC}/tdir
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/tdir/distinfo b/sysutils/tdir/distinfo
new file mode 100644
index 00000000000..48a061738df
--- /dev/null
+++ b/sysutils/tdir/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/07/07 09:26:17 zuntum Exp $
+
+SHA1 (tdir-1.58.tar.gz) = abad48d9b180b9af6a140a47f5786cd90fff36cb
+Size (tdir-1.58.tar.gz) = 5926 bytes
diff --git a/sysutils/tdir/pkg/DESCR b/sysutils/tdir/pkg/DESCR
new file mode 100644
index 00000000000..48783583ce4
--- /dev/null
+++ b/sysutils/tdir/pkg/DESCR
@@ -0,0 +1,12 @@
+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.
diff --git a/sysutils/tdir/pkg/PLIST b/sysutils/tdir/pkg/PLIST
new file mode 100644
index 00000000000..2ca66b2e507
--- /dev/null
+++ b/sysutils/tdir/pkg/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/07 09:26:17 zuntum Exp $
+bin/tdir
+share/doc/tdir/tdir-license.txt
+@dirrm share/doc/tdir