Port details |
- tdir Advanced file directory display utility
- 1.73_1 sysutils =3 1.73_1Version of this port present on the latest quarterly branch.
- Maintainer: tdir@tundraware.com
- Port Added: 2001-07-07 00:43:12
- Last Update: 2024-03-21 08:57:58
- Commit Hash: 78d0d94
- People watching this port, also watch:: statsvn, p5-Parallel-Iterator, monit, nagios-check_hdd_health, ap24-mod_mono
- License: TundraWare
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/tdir/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/tdir
- pkg install tdir
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tdir
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1532910266
SHA256 (tdir-1.73.tar.gz) = 09a1953d62c94166dc6cf8d8cc96dd05b6085e6030a657373d94ee3d6b967d33
SIZE (tdir-1.73.tar.gz) = 9546
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_tdir
- USES:
- python:run shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.73_1 21 Mar 2024 08:57:58 |
Christian Weisgerber (naddy) |
sysutils/*: Move man pages to share/man
Approved by: portmgr (blanket) |
1.73 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.73 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.73 14 Aug 2018 01:12:49 |
dbaio |
sysutils/tdir: Update to 1.73
- Change license permissions
License reworked upstream, now `tdir` can be built and distributed in the
FreeBSD package cluster.
Changing the shebang line does not violate the license. The author gave
explicit approval about this in PR 228180.
Following the license change, this port can be released again.
- It nows supports Python2 and Python3.
PR: 228180
Submitted by: Tim Daneliuk <tdir@tundraware.com> (maintainer) |
1.71_2 17 Jul 2018 08:56:32 |
antoine |
Deprecate ports broken for more than 5 months |
1.71_2 19 Feb 2018 14:01:42 |
amdmi3 |
Fix bunch of ports by TundraWare, which share a common set of problems
- Add LICENSE
It explicitly requires user agreement (thus no-auto-accept) and
forbids distribution for a fee `beyond reasonable duplication
charges` which is too vague I don't think can be guaranteed in
any case (thus no-*-sell)
tdir port uses another variant of license, which also forbids
modification, and since the port requires shebangfix and Makefile
patching, also mark it no-pkg-mirror and BROKEN.
- Don't install licenses with documentation, since our license
framework already handles this
- Fix python shebangs
- Limit python version to 2.7, as no port is compatible with python3
- Add NO_ARCH
- User options targets helpers
- Simplify installation in a few cases
Approved by: portmgr blanket |
1.71_1 19 Oct 2015 14:50:52 |
amdmi3 |
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756 |
1.71_1 08 May 2015 09:14:24 |
amdmi3 |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2 |
1.71 10 Sep 2014 13:57:46 |
antoine |
- Allow staging as a regular user
- USES=python |
1.71 13 Feb 2014 07:44:19 |
rm |
- update to 1.71
while here:
- support staging
- move pkg-plist entries to PLIST_FILES
PR: 186703
Submitted by: Tim Daneliuk <tdir@tundraware.com> (maintainer) |
1.69 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.69 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.69 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.69 11 May 2006 18:33:22 |
jmelo |
- Update to 1.69.
- Update maintainer mail.
PR: ports/97101
Submitted by: Tim Daneliuk <tdir@tundraware.com> (maintainer)
Approved by: mnag (mentor) |
1.67 24 Jan 2006 01:06:45 |
edwin |
SHA256ify
Approved by: krion@ |
1.67 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.67 21 Feb 2003 13:28:59 |
knu |
De-pkg-comment. |
1.67 02 Sep 2002 03:32:27 |
kevlo |
Update to version 1.67
PR: 42307
Submitted by: MAINTAINER |
22 Jul 2001 04:25:29 |
markp |
Update to 1.66 |
19 Jul 2001 14:55:54 |
markp |
Update to 1.62. Add USE_PYTHON while I'm here.. |
07 Jul 2001 04:43:12 |
ijliao |
add tdir Display directories with files ordered by ending "extension". |