pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/tree Tree is a recursive directory listing pr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c6e6c0215e9
branches:  trunk
changeset: 534336:9c6e6c0215e9
user:      cjs <cjs%pkgsrc.org@localhost>
date:      Wed Oct 17 06:48:38 2007 +0000

description:
Tree is a recursive directory listing program  that  produces  a  depth
indented  listing  of  files,  which  is colorized ala dircolors if the
LS_COLORS environment variable is set and output is to  tty.

Tree has various options for changing the information printed (size,
permissions, etc.) As well as plain text output, it is capable of
producing HTML output that includes links with an appropriate prefix.

diffstat:

 sysutils/tree/DESCR            |   7 +++++++
 sysutils/tree/Makefile         |  13 +++++++++++++
 sysutils/tree/PLIST            |   1 +
 sysutils/tree/distinfo         |   6 ++++++
 sysutils/tree/patches/patch-aa |  12 ++++++++++++
 5 files changed, 39 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r 6e41bd7258b6 -r 9c6e6c0215e9 sysutils/tree/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/tree/DESCR       Wed Oct 17 06:48:38 2007 +0000
@@ -0,0 +1,7 @@
+Tree is a recursive directory listing program  that  produces  a  depth
+indented  listing  of  files,  which  is colorized ala dircolors if the
+LS_COLORS environment variable is set and output is to  tty.
+
+Tree has various options for changing the information printed (size,
+permissions, etc.) As well as plain text output, it is capable of
+producing HTML output that includes links with an appropriate prefix.
diff -r 6e41bd7258b6 -r 9c6e6c0215e9 sysutils/tree/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/tree/Makefile    Wed Oct 17 06:48:38 2007 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2007/10/17 06:48:39 cjs Exp $
+#
+
+DISTNAME=      tree-1.5.1.1
+CATEGORIES=    sysutils
+MASTER_SITES=  ftp://mama.indstate.edu/linux/tree/
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    cjs%NetBSD.org@localhost
+HOMEPAGE=      http://mama.indstate.edu/users/ice/tree/
+COMMENT=       Print a text or HTML tree diagram of a directory structure
+
+.include "../../mk/bsd.pkg.mk"
diff -r 6e41bd7258b6 -r 9c6e6c0215e9 sysutils/tree/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/tree/PLIST       Wed Oct 17 06:48:38 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1 2007/10/17 06:48:39 cjs Exp $
diff -r 6e41bd7258b6 -r 9c6e6c0215e9 sysutils/tree/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/tree/distinfo    Wed Oct 17 06:48:38 2007 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2007/10/17 06:48:39 cjs Exp $
+
+SHA1 (tree-1.5.1.1.tgz) = ca4145bf1d2957ff3f4e6af0f64ce92d102fd356
+RMD160 (tree-1.5.1.1.tgz) = 7cc78b7a0103a7f81ec40c2c5e1ff2399fd7bb20
+Size (tree-1.5.1.1.tgz) = 30792 bytes
+SHA1 (patch-aa) = d30587d98d9719f6a72eaf9e8196f3d6022c943f
diff -r 6e41bd7258b6 -r 9c6e6c0215e9 sysutils/tree/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/tree/patches/patch-aa    Wed Oct 17 06:48:38 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2007/10/17 06:48:40 cjs Exp $
+
+--- tree.c.orig        2007-10-17 15:28:44.000000000 +0900
++++ tree.c     2007-10-17 15:28:59.000000000 +0900
+@@ -17,7 +17,6 @@
+  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  */
+ 
+-#include <features.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <time.h>



Home | Main Index | Thread Index | Old Index