diff options
-rw-r--r-- | misc/ytree/Makefile | 24 | ||||
-rw-r--r-- | misc/ytree/distinfo | 1 | ||||
-rw-r--r-- | misc/ytree/files/patch-aa | 18 | ||||
-rw-r--r-- | misc/ytree/files/patch-ab | 20 | ||||
-rw-r--r-- | misc/ytree/pkg-comment | 1 | ||||
-rw-r--r-- | misc/ytree/pkg-descr | 6 | ||||
-rw-r--r-- | misc/ytree/pkg-plist | 3 |
7 files changed, 73 insertions, 0 deletions
diff --git a/misc/ytree/Makefile b/misc/ytree/Makefile new file mode 100644 index 0000000..44e66d6 --- /dev/null +++ b/misc/ytree/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: ytree +# Version required: 1.61 +# Date created: 5 Jan 1998 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= ytree-1.61 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= utils/file/managers + +MAINTAINER= andy@icc.surw.chel.su + +ALL_TARGET= +MAN1= ytree.1 + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/ytree ${PREFIX}/bin + @${INSTALL_DATA} ${WRKSRC}/ytree.conf ${PREFIX}/etc/ytree.conf.sample + @${INSTALL_MAN} ${WRKSRC}/ytree.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/misc/ytree/distinfo b/misc/ytree/distinfo new file mode 100644 index 0000000..7aac97b --- /dev/null +++ b/misc/ytree/distinfo @@ -0,0 +1 @@ +MD5 (ytree-1.61.tar.gz) = 8800e178590a543db4e2be34dea164a6 diff --git a/misc/ytree/files/patch-aa b/misc/ytree/files/patch-aa new file mode 100644 index 0000000..a053505 --- /dev/null +++ b/misc/ytree/files/patch-aa @@ -0,0 +1,18 @@ +--- Makefile Tue Sep 2 20:03:47 1997 ++++ /home/andy/tmp/wrk/Makefile Mon Jan 5 14:04:10 1998 +@@ -39,12 +39,14 @@ + #LIBS = -lcurses -ltermcap + + ########################### +-# FreeBSD with ncurses (Thanks to Peter Brevik) ++# FreeBSD (Thanks to Peter Brevik) + ########################### + #ADD_INCLUDE = /usr/include/ncurses + #ADD_LIB = /usr/lib + #CFLAGS = -I$(ADD_INCLUDE) -DNCURSES $(ADD_CFLAGS) + #LIBS = -L$(ADD_LIB) -lncurses -lmytinfo -lcompat ++CFLAGS = -O -DCOLOR_SUPPORT -DNCURSES ++LIBS = -lncurses -lmytinfo -lcompat + + ########################### + # NeXT (Thanks to fifi) diff --git a/misc/ytree/files/patch-ab b/misc/ytree/files/patch-ab new file mode 100644 index 0000000..2cf7ec0 --- /dev/null +++ b/misc/ytree/files/patch-ab @@ -0,0 +1,20 @@ +--- freesp.c Tue Sep 2 20:03:47 1997 ++++ /home/andy/tmp/wrk/freesp.c Mon Jan 5 13:44:42 1998 +@@ -9,7 +9,7 @@ + + #include "ytree.h" + +-#if ( defined( linux ) || defined( sun ) || defined( __NeXT__ ) || defined(hpux) || defined ( __FreeBSD__ ) ) && !defined( SVR4 ) ++#if ( defined( linux ) || defined( sun ) || defined( __NeXT__ ) || defined(hpux) ) && !defined( SVR4 ) + #include <sys/vfs.h> + #else + #ifdef WIN32 +@@ -18,7 +18,7 @@ + #if defined( SVR4 ) || defined( OSF1 ) + #include <sys/statvfs.h> + #else +-#ifdef ultrix ++#if ( defined( ultrix ) || defined ( __FreeBSD__ ) ) + #include <sys/param.h> + #include <sys/mount.h> + #else diff --git a/misc/ytree/pkg-comment b/misc/ytree/pkg-comment new file mode 100644 index 0000000..619612b --- /dev/null +++ b/misc/ytree/pkg-comment @@ -0,0 +1 @@ +DOS-XTREE(tm) similar file manager diff --git a/misc/ytree/pkg-descr b/misc/ytree/pkg-descr new file mode 100644 index 0000000..2ec0be9 --- /dev/null +++ b/misc/ytree/pkg-descr @@ -0,0 +1,6 @@ + Ytree is a nifty filemanager similar to xtree. +With some helper-applications (zip/zoo/tar etc.) +you can also browse archive files. + Viewers for "special" files are configurable +(*.wav, *.gif etc.). + Visit http://www.han.de/~werner/ytree.html diff --git a/misc/ytree/pkg-plist b/misc/ytree/pkg-plist new file mode 100644 index 0000000..467d358 --- /dev/null +++ b/misc/ytree/pkg-plist @@ -0,0 +1,3 @@ +bin/ytree +etc/ytree.conf.sample +man/man1/ytree.1.gz |