Punctuation and capitalisation.

This commit is contained in:
Bart Brouns 2015-03-16 19:34:36 +01:00
parent 2479dc0c63
commit 46658b8a19
6 changed files with 6 additions and 10 deletions

View file

@ -11,10 +11,6 @@ stdenv.mkDerivation rec {
buildInputs = [ puredata ];
/*unpackPhase = ''*/
/*unzip $src*/
/*'';*/
patchPhase = ''
for file in `grep -r -l g_canvas.h`
do
@ -32,7 +28,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "A library of PureData classes, bringing some level of compatibility between Max/MSP and Pd environments.";
description = "A library of PureData classes, bringing some level of compatibility between Max/MSP and Pd environments";
homepage = http://puredata.info/downloads/cyclone;
license = stdenv.lib.licenses.tcltk;
maintainers = [ stdenv.lib.maintainers.magnetophon ];

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "time domain pitch tracker for Pure Data";
description = "Time domain pitch tracker for Pure Data";
homepage = http://www.katjaas.nl/helmholtz/helmholtz.html;
license = stdenv.lib.licenses.bsd3;
maintainers = [ stdenv.lib.maintainers.magnetophon ];

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "A library of non-tilde externals for puredata, by Miller Puckette.";
description = "A library of non-tilde externals for puredata, by Miller Puckette";
homepage = http://puredata.info/downloads/maxlib;
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.magnetophon ];

View file

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "A collection of Pd objectclasses for OSC-messages.";
description = "A collection of Pd objectclasses for OSC-messages";
homepage = http://puredata.info/downloads/osc;
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.magnetophon ];

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "Set of externals to facilitate the use of sensors within Pure Data and to create complex relations between input and output of a dynamic system.";
description = "Set of externals to facilitate the use of sensors within Pure Data and to create complex relations between input and output of a dynamic system";
homepage = http://www.chnry.net/ch/?090-Pure-Mapping&lang=en;
license = stdenv.lib.licenses.gpl1;
maintainers = [ stdenv.lib.maintainers.magnetophon ];

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "the swiss army knife for puredata";
description = "The swiss army knife for puredata";
homepage = http://puredata.info/downloads/zexy;
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.magnetophon ];