mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
add tdir
Display directories with files ordered by ending "extension". PR: 28305 Submitted by: Bourne-again Superuser <toor@tundraware.com> (hmmmm....)
This commit is contained in:
parent
43edc9797e
commit
8aef1c394e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44853
@ -145,6 +145,7 @@
|
|||||||
SUBDIR += symlinks
|
SUBDIR += symlinks
|
||||||
SUBDIR += syslog-ng
|
SUBDIR += syslog-ng
|
||||||
SUBDIR += tcplist
|
SUBDIR += tcplist
|
||||||
|
SUBDIR += tdir
|
||||||
SUBDIR += timelimit
|
SUBDIR += timelimit
|
||||||
SUBDIR += truncate
|
SUBDIR += truncate
|
||||||
SUBDIR += tua
|
SUBDIR += tua
|
||||||
|
19
sysutils/tdir/Makefile
Normal file
19
sysutils/tdir/Makefile
Normal file
@ -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>
|
1
sysutils/tdir/distinfo
Normal file
1
sysutils/tdir/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (tdir-1.58.tar.gz) = 58f1cf98c881926d2a414f26972d355d
|
1
sysutils/tdir/pkg-comment
Normal file
1
sysutils/tdir/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
Display directories with files ordered by ending "extension".
|
15
sysutils/tdir/pkg-descr
Normal file
15
sysutils/tdir/pkg-descr
Normal file
@ -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
|
3
sysutils/tdir/pkg-plist
Normal file
3
sysutils/tdir/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
bin/tdir
|
||||||
|
share/doc/tdir/tdir-license.txt
|
||||||
|
@dirrm share/doc/tdir
|
Loading…
Reference in New Issue
Block a user