[132993] trunk/dports/aqua

ryandesign at macports.org ryandesign at macports.org
Tue Feb 17 01:24:27 PST 2015


Revision: 132993
          https://trac.macports.org/changeset/132993
Author:   ryandesign at macports.org
Date:     2015-02-17 01:24:27 -0800 (Tue, 17 Feb 2015)
Log Message:
-----------
MongoHub: new port, version 2.7b10

Added Paths:
-----------
    trunk/dports/aqua/MongoHub/
    trunk/dports/aqua/MongoHub/Portfile
    trunk/dports/aqua/MongoHub/files/
    trunk/dports/aqua/MongoHub/files/patch-MongoHub.xcodeproj-project.pbxproj.diff

Added: trunk/dports/aqua/MongoHub/Portfile
===================================================================
--- trunk/dports/aqua/MongoHub/Portfile	                        (rev 0)
+++ trunk/dports/aqua/MongoHub/Portfile	2015-02-17 09:24:27 UTC (rev 132993)
@@ -0,0 +1,29 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+PortGroup           xcode 1.0
+
+github.setup        jeromelebel MongoHub-Mac 2.7b10
+name                MongoHub
+categories          aqua databases
+maintainers         ryandesign openmaintainer
+
+# Source includes Intel-only version of MCPKit.framework
+supported_archs     i386 x86_64
+
+description         Mac MongoDB GUI client
+
+long_description    ${name} is a ${description}.
+
+checksums           rmd160  73c29c0961c406589a5242784d1f8d651eb50eaa \
+                    sha256  221edb50cd660ee60709fce9c57d30fe9116ef6a9d9ceeaf4d374cc672d00f34
+
+depends_lib         port:MongoObjCDriver
+
+patchfiles-append   patch-MongoHub.xcodeproj-project.pbxproj.diff
+
+post-patch {
+    reinplace "s|@FRAMEWORKS_DIR@|${frameworks_dir}|g" ${worksrcpath}/MongoHub.xcodeproj/project.pbxproj
+}


