[130918] trunk/dports/devel

jeremyhu at macports.org jeremyhu at macports.org
Sat Jan 3 18:23:39 PST 2015


Revision: 130918
          https://trac.macports.org/changeset/130918
Author:   jeremyhu at macports.org
Date:     2015-01-03 18:23:39 -0800 (Sat, 03 Jan 2015)
Log Message:
-----------
libmacho: New port

Added Paths:
-----------
    trunk/dports/devel/libmacho/
    trunk/dports/devel/libmacho/Portfile
    trunk/dports/devel/libmacho/work

Added: trunk/dports/devel/libmacho/Portfile
===================================================================
--- trunk/dports/devel/libmacho/Portfile	                        (rev 0)
+++ trunk/dports/devel/libmacho/Portfile	2015-01-04 02:23:39 UTC (rev 130918)
@@ -0,0 +1,38 @@
+# $Id$
+
+PortSystem              1.0
+name                    libmacho
+version                 862
+categories              devel
+platforms               darwin
+maintainers             jeremyhu openmaintainer
+license                 APSL-2
+description             libmacho is a library for managing mach-o files (parsing sections, etc)
+long_description        ${description} \
+                        It is included as part of the host libSystem on OS X, but this version \
+                        may be needed for newer functionality.
+
+homepage                http://opensource.apple.com/source/cctools/
+master_sites            http://opensource.apple.com/tarballs/cctools/
+
+dist_subdir             cctools
+distname                cctools-${version}
+
+checksums               rmd160  21ca74a5f9d04c37c2310f107e21a0f3713360dd \
+                        sha256  1bf29f620b91c901ad3116b47738ab5076c1aed75d13869cd3bc7f067b4aaadb
+
+supported_archs         i386 x86_64
+use_configure           no
+
+build.dir               ${worksrcpath}/libmacho
+destroot.dir            ${build.dir}
+
+build.target            libmacho.a
+
+destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/lib
+    xinstall -m 644 ${destroot.dir}/libmacho.a ${destroot}${prefix}/lib
+}
+
+livecheck.type          regex
+livecheck.regex         "cctools-(\[\\d.\]+)"


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

Added: trunk/dports/devel/libmacho/work
===================================================================
--- trunk/dports/devel/libmacho/work	                        (rev 0)
+++ trunk/dports/devel/libmacho/work	2015-01-04 02:23:39 UTC (rev 130918)
@@ -0,0 +1 @@
+link /opt/local/var/macports/build/_Users_jeremy_src_macports_trunk_dports_devel_libmacho/libmacho/work
\ No newline at end of file


Property changes on: trunk/dports/devel/libmacho/work
___________________________________________________________________
Added: svn:special
   + *
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150103/b48863e7/attachment.html>


More information about the macports-changes mailing list