[101882] trunk/dports/lang

g5pw at macports.org g5pw at macports.org
Sun Jan 20 13:38:30 PST 2013


Revision: 101882
          https://trac.macports.org/changeset/101882
Author:   g5pw at macports.org
Date:     2013-01-20 13:38:30 -0800 (Sun, 20 Jan 2013)
Log Message:
-----------
lang/rust:
  new port

Added Paths:
-----------
    trunk/dports/lang/rust/
    trunk/dports/lang/rust/Portfile

Added: trunk/dports/lang/rust/Portfile
===================================================================
--- trunk/dports/lang/rust/Portfile	                        (rev 0)
+++ trunk/dports/lang/rust/Portfile	2013-01-20 21:38:30 UTC (rev 101882)
@@ -0,0 +1,30 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                rust
+version             0.5
+maintainers         g5pw openmaintainer
+
+categories          lang devel
+description         Compiler for the Rust programming language
+long_description    This is a compiler for Rust, including standard libraries,\
+                    tools and documentation.
+
+platforms           darwin
+
+homepage            http://www.rust-lang.org
+master_sites        http://dl.rust-lang.org/dist
+
+checksums           rmd160  b4988da7be984aa1337f4076e96e6d0c72e3170d \
+                    sha256  d326d22707f0562d669c11efbc33ae812ddbf76ab78f07087fc5beb095a8928a
+
+# There's a makefile that ignores the configure script CC options, this makes \
+# it behave.
+build.args-append   CC=${configure.cc} \
+                    CXX=${configure.cxx} \
+                    CPP=${configure.cpp}
+
+livecheck.url       ${homepage}/
+livecheck.regex     "/release-(\\d\.\\d)/"


Property changes on: trunk/dports/lang/rust/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/20130120/8897c030/attachment.html>


More information about the macports-changes mailing list