From 9e2dba8c295bc4a328590c4eabfd4afe2f78c9f6 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 21 Oct 2010 11:50:24 +0300 Subject: updated build_rsync, added aptest --- aptest.app/Contents/Info.plist | 44 +++++++++++++++++++++ aptest.app/Contents/MacOS/applet | Bin 0 -> 55856 bytes aptest.app/Contents/PkgInfo | 1 + aptest.app/Contents/Resources/Scripts/main.scpt | Bin 0 -> 3234 bytes aptest.app/Contents/Resources/applet.icns | Bin 0 -> 40291 bytes aptest.app/Contents/Resources/applet.rsrc | Bin 0 -> 445 bytes .../Contents/Resources/description.rtfd/TXT.rtf | 6 +++ aptest.app/Contents/Resources/iperf | Bin 0 -> 80392 bytes build_rsync.sh | 12 +++++- 9 files changed, 61 insertions(+), 2 deletions(-) create mode 100644 aptest.app/Contents/Info.plist create mode 100755 aptest.app/Contents/MacOS/applet create mode 100644 aptest.app/Contents/PkgInfo create mode 100644 aptest.app/Contents/Resources/Scripts/main.scpt create mode 100644 aptest.app/Contents/Resources/applet.icns create mode 100644 aptest.app/Contents/Resources/applet.rsrc create mode 100644 aptest.app/Contents/Resources/description.rtfd/TXT.rtf create mode 100755 aptest.app/Contents/Resources/iperf diff --git a/aptest.app/Contents/Info.plist b/aptest.app/Contents/Info.plist new file mode 100644 index 0000000..af537aa --- /dev/null +++ b/aptest.app/Contents/Info.plist @@ -0,0 +1,44 @@ + + + + + CFBundleAllowMixedLocalizations + + CFBundleDevelopmentRegion + English + CFBundleExecutable + applet + CFBundleIconFile + applet + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + iperf 1.0.3 + CFBundlePackageType + APPL + CFBundleSignature + aplt + LSMinimumSystemVersionByArchitecture + + x86_64 + 10.6 + + LSRequiresCarbon + + WindowState + + dividerCollapsed + + eventLogLevel + -1 + name + ScriptWindowState + positionOfDivider + 269 + savedFrame + 423 248 750 482 0 0 1440 878 + selectedTabView + result + + + diff --git a/aptest.app/Contents/MacOS/applet b/aptest.app/Contents/MacOS/applet new file mode 100755 index 0000000..5de1c60 Binary files /dev/null and b/aptest.app/Contents/MacOS/applet differ diff --git a/aptest.app/Contents/PkgInfo b/aptest.app/Contents/PkgInfo new file mode 100644 index 0000000..3253614 --- /dev/null +++ b/aptest.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPLaplt \ No newline at end of file diff --git a/aptest.app/Contents/Resources/Scripts/main.scpt b/aptest.app/Contents/Resources/Scripts/main.scpt new file mode 100644 index 0000000..a32a4f0 Binary files /dev/null and b/aptest.app/Contents/Resources/Scripts/main.scpt differ diff --git a/aptest.app/Contents/Resources/applet.icns b/aptest.app/Contents/Resources/applet.icns new file mode 100644 index 0000000..fcc1f09 Binary files /dev/null and b/aptest.app/Contents/Resources/applet.icns differ diff --git a/aptest.app/Contents/Resources/applet.rsrc b/aptest.app/Contents/Resources/applet.rsrc new file mode 100644 index 0000000..9d02a99 Binary files /dev/null and b/aptest.app/Contents/Resources/applet.rsrc differ diff --git a/aptest.app/Contents/Resources/description.rtfd/TXT.rtf b/aptest.app/Contents/Resources/description.rtfd/TXT.rtf new file mode 100644 index 0000000..1284cb7 --- /dev/null +++ b/aptest.app/Contents/Resources/description.rtfd/TXT.rtf @@ -0,0 +1,6 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\tx7280\tx7840\tx8400\tx8960\tx9520\tx10080\tx10640\tx11200\tx11760\tx12320\tx12880\tx13440\tx14000\tx14560\tx15120\tx15680\tx16240\tx16800\tx17360\tx17920\tx18480\tx19040\tx19600\tx20160\tx20720\tx21280\tx21840\tx22400\tx22960\tx23520\tx24080\tx24640\tx25200\tx25760\tx26320\tx26880\tx27440\tx28000\tx28560\tx29120\tx29680\tx30240\tx30800\tx31360\tx31920\tx32480\tx33040\tx33600\tx34160\tx34720\tx35280\tx35840\tx36400\tx36960\tx37520\tx38080\tx38640\tx39200\tx39760\tx40320\tx40880\tx41440\tx42000\tx42560\tx43120\tx43680\tx44240\tx44800\tx45360\tx45920\tx46480\tx47040\tx47600\tx48160\tx48720\tx49280\tx49840\tx50400\tx50960\tx51520\tx52080\tx52640\tx53200\tx53760\tx54320\tx54880\tx55440\tx56000\ql\qnatural\pardirnatural + +\f0\fs24 \cf0 \CocoaLigature0 version 1.0.3} \ No newline at end of file diff --git a/aptest.app/Contents/Resources/iperf b/aptest.app/Contents/Resources/iperf new file mode 100755 index 0000000..7a8cadc Binary files /dev/null and b/aptest.app/Contents/Resources/iperf differ diff --git a/build_rsync.sh b/build_rsync.sh index 6fd7834..6a8d591 100755 --- a/build_rsync.sh +++ b/build_rsync.sh @@ -34,14 +34,22 @@ if [[ $? -ne 0 ]]; then exit 1 fi -echo "Extracting rsync..." +echo "Extracting..." tar -zxvf rsync-${RSYNC_VERSION}.tar.gz tar -zxvf rsync-patches-${RSYNC_VERSION}.tar.gz cd rsync-${RSYNC_VERSION} +curl -o patches/hfs_compression.diff 'http://www.bombich.com/software/opensource/rsync_3.0.7-hfs_compression_20100701.diff' +curl -o patches/crtimes-64bit.diff 'https://bugzilla.samba.org/attachment.cgi?id=5288' +curl -o patches/crtimes-hfs+.diff 'https://bugzilla.samba.org/attachment.cgi?id=5966' -echo "Building rsync..." +echo "Applying patches..." patch -p1