[64537] trunk/dports/devel

rmsfisher at macports.org rmsfisher at macports.org
Mon Mar 8 05:33:49 PST 2010


Revision: 64537
          http://trac.macports.org/changeset/64537
Author:   rmsfisher at macports.org
Date:     2010-03-08 05:33:47 -0800 (Mon, 08 Mar 2010)
Log Message:
-----------
devel/orc new port Orc - The Oil Runtime Compiler

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

Added: trunk/dports/devel/orc/Portfile
===================================================================
--- trunk/dports/devel/orc/Portfile	                        (rev 0)
+++ trunk/dports/devel/orc/Portfile	2010-03-08 13:33:47 UTC (rev 64537)
@@ -0,0 +1,23 @@
+# -*- 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
+
+name                orc
+version             0.4.3
+description         Orc - The Oil Runtime Compiler
+long_description    Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data.
+maintainers         nomaintainer
+categories          devel
+platforms           darwin
+homepage            http://code.entropywave.com/projects/orc/
+master_sites        http://code.entropywave.com/download/orc/
+checksums           md5     9b2e7030c8df8a0d371115869fe5685a \
+                    sha1    9e73e7bcfa1d1e15a492f72f1100244e879f60d2 \
+                    rmd160  c165da89b51500d39df65e5c094d05f2ecbe39a3
+
+depends_lib         port:liboil
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/devel/orc/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/20100308/81ef18a6/attachment.html>


More information about the macports-changes mailing list