import tree 0.61

The tree utility displays a small formatted tree of directories. It can
be really useful to get a quick glance of a directory structure.

submitted by Pierre-Yves Ritschard <pierre-yves at spootnik.org>

ok steven@
This commit is contained in:
jasper 2006-06-26 18:09:00 +00:00
parent 824597b7b1
commit 4a17557cbc
4 changed files with 36 additions and 0 deletions

27
sysutils/tree/Makefile Normal file
View File

@ -0,0 +1,27 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/06/26 18:09:00 jasper Exp $
COMMENT= "print ascii formatted tree of a directory structure"
DISTNAME= tree-0.61
CATEGORIES= sysutils
HOMEPAGE= http://spootnik.org/tree/
MAINTAINER= Pierre-Yves Ritschard <pyr@spootnik.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tgz
NO_REGRESS= Yes
WANTLIB= c
do-configure:
@perl -pi -e 's,/usr/local,${PREFIX},' ${WRKSRC}/Makefile
.include <bsd.port.mk>

4
sysutils/tree/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (tree-0.61.tgz) = 73d99e49406d6def39d821d824afff11
RMD160 (tree-0.61.tgz) = 61ebfbf02eeb00d8ccf3436291b287c8fc8d0ac0
SHA1 (tree-0.61.tgz) = 781cec7dda0e0ca171e585afdce6e6ac8f99a9ac
SIZE (tree-0.61.tgz) = 3836

2
sysutils/tree/pkg/DESCR Normal file
View File

@ -0,0 +1,2 @@
The tree utility displays a small formatted tree of directories. It can
be really useful to get a quick glance of a directory structure.

3
sysutils/tree/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/06/26 18:09:00 jasper Exp $
bin/tree
man/man1/tree.0