[121664] trunk/dports/perl

devans at macports.org devans at macports.org
Thu Jul 3 12:36:01 PDT 2014


Revision: 121664
          https://trac.macports.org/changeset/121664
Author:   devans at macports.org
Date:     2014-07-03 12:36:01 -0700 (Thu, 03 Jul 2014)
Log Message:
-----------
p5-gtk3: new port, a perl interface to the 3.x series of the gtk+ toolkit.

Added Paths:
-----------
    trunk/dports/perl/p5-gtk3/
    trunk/dports/perl/p5-gtk3/Portfile

Added: trunk/dports/perl/p5-gtk3/Portfile
===================================================================
--- trunk/dports/perl/p5-gtk3/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-gtk3/Portfile	2014-07-03 19:36:01 UTC (rev 121664)
@@ -0,0 +1,32 @@
+# -*- 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
+PortGroup           perl5 1.0
+
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
+perl5.setup         Gtk3 0.017
+platforms           darwin
+maintainers         devans openmaintainer
+license             LGPL-2.1+
+
+description         Perl interface to the 3.x series of the gtk+ toolkit
+
+long_description    This module provides Perl bindings to the 3.x series of the gtk+ toolkit. \
+                    It allows you to write graphical user interfaces in a Perlish and object-oriented way, \
+                    freeing you from the casting and memory management in C, yet remaining very \
+                    close in spirit to original API.
+
+homepage            https://metacpan.org/pod/Gtk3
+master_sites        sourceforge:project/gtk2-perl/Gtk3
+
+checksums           rmd160  585222eb25c37d561fa941fe3383eb0595e8a4d5 \
+                    sha256  e4a366c1376512503f2ff7b7366805524fb3700db784fbd02e6b4b7984672b10
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:gtk3 \
+                    port:p${perl5.major}-cairo-gobject \
+                    port:p${perl5.major}-glib-object-introspection \
+                    port:p${perl5.major}-test-simple
+}


Property changes on: trunk/dports/perl/p5-gtk3/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140703/b05dec92/attachment.html>


More information about the macports-changes mailing list