adding osx application bundler scripts
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 22 May 2016 21:01:37 +0000 (23:01 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 22 May 2016 21:01:37 +0000 (23:01 +0200)
commitc2c8832630ad1619cd8e1769da3a294a1d35d1ed
tree472fb2e0bc28478d6724fe3da8ab3a29946992fc
parent88f1d611ba3bdb895e7619bf7ab341e4756cd419
adding osx application bundler scripts

This adds a utility script which produces a mac application bundle
based on the macports installation of pspp. The application bundle
can then be distributed as a single file and can be installed exactly
like a usual mac application. This is easier for mac users as they
do not need to install XCode, macports, XQuartz but just this package.
utilities/osxbundler/Info-pspp.plist [new file with mode: 0644]
utilities/osxbundler/macports-custom-packages/gtk-mac-bundler/Portfile [new file with mode: 0644]
utilities/osxbundler/macports-custom-packages/gtk-mac-bundler/files/patch-0.7.4-to-24Feb2016.diff [new file with mode: 0644]
utilities/osxbundler/macports-custom-packages/gtk-mac-bundler/files/patch-bundler_py.diff [new file with mode: 0644]
utilities/osxbundler/macports-custom-packages/gtk-mac-bundler/files/patch-gtk3-demo-bundle.diff [new file with mode: 0644]
utilities/osxbundler/macports-custom-packages/gtk-mac-bundler/files/patch-gtk3-launcher.diff [new file with mode: 0644]
utilities/osxbundler/macports-custom-packages/pspp/Portfile [new file with mode: 0644]
utilities/osxbundler/macports-custom-packages/pspp/files/PSPP [new file with mode: 0644]
utilities/osxbundler/macports-custom-packages/pspp/files/logo.png [new file with mode: 0644]
utilities/osxbundler/makeosxbundle.sh [new file with mode: 0755]
utilities/osxbundler/pspp.bundle [new file with mode: 0644]