New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79415


Ignore:
Timestamp:
06/12/11 23:53:15 (4 years ago)
Author:
ryandesign@…
Message:

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

File:
1 edited

Legend:

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

    r79412 r79415  
     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 spl_types 0.3.0 pecl 
    78revision            1 
    89name                php5-SPL_Types 
    9 license         PHP 
    10 categories      php devel 
    11 platforms       darwin 
    12 maintainers     nomaintainer 
    13 description     Standard PHP Library, Types Addon 
    14 homepage        http://pecl.php.net/package/SPL_Types 
     10license             PHP 
     11categories          php devel 
     12platforms           darwin 
     13maintainers         nomaintainer 
     14homepage            http://pecl.php.net/package/SPL_Types 
    1515 
    16 long_description \ 
    17     SPL Types is a collection of special typehandling classes. 
     16description         Standard PHP Library, Types Addon 
    1817 
    19 checksums       md5     5c7a71db99cb07906b5fab285202acbe \ 
    20                 sha1    fcffb4e00c73b02caebc0ae4eb31473989e14f9f \ 
    21                 rmd160  3077ced1d56eeb6cca78ab50515d77245143c482 
     18long_description    SPL Types is a collection of special typehandling classes. 
     19 
     20checksums           md5     5c7a71db99cb07906b5fab285202acbe \ 
     21                    sha1    fcffb4e00c73b02caebc0ae4eb31473989e14f9f \ 
     22                    rmd160  3077ced1d56eeb6cca78ab50515d77245143c482 
    2223 
    2324distname            SPL_Types-${version} 
    2425 
    25 use_parallel_build yes 
     26use_parallel_build  yes 
     27 
     28test.run            yes 
    2629 
    2730post-patch { 
     
    2932    reinplace /ZEND_BEGIN_ARG_INFO_EX/s/static// ${worksrcpath}/spl_type.c 
    3033} 
    31  
    32 test.run        yes 
    3334 
    3435post-destroot { 
Note: See TracChangeset for help on using the changeset viewer.