Port details |
- hfsutils Utilities for accessing Apple's HFS volumes
- 3.2.6_3 sysutils
=3 3.2.6_3Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2013-05-23 03:53:57
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: glib, pkg, tmux, coreutils, libedit
- License: GPLv2+
- Description:
- 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 or file into an HFS volume.
This package contains a number of different tools:
- Several command-line programs (hmount, hls, hcopy, et al.)
- Tk-based front-end for browsing and copying files through a
variety of transfer modes (MacBinary, BinHex, text, etc.)
- Tcl package and interface for scriptable access to volumes
- C library for low-level access to volumes
Support for Apple's new Extended Format (HFS+) is currently not available.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- hfsutils>0:sysutils/hfsutils
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/sysutils/hfsutils/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/hfsutils
- pkg install hfsutils
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: hfsutils
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (hfsutils-3.2.6.tar.gz) = bc9d22d6d252b920ec9cdf18e00b7655a6189b3f34f42e58d5bb152957289840
SIZE (hfsutils-3.2.6.tar.gz) = 207697
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for hfsutils-3.2.6_3:
DEVLIBS=off: Install developer libraries and header files
DOCS=on: Build and/or install documentation
TCLTK=off: Enable Tcl interface (HFS "shell") and Tk-based GUI
===> Use 'make config' to modify these settings
- Options name:
- sysutils_hfsutils
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.2.6_3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.2.6_3 20 Jul 2022 14:23:05
    |
Tobias C. Berner (tcberner)  |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
3.2.6_3 29 Oct 2021 09:50:18
    |
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
3.2.6_3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.2.6_3 03 Aug 2018 09:37:55
  |
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
3.2.6_3 22 Mar 2016 00:33:51
  |
amdmi3  |
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch` |
3.2.6_3 29 Jul 2014 15:00:13
  |
adamw  |
Rename sysutils/ patch-xy patches to reflect the files they modify. |
3.2.6_3 10 Mar 2014 16:06:57
  |
danfe  |
Stagify, cleanup Makefile, improve port description. |
3.2.6_3 21 Feb 2014 15:11:22
  |
gahr  |
- Convert to USES=tk |
3.2.6_3 20 Sep 2013 23:06:00
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
3.2.6_3 27 May 2013 07:58:11
  |
danfe  |
There is a bug (misfeature?) in our make(1) with certain Makefiles, when the
build breaks once -jX is passed (with any X), e.g. for this port:
cc ck_mdb.o ck_volume.o ck_btree.o hfsck.o util.o main.o ../suid.o
../version.o -L../libhfs -lhfs -o hfsck
cc: ../suid.o: No such file or directory
cc: ../version.o: No such file or directory
*** Error code 1
1 error
*** Error code 2
1 error
===> Compilation failed unexpectedly.
Reluctantly force GNU make(1) for the time being with corresponding comment. |
3.2.6_3 23 May 2013 03:57:46
  |
danfe  |
Adjust CATEGORIES, allow to install developer libraries, improve TCLTK
option description while here. The port now matches pkg-descr closely. |
23 May 2013 03:53:41
 |
danfe  |
Move `emulators/hfsutils' to a more appropriate category (sysutils). |