summaryrefslogtreecommitdiff
path: root/homebrew/afsctool/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/afsctool/.beer')
-rw-r--r--homebrew/afsctool/.beer43
1 files changed, 43 insertions, 0 deletions
diff --git a/homebrew/afsctool/.beer b/homebrew/afsctool/.beer
new file mode 100644
index 000000000..b458f3345
--- /dev/null
+++ b/homebrew/afsctool/.beer
@@ -0,0 +1,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"
+} \ No newline at end of file