Ticket #24540: Portfile.diff
File Portfile.diff, 1.5 KB (added by jls@…, 15 years ago) |
---|
-
(a) OldPortfile vs. (b) Portfile
a b 5 5 PortGroup python26 1.0 6 6 7 7 name py26-werkzeug 8 version 0. 5.18 version 0.6.2 9 9 revision 1 10 10 categories-append www 11 11 maintainers openmaintainer akitada 12 12 description The Swiss Army knife of Python web development. 13 long_description \ 14 Werkzeug \ 13 long_description Werkzeug \ 15 14 ======== \ 16 15 \ 17 16 Werkzeug started as simple collection of various utilities for WSGI \ … … 60 59 master_sites http://pypi.python.org/packages/source/W/Werkzeug/ 61 60 distname Werkzeug-${version} 62 61 63 checksums md5 620955f34b8424c92674fe76d5c47679 \ 64 sha1 8145f16c86f31404ba30183a2040acfa21e6ee84 \ 65 rmd160 4bbe46307f9a896a8203ca70dc2d8d298eae3381 \ 62 distfiles Werkzeug-${version}.tar.gz 66 63 67 use_zip yes 64 extract.only Werkzeug-${version}.tar.gz 68 65 69 depends_lib port:py26-distribute 66 checksums md5 519408350346a247333bb5d584371724 \ 67 sha1 2056379ba01c7a46561280a14cb0a6bf40050ab9 \ 68 rmd160 19f24380f201385f379274a530dd9fe287341d19 \ 69 70 depends_lib port:py26-distribute 70 71 71 72 post-destroot { 72 73 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples … … 77 78 copy $f ${destroot}${prefix}/share/doc/${name}/examples/[file tail $f] 78 79 } 79 80 } 81