[68838] trunk/dports/lang

davidnichols at macports.org davidnichols at macports.org
Tue Jun 15 05:01:34 PDT 2010


Revision: 68838
          http://trac.macports.org/changeset/68838
Author:   davidnichols at macports.org
Date:     2010-06-15 05:01:31 -0700 (Tue, 15 Jun 2010)
Log Message:
-----------
added qore yaml module 0.0.1

Added Paths:
-----------
    trunk/dports/lang/qore-yaml-module/
    trunk/dports/lang/qore-yaml-module/Portfile

Added: trunk/dports/lang/qore-yaml-module/Portfile
===================================================================
--- trunk/dports/lang/qore-yaml-module/Portfile	                        (rev 0)
+++ trunk/dports/lang/qore-yaml-module/Portfile	2010-06-15 12:01:31 UTC (rev 68838)
@@ -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                qore-yaml-module
+version             0.0.1
+categories          lang
+maintainers         davidnichols
+description         YAML module for Qore
+long_description    Module allowing for de/serialization to/from YAML strings and Qore data structures
+homepage            http://qore.org
+platforms           darwin
+master_sites        sourceforge:qore
+
+checksums           md5 3a000ea3d5469c203b4825e5be659d7c \
+                    sha1 4b496dde82337088e9e8ea36570601b9f7341d27 \
+                    rmd160 88f561d0b55d1e10aac025c3bbd657d221bdee74
+
+depends_lib         port:qore \
+                    port:libyaml
+
+configure.args      --disable-debug


Property changes on: trunk/dports/lang/qore-yaml-module/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/20100615/d08fcab0/attachment.html>


More information about the macports-changes mailing list