New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79324


Ignore:
Timestamp:
06/09/11 09:53:56 (4 years ago)
Author:
ryandesign@…
Message:

py26-PyRSS2Gen: whitespace changes and add modeline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py26-PyRSS2Gen/Portfile

    r79323 r79324  
     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       python26 1.0 
     4PortSystem          1.0 
     5PortGroup           python26 1.0 
    56 
    6 name            py26-PyRSS2Gen 
    7 version         1.0.0 
    8 revision        1 
    9 license         BSD 
    10 maintainers     nomaintainer 
    11 platforms       darwin 
    12 supported_archs noarch 
     7name                py26-PyRSS2Gen 
     8version             1.0.0 
     9revision            1 
     10platforms           darwin 
     11categories-append   devel 
     12maintainers         nomaintainer 
     13license             BSD 
     14supported_archs     noarch 
    1315 
    14 description     pygooglechart is a complete Python wrapper for the Google Chart API 
     16description         pygooglechart is a complete Python wrapper for the Google Chart API 
    1517 
    16 long_description \ 
    17     ${description} 
     18long_description    ${description} 
    1819 
    19 categories-append \ 
    20     devel 
     20homepage            http://www.dalkescientific.com/Python/PyRSS2Gen.html 
     21master_sites        http://www.dalkescientific.com/Python/ 
     22distname            PyRSS2Gen-${version} 
    2123 
    22 homepage        http://www.dalkescientific.com/Python/PyRSS2Gen.html 
    23 master_sites    http://www.dalkescientific.com/Python/ 
    24 distname        PyRSS2Gen-${version} 
    25  
    26 checksums       md5     b37ed0c9cfa4438a73dbbb0207f3aff6 \ 
    27                 sha1    fcea9beb59ca022ed89b254b2362ae5af386f01a \ 
    28                 rmd160  8fe60587c15760dc229c0acc765626a0e1c412d7 
     24checksums           md5     b37ed0c9cfa4438a73dbbb0207f3aff6 \ 
     25                    sha1    fcea9beb59ca022ed89b254b2362ae5af386f01a \ 
     26                    rmd160  8fe60587c15760dc229c0acc765626a0e1c412d7 
    2927 
    3028post-destroot { 
     
    3432} 
    3533 
    36 livecheck.type    regex 
    37 livecheck.url     ${homepage} 
    38 livecheck.regex   {PyRSS2Gen-(\d+(?:\.\d+)*)} 
     34livecheck.type      regex 
     35livecheck.url       ${homepage} 
     36livecheck.regex     {PyRSS2Gen-(\d+(?:\.\d+)*)} 
Note: See TracChangeset for help on using the changeset viewer.