Ticket #20538: Portfile-clutter.diff

File Portfile-clutter.diff, 2.4 KB (added by nodamage@…, 15 years ago)

Patch against existing Portfile.

  • Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
    2 # $Id: Portfile 37026 2008-05-23 11:17:25Z ryandesign@macports.org $
     2# $Id$
    33
    4 PortSystem          1.0
    5 
    6 name                clutter
    7 version             0.6.2
    8 set branch          [string range $version 0 [expr [string last "." $version] - 1]]
    9 categories          graphics
    10 maintainers         pixane.net:idan
    11 platforms           darwin
    12 description         A generic high-level canvas library.
    13 long_description    Clutter is an open source software library for \
    14                     creating fast, visually rich and animated graphical \
    15                     user interfaces.
    16 homepage            http://www.clutter-project.org/
    17 master_sites        http://www.clutter-project.org/sources/clutter/${branch}/
    18 use_bzip2           yes
    19 
    20 checksums           md5 fb96af6f7339a0ce82a55814ad169249 \
    21                     sha1 a46ed8088d57d0769e357e4c1dae554a4c2a66e3 \
    22                     rmd160 e04650627db7cd697d1be02d9e1b04fe77319f76
    23 
    24 depends_build       port:pkgconfig
    25 
    26 depends_lib         port:glib2 \
    27                     port:pango \
    28                     port:gtk2
    29 
    30 configure.args      --with-flavour=osx \
    31                     --disable-docs \
    32                     --disable-gtk-doc
     4PortSystem      1.0
     5name            clutter
     6version         1.0.0
     7set branch      [string range $version 0 [expr [string last "." $version] - 1]]
     8categories      graphics
     9description     A generic high-level canvas library.
     10long_description Clutter is an open source software library for \
     11                 creating fast, visually rich and animated graphical \
     12                 user interfaces.
     13maintainers     pixane.net:idan
     14platforms       darwin
     15homepage        http://www.clutter-project.org/
     16master_sites    http://www.clutter-project.org/sources/${name}/${branch}/
     17
     18checksums       md5     dac6352daeef0926eab31c1a57e69148 \
     19                sha1    013d9e36b5089e9ea333a1ab746086f890e184d1 \
     20                rmd160  f47f66856d7d4717d4f93241bcce442f7d73012e
     21
     22depends_build \
     23    port:pkgconfig
     24
     25depends_lib \
     26    port:cairo \
     27    port:pango \
     28    port:glib2 \
     29    port:mesa \
     30    port:xorg-libXdamage \
     31    port:xorg-libXcomposite