1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Import of ports/misc/ytree

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

PR:		5436
Submitted by:	andy@icc.surw.chel.su
This commit is contained in:
Justin M. Seger 1998-03-02 01:00:56 +00:00
parent 2bf658895a
commit 454dc1e81f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9985
7 changed files with 73 additions and 0 deletions

24
misc/ytree/Makefile Normal file
View File

@ -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>

1
misc/ytree/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ytree-1.61.tar.gz) = 8800e178590a543db4e2be34dea164a6

18
misc/ytree/files/patch-aa Normal file
View File

@ -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)

20
misc/ytree/files/patch-ab Normal file
View File

@ -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

1
misc/ytree/pkg-comment Normal file
View File

@ -0,0 +1 @@
DOS-XTREE(tm) similar file manager

6
misc/ytree/pkg-descr Normal file
View File

@ -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

3
misc/ytree/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/ytree
etc/ytree.conf.sample
man/man1/ytree.1.gz