summaryrefslogtreecommitdiff
path: root/homebrew/afsctool/.beer
blob: b458f33452f54b03e076ed9ac58149674aa5f645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
    "name": "Afsctool",
    "description": "Utility for manipulating HFS+ compressed files",
    "url": "https://dl.bintray.com/homebrew/mirror/afsctool-1.6.4.zip",
    "mirror": "https://docs.google.com/uc?export=download&id=0BwQlnXqL939ZQjBQNEhRQUo0aUk",
    "homepage": "https://brkirch.wordpress.com/afsctool/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://github.com/vfx01j/afsctool/commit/26293a3809c9ad1db5f9bff9dffaefb8e201a089.diff?full_index=1",
            "strip": "2"
        },
        {
            "url": null,
            "strip": "2"
        },
        {
            "url": null,
            "data": [
                "diff --git a/afsctool_34/afsctool.c b/afsctool_34/afsctool.c\n",
                "index 8713407fa673f216e69dfc36152c39bc1dea4fe7..7038859f43e035be44c9b8cfbb1bb76a93e26e0a 100644\n",
                "--- a/afsctool_34/afsctool.c\n",
                "+++ b/afsctool_34/afsctool.c\n",
                "@@ -104,8 +104,8 @@ void compressFile(const char *inFile, struct stat *inFileInfo, long long int max\n",
                "\n",
                "\tif (statfs(inFile, &fsInfo) < 0)\n",
                "\t\treturn;\n",
                "-\tif (fsInfo.f_type != 17 && fsInfo.f_type != 23) {\n",
                "-\t\tprintf(\"Expecting f_type of 17 or 23. f_type is %i.\\n\", fsInfo.f_type);\n",
                "+\tif (fsInfo.f_type != 17 && fsInfo.f_type != 23 && fsInfo.f_type != 24) {\n",
                "+\t\tprintf(\"Expecting f_type of 17, 23 or 24. f_type is %i.\\n\", fsInfo.f_type);\n",
                "\t\treturn;\n",
                "\t}\n",
                "\tif (!S_ISREG(inFileInfo->st_mode))\n"
            ]
        }
    ],
    "install": [],
    "version": "1.6.4",
    "file": "afsctool.rb"
}