Changeset 79837
- Timestamp:
- 06/27/11 15:25:19 (4 years ago)
- Location:
- trunk/dports/python/py25-bpython
- Files:
-
- 1 added
- 1 copied
-
. (added)
-
Portfile (copied) (copied from trunk/dports/python/py26-bpython/Portfile) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py25-bpython/Portfile
r79621 r79837 3 3 4 4 PortSystem 1.0 5 PortGroup python2 61.05 PortGroup python25 1.0 6 6 7 name py2 6-bpython7 name py25-bpython 8 8 version 0.9.7.1 9 9 platforms darwin 10 10 categories python 11 maintainers jameskyle11 maintainers singingwolfboy openmaintainer 12 12 description fancy interface to the Python interpreter 13 13 long_description a fancy interface to the Python interpreter for \ … … 21 21 sha1 4ab3b8c06e3ab0bd30fc20f52cd97c1687731699 \ 22 22 rmd160 4e5f3e1603957bdd0984024d0abb0e3e59f33aa8 23 depends_lib-append port:py2 6-parsing \24 port:py2 6-pygments \25 port:py2 6-distribute23 depends_lib-append port:py25-parsing \ 24 port:py25-pygments \ 25 port:py25-distribute 26 26 27 27 post-destroot { 28 set sharedoc ${destroot}${prefix}/share/bpython2. 628 set sharedoc ${destroot}${prefix}/share/bpython2.5 29 29 xinstall -d ${sharedoc} 30 30 xinstall ${worksrcpath}/sample-config ${sharedoc} … … 32 32 xinstall ${worksrcpath}/light.theme ${sharedoc} 33 33 34 set pyman ${python.prefix}/share/man/35 34 set manroot ${destroot}${prefix}/share/man/ 36 37 35 xinstall -d ${manroot}/man5 38 36 xinstall -d ${manroot}/man1 39 ln -s ${pyman}man5/bpython-config.5 ${manroot}/man5/40 ln -s ${pyman}/man1/bpython.1 ${manroot}/man1/41 37 }
Note: See TracChangeset
for help on using the changeset viewer.

