Mail::Toaster::Darwin - Darwin specific Mail Toaster functions


Mail-Toaster documentation  | view source Contained in the Mail-Toaster distribution.

Index


NAME

Top

Mail::Toaster::Darwin - Darwin specific Mail Toaster functions

SYNOPSIS

Top

Mac OS X (Darwin) scripting functions

DESCRIPTION

Top

functions I've written for perl scripts running on MacOS X (Darwin) systems.

Usage examples for each subroutine are included.

SUBROUTINES

Top

new
    use Mail::Toaster::Darwin;
	my $darwin = Mail::Toaster::Darwin->new;




update_ports

Updates the Darwin Ports tree (/usr/ports/dports/).

	$darwin->update_ports();




install_port
	$darwin->install_port( "openldap2" );

That's it. Really. Honest. Nothing more.

 arguments required:
    port  - the name of the port

 arguments optional:
    opts  - port options you can pass
    debug







AUTHOR

Top

Matt Simerson <matt@tnpi.net>

BUGS

Top

None known. Report any to author.

TODO

Top

Needs more documentation.

SEE ALSO

Top

The following are all man/perldoc pages:

 Mail::Toaster 
 Mail::Toaster::Conf
 toaster.conf
 toaster-watcher.conf

 http://mail-toaster.org/




COPYRIGHT AND LICENSE

Top


Mail-Toaster documentation  | view source Contained in the Mail-Toaster distribution.