1 | # $Id: Portfile 23850 2007-04-11 04:19:26Z jann@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | |
---|
6 | name py25-appscript |
---|
7 | version 0.19.0 |
---|
8 | categories python |
---|
9 | platforms darwin |
---|
10 | maintainers arsptr@internode.on.net |
---|
11 | description High-level application scripting package for Python |
---|
12 | long_description Appscript is a high-level, user-friendly MacPython to Apple event \ |
---|
13 | bridge that allows you to control scriptable Mac OS X applications \ |
---|
14 | using ordinary Python scripts. Appscript makes MacPython a serious \ |
---|
15 | alternative to Apple's own AppleScript language for automating your \ |
---|
16 | Mac. |
---|
17 | |
---|
18 | homepage http://appscript.sourceforge.net/ |
---|
19 | master_sites http://pypi.python.org/packages/source/a/appscript/ |
---|
20 | distname appscript-${version} |
---|
21 | |
---|
22 | depends_lib-append port:py25-setuptools |
---|
23 | |
---|
24 | #depends_lib-append port:py-htmltemplate |
---|
25 | |
---|
26 | checksums md5 d234c1f1b92290da9eb866f78f9a7343 \ |
---|
27 | sha1 ef4352e6cab42bf9f64fd5680a49d1a5acd8ffe3 \ |
---|
28 | rmd160 7c68a3fdfb5fac496a97e05397890477b5267990 |
---|
29 | |
---|
30 | post-destroot { |
---|
31 | file copy ${worksrcpath}/sample ${destroot}${prefix}/share/doc/${name}/sample |
---|
32 | file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}/doc |
---|
33 | } |
---|
34 | |
---|