New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79420


Ignore:
Timestamp:
06/13/11 00:07:37 (4 years ago)
Author:
ryandesign@…
Message:

php5-cairo: whitespace / formatting changes only, add modeline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/php/php5-cairo/Portfile

    r79417 r79420  
     1# -*- 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 
    12# $Id$ 
    23 
    3 PortSystem      1.0 
    4 PortGroup       php5extension 1.0 
     4PortSystem          1.0 
     5PortGroup           php5extension 1.0 
    56 
    67php5extension.setup cairo 0.2.0 pecl 
    7 revision        2 
    8 license         PHP 
    9 conflicts       php5-cairo_wrapper 
    10 categories      php devel 
    11 platforms       darwin 
    12 maintainers     ryandesign 
    13 description     Cairo Graphics Library Extension 
     8revision            2 
     9license             PHP 
     10conflicts           php5-cairo_wrapper 
     11categories          php devel 
     12platforms           darwin 
     13maintainers         ryandesign 
    1414 
    15 long_description \ 
    16     Cairo is a 2D graphics library with support for multiple output devices. \ 
    17     Currently supported output targets include the X Window System, Quartz, \ 
    18     Win32, image buffers, PostScript, PDF, and SVG file output. 
     15description         Cairo Graphics Library Extension 
    1916 
    20 checksums       md5     e35ac0eda37e5cd4370858aebe08f0f8 \ 
    21                 sha1    0e84590d1f012d6e7ac6ff916fefecce15d3a205 \ 
    22                 rmd160  9f18cfb94252ebe41358dc0a8173746a2b856907 
     17long_description    Cairo is a 2D graphics library with support for multiple \ 
     18                    output devices. Currently supported output targets \ 
     19                    include the X Window System, Quartz, Win32, image \ 
     20                    buffers, PostScript, PDF, and SVG file output. 
     21 
     22checksums           md5     e35ac0eda37e5cd4370858aebe08f0f8 \ 
     23                    sha1    0e84590d1f012d6e7ac6ff916fefecce15d3a205 \ 
     24                    rmd160  9f18cfb94252ebe41358dc0a8173746a2b856907 
    2325 
    2426distname            Cairo-${version} 
    2527 
    26 depends_lib-append \ 
    27     path:lib/libcairo.dylib:cairo \ 
    28     port:libpng 
     28depends_lib-append  path:lib/libcairo.dylib:cairo \ 
     29                    port:libpng 
    2930 
    30 test.run yes 
     31test.run            yes 
    3132 
    3233post-destroot { 
     
    3738} 
    3839 
    39 livecheck.regex {(\d+(?:\.\d+)*)</a></th>} 
     40livecheck.regex     {(\d+(?:\.\d+)*)</a></th>} 
Note: See TracChangeset for help on using the changeset viewer.