Changeset 40437 for trunk/dports


Ignore:
Timestamp:
Oct 2, 2008, 2:33:39 AM (16 years ago)
Author:
ram@…
Message:

python/py25-pyrex: whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py25-pyrex/Portfile

    r40436 r40437  
    11# $Id$
    22
    3 PortSystem 1.0
    4 PortGroup python25 1.0
     3PortSystem        1.0
     4PortGroup         python25 1.0
    55
    6 name                    py25-pyrex
    7 version                 0.9.8.4
    8 categories              python devel
    9 maintainers             ram openmaintainer
    10 platforms               darwin
    11 description             A language for writing Python extension modules.
    12 long_description        Pyrex lets you write code that mixes Python and C \
    13                         data types any way you want, and compiles it into \
    14                         a C extension for Python.
    15 homepage                http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
    16 master_sites    ${homepage} \
    17                                 ${homepage}oldtar/
    18 distname                Pyrex-${version}
    19 checksums               md5 100b95005bb93c8b95e96406aad661bc \
    20                 sha1 e5f5e14f06c930901c2125055456decf3e4b11ac \
    21                 rmd160 e68f672980b4981969757a92322eef74b8c18986
     6name              py25-pyrex
     7version           0.9.8.4
     8categories        python devel
     9maintainers       ram openmaintainer
     10platforms         darwin
     11description       A language for writing Python extension modules.
     12long_description  Pyrex lets you write code that mixes Python and C \
     13    data types any way you want, and compiles it into a C extension \
     14    for Python.
    2215
    23 depends_lib             port:py25-hashlib
     16homepage          http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
     17master_sites      ${homepage} \
     18                  ${homepage}oldtar/
     19distname          Pyrex-${version}
    2420
    25 post-destroot   {
    26         xinstall -m 644 -W ${worksrcpath}/Doc About.html FAQ.html \
    27                 index.html primes.c \
    28                 ${destroot}${prefix}/share/doc/${name}
    29         xinstall -m 644 -W ${worksrcpath} CHANGES.txt INSTALL.txt README.txt \
    30                 ToDo.txt USAGE.txt ${destroot}${prefix}/share/doc/${name}
     21checksums         md5 100b95005bb93c8b95e96406aad661bc \
     22                  sha1 e5f5e14f06c930901c2125055456decf3e4b11ac \
     23                  rmd160 e68f672980b4981969757a92322eef74b8c18986
     24
     25depends_lib-append  port:py25-hashlib
     26
     27post-destroot {
     28  xinstall -m 644 -W ${worksrcpath}/Doc About.html FAQ.html \
     29    index.html primes.c ${destroot}${prefix}/share/doc/${name}
     30  xinstall -m 644 -W ${worksrcpath} CHANGES.txt INSTALL.txt README.txt \
     31    ToDo.txt USAGE.txt ${destroot}${prefix}/share/doc/${name}
    3132}
Note: See TracChangeset for help on using the changeset viewer.