diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-31 16:50:53 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-31 16:50:53 +0200 |
commit | eee3718f1ec72f689f3a241af008e985819826df (patch) | |
tree | 6c3f58ac7adb7e2ce85f53ed71a418b656a5b162 /package/file/patches/patch-magic_Magdir_macintosh | |
parent | b74845e7a1608a96af70e1b3ae4c6c28e5052e7a (diff) | |
parent | 1cd31f169fab4ab0ce45617c161da3fec9f7359d (diff) |
Merge branch 'master' of ssh://openadk.org/git/openadk
Diffstat (limited to 'package/file/patches/patch-magic_Magdir_macintosh')
-rw-r--r-- | package/file/patches/patch-magic_Magdir_macintosh | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/package/file/patches/patch-magic_Magdir_macintosh b/package/file/patches/patch-magic_Magdir_macintosh new file mode 100644 index 000000000..9333a1643 --- /dev/null +++ b/package/file/patches/patch-magic_Magdir_macintosh @@ -0,0 +1,27 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- file-5.03.orig/magic/Magdir/macintosh 2008-10-20 19:20:23.000000000 +0200 ++++ file-5.03/magic/Magdir/macintosh 2009-05-31 04:08:05.000000000 +0200 +@@ -8,23 +8,6 @@ + !:mime application/mac-binhex40 + >41 string x \b, version %.3s + +-# Stuffit archives are the de facto standard of compression for Macintosh +-# files obtained from most archives. (franklsm@tuns.ca) +-0 string SIT! StuffIt Archive (data) +-!:mime application/x-stuffit +-!:apple SIT!SIT! +->2 string x : %s +-0 string SITD StuffIt Deluxe (data) +->2 string x : %s +-0 string Seg StuffIt Deluxe Segment (data) +->2 string x : %s +- +-# Newer StuffIt archives (grant@netbsd.org) +-0 string StuffIt StuffIt Archive +-!:mime application/x-stuffit +-!:apple SIT!SIT! +-#>162 string >0 : %s +- + # Macintosh Applications and Installation binaries (franklsm@tuns.ca) + # GRR: Too weak + #0 string APPL Macintosh Application (data) |