[74625] trunk/dports/lang

davidnichols at macports.org davidnichols at macports.org
Fri Dec 24 01:52:16 PST 2010


Revision: 74625
          http://trac.macports.org/changeset/74625
Author:   davidnichols at macports.org
Date:     2010-12-24 01:52:09 -0800 (Fri, 24 Dec 2010)
Log Message:
-----------
added qore xml and json module ports

Added Paths:
-----------
    trunk/dports/lang/qore-json-module/
    trunk/dports/lang/qore-json-module/Portfile
    trunk/dports/lang/qore-xml-module/
    trunk/dports/lang/qore-xml-module/Portfile

Added: trunk/dports/lang/qore-json-module/Portfile
===================================================================
--- trunk/dports/lang/qore-json-module/Portfile	                        (rev 0)
+++ trunk/dports/lang/qore-json-module/Portfile	2010-12-24 09:52:09 UTC (rev 74625)
@@ -0,0 +1,24 @@
+# -*- 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-json-module
+version             1.0
+categories          lang
+maintainers         davidnichols
+description         json module for Qore
+long_description    Module providing json and json-rpc functionality to Qore
+homepage            http://qore.org
+use_bzip2           yes
+platforms           darwin
+master_sites        sourceforge:qore
+
+checksums           md5 12518e02b191c1503f5d23faed12c3cc \
+                    sha1 ddc5173820f3fce45f134670c530cbdd5fe66ff3 \
+                    rmd160 278a501f6d713d0e6e020c12bfb667de72f2ffcc
+
+depends_lib         port:qore \
+                    port:openssl
+
+configure.args      --disable-debug


Property changes on: trunk/dports/lang/qore-json-module/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/lang/qore-xml-module/Portfile
===================================================================
--- trunk/dports/lang/qore-xml-module/Portfile	                        (rev 0)
+++ trunk/dports/lang/qore-xml-module/Portfile	2010-12-24 09:52:09 UTC (rev 74625)
@@ -0,0 +1,25 @@
+# -*- 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-xml-module
+version             1.0
+categories          lang
+maintainers         davidnichols
+description         xml module for Qore
+long_description    Module providing xml, xpath, xml-rpc, etc functionality to Qore
+homepage            http://qore.org
+use_bzip2           yes
+platforms           darwin
+master_sites        sourceforge:qore
+
+checksums           md5 1496f694b4c0375c0df32f1de750f40d \
+                    sha1 60372b2e4f3a355a431a1bbf99704d9515571a37 \
+                    rmd160 6be421c398ec0c96436ba20543cf8ca2da2c48e6
+
+depends_lib         port:qore \
+                    port:libxml2 \
+                    port:openssl
+
+configure.args      --disable-debug


Property changes on: trunk/dports/lang/qore-xml-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/20101224/2492cc2f/attachment.html>


More information about the macports-changes mailing list