New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79837


Ignore:
Timestamp:
06/27/11 15:25:19 (4 years ago)
Author:
singingwolfboy@…
Message:

New port: py25-bpython

Location:
trunk/dports/python/py25-bpython
Files:
1 added
1 copied

Legend:

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

    r79621 r79837  
    33 
    44PortSystem              1.0 
    5 PortGroup               python26 1.0 
     5PortGroup               python25 1.0 
    66 
    7 name                    py26-bpython 
     7name                    py25-bpython 
    88version                 0.9.7.1 
    99platforms               darwin 
    1010categories              python  
    11 maintainers             jameskyle 
     11maintainers             singingwolfboy openmaintainer 
    1212description             fancy interface to the Python interpreter 
    1313long_description        a fancy interface to the Python interpreter for \ 
     
    2121                    sha1    4ab3b8c06e3ab0bd30fc20f52cd97c1687731699 \ 
    2222                    rmd160  4e5f3e1603957bdd0984024d0abb0e3e59f33aa8 
    23 depends_lib-append      port:py26-parsing \ 
    24                         port:py26-pygments \ 
    25                         port:py26-distribute 
     23depends_lib-append      port:py25-parsing \ 
     24                        port:py25-pygments \ 
     25                        port:py25-distribute 
    2626 
    2727post-destroot { 
    28     set sharedoc ${destroot}${prefix}/share/bpython2.6 
     28    set sharedoc ${destroot}${prefix}/share/bpython2.5 
    2929    xinstall -d ${sharedoc} 
    3030    xinstall ${worksrcpath}/sample-config ${sharedoc} 
     
    3232    xinstall ${worksrcpath}/light.theme ${sharedoc} 
    3333     
    34     set pyman ${python.prefix}/share/man/ 
    3534    set manroot ${destroot}${prefix}/share/man/ 
    36      
    3735    xinstall -d ${manroot}/man5 
    3836    xinstall -d ${manroot}/man1 
    39     ln -s ${pyman}man5/bpython-config.5 ${manroot}/man5/ 
    40     ln -s ${pyman}/man1/bpython.1 ${manroot}/man1/ 
    4137}                         
Note: See TracChangeset for help on using the changeset viewer.