[95759] trunk/dports/devel

ryandesign at macports.org ryandesign at macports.org
Sat Jul 21 09:06:53 PDT 2012


Revision: 95759
          https://trac.macports.org/changeset/95759
Author:   ryandesign at macports.org
Date:     2012-07-21 09:06:51 -0700 (Sat, 21 Jul 2012)
Log Message:
-----------
libatomic_ops-devel: new port, version 7.3alpha2

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

Added: trunk/dports/devel/libatomic_ops-devel/Portfile
===================================================================
--- trunk/dports/devel/libatomic_ops-devel/Portfile	                        (rev 0)
+++ trunk/dports/devel/libatomic_ops-devel/Portfile	2012-07-21 16:06:51 UTC (rev 95759)
@@ -0,0 +1,37 @@
+# -*- 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           muniversal 1.0
+
+name                libatomic_ops-devel
+version             7.3alpha2
+categories          devel
+platforms           darwin
+maintainers         nomaintainer
+license             {MIT GPL-2}
+
+description         library for hardware-provided atomic memory operations
+
+long_description    This package provides semi-portable access to \
+                    hardware-provided atomic memory operations.
+
+homepage            http://www.hpl.hp.com/research/linux/atomic_ops/
+master_sites        ${homepage}download
+
+set d_name          libatomic_ops
+distname            ${d_name}-${version}
+dist_subdir         ${d_name}
+
+checksums           rmd160  3e580823fc6bfeb4747b54b26fce7db5bb430115 \
+                    sha256  e1e95d814f98ef7b011285b670eb3a0d44e3c48847f905eb8ac68369c5648bae
+
+test.run            yes
+test.target         check
+
+# universal requires muniversal, but i386 tests fail on x86_64
+universal_variant   no
+
+livecheck.type      regex
+livecheck.url       ${homepage}download.php4
+livecheck.regex     /${d_name}-(\[0-9a-z.\]+)${extract.suffix}


Property changes on: trunk/dports/devel/libatomic_ops-devel/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/20120721/74dc5247/attachment.html>


More information about the macports-changes mailing list