| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
27 May 2013 11:07:49
0.37_1
|
ehaupt  |
Fix typo: LICENCE -> LICENSE |
23 May 2013 04:07:10
0.37_1
|
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. |
21 May 2013 12:13:53
0.37_1
|
danfe  |
Add an OPTION to install symlinks for subcommands (disabled by default). |
21 May 2013 09:05:14
0.37_1
|
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. |
25 Jul 2012 06:32:08
0.37_1
|
cs  |
Fix typos in COMMENT |
02 Jul 2011 17:14:20
0.37_1
|
miwi  |
= Drop MD5 support |
29 Nov 2008 00:11:56
0.37_1
|
linimon  |
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
0.37_1
|
pav  |
- Fix CONFLICTS syntax so they are effective
PR: ports/121179
Reported by: Momchil <slogster@gmail.com> |
04 Oct 2007 22:20:22
0.37_1
|
beech  |
- Fix build with gcc-4.2
Approved by: Jean-Marc Zucconi <jmz@freebsd.org> (maintainer)
portmgr (linimon) |
30 Sep 2007 08:27:46
0.37_1
|
linimon  |
Mark broken on gcc4.2. |
22 Jan 2006 09:47:28
0.37_1
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Sep 2005 17:03:13
0.37_1
|
jmz  |
set CONFLICTS |
18 Mar 2004 02:27:55
0.37_1
|
trevor  |
Add size data.
Approved by: maintainers |
06 Feb 2004 13:12:53
0.37_1
|
trevor  |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
04 Feb 2004 05:21:48
0.37_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
07 Mar 2003 06:01:20
0.37
|
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 |