[96232] trunk/dports/devel

mfeiri at macports.org mfeiri at macports.org
Sun Aug 5 06:43:32 PDT 2012


Revision: 96232
          https://trac.macports.org/changeset/96232
Author:   mfeiri at macports.org
Date:     2012-08-05 06:43:29 -0700 (Sun, 05 Aug 2012)
Log Message:
-----------
developer_cmds: new port

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

Added: trunk/dports/devel/developer_cmds/Portfile
===================================================================
--- trunk/dports/devel/developer_cmds/Portfile	                        (rev 0)
+++ trunk/dports/devel/developer_cmds/Portfile	2012-08-05 13:43:29 UTC (rev 96232)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem              1.0
+PortGroup               xcode 1.0
+PortGroup               xcodeversion 1.0
+
+name                    developer_cmds
+version                 58
+categories              devel
+maintainers             mfeiri openmaintainer
+homepage                http://opensource.apple.com/source/${name}/
+master_sites            http://opensource.apple.com/tarballs/${name}/
+license                 BSD
+description             A set of general BSD commands for developers
+long_description        Apple's BSD general commands for developers including \
+                        the asa utility, ctags, indent, lorder, mkdep, \
+                        rpcgen, unifdef, vgrind, and what.
+
+checksums               rmd160  07d7cf21f1786c4e5d2ffd4042734ece3062f421 \
+                        sha256  55635c56fe93b5436dbc95fe1c67e728fd9232ef9b24ec05e3c6bc90d4451cc8
+
+xcode.destroot.path     ${prefix}/bin
+
+post-extract {
+    reinplace "s|\$(DT_TOOLCHAIN_DIR)/usr|${prefix}|g" \
+            ${worksrcpath}/${name}.xcodeproj/project.pbxproj
+    foreach f [glob ${worksrcpath}/xcodescripts/*.sh] {
+        reinplace "s|\"\$DSTROOT\"/\"\$DT_TOOLCHAIN_DIR\"/usr|${destroot}${prefix}|g" $f
+    }
+}
+
+post-destroot {
+    file rename ${destroot}${prefix}/bin/vfontedpr ${destroot}${prefix}/libexec/vfontedpr
+}
+
+livecheck.type          regex
+livecheck.regex         "${name}-(\[\\d.\]+)"


Property changes on: trunk/dports/devel/developer_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/20120805/4a9424b1/attachment.html>


More information about the macports-changes mailing list