- Enrich pkg-descr

- Add mirrors
- Remove support for 4.x
This commit is contained in:
Andrew Pantyukhin 2007-03-18 23:58:04 +00:00
parent 41cdc7a81b
commit d916a968ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187686
2 changed files with 4 additions and 10 deletions

View file

@ -8,7 +8,7 @@
PORTNAME= tree PORTNAME= tree
PORTVERSION= 1.5.1 PORTVERSION= 1.5.1
CATEGORIES= sysutils CATEGORIES= sysutils
MASTER_SITES= ftp://mama.indstate.edu/linux/tree/ MASTER_SITES= ftp://mama.indstate.edu/linux/tree/ CENKES
EXTRACT_SUFX= .tgz EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
@ -19,11 +19,4 @@ MAKE_ENV+= MKDIR="${MKDIR}"
MAN1= tree.1 MAN1= tree.1
PLIST_FILES= bin/tree PLIST_FILES= bin/tree
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.if ${OSVERSION} < 500000
post-patch:
@${REINPLACE_CMD} -e "s:iswprint:isprint:" ${WRKSRC}/tree.c
.endif
.include <bsd.port.post.mk>

View file

@ -2,7 +2,8 @@ Tree is a simple utility that displays a tree-view of directories
and files. It has options to use ANSI color escape-sequences or ASCII and files. It has options to use ANSI color escape-sequences or ASCII
graphic characters, and can also output in HTML format. graphic characters, and can also output in HTML format.
Tree was written by Steve Baker for Linux. WWW: http://mama.indstate.edu/users/ice/tree/
Author: Steve Baker <ice+tree@mama.indstate.edu>
-- AlanE -- AlanE
ports@geeksrus.net ports@geeksrus.net