[45324] trunk/dports/lang

davidnichols at macports.org davidnichols at macports.org
Tue Jan 13 08:07:33 PST 2009


Revision: 45324
          http://trac.macports.org/changeset/45324
Author:   davidnichols at macports.org
Date:     2009-01-13 08:07:32 -0800 (Tue, 13 Jan 2009)
Log Message:
-----------
initial checkin for Portfile for qore mysql module (v1.0.2)

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

Added: trunk/dports/lang/qore-mysql-module/Portfile
===================================================================
--- trunk/dports/lang/qore-mysql-module/Portfile	                        (rev 0)
+++ trunk/dports/lang/qore-mysql-module/Portfile	2009-01-13 16:07:32 UTC (rev 45324)
@@ -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-mysql-module
+version             1.0.2
+categories          lang
+maintainers         davidnichols
+description         dynamically-typed programming language
+long_description    Qore is a dynamically-typed, embeddabble programming language designed for SMP scalability
+homepage            http://qoretechnologies.com/qore
+platforms           darwin
+master_sites        http://downloads.sourceforge.net/qore/qore-mysql-module-1.0.2.tar.gz
+
+checksums           md5 7597f03c5f742a1453401a193a21d73a \
+                    sha1 a1682832756d69a6ba68969d61f127cce9b0fb0d \
+                    rmd160 e137161a582c111fb7795a5b4c17ea21afe1eac5
+
+depends_lib         port:qore \
+                    port:mysql5
+
+configure.args      --disable-debug


Property changes on: trunk/dports/lang/qore-mysql-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/20090113/382c1f04/attachment.html>


More information about the macports-changes mailing list