Revision
83410
Author
snc@macports.org
Date
2011-08-31 10:54:41 -0700 (Wed, 31 Aug 2011)

Log Message

falcon: create 0.6.9.8

Added Paths

Diff

Added: trunk/dports/lang/falcon/Portfile (0 => 83410)


--- trunk/dports/lang/falcon/Portfile	                        (rev 0)
+++ trunk/dports/lang/falcon/Portfile	2011-08-31 17:54:41 UTC (rev 83410)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           cmake 1.0
+
+name                falcon
+version             0.9.6.8
+categories          lang
+maintainers         snc openmaintainer
+description         simple, fast and powerful programming language, easy to \
+                    learn and to feel comfortable with, and a scripting engine \
+                    ready to empower mission-critical multithreaded applications.
+long_description    Falcon provides six integrated programming paradigms: \
+                    procedural, object oriented, prototype oriented, functional, \
+                    tabular and message oriented. And you don't have to master \
+                    all of them\; you just need to pick the ingredients you \
+                    prefer, and let the code to follow your inspiration.
+
+homepage            http://www.falconpl.org
+platforms           darwin
+depends_lib-append  port:curl \
+                    port:freetype \
+                    port:gtk2
+
+master_sites        ${homepage}/project_dl/_official_rel/
+distname            Falcon-${version}
+extract.suffix      .tgz
+
+checksums           rmd160  f85470ed461a816da5c1c58602d22a92d4add252 \
+                    sha256  f4b00983e7f91a806675d906afd2d51dcee048f12ad3af4b1dadd92059fa44b9
+
+configure.args-append   -DFALCON_BUILD_SDL=OFF
+
+livecheck.type      regex
+livecheck.url       ${homepage}/index.ftd?page_id=official_download
+livecheck.regex     Falcon-(\\d+(\\.\\d+)+)
Property changes on: trunk/dports/lang/falcon/Portfile
___________________________________________________________________

Added: svn:keywords:Id

Added: svn:eol-style