diff options
author | fredb <fredb@pkgsrc.org> | 1999-10-17 04:35:55 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 1999-10-17 04:35:55 +0000 |
commit | 04e1c0f17959f74c0ce2584a83538b8b6709a894 (patch) | |
tree | cf19e239130faf9ac7b1880d79b15e5042cc5dd5 /sysutils/xhfs/pkg | |
parent | 943cb27c87a2b17ba0d95785e8e150f889df62ee (diff) | |
download | pkgsrc-04e1c0f17959f74c0ce2584a83538b8b6709a894.tar.gz |
Initial import of xhfs, Tcl/Tk counterpart to hfsutils.
Diffstat (limited to 'sysutils/xhfs/pkg')
-rw-r--r-- | sysutils/xhfs/pkg/COMMENT | 1 | ||||
-rw-r--r-- | sysutils/xhfs/pkg/DESCR | 7 | ||||
-rw-r--r-- | sysutils/xhfs/pkg/PLIST | 7 |
3 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/xhfs/pkg/COMMENT b/sysutils/xhfs/pkg/COMMENT new file mode 100644 index 00000000000..ac337d179e8 --- /dev/null +++ b/sysutils/xhfs/pkg/COMMENT @@ -0,0 +1 @@ +Tk GUI + Tcl Shell for accessing HFS volumes diff --git a/sysutils/xhfs/pkg/DESCR b/sysutils/xhfs/pkg/DESCR new file mode 100644 index 00000000000..f04373153c1 --- /dev/null +++ b/sysutils/xhfs/pkg/DESCR @@ -0,0 +1,7 @@ +This package installs "xhfs", an elegant graphical browser for HFS +(Apple Macintosh) volumes. Also "hfs", a command line interface, +and "hfssh", the Tcl program that drives them both. The latter enables +scripted manipulation of HFS volumes using the powerful Tcl language. + +This is the Tcl/Tk portion of Rob Mars' hfsutils. The traditional +command line tools may be found in the systutils/hfsutils package. diff --git a/sysutils/xhfs/pkg/PLIST b/sysutils/xhfs/pkg/PLIST new file mode 100644 index 00000000000..f154cc12c33 --- /dev/null +++ b/sysutils/xhfs/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/17 04:35:55 fredb Exp $ +bin/hfssh +bin/hfs +bin/xhfs +man/man1/hfssh.1 +man/man1/hfs.1 +man/man1/xhfs.1 |