[86653] trunk/dports/devel

mfeiri at macports.org mfeiri at macports.org
Mon Oct 31 00:33:53 PDT 2011


Revision: 86653
          http://trac.macports.org/changeset/86653
Author:   mfeiri at macports.org
Date:     2011-10-31 00:33:50 -0700 (Mon, 31 Oct 2011)
Log Message:
-----------
libunwind-headers: new port

Added Paths:
-----------
    trunk/dports/devel/libunwind-headers/
    trunk/dports/devel/libunwind-headers/Portfile

Added: trunk/dports/devel/libunwind-headers/Portfile
===================================================================
--- trunk/dports/devel/libunwind-headers/Portfile	                        (rev 0)
+++ trunk/dports/devel/libunwind-headers/Portfile	2011-10-31 07:33:50 UTC (rev 86653)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem              1.0
+PortGroup               xcode 1.0
+PortGroup               xcodeversion 1.0
+minimum_xcodeversions   {10 3.2.3}
+
+name                    libunwind-headers
+version                 30
+categories              devel
+maintainers             mfeiri openmaintainer
+homepage                http://opensource.apple.com/source/libunwind/
+master_sites            http://opensource.apple.com/tarballs/libunwind/
+license                 APSL-2.0
+supported_archs         noarch
+description             A portable way to unwind the call-chain of a program
+long_description        Apple's implementation of the libunwind library \
+                        provides a source compatible implementation of the \
+                        http://www.nongnu.org/libunwind/man/libunwind(3).html \
+                        API to unwind a call-chain. Headers only, because the \
+                        library is included in the base operating system.
+
+distname                libunwind-${version}
+checksums               rmd160  3e288379a63a78b566df7d185b0677f214b37e56 \
+                        sha256  6ac97d18cc2b05e6de1269bf5af03b81948bd2200dae827527f3dc618b82bd41
+
+xcode.target            libunwind-ld
+
+post-extract {
+    reinplace "s|/usr/local|${prefix}|g" \
+            ${worksrcpath}/libunwind.xcodeproj/project.pbxproj
+    reinplace "s|/usr|${prefix}|g" \
+            ${worksrcpath}/libunwind.xcodeproj/project.pbxproj
+}
+
+livecheck.type          regex
+livecheck.regex         "libunwind-(\[\\d.\]+)"


Property changes on: trunk/dports/devel/libunwind-headers/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/20111031/faeae1c4/attachment.html>


More information about the macports-changes mailing list