The FreeBSD Ports Archive
FreeBSD emulators : hfsutils4>
Yet Another HFS Utility
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@FreeBSD.ORG
ftp://ftp.mars.org/pub/hfs/
|
hfsutils history
v. 1.26
date: 2007/05/19 20:04:30; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.25
date: 2005/09/22 17:03:13; author: jmz; state: Exp; lines: +2 -0
set CONFLICTS
v. 1.24
date: 2004/03/18 17:40:09; author: vanilla; state: Exp; lines: +1 -1
reset MAINTAINER bit to ports@
I have no too much time to maintain.
v. 1.23
date: 2003/10/18 12:23:58; author: vanilla; state: Exp; lines: +3 -2
use tk84 now, bump version.
Submitted by: kris@
v. 1.22
date: 2003/03/07 06:01:15; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.21
date: 2003/02/20 17:33:14; author: sobomax; state: Exp; lines: +2 -2
Use tk83 instead of tk82.
v. 1.20
date: 2000/04/12 04:55:26; author: mharo; state: Exp; lines: +3 -3
PORTNAME/VERSION stuff
v. 1.19
date: 1999/11/28 18:31:07; author: steve; state: Exp; lines: +3 -3
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett
v. 1.18
date: 1999/08/31 06:43:52; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.17
date: 1999/08/25 05:49:19; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.16
date: 1999/08/22 18:57:46; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.15
date: 1998/11/19 18:05:31; author: vanilla; state: Exp; lines: +3 -3
Upgrade to 3.2.6.
Remind by: distfiles fenner
v. 1.14
date: 1998/11/04 09:45:14; author: vanilla; state: Exp; lines: +1 -3
Remove BROKEN tag.
v. 1.13
date: 1998/10/26 07:19:47; author: asami; state: Exp; lines: +3 -1
Doesn't install....
===
for file in hfssh; do install -c -s -o bin -g bin -m 555 -m 755 $file "/usr/local/bin/."; done
for file in hfs; do install -c -o bin -g bin -m 444 $file "/usr/local/bin/."; done
install: hfs: No such file or directory
*** Error code 71
Stop.
v. 1.12
date: 1998/10/24 17:08:47; author: vanilla; state: Exp; lines: +25 -11
Upgrade to 3.3.2.
v. 1.11
date: 1998/10/03 22:06:12; author: steve; state: Exp; lines: +2 -2
Remove regexp support for tk81 libraries.
v. 1.10
date: 1998/08/07 23:56:18; author: asami; state: Exp; lines: +2 -2
Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.9
date: 1998/03/21 19:19:42; author: vanilla; state: Exp; lines: +2 -2
Change MASTER_SITE to new site, i forgot it on last commit.
v. 1.8
date: 1998/03/21 06:47:32; author: vanilla; state: Exp; lines: +3 -4
Remove BROKEN tag, and put a copy on my page.
v. 1.7
date: 1998/03/21 02:25:03; author: asami; state: Exp; lines: +3 -1
Mark this port BROKEN, I can't fetch it.
v. 1.6
date: 1998/03/12 08:05:26; author: vanilla; state: Exp; lines: +8 -3
Upgrade to 3.2.
v. 1.5
date: 1998/02/24 21:43:13; author: jseger; state: Exp; lines: +3 -3
Upgrade to use tcl8.1 and tk8.1.
v. 1.4
date: 1998/02/21 22:37:59; author: fenner; state: Exp; lines: +2 -2
Add tk virtual category where missing. List of ports which depend on tk
but aren't in a tk virtual category from
awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX
I didn't do anything about the ports which depend on things which depend
on a tk revision. I'd be afraid that the depended-upon port might change
and thus outdate the virtual category in the depender.
v. 1.3
date: 1997/12/12 06:22:23; author: vanilla; state: Exp; lines: +2 -2
correct my email address again, sorry.
v. 1.2
date: 1997/11/30 19:43:24; author: vanilla; state: Exp; lines: +2 -2
Change my email address.
v. 1.1
date: 1997/11/14 13:53:06; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/11/14 13:53:06; author: tg; state: Exp; lines: +0 -0
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
=============================================================================
v. 1.26
date: 2007/05/19 20:04:30; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.25
date: 2005/09/22 17:03:13; author: jmz; state: Exp; lines: +2 -0
set CONFLICTS
v. 1.24
date: 2004/03/18 17:40:09; author: vanilla; state: Exp; lines: +1 -1
reset MAINTAINER bit to ports@
I have no too much time to maintain.
v. 1.23
date: 2003/10/18 12:23:58; author: vanilla; state: Exp; lines: +3 -2
use tk84 now, bump version.
Submitted by: kris@
v. 1.22
date: 2003/03/07 06:01:15; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.21
date: 2003/02/20 17:33:14; author: sobomax; state: Exp; lines: +2 -2
Use tk83 instead of tk82.
v. 1.20
date: 2000/04/12 04:55:26; author: mharo; state: Exp; lines: +3 -3
PORTNAME/VERSION stuff
v. 1.19
date: 1999/11/28 18:31:07; author: steve; state: Exp; lines: +3 -3
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett
v. 1.18
date: 1999/08/31 06:43:52; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.17
date: 1999/08/25 05:49:19; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.16
date: 1999/08/22 18:57:46; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.15
date: 1998/11/19 18:05:31; author: vanilla; state: Exp; lines: +3 -3
Upgrade to 3.2.6.
Remind by: distfiles fenner
v. 1.14
date: 1998/11/04 09:45:14; author: vanilla; state: Exp; lines: +1 -3
Remove BROKEN tag.
v. 1.13
date: 1998/10/26 07:19:47; author: asami; state: Exp; lines: +3 -1
Doesn't install....
===
for file in hfssh; do install -c -s -o bin -g bin -m 555 -m 755 $file "/usr/local/bin/."; done
for file in hfs; do install -c -o bin -g bin -m 444 $file "/usr/local/bin/."; done
install: hfs: No such file or directory
*** Error code 71
Stop.
v. 1.12
date: 1998/10/24 17:08:47; author: vanilla; state: Exp; lines: +25 -11
Upgrade to 3.3.2.
v. 1.11
date: 1998/10/03 22:06:12; author: steve; state: Exp; lines: +2 -2
Remove regexp support for tk81 libraries.
v. 1.10
date: 1998/08/07 23:56:18; author: asami; state: Exp; lines: +2 -2
Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.9
date: 1998/03/21 19:19:42; author: vanilla; state: Exp; lines: +2 -2
Change MASTER_SITE to new site, i forgot it on last commit.
v. 1.8
date: 1998/03/21 06:47:32; author: vanilla; state: Exp; lines: +3 -4
Remove BROKEN tag, and put a copy on my page.
v. 1.7
date: 1998/03/21 02:25:03; author: asami; state: Exp; lines: +3 -1
Mark this port BROKEN, I can't fetch it.
v. 1.6
date: 1998/03/12 08:05:26; author: vanilla; state: Exp; lines: +8 -3
Upgrade to 3.2.
v. 1.5
date: 1998/02/24 21:43:13; author: jseger; state: Exp; lines: +3 -3
Upgrade to use tcl8.1 and tk8.1.
v. 1.4
date: 1998/02/21 22:37:59; author: fenner; state: Exp; lines: +2 -2
Add tk virtual category where missing. List of ports which depend on tk
but aren't in a tk virtual category from
awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX
I didn't do anything about the ports which depend on things which depend
on a tk revision. I'd be afraid that the depended-upon port might change
and thus outdate the virtual category in the depender.
v. 1.3
date: 1997/12/12 06:22:23; author: vanilla; state: Exp; lines: +2 -2
correct my email address again, sorry.
v. 1.2
date: 1997/11/30 19:43:24; author: vanilla; state: Exp; lines: +2 -2
Change my email address.
v. 1.1
date: 1997/11/14 13:53:06; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/11/14 13:53:06; author: tg; state: Exp; lines: +0 -0
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
=============================================================================
v. 1.26
date: 2007/05/19 20:04:30; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.25
date: 2005/09/22 17:03:13; author: jmz; state: Exp; lines: +2 -0
set CONFLICTS
v. 1.24
date: 2004/03/18 17:40:09; author: vanilla; state: Exp; lines: +1 -1
reset MAINTAINER bit to ports@
I have no too much time to maintain.
v. 1.23
date: 2003/10/18 12:23:58; author: vanilla; state: Exp; lines: +3 -2
use tk84 now, bump version.
Submitted by: kris@
v. 1.22
date: 2003/03/07 06:01:15; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.21
date: 2003/02/20 17:33:14; author: sobomax; state: Exp; lines: +2 -2
Use tk83 instead of tk82.
v. 1.20
date: 2000/04/12 04:55:26; author: mharo; state: Exp; lines: +3 -3
PORTNAME/VERSION stuff
v. 1.19
date: 1999/11/28 18:31:07; author: steve; state: Exp; lines: +3 -3
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett
v. 1.18
date: 1999/08/31 06:43:52; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.17
date: 1999/08/25 05:49:19; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.16
date: 1999/08/22 18:57:46; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.15
date: 1998/11/19 18:05:31; author: vanilla; state: Exp; lines: +3 -3
Upgrade to 3.2.6.
Remind by: distfiles fenner
v. 1.14
date: 1998/11/04 09:45:14; author: vanilla; state: Exp; lines: +1 -3
Remove BROKEN tag.
v. 1.13
date: 1998/10/26 07:19:47; author: asami; state: Exp; lines: +3 -1
Doesn't install....
===
for file in hfssh; do install -c -s -o bin -g bin -m 555 -m 755 $file "/usr/local/bin/."; done
for file in hfs; do install -c -o bin -g bin -m 444 $file "/usr/local/bin/."; done
install: hfs: No such file or directory
*** Error code 71
Stop.
v. 1.12
date: 1998/10/24 17:08:47; author: vanilla; state: Exp; lines: +25 -11
Upgrade to 3.3.2.
v. 1.11
date: 1998/10/03 22:06:12; author: steve; state: Exp; lines: +2 -2
Remove regexp support for tk81 libraries.
v. 1.10
date: 1998/08/07 23:56:18; author: asami; state: Exp; lines: +2 -2
Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.9
date: 1998/03/21 19:19:42; author: vanilla; state: Exp; lines: +2 -2
Change MASTER_SITE to new site, i forgot it on last commit.
v. 1.8
date: 1998/03/21 06:47:32; author: vanilla; state: Exp; lines: +3 -4
Remove BROKEN tag, and put a copy on my page.
v. 1.7
date: 1998/03/21 02:25:03; author: asami; state: Exp; lines: +3 -1
Mark this port BROKEN, I can't fetch it.
v. 1.6
date: 1998/03/12 08:05:26; author: vanilla; state: Exp; lines: +8 -3
Upgrade to 3.2.
v. 1.5
date: 1998/02/24 21:43:13; author: jseger; state: Exp; lines: +3 -3
Upgrade to use tcl8.1 and tk8.1.
v. 1.4
date: 1998/02/21 22:37:59; author: fenner; state: Exp; lines: +2 -2
Add tk virtual category where missing. List of ports which depend on tk
but aren't in a tk virtual category from
awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX
I didn't do anything about the ports which depend on things which depend
on a tk revision. I'd be afraid that the depended-upon port might change
and thus outdate the virtual category in the depender.
v. 1.3
date: 1997/12/12 06:22:23; author: vanilla; state: Exp; lines: +2 -2
correct my email address again, sorry.
v. 1.2
date: 1997/11/30 19:43:24; author: vanilla; state: Exp; lines: +2 -2
Change my email address.
v. 1.1
date: 1997/11/14 13:53:06; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/11/14 13:53:06; author: tg; state: Exp; lines: +0 -0
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
=============================================================================
|
| |

|