Property changes on: trunk/dports/aqua/MongoHub/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/aqua/MongoHub/files/patch-MongoHub.xcodeproj-project.pbxproj.diff
===================================================================
--- trunk/dports/aqua/MongoHub/files/patch-MongoHub.xcodeproj-project.pbxproj.diff	                        (rev 0)
+++ trunk/dports/aqua/MongoHub/files/patch-MongoHub.xcodeproj-project.pbxproj.diff	2015-02-17 09:24:27 UTC (rev 132993)
@@ -0,0 +1,114 @@
+--- MongoHub.xcodeproj/project.pbxproj.orig	2014-08-26 18:40:15.000000000 -0500
++++ MongoHub.xcodeproj/project.pbxproj	2015-02-17 03:12:21.000000000 -0600
+@@ -11,7 +11,6 @@
+ 			isa = PBXAggregateTarget;
+ 			buildConfigurationList = 02216F221412D54600789BD1 /* Build configuration list for PBXAggregateTarget "Submodules" */;
+ 			buildPhases = (
+-				02D5A7F41442019100C7768C /* Update submodules */,
+ 			);
+ 			dependencies = (
+ 			);
+@@ -52,7 +51,6 @@
+ 		02AA29931477F8BD0041865F /* MHFileExporter.m in Sources */ = {isa = PBXBuildFile; fileRef = 02AA29921477F8BD0041865F /* MHFileExporter.m */; };
+ 		02B143DC147C720D005AB320 /* MHFileImporter.m in Sources */ = {isa = PBXBuildFile; fileRef = 02B143DB147C720D005AB320 /* MHFileImporter.m */; };
+ 		02C4C1C819A231090002FBD8 /* MongoObjCDriver.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02C4C1C519A230BE0002FBD8 /* MongoObjCDriver.framework */; };
+-		02C4C1CA19A231600002FBD8 /* MongoObjCDriver.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 02C4C1C519A230BE0002FBD8 /* MongoObjCDriver.framework */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
+ 		02CEE9BE1486DD7A00E488DA /* MHTabTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 02CEE9BD1486DD7A00E488DA /* MHTabTitleView.m */; };
+ 		02CF9CC919AA9E8A00EEF76B /* MHMongoHubMigration9to10.xcmappingmodel in Sources */ = {isa = PBXBuildFile; fileRef = 02CF9CC819AA9E8A00EEF76B /* MHMongoHubMigration9to10.xcmappingmodel */; };
+ 		02D83E0219A4A28F007AB2F2 /* NSDictionary+MongoHub.m in Sources */ = {isa = PBXBuildFile; fileRef = 02D83E0119A4A28F007AB2F2 /* NSDictionary+MongoHub.m */; };
+@@ -135,6 +133,7 @@
+ 		1DF96F9211883B3800C35AB8 /* MHQueryWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DF96F9111883B3800C35AB8 /* MHQueryWindowController.m */; };
+ 		1DF96F9411883D5E00C35AB8 /* MHQueryWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DF96F9311883D5E00C35AB8 /* MHQueryWindow.xib */; };
+ 		2F7446990DB6B7EA00F9684A /* MHMainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2F7446970DB6B7EA00F9684A /* MHMainMenu.xib */; };
++		500EC4711A933D1F00B3B326 /* MongoObjCDriver.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 500EC4701A933D1F00B3B326 /* MongoObjCDriver.framework */; };
+ 		77C8280E06725ACE000B614F /* MHApplicationDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 77C8280C06725ACE000B614F /* MHApplicationDelegate.m */; };
+ 		8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
+ 		8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
+@@ -172,7 +171,6 @@
+ 			dstPath = "";
+ 			dstSubfolderSpec = 10;
+ 			files = (
+-				02C4C1CA19A231600002FBD8 /* MongoObjCDriver.framework in CopyFiles */,
+ 				02FCD3D913BCC7D200316A9F /* RegexKit.framework in CopyFiles */,
+ 				02FCD3DA13BCC81700316A9F /* Sparkle.framework in CopyFiles */,
+ 				02FCD3DB13BCC83200316A9F /* MCPKit.framework in CopyFiles */,
+@@ -355,6 +353,7 @@
+ 		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>"; };
+ 		2F7446980DB6B7EA00F9684A /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MHMainMenu.xib; sourceTree = "<group>"; };
++		500EC4701A933D1F00B3B326 /* MongoObjCDriver.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MongoObjCDriver.framework; path = "@FRAMEWORKS_DIR@/MongoObjCDriver.framework"; sourceTree = "<absolute>"; };
+ 		77C82804067257F0000B614F /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
+ 		77C8280B06725ACE000B614F /* MHApplicationDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MHApplicationDelegate.h; sourceTree = "<group>"; };
+ 		77C8280C06725ACE000B614F /* MHApplicationDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MHApplicationDelegate.m; sourceTree = "<group>"; };
+@@ -376,6 +375,7 @@
+ 				02FCD3CF13BB9EA400316A9F /* Sparkle.framework in Frameworks */,
+ 				02FCD3D813BBA4A300316A9F /* MCPKit.framework in Frameworks */,
+ 				02C4C1C819A231090002FBD8 /* MongoObjCDriver.framework in Frameworks */,
++				500EC4711A933D1F00B3B326 /* MongoObjCDriver.framework in Frameworks */,
+ 			);
+ 			runOnlyForDeploymentPostprocessing = 0;
+ 		};
+@@ -730,6 +730,7 @@
+ 		29B97323FDCFA39411CA2CEA /* Frameworks */ = {
+ 			isa = PBXGroup;
+ 			children = (
++				500EC4701A933D1F00B3B326 /* MongoObjCDriver.framework */,
+ 				02FCD3D713BBA4A300316A9F /* MCPKit.framework */,
+ 				02FCD3CE13BB9EA400316A9F /* Sparkle.framework */,
+ 				026B2DE413BB6FB8009BEA7B /* RegexKit.framework */,
+@@ -890,23 +891,6 @@
+ 		};
+ /* End PBXResourcesBuildPhase section */
+ 
+-/* Begin PBXShellScriptBuildPhase section */
+-		02D5A7F41442019100C7768C /* Update submodules */ = {
+-			isa = PBXShellScriptBuildPhase;
+-			buildActionMask = 2147483647;
+-			files = (
+-			);
+-			inputPaths = (
+-			);
+-			name = "Update submodules";
+-			outputPaths = (
+-			);
+-			runOnlyForDeploymentPostprocessing = 0;
+-			shellPath = /bin/sh;
+-			shellScript = "./scripts/update_submodule.sh jeromelebel mongo-objc-driver master Libraries/MongoObjCDriver\n";
+-		};
+-/* End PBXShellScriptBuildPhase section */
+-
+ /* Begin PBXSourcesBuildPhase section */
+ 		8D11072C0486CEB800E47090 /* Sources */ = {
+ 			isa = PBXSourcesBuildPhase;
+@@ -1016,6 +1000,7 @@
+ 				FRAMEWORK_SEARCH_PATHS = (
+ 					"$(inherited)",
+ 					"\"$(SRCROOT)\"/Frameworks",
++					"@FRAMEWORKS_DIR@",
+ 				);
+ 				GCC_OPTIMIZATION_LEVEL = 0;
+ 				INFOPLIST_FILE = "Resources/MongoHub-Info.plist";
+@@ -1031,6 +1016,7 @@
+ 				FRAMEWORK_SEARCH_PATHS = (
+ 					"$(inherited)",
+ 					"\"$(SRCROOT)\"/Frameworks",
++					"@FRAMEWORKS_DIR@",
+ 				);
+ 				INFOPLIST_FILE = "Resources/MongoHub-Info.plist";
+ 				INSTALL_PATH = "$(HOME)/Applications";
+@@ -1044,6 +1030,7 @@
+ 				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
+ 				COPY_PHASE_STRIP = NO;
+ 				GCC_TREAT_WARNINGS_AS_ERRORS = YES;
++				GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
+ 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
+ 				GCC_WARN_UNUSED_VARIABLE = YES;
+ 				MACOSX_DEPLOYMENT_TARGET = 10.7;
+@@ -1057,6 +1044,7 @@
+ 				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
+ 				COPY_PHASE_STRIP = NO;
+ 				GCC_TREAT_WARNINGS_AS_ERRORS = YES;
++				GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
+ 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
+ 				GCC_WARN_UNUSED_VARIABLE = YES;
+ 				MACOSX_DEPLOYMENT_TARGET = 10.7;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150217/d9ed9e4c/attachment.html>


More information about the macports-changes mailing list