Port details |
- hfs Read Macintosh HFS floppy disks, hard drives, and CD-ROMs
- 0.37_1 emulators
=6 0.37_1Version of this port present on the latest quarterly branch.
- DEPRECATED: No upstream, no public distfiles; consider using 'sysutils/hfsutils'
This port expired on: 2014-03-23
- 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: unknown
- Last Update: 2014-03-24 19:51:55
- SVN Revision: 349056
- People watching this port, also watch:: mpack, netpbm
- License: GPLv2
- Description:
- This port provides command line utility for accessing Macintosh HFS floppy
disks, hard drives, and CD-ROMs. The following functions are available:
- Display a directory listing (ls, dir)
- Change directories (cd)
- Display the name of the current directory (pwd)
- Copy an HFS file into a local file (read)
- Display the contents of an HFS file (cat)
- Display the partition table on a Macintosh volume
There is no HFS+ volumes support available.
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: hfs
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for hfs-0.37_1:
ALIASES=off: Install subcommand symbolic links
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- 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 |
0.37_1 24 Mar 2014 19:51:55 |
rene |
Remove expired ports:
2014-03-23 deskutils/lxshortcut: Now distributed with x11/libfm-1.2.0
2014-03-23 databases/p5-Ima-DBI-Contextual: deprecated by upstream
2014-03-23 databases/p5-Class-DBI-Lite: deprecated by upstream
2014-03-23 net/AquaGatekeeper: Binary port of software abandoned by the vendor
2014-03-23 mail/mailutils: This port needs to be taken care of, it suffers from
bit rot. Especially with options other than GUILE, uninstall may leave files
behind
2014-03-23 games/xflame: No more public distfiles
2014-03-23 games/p5-Algorithm-Pair-Best: Use games/p5-Algorithm-Pair-Best2
instead
2014-03-24 x11-wm/hackedbox: Abandonware
2014-03-23 emulators/hfs: No upstream, no public distfiles; consider using
'sysutils/hfsutils'
2014-03-23 games/fuhquake: Upstream disappeared; no more public distfiles;
unmaintained |
0.37_1 23 Feb 2014 20:48:45 |
antoine |
Set expiration date: marked deprecated since may 2013 |
0.37_1 20 Sep 2013 16:43:53 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
0.37_1 14 Jul 2013 02:38:18 |
linimon |
Fix bogus backquote that was giving portsmon fits. |
0.37_1 27 May 2013 11:07:49 |
ehaupt |
Fix typo: LICENCE -> LICENSE |
0.37_1 23 May 2013 04:07:10 |
danfe |
Deprecate: there is no master site, no public distfiles, certain functions
do not seem to work for me on amd64, e.g. "hfs read": zero-sized files are
copied to destination. Perhaps it is caused by careless assumption of the
types' sizes (excerpt from hfs0_37/endian.h):
typedef unsigned long ULONG; // 32 bit unsigned
typedef long LONG; // 32 bit signed
typedef unsigned int UINT; // 16 bit unsigned
typedef int INT; // 16 bit signed
typedef unsigned char BYTE; // 8 bit unsigned
typedef char SBYTE; // 8 bit signed
typedef int BOOL; // boolean value
`sysutils/ufsutils' provides better alternative: easier to use, has alive
upstream, and works correctly on amd64 (presumably on i386 as well).
While here, also explicitly mention that there is no HFS+ volumes support
available. |
0.37_1 21 May 2013 12:13:53 |
danfe |
Add an OPTION to install symlinks for subcommands (disabled by default). |
0.37_1 21 May 2013 09:05:14 |
danfe |
- Trim Makefile header per new world order
- Use DISTVERSION because it contains underscore instead of dot
- Define LICENSE (GPLv2)
- Install README file (as PORTDOCS)
- Remove custom configure script: pass variables to make(1) instead
- Respect CFLAGS (original "-O" probably was sensible default 18.5
years ago when the port was first added, but makes no sense now)
- Remove no-op `pre-install' target (do not create directories that
are part of the mtree)
- Cleanup and reformat port description while here
This port (along with similar `emulators/hfsutils') should probably
be moved to sysutils; `sysutils/hfsexplorer' already lives there. |
0.37_1 25 Jul 2012 06:32:08 |
cs |
Fix typos in COMMENT |
0.37_1 02 Jul 2011 17:14:20 |
miwi |
= Drop MD5 support |
0.37_1 29 Nov 2008 00:11:56 |
linimon |
Reset jmz@FreeBSD.org due to no response to email about maintainer-timeout,
and no commit activity for 3 months.
Hat: portmgr |
0.37_1 14 Mar 2008 16:13:06 |
pav |
- Fix CONFLICTS syntax so they are effective
PR: ports/121179
Reported by: Momchil <slogster@gmail.com> |
0.37_1 04 Oct 2007 22:20:22 |
beech |
- Fix build with gcc-4.2
Approved by: Jean-Marc Zucconi <jmz@freebsd.org> (maintainer)
portmgr (linimon) |
0.37_1 30 Sep 2007 08:27:46 |
linimon |
Mark broken on gcc4.2. |
0.37_1 22 Jan 2006 09:47:28 |
edwin |
SHA256ify
Approved by: krion@ |
0.37_1 22 Sep 2005 17:03:13 |
jmz |
set CONFLICTS |
0.37_1 18 Mar 2004 02:27:55 |
trevor |
Add size data.
Approved by: maintainers |
0.37_1 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
0.37_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.37 07 Mar 2003 06:01:20 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
08 Oct 2000 02:02:29 |
asami |
Convert category emulators to new layout. |
29 Jun 2000 03:31:42 |
asami |
Use ${MASTER_SITE_LOCAL}. |
11 Jun 2000 18:30:28 |
jmz |
Move distfile to local-distfiles directory on ftp.FreeBSD.org |