Ticket #47144: Portfile-py-poppler-qt4.diff
File Portfile-py-poppler-qt4.diff, 1.7 KB (added by dliessi (Davide Liessi), 10 years ago) |
---|
-
Portfile
old new set _name python-poppler-qt4 8 8 set _n [string index ${_name} 0] 9 9 10 10 name py-poppler-qt4 11 version 0. 18.211 version 0.24.0 12 12 platforms darwin 13 13 license LGPL-2.1+ 14 14 maintainers gmail.com:davide.liessi openmaintainer 15 15 16 16 description Python binding for Poppler-Qt4 17 long_description ${_name} is a Python binding for Poppler-Qt4. 17 long_description ${_name} is a Python binding for Poppler-Qt4 \ 18 that aims for completeness \ 19 and for being actively maintained. \ 20 Using this module you can access \ 21 the contents of PDF files \ 22 inside PyQt4 applications. 18 23 19 24 homepage https://github.com/wbsoft/${_name} 20 25 master_sites https://pypi.python.org/packages/source/${_n}/${_name}/ 21 26 distname ${_name}-${version} 22 27 23 checksums md5 124593f271a0fd513bc93838e2b66fef\24 rmd160 6b16a1b39af4ecc63c1faef8375551d9bded8faa\25 sha256 b1d176a0e34252f1ea822ccbfb29bd0b7becb7b1db794256da8bfe4e0e1e98f628 checksums md5 4d9dd4e5a83aa4f81753e1ff9e313908 \ 29 rmd160 8674296b8e224e181537e798cd219aeb30ff7561 \ 30 sha256 29ad1d2246a4733d8fdc8f640a470733c61eea98f923af061c98cc497db4c374 26 31 27 32 python.versions 27 34 28 33 … … if {${name} ne ${subport}} { 41 46 xinstall -m 644 -W ${worksrcpath} \ 42 47 ChangeLog \ 43 48 LICENSE \ 44 README \49 README.rst \ 45 50 ${doc_dir} 46 51 set examples_dir ${destroot}${prefix}/share/examples/${subport} 47 52 xinstall -d ${examples_dir}