[59705] trunk/dports/audio
Ryan Schmidt
ryandesign at macports.org
Tue Oct 20 13:00:04 PDT 2009
On Oct 20, 2009, at 14:51, singingwolfboy at macports.org wrote:
> Revision: 59705
> http://trac.macports.org/changeset/59705
> Author: singingwolfboy at macports.org
> Date: 2009-10-20 12:51:10 -0700 (Tue, 20 Oct 2009)
> Log Message:
> -----------
> added port for MIDI Patchbay app
>
> Added Paths:
> -----------
> trunk/dports/audio/midi_patchbay/
> trunk/dports/audio/midi_patchbay/Portfile
>
> Added: trunk/dports/audio/midi_patchbay/Portfile
> ===================================================================
> --- trunk/dports/audio/midi_patchbay/
> Portfile (rev 0)
> +++ trunk/dports/audio/midi_patchbay/Portfile 2009-10-20 19:51:10
> UTC (rev 59705)
> @@ -0,0 +1,20 @@
> +# $Id$
> +
> +PortSystem 1.0
> +PortGroup xcode 1.0
> +
> +name midi_patchbay
> +version 1.0.3
> +categories audio
> +maintainers singingwolfboy openmaintainer
> +description Pass MIDI data between inputs/outputs and apply
> filters.
> +
> +long_description ${description}
> +
> +platforms darwin
> +
> +homepage http://notahat.com/midi_patchbay
> +master_sites http://github.com/notahat/midi_patchbay
> +fetch.type git
> +git.url git://github.com/notahat/midi_patchbay.git
> +git.branch 21d9746946c113303923e46cf2b6ebc80f13ffc8
> \ No newline at end of file
FYI, we prefer to use exclusively spaces for whitespace; don't use
tabs. Any tabs you see in existing portfiles are because we have not
yet updated those portfiles to use spaces. (This recommendation only
came about a few years ago.) Also, ensure your files end with a
newline. Many editors (such as TextWrangler which I use) can be
configured to do this for you automatically.
More information about the macports-dev
mailing list