[108969] trunk/dports/gnome

gui_dos at macports.org gui_dos at macports.org
Mon Aug 5 02:11:48 PDT 2013


Revision: 108969
          https://trac.macports.org/changeset/108969
Author:   gui_dos at macports.org
Date:     2013-08-05 02:11:47 -0700 (Mon, 05 Aug 2013)
Log Message:
-----------
gjs: new port

Added Paths:
-----------
    trunk/dports/gnome/gjs/
    trunk/dports/gnome/gjs/Portfile

Added: trunk/dports/gnome/gjs/Portfile
===================================================================
--- trunk/dports/gnome/gjs/Portfile	                        (rev 0)
+++ trunk/dports/gnome/gjs/Portfile	2013-08-05 09:11:47 UTC (rev 108969)
@@ -0,0 +1,39 @@
+# $Id$
+
+PortSystem 1.0
+
+name            gjs
+version         1.36.1
+set branch      [join [lrange [split ${version} .] 0 1] .]
+description     GObject JavaScriptCore bridge
+long_description \
+                Gjs is a JavaScript binding for GNOME. It's mainly based \
+                on SpiderMonkey JavaScript engine and the GObject \
+                Introspection framework.
+
+maintainers     nomaintainer
+license         LGPL-2.1+
+categories      gnome
+platforms       darwin
+homepage        http://live.gnome.org/Gjs
+master_sites    gnome:sources/${name}/${branch}/
+use_xz          yes
+
+checksums       md5     871348235ce8b8cadfa064eeb0bed6dc \
+                sha1    a8e66339e0db086285a66ea262d4bfa1781afac7 \
+                rmd160  5b0bb6b6f5038b10c6d76457de4db10b7c73b5b0
+					
+depends_build   port:pkgconfig \
+                port:intltool \
+                port:gettext
+
+depends_lib     port:gobject-introspection \
+                port:readline \
+                port:cairo \
+                port:dbus-glib \
+                port:spidermonkey185 \
+                port:gnome-js-common
+
+configure.args-append "-enable-compile-warnings=no"
+
+livecheck.type  gnome


Property changes on: trunk/dports/gnome/gjs/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/20130805/48debfe8/attachment.html>


More information about the macports-changes mailing list