[29008] users/rhwood/MacPorts.Framework/MacPorts.Framework.xcodeproj/ project.pbxproj

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 12 18:14:20 PDT 2007


Revision: 29008
          http://trac.macosforge.org/projects/macports/changeset/29008
Author:   rhwood at macports.org
Date:     2007-09-12 18:14:20 -0700 (Wed, 12 Sep 2007)

Log Message:
-----------
Create two new classes, MPIndex and MPPort, which represent an aggregate index of the information in ALL PortIndex files referenced by [MPMacPorts sources] and a Port, respectively.
Add constants supporting the MPPort class
Add both classes to the MacPorts header file
(Forgot to include this file in the prior commit)

Modified Paths:
--------------
    users/rhwood/MacPorts.Framework/MacPorts.Framework.xcodeproj/project.pbxproj

Modified: users/rhwood/MacPorts.Framework/MacPorts.Framework.xcodeproj/project.pbxproj
===================================================================
--- users/rhwood/MacPorts.Framework/MacPorts.Framework.xcodeproj/project.pbxproj	2007-09-13 01:13:43 UTC (rev 29007)
+++ users/rhwood/MacPorts.Framework/MacPorts.Framework.xcodeproj/project.pbxproj	2007-09-13 01:14:20 UTC (rev 29008)
@@ -7,6 +7,10 @@
 	objects = {
 
 /* Begin PBXBuildFile section */
+		487679550C98C2EB00577C59 /* MPIndex.h in Headers */ = {isa = PBXBuildFile; fileRef = 487679530C98C2EB00577C59 /* MPIndex.h */; };
+		487679560C98C2EB00577C59 /* MPIndex.m in Sources */ = {isa = PBXBuildFile; fileRef = 487679540C98C2EB00577C59 /* MPIndex.m */; };
+		487679690C98C55E00577C59 /* MPPort.h in Headers */ = {isa = PBXBuildFile; fileRef = 487679670C98C55E00577C59 /* MPPort.h */; };
+		4876796A0C98C55E00577C59 /* MPPort.m in Sources */ = {isa = PBXBuildFile; fileRef = 487679680C98C55E00577C59 /* MPPort.m */; };
 		48906AFD0C4230B700A3ED8A /* MPInterpreter.h in Headers */ = {isa = PBXBuildFile; fileRef = 48906AFB0C4230B700A3ED8A /* MPInterpreter.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		48906AFE0C4230B700A3ED8A /* MPInterpreter.m in Sources */ = {isa = PBXBuildFile; fileRef = 48906AFC0C4230B700A3ED8A /* MPInterpreter.m */; };
 		48906B100C42364200A3ED8A /* MPConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 48906B0F0C42364200A3ED8A /* MPConstants.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -35,6 +39,10 @@
 		089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
 		1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
 		32DBCF5E0370ADEE00C91783 /* MacPorts.Framework_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MacPorts.Framework_Prefix.pch; sourceTree = "<group>"; };
+		487679530C98C2EB00577C59 /* MPIndex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPIndex.h; sourceTree = "<group>"; };
+		487679540C98C2EB00577C59 /* MPIndex.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPIndex.m; sourceTree = "<group>"; };
+		487679670C98C55E00577C59 /* MPPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPPort.h; sourceTree = "<group>"; };
+		487679680C98C55E00577C59 /* MPPort.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPPort.m; sourceTree = "<group>"; };
 		48906AFB0C4230B700A3ED8A /* MPInterpreter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPInterpreter.h; sourceTree = "<group>"; };
 		48906AFC0C4230B700A3ED8A /* MPInterpreter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPInterpreter.m; sourceTree = "<group>"; };
 		48906B0F0C42364200A3ED8A /* MPConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPConstants.h; sourceTree = "<group>"; };
@@ -115,12 +123,16 @@
 		08FB77AEFE84172EC02AAC07 /* Classes */ = {
 			isa = PBXGroup;
 			children = (
+				487679530C98C2EB00577C59 /* MPIndex.h */,
+				487679540C98C2EB00577C59 /* MPIndex.m */,
 				48906AFB0C4230B700A3ED8A /* MPInterpreter.h */,
 				48906AFC0C4230B700A3ED8A /* MPInterpreter.m */,
 				489DD92D0C94674B00595506 /* MPInterpreterTest.h */,
 				489DD92E0C94674B00595506 /* MPInterpreterTest.m */,
 				48E993920C82CAAE00219DDF /* MPMacPorts.h */,
 				48E993930C82CAAE00219DDF /* MPMacPorts.m */,
+				487679670C98C55E00577C59 /* MPPort.h */,
+				487679680C98C55E00577C59 /* MPPort.m */,
 			);
 			name = Classes;
 			sourceTree = "<group>";
@@ -163,6 +175,8 @@
 				48906B100C42364200A3ED8A /* MPConstants.h in Headers */,
 				48E9925C0C82C45800219DDF /* MacPorts.h in Headers */,
 				48E993940C82CAAE00219DDF /* MPMacPorts.h in Headers */,
+				487679550C98C2EB00577C59 /* MPIndex.h in Headers */,
+				487679690C98C55E00577C59 /* MPPort.h in Headers */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -274,6 +288,8 @@
 			files = (
 				48906AFE0C4230B700A3ED8A /* MPInterpreter.m in Sources */,
 				48E993950C82CAAE00219DDF /* MPMacPorts.m in Sources */,
+				487679560C98C2EB00577C59 /* MPIndex.m in Sources */,
+				4876796A0C98C55E00577C59 /* MPPort.m in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070912/0c6d80ac/attachment.html


More information about the macports-changes mailing list