Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

macports (5) Versions 1.1.1

Installs the Macports subsystem

Policyfile
Berkshelf
Knife
cookbook 'macports', '= 1.1.1', :supermarket
cookbook 'macports', '= 1.1.1'
knife supermarket install macports
knife supermarket download macports
README
Dependencies
Changelog
Quality 100%

MacPorts Cookbook

Installs the MacPorts system.

Requirements

Platforms

Mac OS X 10.4-10.9

Cookbooks

  • dmg
  • mac_os_x

Attributes

macports::default

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['macports']['url']</tt></td>
<td>String</td>
<td>where to retrieve either the DMG or PKG for MacPorts</td>
<td>depends on platform_version</td>
</tr>
<tr>
<td><tt>['macports']['checksum']</tt></td>
<td>String</td>
<td>checksum for foregoing package</td>
</td>
</tr>
</table>

Usage

macports::default

The default recipe will install MacPorts, either using a DMG package
(for Mac OS X =< 10.4) or a PKG (for Mac OS X >= 10.5).

To actually use MacPorts, you will need to run /opt/local/bin/port selfupdate
to download the latest version of the MacPorts database.

Once MacPorts is installed on a system, Chef's built-in package resource
can be used; however, you must ensure that /opt/local/bin is in Chef's
path. This can be accomplished with a directive such as

ENV['PATH'] += ':/opt/local/bin'

in Chef's client.rb.

License and Authors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

dmg >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

macports CHANGELOG

This file is used to list changes made in each version of the macports cookbook.

1.1.1

  • Update to MacPorts 2.3.3

1.1.0

  • Update all to MacPorts 2.3.2
  • Add Yosemite support

1.0.0

  • Initial release of macports

Foodcritic Metric
            

1.1.1 passed this metric