Update to 1.69. Changes:
- End directory names with "/" instead of ":" (which never made sense). - Added option to suppress sorting by extension. - Changed display of sort by extension in several ways: Separator character now appears at the beginning of the extension. 'dot files' (with a leading separator character) are now shown as having no extension. Extensions are now enclosed in parens instead of curly braces for better readability.
This commit is contained in:
parent
0d6ce570e7
commit
be114fa852
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.20 2012/10/23 19:51:26 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2013/10/17 16:47:41 shattered Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tdir-1.58
|
||||
PKGREVISION= 5
|
||||
DISTNAME= tdir-1.69
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.tundraware.com/Software/tdir/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2005/02/24 13:40:58 agc Exp $
|
||||
$NetBSD: distinfo,v 1.3 2013/10/17 16:47:41 shattered Exp $
|
||||
|
||||
SHA1 (tdir-1.58.tar.gz) = abad48d9b180b9af6a140a47f5786cd90fff36cb
|
||||
RMD160 (tdir-1.58.tar.gz) = d37886336adace7f85a0b7312f4f2b88d8705d1e
|
||||
Size (tdir-1.58.tar.gz) = 5926 bytes
|
||||
SHA1 (tdir-1.69.tar.gz) = ebbf962cbdca584f18adbe236c3ff387e184a8a5
|
||||
RMD160 (tdir-1.69.tar.gz) = 52bef04382287e646ba217d5665c806c9398b67c
|
||||
Size (tdir-1.69.tar.gz) = 6843 bytes
|
||||
|
|
Loading…
Reference in a new issue