Revision: 77478 http://trac.macports.org/changeset/77478 Author: l2g@macports.org Date: 2011-03-31 17:36:52 -0700 (Thu, 31 Mar 2011) Log Message: ----------- p5-mac-applescript: cleanup only, no effective changes Modified Paths: -------------- trunk/dports/perl/p5-mac-applescript/Portfile Modified: trunk/dports/perl/p5-mac-applescript/Portfile =================================================================== --- trunk/dports/perl/p5-mac-applescript/Portfile 2011-04-01 00:36:31 UTC (rev 77477) +++ trunk/dports/perl/p5-mac-applescript/Portfile 2011-04-01 00:36:52 UTC (rev 77478) @@ -1,16 +1,20 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 -PortGroup perl5 1.0 +PortSystem 1.0 +PortGroup perl5 1.0 -perl5.setup Mac-AppleScript 0.04 +perl5.setup Mac-AppleScript 0.04 revision 1 -maintainers nomaintainer -description Perl extension to execute applescript commands on OS X +platforms darwin +maintainers nomaintainer + +description Perl extension to execute applescript commands on OS X + long_description \ - Simple interface to the OSA scripting stuff. Returns undef on error \ - and sets $@ to the error code. Codes are listed in the AppleScript \ - documentation. On successful completion, this returns the output of \ - the AppleScript command. -platforms darwin -checksums md5 52521e9eb5415b9b5d36495ef6ce716e + Simple interface to the OSA scripting stuff. Returns undef on error \ + and sets $@ to the error code. Codes are listed in the AppleScript \ + documentation. On successful completion, this returns the output of \ + the AppleScript command. + +checksums md5 52521e9eb5415b9b5d36495ef6ce716e
participants (1)
-
l2g@macports.org