New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79416


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

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

File:
1 edited

Legend:

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

    r79411 r79416  
     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       archcheck 1.0 
    5 PortGroup       php5extension 1.0 
     4PortSystem              1.0 
     5PortGroup               archcheck 1.0 
     6PortGroup               php5extension 1.0 
    67 
    7 php5extension.setup freeimage 0.1 pecl 
    8 revision            1 
    9 name                php5-FreeImage 
    10 license         PHP 
    11 categories      php devel 
    12 platforms       darwin 
    13 maintainers     nomaintainer 
    14 homepage            http://pecl.php.net/package/FreeImage 
     8php5extension.setup     freeimage 0.1 pecl 
     9revision                1 
     10name                    php5-FreeImage 
     11license                 PHP 
     12categories              php devel 
     13platforms               darwin 
     14maintainers             nomaintainer 
     15homepage                http://pecl.php.net/package/FreeImage 
    1516 
    16 description     Provides a wrapper to the FreeImage library. 
     17description             Provides a wrapper to the FreeImage library. 
    1718 
    18 long_description \ 
    19     This extension is a wrapper for the FreeImage library that allows PHP to \ 
    20     support popular graphics image formats like GIF, PNG, BMP, JPEG, TIFF, \ 
    21     PSD, XPM and others as needed by today's multimedia applications. 
     19long_description        This extension is a wrapper for the FreeImage library \ 
     20                        that allows PHP to support popular graphics image \ 
     21                        formats like GIF, PNG, BMP, JPEG, TIFF, PSD, XPM and \ 
     22                        others as needed by today's multimedia applications. 
    2223 
    23 checksums       md5     91d3776de0beba4cdd7a76952f9b3265 \ 
    24                 sha1    a81bddb31962f4054cddf1fc4b35d9c2ae7476d7 \ 
    25                 rmd160  7a19f53176fc303c7ef04f06671b9eeeadbcec5a 
     24checksums               md5     91d3776de0beba4cdd7a76952f9b3265 \ 
     25                        sha1    a81bddb31962f4054cddf1fc4b35d9c2ae7476d7 \ 
     26                        rmd160  7a19f53176fc303c7ef04f06671b9eeeadbcec5a 
    2627 
    27 distname            FreeImage-${version} 
     28distname                FreeImage-${version} 
    2829 
    29 patchfiles      patch-freeimage.c.diff 
     30patchfiles              patch-freeimage.c.diff 
    3031 
    31 depends_lib-append \ 
    32     port:freeimage 
     32depends_lib-append      port:freeimage 
    3333 
    34 archcheck.files \ 
    35     lib/libfreeimage.dylib 
     34archcheck.files         lib/libfreeimage.dylib 
    3635 
    37 configure.args-append \ 
    38     --with-freeimage=${prefix} 
     36configure.args-append   --with-freeimage=${prefix} 
    3937 
    4038post-destroot { 
     
    4543} 
    4644 
    47 livecheck.regex {(\d+(?:\.\d+)*)</a></th>} 
     45livecheck.regex         {(\d+(?:\.\d+)*)</a></th>} 
Note: See TracChangeset for help on using the changeset viewer.