mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Import hfsutils port. hfsutils is another package with Mac HFS
utilities. It includes a Tk-8.0 frontend. PR: 4481 Submitted by: Vanilla I. Shu <vanilla@MinJe.com.TW>
This commit is contained in:
parent
f0969336f4
commit
31e19138b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8620
5 changed files with 75 additions and 0 deletions
22
emulators/hfsutils/Makefile
Normal file
22
emulators/hfsutils/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: hfsutils
|
||||
# Version required: 2.0
|
||||
# Date Created: 7 Sep 1997
|
||||
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= hfsutils-2.0
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ftp://ftp.ps.ucl.ac.uk/pub/mkhfs/
|
||||
|
||||
MAINTAINER= vanilla@MinJe.com.TW
|
||||
|
||||
LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
|
||||
|
||||
MAKE_ENV+= COPTS="${CFLAGS}"
|
||||
MAN1= hattrib.1 hcd.1 hcopy.1 hdel.1 hdir.1 hformat.1 hfs.1 \
|
||||
hfssh.1 hfsutils.1 hls.1 hmkdir.1 hmount.1 hpwd.1 \
|
||||
hrename.1 hrmdir.1 humount.1 hvol.1 xhfs.1
|
||||
|
||||
.include <bsd.port.mk>
|
2
emulators/hfsutils/distinfo
Normal file
2
emulators/hfsutils/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (hfsutils-2.0.tar.gz) = 408209bfc8e740ce2dc6a7503932150c
|
||||
MD5 (md5) = d41d8cd98f00b204e9800998ecf8427e
|
1
emulators/hfsutils/pkg-comment
Normal file
1
emulators/hfsutils/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Yet Another HFS Utility
|
15
emulators/hfsutils/pkg-descr
Normal file
15
emulators/hfsutils/pkg-descr
Normal file
|
@ -0,0 +1,15 @@
|
|||
HFS is the "Hierarchical File System" used on modern Macintosh computers.
|
||||
With this package, you can read and write Macintosh-formatted media such as
|
||||
floppy disks, CD-ROMs, and SCSI hard disks on most UNIX platforms. You can
|
||||
also format raw media into an HFS volume.
|
||||
|
||||
This package contains a number of different tools:
|
||||
|
||||
* Several command-line programs (hmount, hls, hcopy, et al.)
|
||||
* A Tk-based front-end for browsing and copying files through a
|
||||
variety of transfer modes (MacBinary, BinHex, text, etc.)
|
||||
* A Tcl package and interface for scriptable access to volumes
|
||||
* A C library for low-level access to volumes
|
||||
|
||||
- Vanilla
|
||||
vanilla@MinJe.com.TW
|
35
emulators/hfsutils/pkg-plist
Normal file
35
emulators/hfsutils/pkg-plist
Normal file
|
@ -0,0 +1,35 @@
|
|||
bin/hattrib
|
||||
bin/hcd
|
||||
bin/hcopy
|
||||
bin/hdel
|
||||
bin/hdir
|
||||
bin/hformat
|
||||
bin/hfs
|
||||
bin/hfssh
|
||||
bin/hls
|
||||
bin/hmkdir
|
||||
bin/hmount
|
||||
bin/hpwd
|
||||
bin/hrename
|
||||
bin/hrmdir
|
||||
bin/humount
|
||||
bin/hvol
|
||||
bin/xhfs
|
||||
man/man1/hattrib.1.gz
|
||||
man/man1/hcd.1.gz
|
||||
man/man1/hcopy.1.gz
|
||||
man/man1/hdel.1.gz
|
||||
man/man1/hdir.1.gz
|
||||
man/man1/hformat.1.gz
|
||||
man/man1/hfs.1.gz
|
||||
man/man1/hfssh.1.gz
|
||||
man/man1/hfsutils.1.gz
|
||||
man/man1/hls.1.gz
|
||||
man/man1/hmkdir.1.gz
|
||||
man/man1/hmount.1.gz
|
||||
man/man1/hpwd.1.gz
|
||||
man/man1/hrename.1.gz
|
||||
man/man1/hrmdir.1.gz
|
||||
man/man1/humount.1.gz
|
||||
man/man1/hvol.1.gz
|
||||
man/man1/xhfs.1.gz
|
Loading…
Add table
Reference in a new issue