#2195 closed defect (fixed)
NEW: py-nevow-0.2.0
Reported by: | opendarwin.nospam@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
py-nevow-0.2.0
the portfile can be found here: INLINE
Description: A Web Application Construction Kit
Homepage: http://www.divmod.org/Home/Projects/Nevow/
Comments: -
================INLINE CONTENT================ # $Id: $ PortSystem 1.0 PortGroup python 1.0 name py-nevow version 0.2.0 categories python platforms darwin maintainers opendarwin.nospam@… description A Web Application Construction Kit long_description Nevow is a next-generation web application templating \
system, based on the ideas developed in the Twisted Woven \ package. Its main focus is on separating the HTML template \ from both the business logic and the display logic, while \ allowing the programmer to write pure Python code as much \ as possible.
homepage http://www.divmod.org/Home/Projects/Nevow/ master_sites http://www.divmod.org/users/release/divmod/ distname Nevow-${version} checksums md5 2d770c994793ba216b3f867d61a18120
depends_lib-append lib:XXX:py-twisted
post-destroot {
file delete -force ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/doc \
${destroot}${prefix}/share/doc/${name}
file copy ${worksrcpath}/examples \
${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} README \
${destroot}${prefix}/share/doc/${name}
}
thanks! commited;