aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/tkhfs
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1994-11-18 07:24:39 +0800
committerjmz <jmz@FreeBSD.org>1994-11-18 07:24:39 +0800
commitd09170cf54d1bd76c0f72c0ed2f89a71cf5eacc4 (patch)
tree661a899da7bf2ba1c101ba699b865e2be74a2707 /emulators/tkhfs
parent4cc86398c9868828ac78ef328d2dbf7fcc3cfa92 (diff)
downloadfreebsd-ports-graphics-d09170cf54d1bd76c0f72c0ed2f89a71cf5eacc4.tar.gz
freebsd-ports-graphics-d09170cf54d1bd76c0f72c0ed2f89a71cf5eacc4.tar.zst
freebsd-ports-graphics-d09170cf54d1bd76c0f72c0ed2f89a71cf5eacc4.zip
tkhfs - a Tcl/Tk front end to the hfs program.
Diffstat (limited to 'emulators/tkhfs')
-rw-r--r--emulators/tkhfs/Makefile5
-rw-r--r--emulators/tkhfs/pkg-comment1
-rw-r--r--emulators/tkhfs/pkg-descr3
-rw-r--r--emulators/tkhfs/pkg-plist6
-rw-r--r--emulators/tkhfs/scripts/configure12
5 files changed, 27 insertions, 0 deletions
diff --git a/emulators/tkhfs/Makefile b/emulators/tkhfs/Makefile
new file mode 100644
index 00000000000..67d7fc33947
--- /dev/null
+++ b/emulators/tkhfs/Makefile
@@ -0,0 +1,5 @@
+DISTNAME= tkhfs
+MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
+DEPENDS= utils/hfs x11/tk
+
+.include <bsd.port.mk>
diff --git a/emulators/tkhfs/pkg-comment b/emulators/tkhfs/pkg-comment
new file mode 100644
index 00000000000..9a54d0c9bff
--- /dev/null
+++ b/emulators/tkhfs/pkg-comment
@@ -0,0 +1 @@
+tkhfs - a Tcl/Tk front end to the hfs program.
diff --git a/emulators/tkhfs/pkg-descr b/emulators/tkhfs/pkg-descr
new file mode 100644
index 00000000000..7f6040b3ea9
--- /dev/null
+++ b/emulators/tkhfs/pkg-descr
@@ -0,0 +1,3 @@
+tkhfs is a graphical Tcl/Tk front end to hfs. It displays the mac files
+in a selector. You can walk through folders, copy or display files or images
+with a double click on a file name.
diff --git a/emulators/tkhfs/pkg-plist b/emulators/tkhfs/pkg-plist
new file mode 100644
index 00000000000..f857639c2dc
--- /dev/null
+++ b/emulators/tkhfs/pkg-plist
@@ -0,0 +1,6 @@
+@cd /usr/local
+@owner bin
+@mode 755
+bin/tkhfs
+@mode 644
+lib/tcl/FSBox.tcl
diff --git a/emulators/tkhfs/scripts/configure b/emulators/tkhfs/scripts/configure
new file mode 100644
index 00000000000..3c55e51d1d0
--- /dev/null
+++ b/emulators/tkhfs/scripts/configure
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+cd $WRKSRC || exit 1;
+
+cat >> Makefile << END || exit 1;
+
+BINDIR = $PREFIX/bin
+HFSBIN = \$(BINDIR)/hfs
+WISH = \$(BINDIR)/wish
+END
+
+exit 0; \ No newline at end of file
tr>* devel/gamin:tijl2014-08-311-1/+1 * Convert to USES=python.madpilot2014-08-261-2/+1 * - Fix CDDA optionamdmi32014-08-253-0/+13 * Chase library dependencies after libcdio <-> libcdio-paranoia splitarved2014-08-091-1/+1 * - Switch audio/musepack to USES=libtool, drop .la filesamdmi32014-08-041-1/+1 * Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thattijl2014-07-041-1/+1 * - Update to 2.3.1 (from audio/libshout2)sunpoet2014-05-051-2/+2 * The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+1 * - Fix build when MODPLUG option is enabled (disabled by default)madpilot2014-04-09