Ticket #11502: appscript.2.diff
File appscript.2.diff, 1.5 KB (added by arsptr@…, 18 years ago) |
---|
-
Portfile
4 4 PortGroup python24 1.0 5 5 6 6 name py-appscript 7 version 0.1 5.57 version 0.17.0 8 8 categories python 9 9 platforms darwin 10 10 maintainers arsptr@internode.on.net … … 15 15 alternative to Apple's own AppleScript language for automating your \ 16 16 Mac. 17 17 18 homepage http:// freespace.virgin.net/hamish.sanderson/appscript.html19 master_sites http://cheeseshop.python.org/packages/source/a/appscript/18 homepage http://appscript.sourceforge.net/ 19 master_sites sourceforge:appscript 20 20 distname appscript-${version} 21 21 22 depends_lib-append port:py- osaterminology port:py-htmltemplate22 depends_lib-append port:py-htmltemplate 23 23 24 checksums md5 e1e834f9a12b088e179e1bde4ea7a24f \ 25 sha1 f8a95c3c0e0b62f3b6d104abd7032669085fe1d1 \ 26 rmd160 b502fc17f0747ed11caf5883cd16c0f318b152cb 24 checksums md5 311f0da00294972f8ff22173d4bb16ea \ 25 sha1 4cbef0909c173e25c2b5ba003de2ce5e89cc1f21 \ 26 rmd160 8d520a11c66af1ebafba6abbe97f8dec720ef910 27 28 post-destroot { 29 file copy ${worksrcpath}/Examples ${destroot}${prefix}/share/doc/py-appscript/examples 30 file copy ${worksrcpath}/Documentation ${destroot}${prefix}/share/doc/py-appscript/html 31 xinstall -m 0755 ${worksrcpath}/Extras/osadict/osadict ${destroot}${prefix}/bin 32 xinstall -m 0755 ${worksrcpath}/Extras/osascangui/osascangui ${destroot}${prefix}/bin 33 } 34