From a1a9f4f1b9f837d71cbe871925437bd7fd2db7ec Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 15 May 2011 18:31:34 +0200 Subject: smalltalk pacman added --- .../SpellCheck.bundle/Contents/Info.plist | 18 +++++++++++++ .../SpellCheck.bundle/Contents/MacOS/SpellCheck | Bin 0 -> 46608 bytes .../Resources/English.lproj/InfoPlist.strings | Bin 0 -> 570 bytes .../SpellingPlugin.bundle/Contents/Info.plist | 28 +++++++++++++++++++++ .../Contents/MacOS/SpellingPlugin | Bin 0 -> 44848 bytes .../SpellingPlugin.bundle/Contents/PkgInfo | 1 + .../Contents/Resources/InfoPlist.strings | 6 +++++ .../Contents/Resources/PkgInfo | 1 + .../Contents/Resources/SqueakPlugin.icns | Bin 0 -> 51432 bytes 9 files changed, 54 insertions(+) create mode 100644 pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Frameworks/SpellCheck.bundle/Contents/Info.plist create mode 100755 pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Frameworks/SpellCheck.bundle/Contents/MacOS/SpellCheck create mode 100755 pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Frameworks/SpellCheck.bundle/Contents/Resources/English.lproj/InfoPlist.strings create mode 100644 pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Info.plist create mode 100755 pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/MacOS/SpellingPlugin create mode 100644 pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/PkgInfo create mode 100644 pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Resources/InfoPlist.strings create mode 100644 pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Resources/PkgInfo create mode 100644 pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Resources/SqueakPlugin.icns (limited to 'pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle') diff --git a/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Frameworks/SpellCheck.bundle/Contents/Info.plist b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Frameworks/SpellCheck.bundle/Contents/Info.plist new file mode 100644 index 0000000..fe7c3e6 --- /dev/null +++ b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Frameworks/SpellCheck.bundle/Contents/Info.plist @@ -0,0 +1,18 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + SpellCheck + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleSignature + ???? + CFBundleVersion + 0.0.2d1 + + diff --git a/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Frameworks/SpellCheck.bundle/Contents/MacOS/SpellCheck b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Frameworks/SpellCheck.bundle/Contents/MacOS/SpellCheck new file mode 100755 index 0000000..d84a7b2 Binary files /dev/null and b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Frameworks/SpellCheck.bundle/Contents/MacOS/SpellCheck differ diff --git a/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Frameworks/SpellCheck.bundle/Contents/Resources/English.lproj/InfoPlist.strings b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Frameworks/SpellCheck.bundle/Contents/Resources/English.lproj/InfoPlist.strings new file mode 100755 index 0000000..e63ffa0 Binary files /dev/null and b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Frameworks/SpellCheck.bundle/Contents/Resources/English.lproj/InfoPlist.strings differ diff --git a/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Info.plist b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Info.plist new file mode 100644 index 0000000..7bb5405 --- /dev/null +++ b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Info.plist @@ -0,0 +1,28 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + SpellingPlugin + CFBundleGetInfoString + SpellingPlugin for Squeak + CFBundleIconFile + SqueakPlugin.icns + CFBundleIdentifier + org.squeak.SpellingPlugin + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + SpellingPlugin for Squeak + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0.1b2 + CFBundleSignature + FAST + CFBundleVersion + 1.0.1b2 + + diff --git a/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/MacOS/SpellingPlugin b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/MacOS/SpellingPlugin new file mode 100755 index 0000000..d3cb4cb Binary files /dev/null and b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/MacOS/SpellingPlugin differ diff --git a/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/PkgInfo b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/PkgInfo new file mode 100644 index 0000000..aa0cd13 --- /dev/null +++ b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/PkgInfo @@ -0,0 +1 @@ +BNDLFAST \ No newline at end of file diff --git a/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Resources/InfoPlist.strings b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Resources/InfoPlist.strings new file mode 100644 index 0000000..43a9bce --- /dev/null +++ b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Resources/InfoPlist.strings @@ -0,0 +1,6 @@ +/* Localized versions of Info.plist keys */ + +CFBundleName = "SpellingPlugin"; +CFBundleShortVersionString = "SpellingPlugin version 1.0.1B1"; +CFBundleGetInfoString = "SpellingPlugin version 1.0.1B1"; +NSHumanReadableCopyright = "http://www.squeak.org"; diff --git a/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Resources/PkgInfo b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Resources/PkgInfo new file mode 100644 index 0000000..aa0cd13 --- /dev/null +++ b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Resources/PkgInfo @@ -0,0 +1 @@ +BNDLFAST \ No newline at end of file diff --git a/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Resources/SqueakPlugin.icns b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Resources/SqueakPlugin.icns new file mode 100644 index 0000000..e9bcc1d Binary files /dev/null and b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/SpellingPlugin.bundle/Contents/Resources/SqueakPlugin.icns differ -- cgit v1.2.3