71d5 FreshPorts -- emulators/hfs
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
hfs 0.37_1 emulators on this many watch lists=7 search for ports that depend on this port
Deprecated DEPRECATED: No upstream, no public distfiles; consider using `sysutils/hfsutils'
Read Macintosh HFS floppy disks, hard drives, and CD-ROMs

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 search for ports maintained by this maintainer
Port Added: unknown
License: GPLv2


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.
SVNWeb : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake
There are no ports dependent upon this port

To install the port: cd /usr/ports/emulators/hfs/ && make install clean
To add the package: pkg_add -r hfs


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

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jmz/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jmz/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jmz/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jmz/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jmz/
  7. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jmz/
  8. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jmz/
  9. http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jmz/

Number of commits found: 19

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
27 May 2013 11:07:49
Original commit files touched by this commit  0.37_1
ehaupt search for other commits by this committer
Fix typo: LICENCE -> LICENSE
23 May 2013 04:07:10
Original commit files touched by this commit  0.37_1
danfe search for other commits by this committer
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.
21 May 2013 12:13:53
Original commit files touched by this commit  0.37_1
danfe search for other commits by this committer
Add an OPTION to install symlinks for subcommands (disabled by default).
21 May 2013 09:05:14
Original commit files touched by this commit  0.37_1
danfe search for other commits by this committer
- 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.
25 Jul 2012 06:32:08
Original commit files touched by this commit  0.37_1
cs search for other commits by this committer
Fix typos in COMMENT
02 Jul 2011 17:14:20
Original commit files touched by this commit  0.37_1
miwi search for other commits by this committer
= Drop MD5 support
29 Nov 2008 00:11:56
Original commit files touched by this commit  0.37_1
linimon search for other commits by this committer
Reset jmz@FreeBSD.org due to no response to email about maintainer-timeout,
and no commit activity for 3 months.

Hat:    portmgr
14 Mar 2008 16:13:06
Original commit files touched by this commit  0.37_1
pav search for other commits by this committer
- Fix CONFLICTS syntax so they are effective

PR:             ports/121179
Reported by:    Momchil <slogster@gmail.com>
04 Oct 2007 22:20:22
Original commit files touched by this commit  0.37_1
beech search for other commits by this committer
- Fix build with gcc-4.2

Approved by:    Jean-Marc Zucconi <jmz@freebsd.org> (maintainer)
                portmgr (linimon)
30 Sep 2007 08:27:46
Original commit files touched by this commit  0.37_1
linimon search for other commits by this committer
Mark broken on gcc4.2.
22 Jan 2006 09:47:28
Original commit files touched by this commit  0.37_1
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
22 Sep 2005 17:03:13
Original commit files touched by this commit  0.37_1
jmz search for other commits by this committer
set CONFLICTS
18 Mar 2004 02:27:55
Original commit files touched by this commit  0.37_1
trevor search for other commits by this committer
Add size data.

Approved by:    maintainers
06 Feb 2004 13:12:53
Original commit files touched by this commit  0.37_1
trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
04 Feb 2004 05:21:48
Original commit files touched by this commit  0.37_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
07 Mar 2003 06:01:20
Original commit files touched by this commit  0.37
ade search for other commits by this committer
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
files touched by this commit
asami search for other commits by this committer
Convert category emulators to new layout.  
29 Jun 2000 03:31:42
files touched by this commit
asami search for other commits by this committer
Use ${MASTER_SITE_LOCAL}.    
11 Jun 2000 18:30:28
files touched by this commit
jmz search for other commits by this committer
Move distfile to local-distfiles directory on ftp.FreeBSD.org    

Number of commits found: 19

2825
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04
libFSJun 04
libGLJun 04

10 vulnerabilities affecting 30 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24570
Broken 189
Deprecated 457
Ignore 563
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 51
Set to expire 442
Interactive 33
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight85
new month177

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0