[72495] trunk/dports/aqua/Freecell
jmr at macports.org
jmr at macports.org
Mon Oct 18 03:54:55 PDT 2010
Revision: 72495
http://trac.macports.org/changeset/72495
Author: jmr at macports.org
Date: 2010-10-18 03:54:52 -0700 (Mon, 18 Oct 2010)
Log Message:
-----------
Freecell: fix building on recent systems (#17811), use archive.org mirror of disappeared homepage
Modified Paths:
--------------
trunk/dports/aqua/Freecell/Portfile
Added Paths:
-----------
trunk/dports/aqua/Freecell/files/
trunk/dports/aqua/Freecell/files/Info-Freecell.plist
trunk/dports/aqua/Freecell/files/project.pbxproj
Modified: trunk/dports/aqua/Freecell/Portfile
===================================================================
--- trunk/dports/aqua/Freecell/Portfile 2010-10-18 09:44:24 UTC (rev 72494)
+++ trunk/dports/aqua/Freecell/Portfile 2010-10-18 10:54:52 UTC (rev 72495)
@@ -13,7 +13,7 @@
long_description The imaginatively-titled “Freecell” is a Mac OS X \
version of the classic solitaire game.
-homepage http://randomoracle.com/freecell/
+homepage http://web.archive.org/web/20080622113332/http://randomoracle.com/freecell/
master_sites macports
use_bzip2 yes
@@ -21,6 +21,12 @@
sha1 2e609fe0548f44a316f77f15db39581aad7a587f \
rmd160 0dbb3cbb23730654244091f4683c51a590a373ab
+post-patch {
+ copy ${filespath}/Info-Freecell.plist ${worksrcpath}
+ move ${worksrcpath}/Freecell.pbproj ${worksrcpath}/Freecell.xcodeproj
+ copy -force ${filespath}/project.pbxproj ${worksrcpath}/Freecell.xcodeproj/project.pbxproj
+}
+
variant universal {
post-patch {
reinplace -E "/OTHER_CFLAGS/s|\"\"|\"${configure.universal_cflags}\"|" \
Added: trunk/dports/aqua/Freecell/files/Info-Freecell.plist
===================================================================
--- trunk/dports/aqua/Freecell/files/Info-Freecell.plist (rev 0)
+++ trunk/dports/aqua/Freecell/files/Info-Freecell.plist 2010-10-18 10:54:52 UTC (rev 72495)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>Freecell</string>
+ <key>CFBundleGetInfoString</key>
+ <string>2.0.3</string>
+ <key>CFBundleHelpBookFolder</key>
+ <string>Help</string>
+ <key>CFBundleIconFile</key>
+ <string>Freecell.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.wasters.Freecell</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>Freecell</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>2.0.3</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>52</string>
+ <key>NSMainNibFile</key>
+ <string>MainMenu</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+</dict>
+</plist>
Added: trunk/dports/aqua/Freecell/files/project.pbxproj
===================================================================
--- trunk/dports/aqua/Freecell/files/project.pbxproj (rev 0)
+++ trunk/dports/aqua/Freecell/files/project.pbxproj 2010-10-18 10:54:52 UTC (rev 72495)
@@ -0,0 +1,549 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 42;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 03980B83126C539C0043726E /* Freecell_Prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 32CA4F630368D1EE00C91783 /* Freecell_Prefix.h */; };
+ 03980B84126C539C0043726E /* GameView.h in Headers */ = {isa = PBXBuildFile; fileRef = F2CD26A404B477F30003D579 /* GameView.h */; };
+ 03980B85126C539C0043726E /* Table.h in Headers */ = {isa = PBXBuildFile; fileRef = F2B3C1C304B48990008FB189 /* Table.h */; };
+ 03980B86126C539C0043726E /* Game.h in Headers */ = {isa = PBXBuildFile; fileRef = F2CBECB004B4D1890052BE5F /* Game.h */; };
+ 03980B87126C539C0043726E /* CardView.h in Headers */ = {isa = PBXBuildFile; fileRef = F2BFB9B104B89C1D0085C4AC /* CardView.h */; };
+ 03980B88126C539C0043726E /* GameController.h in Headers */ = {isa = PBXBuildFile; fileRef = F24508A204BB163A00664F50 /* GameController.h */; };
+ 03980B89126C539C0043726E /* TableMove.h in Headers */ = {isa = PBXBuildFile; fileRef = F265026604BF76F50099FD16 /* TableMove.h */; };
+ 03980B8A126C539C0043726E /* TableLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = F2D5C97F04D01675009D3217 /* TableLocation.h */; };
+ 03980B8B126C539C0043726E /* History.h in Headers */ = {isa = PBXBuildFile; fileRef = F2CFBFB104D331C700062083 /* History.h */; };
+ 03980B8C126C539C0043726E /* HistoryController.h in Headers */ = {isa = PBXBuildFile; fileRef = F26D7EC904D5E9BA00388118 /* HistoryController.h */; };
+ 03980B8D126C539C0043726E /* Result.h in Headers */ = {isa = PBXBuildFile; fileRef = F2E74A2804D6A1A300494E10 /* Result.h */; };
+ 03980B8E126C539C0043726E /* PreferencesController.h in Headers */ = {isa = PBXBuildFile; fileRef = F2B09AC904DB2C7C00203F18 /* PreferencesController.h */; };
+ 03980B8F126C539C0043726E /* Card.h in Headers */ = {isa = PBXBuildFile; fileRef = F2ABB4D504B76E8B006A8F0E /* Card.h */; };
+ 03980B90126C539C0043726E /* vccRand.h in Headers */ = {isa = PBXBuildFile; fileRef = F2B6AE4E07F5933000F80727 /* vccRand.h */; };
+ 03980B92126C539C0043726E /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; };
+ 03980B93126C539C0043726E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
+ 03980B94126C539C0043726E /* Freecell.icns in Resources */ = {isa = PBXBuildFile; fileRef = F2E57CE104C20E36005D2EDB /* Freecell.icns */; };
+ 03980B95126C539C0043726E /* Credits.html in Resources */ = {isa = PBXBuildFile; fileRef = F2F17F5C04E07FD4003ED142 /* Credits.html */; };
+ 03980B96126C539C0043726E /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = F2BD40BD04E06C960098C7F4 /* Localizable.strings */; };
+ 03980B97126C539C0043726E /* Help in Resources */ = {isa = PBXBuildFile; fileRef = F2C630BD04E07BDA00926905 /* Help */; };
+ 03980B98126C539C0043726E /* bonded.png in Resources */ = {isa = PBXBuildFile; fileRef = F241643C07C7A06B002C0965 /* bonded.png */; };
+ 03980B9A126C539C0043726E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
+ 03980B9B126C539C0043726E /* GameView.m in Sources */ = {isa = PBXBuildFile; fileRef = F2CD26A504B477F30003D579 /* GameView.m */; };
+ 03980B9C126C539C0043726E /* Game.m in Sources */ = {isa = PBXBuildFile; fileRef = F2CBECB104B4D1890052BE5F /* Game.m */; };
+ 03980B9D126C539C0043726E /* Card.m in Sources */ = {isa = PBXBuildFile; fileRef = F2ABB4D604B76E8B006A8F0E /* Card.m */; };
+ 03980B9E126C539C0043726E /* CardView.m in Sources */ = {isa = PBXBuildFile; fileRef = F2BFB9B204B89C1D0085C4AC /* CardView.m */; };
+ 03980B9F126C539C0043726E /* GameController.m in Sources */ = {isa = PBXBuildFile; fileRef = F24508A304BB163A00664F50 /* GameController.m */; };
+ 03980BA0126C539C0043726E /* TableMove.m in Sources */ = {isa = PBXBuildFile; fileRef = F265026704BF76F50099FD16 /* TableMove.m */; };
+ 03980BA1126C539C0043726E /* Table.m in Sources */ = {isa = PBXBuildFile; fileRef = F2B3C1C404B48990008FB189 /* Table.m */; };
+ 03980BA2126C539C0043726E /* TableLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = F2D5C98104D01684009D3217 /* TableLocation.m */; };
+ 03980BA3126C539C0043726E /* History.m in Sources */ = {isa = PBXBuildFile; fileRef = F2CFBFB204D331C700062083 /* History.m */; };
+ 03980BA4126C539C0043726E /* HistoryController.m in Sources */ = {isa = PBXBuildFile; fileRef = F26D7ECA04D5E9BA00388118 /* HistoryController.m */; };
+ 03980BA5126C539C0043726E /* Result.m in Sources */ = {isa = PBXBuildFile; fileRef = F2E74A2904D6A1A300494E10 /* Result.m */; };
+ 03980BA6126C539C0043726E /* PreferencesController.m in Sources */ = {isa = PBXBuildFile; fileRef = F2B09ACA04DB2C7C00203F18 /* PreferencesController.m */; };
+ 03980BA7126C539C0043726E /* vccRand.c in Sources */ = {isa = PBXBuildFile; fileRef = F2B6AE4D07F5933000F80727 /* vccRand.c */; };
+ 03980BA9126C539C0043726E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXFileReference section */
+ 03980BAE126C539C0043726E /* Info-Freecell.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "Info-Freecell.plist"; sourceTree = "<group>"; };
+ 03980BAF126C539D0043726E /* Freecell.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = Freecell.app; path = build/Development/Freecell.app; sourceTree = "<group>"; };
+ 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
+ 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
+ 29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
+ 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
+ 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
+ 32CA4F630368D1EE00C91783 /* Freecell_Prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Freecell_Prefix.h; sourceTree = "<group>"; };
+ F21273FF0508ADD60038B809 /* French */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder; name = French; path = French.lproj/Help; sourceTree = "<group>"; };
+ F241643C07C7A06B002C0965 /* bonded.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = bonded.png; path = Cards/bonded.png; sourceTree = "<group>"; };
+ F24508A204BB163A00664F50 /* GameController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GameController.h; sourceTree = "<group>"; };
+ F24508A304BB163A00664F50 /* GameController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = GameController.m; sourceTree = "<group>"; };
+ F247590907C9436F007E46D8 /* Finnish */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Finnish; path = Finnish.lproj/Help; sourceTree = "<group>"; };
+ F265026604BF76F50099FD16 /* TableMove.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TableMove.h; sourceTree = "<group>"; };
+ F265026704BF76F50099FD16 /* TableMove.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TableMove.m; sourceTree = "<group>"; };
+ F26D7EC904D5E9BA00388118 /* HistoryController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = HistoryController.h; sourceTree = "<group>"; };
+ F26D7ECA04D5E9BA00388118 /* HistoryController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = HistoryController.m; sourceTree = "<group>"; };
+ F290B98C0505E42600DB1354 /* French */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = French; path = French.lproj/Credits.html; sourceTree = "<group>"; };
+ F290B98E0505E6BD00DB1354 /* French */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = French; path = French.lproj/MainMenu.nib; sourceTree = "<group>"; };
+ F290B98F0505E6CF00DB1354 /* French */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = French; path = French.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ F290B9900505E6DD00DB1354 /* French */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = French; path = French.lproj/Localizable.strings; sourceTree = "<group>"; };
+ F2942F5A05023EBC002EC42F /* Dutch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder; name = Dutch; path = Dutch.lproj/Help; sourceTree = "<group>"; };
+ F2ABB4D504B76E8B006A8F0E /* Card.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Card.h; sourceTree = "<group>"; };
+ F2ABB4D604B76E8B006A8F0E /* Card.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Card.m; sourceTree = "<group>"; };
+ F2B09AC904DB2C7C00203F18 /* PreferencesController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PreferencesController.h; sourceTree = "<group>"; };
+ F2B09ACA04DB2C7C00203F18 /* PreferencesController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = PreferencesController.m; sourceTree = "<group>"; };
+ F2B3C1C304B48990008FB189 /* Table.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Table.h; sourceTree = "<group>"; };
+ F2B3C1C404B48990008FB189 /* Table.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Table.m; sourceTree = "<group>"; };
+ F2B4CA5B04C3317600634620 /* English */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; name = English; path = English.lproj/Credits.html; sourceTree = "<group>"; };
+ F2B6AE4D07F5933000F80727 /* vccRand.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = vccRand.c; sourceTree = "<group>"; };
+ F2B6AE4E07F5933000F80727 /* vccRand.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = vccRand.h; sourceTree = "<group>"; };
+ F2BD40BE04E06C960098C7F4 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = "<group>"; };
+ F2BFB9B104B89C1D0085C4AC /* CardView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CardView.h; sourceTree = "<group>"; };
+ F2BFB9B204B89C1D0085C4AC /* CardView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CardView.m; sourceTree = "<group>"; };
+ F2C630BE04E07BDA00926905 /* English */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder; name = English; path = English.lproj/Help; sourceTree = "<group>"; };
+ F2CBECB004B4D1890052BE5F /* Game.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Game.h; sourceTree = "<group>"; };
+ F2CBECB104B4D1890052BE5F /* Game.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Game.m; sourceTree = "<group>"; };
+ F2CD26A404B477F30003D579 /* GameView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GameView.h; sourceTree = "<group>"; };
+ F2CD26A504B477F30003D579 /* GameView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GameView.m; sourceTree = "<group>"; };
+ F2CFBFB104D331C700062083 /* History.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = History.h; sourceTree = "<group>"; };
+ F2CFBFB204D331C700062083 /* History.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = History.m; sourceTree = "<group>"; };
+ F2D5C97F04D01675009D3217 /* TableLocation.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = TableLocation.h; sourceTree = "<group>"; usesTabs = 0; };
+ F2D5C98104D01684009D3217 /* TableLocation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TableLocation.m; sourceTree = "<group>"; };
+ F2E1391E05023FEB0059D1F0 /* Dutch */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = Dutch; path = Dutch.lproj/Credits.html; sourceTree = "<group>"; };
+ F2E13920050240090059D1F0 /* Dutch */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Dutch; path = Dutch.lproj/MainMenu.nib; sourceTree = "<group>"; };
+ F2E139210502401B0059D1F0 /* Dutch */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Dutch; path = Dutch.lproj/Localizable.strings; sourceTree = "<group>"; };
+ F2E139220502402B0059D1F0 /* Dutch */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Dutch; path = Dutch.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ F2E57CE104C20E36005D2EDB /* Freecell.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Freecell.icns; sourceTree = "<group>"; };
+ F2E74A2804D6A1A300494E10 /* Result.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Result.h; sourceTree = "<group>"; };
+ F2E74A2904D6A1A300494E10 /* Result.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Result.m; sourceTree = "<group>"; };
+ F2EBA8CA07C9391D0093A065 /* Finnish */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Finnish; path = Finnish.lproj/MainMenu.nib; sourceTree = "<group>"; };
+ F2EBA8CB07C939260093A065 /* Finnish */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = Finnish; path = Finnish.lproj/Credits.html; sourceTree = "<group>"; };
+ F2EBA8CC07C9392C0093A065 /* Finnish */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = Finnish; path = Finnish.lproj/Localizable.strings; sourceTree = "<group>"; };
+ F2EBA8CD07C939340093A065 /* Finnish */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Finnish; path = Finnish.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ F2F8A98207C9226E00B609CB /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Japanese; path = Japanese.lproj/Help; sourceTree = "<group>"; };
+ F2F8A99407C9227000B609CB /* Spanish */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Spanish; path = Spanish.lproj/Help; sourceTree = "<group>"; };
+ F2FE114707C91DD800C0DC93 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Japanese; path = Japanese.lproj/MainMenu.nib; sourceTree = "<group>"; };
+ F2FE114807C91DDB00C0DC93 /* Spanish */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Spanish; path = Spanish.lproj/MainMenu.nib; sourceTree = "<group>"; };
+ F2FE115407C91E0400C0DC93 /* Spanish */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.strings; name = Spanish; path = Spanish.lproj/Localizable.strings; sourceTree = "<group>"; };
+ F2FE115507C91E0600C0DC93 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Japanese; path = Japanese.lproj/Localizable.strings; sourceTree = "<group>"; };
+ F2FE115807C91E1B00C0DC93 /* Spanish */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Spanish; path = Spanish.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ F2FE115907C91E1D00C0DC93 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Japanese; path = Japanese.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ F2FE118407C91F5300C0DC93 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = Japanese; path = Japanese.lproj/Credits.html; sourceTree = "<group>"; };
+ F2FE118507C91F5600C0DC93 /* Spanish */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = Spanish; path = Spanish.lproj/Credits.html; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 03980BA8126C539C0043726E /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 03980BA9126C539C0043726E /* Cocoa.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 080E96DDFE201D6D7F000001 /* Classes */ = {
+ isa = PBXGroup;
+ children = (
+ F2ABB4D504B76E8B006A8F0E /* Card.h */,
+ F2ABB4D604B76E8B006A8F0E /* Card.m */,
+ F2BFB9B104B89C1D0085C4AC /* CardView.h */,
+ F2BFB9B204B89C1D0085C4AC /* CardView.m */,
+ F2B3C1C304B48990008FB189 /* Table.h */,
+ F2B3C1C404B48990008FB189 /* Table.m */,
+ F2D5C97F04D01675009D3217 /* TableLocation.h */,
+ F2D5C98104D01684009D3217 /* TableLocation.m */,
+ F265026604BF76F50099FD16 /* TableMove.h */,
+ F265026704BF76F50099FD16 /* TableMove.m */,
+ F2CBECB004B4D1890052BE5F /* Game.h */,
+ F2CBECB104B4D1890052BE5F /* Game.m */,
+ F2CD26A404B477F30003D579 /* GameView.h */,
+ F2CD26A504B477F30003D579 /* GameView.m */,
+ F24508A204BB163A00664F50 /* GameController.h */,
+ F24508A304BB163A00664F50 /* GameController.m */,
+ F2CFBFB104D331C700062083 /* History.h */,
+ F2CFBFB204D331C700062083 /* History.m */,
+ F26D7EC904D5E9BA00388118 /* HistoryController.h */,
+ F26D7ECA04D5E9BA00388118 /* HistoryController.m */,
+ F2E74A2804D6A1A300494E10 /* Result.h */,
+ F2E74A2904D6A1A300494E10 /* Result.m */,
+ F2B09AC904DB2C7C00203F18 /* PreferencesController.h */,
+ F2B09ACA04DB2C7C00203F18 /* PreferencesController.m */,
+ F2B6AE4D07F5933000F80727 /* vccRand.c */,
+ F2B6AE4E07F5933000F80727 /* vccRand.h */,
+ );
+ name = Classes;
+ sourceTree = "<group>";
+ };
+ 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
+ );
+ name = "Linked Frameworks";
+ sourceTree = "<group>";
+ };
+ 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
+ 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
+ );
+ name = "Other Frameworks";
+ sourceTree = "<group>";
+ };
+ 19C28FACFE9D520D11CA2CBB /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 03980BAF126C539D0043726E /* Freecell.app */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ 29B97314FDCFA39411CA2CEA /* Freecell */ = {
+ isa = PBXGroup;
+ children = (
+ 080E96DDFE201D6D7F000001 /* Classes */,
+ 29B97315FDCFA39411CA2CEA /* Other Sources */,
+ 29B97317FDCFA39411CA2CEA /* Resources */,
+ 29B97323FDCFA39411CA2CEA /* Frameworks */,
+ 19C28FACFE9D520D11CA2CBB /* Products */,
+ F2C630BD04E07BDA00926905 /* Help */,
+ 03980BAE126C539C0043726E /* Info-Freecell.plist */,
+ );
+ name = Freecell;
+ sourceTree = "<group>";
+ };
+ 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
+ isa = PBXGroup;
+ children = (
+ 32CA4F630368D1EE00C91783 /* Freecell_Prefix.h */,
+ 29B97316FDCFA39411CA2CEA /* main.m */,
+ );
+ name = "Other Sources";
+ sourceTree = "<group>";
+ };
+ 29B97317FDCFA39411CA2CEA /* Resources */ = {
+ isa = PBXGroup;
+ children = (
+ F2F17F5C04E07FD4003ED142 /* Credits.html */,
+ F2E57CE104C20E36005D2EDB /* Freecell.icns */,
+ 29B97318FDCFA39411CA2CEA /* MainMenu.nib */,
+ F2BD40BD04E06C960098C7F4 /* Localizable.strings */,
+ 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
+ F263A24604DB34FB00922A1B /* Cards */,
+ );
+ name = Resources;
+ sourceTree = "<group>";
+ };
+ 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
+ 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
+ );
+ name = Frameworks;
+ sourceTree = "<group>";
+ };
+ F263A24604DB34FB00922A1B /* Cards */ = {
+ isa = PBXGroup;
+ children = (
+ F241643C07C7A06B002C0965 /* bonded.png */,
+ );
+ name = Cards;
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXHeadersBuildPhase section */
+ 03980B82126C539C0043726E /* Headers */ = {
+ isa = PBXHeadersBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 03980B83126C539C0043726E /* Freecell_Prefix.h in Headers */,
+ 03980B84126C539C0043726E /* GameView.h in Headers */,
+ 03980B85126C539C0043726E /* Table.h in Headers */,
+ 03980B86126C539C0043726E /* Game.h in Headers */,
+ 03980B87126C539C0043726E /* CardView.h in Headers */,
+ 03980B88126C539C0043726E /* GameController.h in Headers */,
+ 03980B89126C539C0043726E /* TableMove.h in Headers */,
+ 03980B8A126C539C0043726E /* TableLocation.h in Headers */,
+ 03980B8B126C539C0043726E /* History.h in Headers */,
+ 03980B8C126C539C0043726E /* HistoryController.h in Headers */,
+ 03980B8D126C539C0043726E /* Result.h in Headers */,
+ 03980B8E126C539C0043726E /* PreferencesController.h in Headers */,
+ 03980B8F126C539C0043726E /* Card.h in Headers */,
+ 03980B90126C539C0043726E /* vccRand.h in Headers */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXHeadersBuildPhase section */
+
+/* Begin PBXNativeTarget section */
+ 03980B81126C539C0043726E /* Freecell */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 03980BAA126C539C0043726E /* Build configuration list for PBXNativeTarget "Freecell" */;
+ buildPhases = (
+ 03980B82126C539C0043726E /* Headers */,
+ 03980B91126C539C0043726E /* Resources */,
+ 03980B99126C539C0043726E /* Sources */,
+ 03980BA8126C539C0043726E /* Frameworks */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = Freecell;
+ productName = Freecell;
+ productReference = 03980BAF126C539D0043726E /* Freecell.app */;
+ productType = "com.apple.product-type.application";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 29B97313FDCFA39411CA2CEA /* Project object */ = {
+ isa = PBXProject;
+ buildConfigurationList = 03980B7B126C52BF0043726E /* Build configuration list for PBXProject "Freecell" */;
+ hasScannedForEncodings = 1;
+ knownRegions = (
+ English,
+ Japanese,
+ French,
+ German,
+ Dutch,
+ Spanish,
+ Finnish,
+ );
+ mainGroup = 29B97314FDCFA39411CA2CEA /* Freecell */;
+ projectDirPath = "";
+ targets = (
+ 03980B81126C539C0043726E /* Freecell */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ 03980B91126C539C0043726E /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 03980B92126C539C0043726E /* MainMenu.nib in Resources */,
+ 03980B93126C539C0043726E /* InfoPlist.strings in Resources */,
+ 03980B94126C539C0043726E /* Freecell.icns in Resources */,
+ 03980B95126C539C0043726E /* Credits.html in Resources */,
+ 03980B96126C539C0043726E /* Localizable.strings in Resources */,
+ 03980B97126C539C0043726E /* Help in Resources */,
+ 03980B98126C539C0043726E /* bonded.png in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 03980B99126C539C0043726E /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 03980B9A126C539C0043726E /* main.m in Sources */,
+ 03980B9B126C539C0043726E /* GameView.m in Sources */,
+ 03980B9C126C539C0043726E /* Game.m in Sources */,
+ 03980B9D126C539C0043726E /* Card.m in Sources */,
+ 03980B9E126C539C0043726E /* CardView.m in Sources */,
+ 03980B9F126C539C0043726E /* GameController.m in Sources */,
+ 03980BA0126C539C0043726E /* TableMove.m in Sources */,
+ 03980BA1126C539C0043726E /* Table.m in Sources */,
+ 03980BA2126C539C0043726E /* TableLocation.m in Sources */,
+ 03980BA3126C539C0043726E /* History.m in Sources */,
+ 03980BA4126C539C0043726E /* HistoryController.m in Sources */,
+ 03980BA5126C539C0043726E /* Result.m in Sources */,
+ 03980BA6126C539C0043726E /* PreferencesController.m in Sources */,
+ 03980BA7126C539C0043726E /* vccRand.c in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXVariantGroup section */
+ 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 089C165DFE840E0CC02AAC07 /* English */,
+ F2E139220502402B0059D1F0 /* Dutch */,
+ F290B98F0505E6CF00DB1354 /* French */,
+ F2FE115807C91E1B00C0DC93 /* Spanish */,
+ F2FE115907C91E1D00C0DC93 /* Japanese */,
+ F2EBA8CD07C939340093A065 /* Finnish */,
+ );
+ name = InfoPlist.strings;
+ sourceTree = "<group>";
+ };
+ 29B97318FDCFA39411CA2CEA /* MainMenu.nib */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 29B97319FDCFA39411CA2CEA /* English */,
+ F2E13920050240090059D1F0 /* Dutch */,
+ F290B98E0505E6BD00DB1354 /* French */,
+ F2FE114707C91DD800C0DC93 /* Japanese */,
+ F2FE114807C91DDB00C0DC93 /* Spanish */,
+ F2EBA8CA07C9391D0093A065 /* Finnish */,
+ );
+ name = MainMenu.nib;
+ sourceTree = "<group>";
+ };
+ F2BD40BD04E06C960098C7F4 /* Localizable.strings */ = {
+ isa = PBXVariantGroup;
+ children = (
+ F2BD40BE04E06C960098C7F4 /* English */,
+ F2E139210502401B0059D1F0 /* Dutch */,
+ F290B9900505E6DD00DB1354 /* French */,
+ F2FE115407C91E0400C0DC93 /* Spanish */,
+ F2FE115507C91E0600C0DC93 /* Japanese */,
+ F2EBA8CC07C9392C0093A065 /* Finnish */,
+ );
+ name = Localizable.strings;
+ sourceTree = "<group>";
+ };
+ F2C630BD04E07BDA00926905 /* Help */ = {
+ isa = PBXVariantGroup;
+ children = (
+ F2C630BE04E07BDA00926905 /* English */,
+ F2942F5A05023EBC002EC42F /* Dutch */,
+ F21273FF0508ADD60038B809 /* French */,
+ F2F8A98207C9226E00B609CB /* Japanese */,
+ F2F8A99407C9227000B609CB /* Spanish */,
+ F247590907C9436F007E46D8 /* Finnish */,
+ );
+ name = Help;
+ sourceTree = "<group>";
+ };
+ F2F17F5C04E07FD4003ED142 /* Credits.html */ = {
+ isa = PBXVariantGroup;
+ children = (
+ F2B4CA5B04C3317600634620 /* English */,
+ F2E1391E05023FEB0059D1F0 /* Dutch */,
+ F290B98C0505E42600DB1354 /* French */,
+ F2FE118507C91F5600C0DC93 /* Spanish */,
+ F2FE118407C91F5300C0DC93 /* Japanese */,
+ F2EBA8CB07C939260093A065 /* Finnish */,
+ );
+ name = Credits.html;
+ sourceTree = "<group>";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ 03980B7C126C52BF0043726E /* Development */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ };
+ name = Development;
+ };
+ 03980B7D126C52BF0043726E /* Deployment */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ };
+ name = Deployment;
+ };
+ 03980B7E126C52BF0043726E /* Default */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ };
+ name = Default;
+ };
+ 03980BAB126C539C0043726E /* Development */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ COPY_PHASE_STRIP = NO;
+ CURRENT_PROJECT_VERSION = 52;
+ FRAMEWORK_SEARCH_PATHS = "";
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_ENABLE_FIX_AND_CONTINUE = YES;
+ GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = Freecell_Prefix.h;
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+ GCC_TREAT_WARNINGS_AS_ERRORS = YES;
+ HEADER_SEARCH_PATHS = "";
+ INFOPLIST_FILE = "Info-Freecell.plist";
+ LIBRARY_SEARCH_PATHS = "";
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "";
+ PRODUCT_NAME = Freecell;
+ SECTORDER_FLAGS = "";
+ VERSIONING_SYSTEM = "apple-generic";
+ WARNING_CFLAGS = (
+ "-Wmost",
+ "-Wno-four-char-constants",
+ "-Wno-unknown-pragmas",
+ );
+ WRAPPER_EXTENSION = app;
+ ZERO_LINK = YES;
+ };
+ name = Development;
+ };
+ 03980BAC126C539C0043726E /* Deployment */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ COPY_PHASE_STRIP = YES;
+ CURRENT_PROJECT_VERSION = 52;
+ FRAMEWORK_SEARCH_PATHS = "";
+ GCC_ENABLE_FIX_AND_CONTINUE = NO;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = Freecell_Prefix.h;
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+ GCC_TREAT_WARNINGS_AS_ERRORS = NO;
+ HEADER_SEARCH_PATHS = "";
+ INFOPLIST_FILE = "Info-Freecell.plist";
+ LIBRARY_SEARCH_PATHS = "";
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "";
+ PRODUCT_NAME = Freecell;
+ SECTORDER_FLAGS = "";
+ VERSIONING_SYSTEM = "apple-generic";
+ WARNING_CFLAGS = (
+ "-Wmost",
+ "-Wno-four-char-constants",
+ "-Wno-unknown-pragmas",
+ );
+ WRAPPER_EXTENSION = app;
+ ZERO_LINK = NO;
+ };
+ name = Deployment;
+ };
+ 03980BAD126C539C0043726E /* Default */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ CURRENT_PROJECT_VERSION = 52;
+ FRAMEWORK_SEARCH_PATHS = "";
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = Freecell_Prefix.h;
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+ GCC_TREAT_WARNINGS_AS_ERRORS = NO;
+ HEADER_SEARCH_PATHS = "";
+ INFOPLIST_FILE = "Info-Freecell.plist";
+ LIBRARY_SEARCH_PATHS = "";
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "";
+ PRODUCT_NAME = Freecell;
+ SECTORDER_FLAGS = "";
+ VERSIONING_SYSTEM = "apple-generic";
+ WARNING_CFLAGS = (
+ "-Wmost",
+ "-Wno-four-char-constants",
+ "-Wno-unknown-pragmas",
+ );
+ WRAPPER_EXTENSION = app;
+ };
+ name = Default;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 03980B7B126C52BF0043726E /* Build configuration list for PBXProject "Freecell" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 03980B7C126C52BF0043726E /* Development */,
+ 03980B7D126C52BF0043726E /* Deployment */,
+ 03980B7E126C52BF0043726E /* Default */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Default;
+ };
+ 03980BAA126C539C0043726E /* Build configuration list for PBXNativeTarget "Freecell" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 03980BAB126C539C0043726E /* Development */,
+ 03980BAC126C539C0043726E /* Deployment */,
+ 03980BAD126C539C0043726E /* Default */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Default;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101018/9274f7b2/attachment-0001.html>
More information about the macports-changes
mailing list