[93383] trunk/dports/devel

sharky at macports.org sharky at macports.org
Mon May 21 04:37:41 PDT 2012


Revision: 93383
          https://trac.macports.org/changeset/93383
Author:   sharky at macports.org
Date:     2012-05-21 04:37:40 -0700 (Mon, 21 May 2012)
Log Message:
-----------
qdjango: add initial Portfile

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

Added: trunk/dports/devel/qdjango/Portfile
===================================================================
--- trunk/dports/devel/qdjango/Portfile	                        (rev 0)
+++ trunk/dports/devel/qdjango/Portfile	2012-05-21 11:37:40 UTC (rev 93383)
@@ -0,0 +1,28 @@
+# -*- 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: Portfile 85457 2011-10-14 01:10:46Z michaelld at macports.org $
+
+PortSystem      1.0
+PortGroup       qt4 1.0
+
+name            qdjango
+version         0.2.5
+categories      devel
+license         LGPL-2.1
+platforms       darwin
+maintainers     sharky openmaintainer
+
+description     Cross-platform C++ web development framework
+long_description \
+    QDjango is a cross-platform C++ web development framework built upon Qt. \
+    Where possible it tries to follow django's API, hence its name.
+
+
+homepage        http://code.google.com/p/qdjango/
+master_sites    googlecode
+
+checksums       md5     59c6cd6f6f50988d65acc4eff956bf50 \
+                sha1    d3f4846793dcd6fb1bdc24572d50a1355ec9b5e7 \
+                rmd160  033a4a7ec1f5028b3190740bf216c797597b223c
+
+configure.cmd       ${qt_qmake_cmd}
+configure.pre_args  PREFIX=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120521/5b06eb98/attachment.html>


More information about the macports-changes mailing list