1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Move x-files from x11 to misc.

Suggested by:	max and asami
This commit is contained in:
Matthew Hunt 1998-04-29 23:46:03 +00:00
parent 471d151486
commit 5fcd6a2319
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10769
7 changed files with 75 additions and 0 deletions

36
x11-fm/x-files/Makefile Normal file
View File

@ -0,0 +1,36 @@
# New ports collection makefile for: x-files
# Version required: 1.43
# Date created: 14 April 1998
# Whom: Donald J. Maddox <dmaddox@scsn.net>
#
# $Id$
#
DISTNAME= X-Files-1.43
PKGNAME= x-files-1.43
CATEGORIES= misc tk80
MASTER_SITES= http://java.inf.tu-dresden.de/X-Files/data/
MAINTAINER= dmaddox@scsn.net
BUILD_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80
WRKSRC= ${WRKDIR}/X-Files
NO_BUILD= yes
USE_X11= yes
pre-install:
@wish8.0 ${SCRIPTDIR}/mktclIndex ${WRKSRC}
do-install:
@${MKDIR} ${PREFIX}/lib/X11/X-Files
@${INSTALL_SCRIPT} ${WRKSRC}/X-Files.tcl ${PREFIX}/bin/X-Files
.for file in be.tcl ee.tcl re.tcl vfs.tcl xf_sel.tcl xfiles.buttons xfiles.extensions tclIndex \
xfiles.faq xfiles.headers xfiles.main_pophelp xfiles.manual xfiles.user_pophelp \
xfilesrc xflogo.gif
@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/X11/X-Files
.endfor
@${INSTALL_DATA} ${WRKSRC}/X-Files.xpm ${X11BASE}/include/X11/pixmaps
@${INSTALL_MAN} ${WRKSRC}/X-Files.1x ${X11BASE}/man/man1
.include <bsd.port.mk>

1
x11-fm/x-files/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (X-Files-1.43.tar.gz) = bcf7442e0be8e291c779919f9d6eac25

View File

@ -0,0 +1,11 @@
--- X-Files.tcl.orig Thu Dec 18 13:24:33 1997
+++ X-Files.tcl Sun Apr 19 13:22:27 1998
@@ -1,3 +1,8 @@
+#!/bin/sh
+# The main file for the X-Files
+# The next line is executed by /bin/sh, but not Tcl \
+exec wish8.0 $0 ${1+"$@"}
+set xf(xf_home) "/usr/X11R6/lib/X11/X-Files/"
proc MAIN {argc argv} {
global xf xf_image env menu tk_version

View File

@ -0,0 +1 @@
a nice Tk-based filemanager

5
x11-fm/x-files/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
This is X-Files, a very nice Tk-based filemanager for X based originally on
the Amiga program DirWorks.
Donald J. Maddox
<dmaddox@scsn.net>

18
x11-fm/x-files/pkg-plist Normal file
View File

@ -0,0 +1,18 @@
bin/X-Files
include/X11/pixmaps/X-Files.xpm
lib/X11/X-Files/be.tcl
lib/X11/X-Files/ee.tcl
lib/X11/X-Files/re.tcl
lib/X11/X-Files/tclIndex
lib/X11/X-Files/vfs.tcl
lib/X11/X-Files/xf_sel.tcl
lib/X11/X-Files/xfiles.buttons
lib/X11/X-Files/xfiles.extensions
lib/X11/X-Files/xfiles.faq
lib/X11/X-Files/xfiles.headers
lib/X11/X-Files/xfiles.main_pophelp
lib/X11/X-Files/xfiles.manual
lib/X11/X-Files/xfiles.user_pophelp
lib/X11/X-Files/xfilesrc
lib/X11/X-Files/xflogo.gif
@dirrm lib/X11/X-Files

View File

@ -0,0 +1,3 @@
#!/usr/local/bin/wish8.0
auto_mkindex $argv be.tcl ee.tcl re.tcl vfs.tcl xf_sel.tcl
exit