mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Add ndir 0.8.5, a featureful directory lister.
This commit is contained in:
parent
46ea14e18e
commit
93c06df5b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45366
6 changed files with 47 additions and 0 deletions
|
@ -90,6 +90,7 @@
|
||||||
SUBDIR += monitord
|
SUBDIR += monitord
|
||||||
SUBDIR += msyslog
|
SUBDIR += msyslog
|
||||||
SUBDIR += muse
|
SUBDIR += muse
|
||||||
|
SUBDIR += ndir
|
||||||
SUBDIR += no-login
|
SUBDIR += no-login
|
||||||
SUBDIR += npadmin
|
SUBDIR += npadmin
|
||||||
SUBDIR += nut
|
SUBDIR += nut
|
||||||
|
|
32
sysutils/ndir/Makefile
Normal file
32
sysutils/ndir/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# New ports collection makefile for: ndir
|
||||||
|
# Date created: Jun 16, 2001
|
||||||
|
# Whom: Mark Pulford <mark@kyne.com.au>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= ndir
|
||||||
|
PORTVERSION= 0.8.5
|
||||||
|
CATEGORIES= sysutils
|
||||||
|
MASTER_SITES= http://www.Informatik.Uni-Oldenburg.DE/~mw/software/
|
||||||
|
DISTNAME= NDir-${PORTVERSION}
|
||||||
|
EXTRACT_SUFX= -1.tar.gz
|
||||||
|
|
||||||
|
MAINTAINER= markp@FreeBSD.org
|
||||||
|
|
||||||
|
USE_GMAKE= yes
|
||||||
|
ALL_TARGET= compile
|
||||||
|
CFLAGS+= -DNO_THOUSANDS_GROUPING
|
||||||
|
MAN1= ndir.1
|
||||||
|
MLINKS= ndir.1 lv.1 ndir.1 lw.1
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${PERL} -pi -e "s/^export GLOBAL.+//g" ${WRKSRC}/Makefile
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_PROGRAM} ${WRKSRC}/src/ndir ${PREFIX}/bin
|
||||||
|
${LN} -sf ndir ${PREFIX}/bin/lw
|
||||||
|
${LN} -sf ndir ${PREFIX}/bin/lv
|
||||||
|
${INSTALL_MAN} ${WRKSRC}/ndir.1 ${PREFIX}/man/man1
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
sysutils/ndir/distinfo
Normal file
1
sysutils/ndir/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (NDir-0.8.5-1.tar.gz) = b07264dbb8d3b31da23ce9a8792d4de4
|
1
sysutils/ndir/pkg-comment
Normal file
1
sysutils/ndir/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
A featureful directory lister
|
9
sysutils/ndir/pkg-descr
Normal file
9
sysutils/ndir/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
NDir is a console-based utility to display the contents of
|
||||||
|
directories, just like 'ls' or 'dir'.
|
||||||
|
|
||||||
|
NDir is designed to present its output in a more informative way to
|
||||||
|
the user. This includes a summary line with some directory statistics,
|
||||||
|
different levels of verbosity, colourized output and intelligent
|
||||||
|
handling of very long file names.
|
||||||
|
|
||||||
|
WWW: http://www.Informatik.Uni-Oldenburg.DE/~mw/software/ndir.html
|
3
sysutils/ndir/pkg-plist
Normal file
3
sysutils/ndir/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
bin/ndir
|
||||||
|
bin/lv
|
||||||
|
bin/lw
|
Loading…
Add table
Reference in a new issue