|
Revision 41582, 1.3 KB
(checked in by macsforever2000@…, 2 months ago)
|
|
Added mpblm folder. Updated README to include information about it.
|
| Line | |
|---|
| 1 | = MacPorts Contrib Area = |
|---|
| 2 | |
|---|
| 3 | == What is this? == |
|---|
| 4 | |
|---|
| 5 | This directory contains projects which are related to MacPorts. But they are |
|---|
| 6 | not being shipped with the base code itself, instead you are supposed to check |
|---|
| 7 | them out from Subversion and build them yourself. Some of them are also |
|---|
| 8 | available as ports in the tree or are used as a base to create multiple ports. |
|---|
| 9 | |
|---|
| 10 | mpab |
|---|
| 11 | MacPorts Auto Build |
|---|
| 12 | |
|---|
| 13 | This is an attempt to write an build server for MacPorts which tests ports |
|---|
| 14 | automatically. |
|---|
| 15 | |
|---|
| 16 | mpblm |
|---|
| 17 | BBEdit/TextWrangler MacPorts Language Module |
|---|
| 18 | |
|---|
| 19 | This is a syntax coloring language module for BBEdit or TextWrangler for |
|---|
| 20 | use when editting a MacPorts Portfile. See the Wiki page about it for more |
|---|
| 21 | information: |
|---|
| 22 | <http://trac.macports.org/wiki/BbeditLanguageModule> |
|---|
| 23 | |
|---|
| 24 | mpwa |
|---|
| 25 | MacPorts Web Application |
|---|
| 26 | |
|---|
| 27 | This will become a web application to access and manipulate ports. |
|---|
| 28 | |
|---|
| 29 | select |
|---|
| 30 | select tool |
|---|
| 31 | |
|---|
| 32 | This is used as a base for the ports gcc_select and python_select. It |
|---|
| 33 | creates symlinks to switch between multiple versions of the same software. |
|---|
| 34 | |
|---|
| 35 | MacPorts_Framework |
|---|
| 36 | MacPorts.Framework |
|---|
| 37 | |
|---|
| 38 | This is an Objective-C Framework wrapper for the MacPorts Tcl API. |
|---|
| 39 | |
|---|
| 40 | |
|---|
| 41 | == Support == |
|---|
| 42 | |
|---|
| 43 | In case of questions, to submit patches or if you want to add your software |
|---|
| 44 | to the contrib area, send mail to <macports-dev@lists.macosforge.org>. |
|---|