[69007] trunk/dports/lang

davidnichols at macports.org davidnichols at macports.org
Sun Jun 20 01:46:40 PDT 2010


Revision: 69007
          http://trac.macports.org/changeset/69007
Author:   davidnichols at macports.org
Date:     2010-06-20 01:46:34 -0700 (Sun, 20 Jun 2010)
Log Message:
-----------
added qore sqlite3 module port

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

Added: trunk/dports/lang/qore-sqlite3-module/Portfile
===================================================================
--- trunk/dports/lang/qore-sqlite3-module/Portfile	                        (rev 0)
+++ trunk/dports/lang/qore-sqlite3-module/Portfile	2010-06-20 08:46:34 UTC (rev 69007)
@@ -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-sqlite3-module
+version             1.0.0
+categories          lang
+maintainers         davidnichols
+description         SQLite3 module for Qore
+long_description    Module providing communication with sqlite3 DBs from Qore
+homepage            http://qore.org
+platforms           darwin
+master_sites        sourceforge:qore
+
+checksums           md5 42a903bfb518bb447cf29285ef1a94a4 \
+                    sha1 85677a06b3a78066c3e302a2dcdec949ab8b75cd \
+                    rmd160 15e11f8d1974800a1e1800e31b6aa7c84a94ebaa
+
+depends_lib         port:qore \
+                    port:sqlite3
+
+configure.args      --disable-debug


Property changes on: trunk/dports/lang/qore-sqlite3-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/20100620/1172af89/attachment.html>


More information about the macports-changes mailing list