NAME

MATT::Darwin - Mac OS X (Darwin) scripting functions


SYNOPSIS

MATT::Darwin is a grouping of frequently used functions I've written for perl scripts running on MacOS X (Darwin) systems.


DESCRIPTION

Usage examples for each subroutine are included.

UpdateDarwinPortsTree

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

        use MATT::Darwin;
        UpdateDarwinPortsTree();

InstallDarwinPort

        use MATT::Darwin;
        InstallDarwinPort("openldap2");

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


AUTHOR

        Matt Simerson <matt@tnpi.biz>


BUGS

        None known. Report any to author.


TODO

        Needs more documentation.


SEE ALSO

        http://www.tnpi.biz/
        http://www.tnpi.biz/internet/

MATT::Apache, MATT::DNS, MATT::FreeBSD, MATT::Mysql, MATT::Passwd, MATT::Perl, MATT::Quota, MATT::Utility


COPYRIGHT

Copyright 2003, The Network People, Inc. All Rights Reserved.