[96261] trunk/dports/devel

mfeiri at macports.org mfeiri at macports.org
Mon Aug 6 11:22:56 PDT 2012


Revision: 96261
          https://trac.macports.org/changeset/96261
Author:   mfeiri at macports.org
Date:     2012-08-06 11:22:52 -0700 (Mon, 06 Aug 2012)
Log Message:
-----------
bootstrap_cmds: new port

Added Paths:
-----------
    trunk/dports/devel/bootstrap_cmds/
    trunk/dports/devel/bootstrap_cmds/Portfile

Added: trunk/dports/devel/bootstrap_cmds/Portfile
===================================================================
--- trunk/dports/devel/bootstrap_cmds/Portfile	                        (rev 0)
+++ trunk/dports/devel/bootstrap_cmds/Portfile	2012-08-06 18:22:52 UTC (rev 96261)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem              1.0
+PortGroup               xcode 1.0
+PortGroup               xcodeversion 1.0
+
+name                    bootstrap_cmds
+version                 84
+categories              devel
+maintainers             mfeiri openmaintainer
+homepage                http://opensource.apple.com/source/${name}/
+master_sites            http://opensource.apple.com/tarballs/${name}/
+license                 APSL-2.0
+description             Darwin Core OS Bootstrap Commands
+long_description        Bootstrapping tools like the Mach Interface \
+                        Generator (MIG) required to build the XNU kernel.
+
+checksums               rmd160  9a78da11aae68f8bdca1d3c60d16127402947d2f \
+                        sha256  6a5e6d39439e5d8563a0c660a17d0663bf2e60a4aeb2e76d485976ca957a592c
+
+supported_archs         i386 ppc
+xcode.project           mig.xcodeproj
+xcode.destroot.path     ${prefix}/bin
+
+post-extract {
+    reinplace "s|VALID_ARCHS = i386|VALID_ARCHS = \"i386 ppc\"|g" \
+            ${worksrcpath}/mig.xcodeproj/project.pbxproj
+    reinplace "s|\$(DT_TOOLCHAIN_DIR)/usr|${prefix}|g" \
+            ${worksrcpath}/mig.xcodeproj/project.pbxproj
+    foreach f [glob ${worksrcpath}/xcodescripts/*.sh] {
+        reinplace "s|\$DSTROOT/\$DT_TOOLCHAIN_DIR/usr|${destroot}${prefix}|g" $f
+    }
+}
+
+livecheck.type          regex
+livecheck.regex         "${name}-(\[\\d.\]+)"


Property changes on: trunk/dports/devel/bootstrap_cmds/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120806/1bfab778/attachment-0001.html>


More information about the macports-changes mailing list