Remove all dots at end of descriptions

Specially crafted for @JagaJaga

    find pkgs -name "*.nix" -exec \
      sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
This commit is contained in:
zimbatm
2016-02-27 17:24:00 +00:00
parent 158ff99ae4
commit 17348dc094
52 changed files with 294 additions and 294 deletions

View File

@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://dotnet.github.io/core/;
description = ".NET is a general purpose development platform.";
description = ".NET is a general purpose development platform";
platforms = [ "x86_64-linux" ];
maintainers = with stdenv.lib.maintainers; [ obadz ];
license = stdenv.lib.licenses.mit;

View File

@@ -33,6 +33,6 @@ mkDerivation {
];
jailbreak = true;
homepage = "http://elm-lang.org";
description = "Values to help with elm-package, elm-make, and elm-lang.org.";
description = "Values to help with elm-package, elm-make, and elm-lang.org";
license = stdenv.lib.licenses.bsd3;
}

View File

@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
makeFlags = ["CC=clang"];
passthru.cc = stdenv.cc.cc;
meta = with stdenv.lib; {
description = "GNU Fortran compiler, part of the GNU Compiler Collection.";
description = "GNU Fortran compiler, part of the GNU Compiler Collection";
homepage = "https://gcc.gnu.org/fortran/";
license = licenses.gpl3Plus;
platforms = platforms.darwin;

View File

@@ -388,7 +388,7 @@ let
"4dacd60356177ec8cf93dbff399de17435b613f3318202614d3d5acbccee1474";
meta = {
description = "Support library for manipulating Web protocols.";
description = "Support library for manipulating Web protocols";
license = stdenv.lib.licenses.isc;
homepage = "https://github.com/ninenines/cowlib";
};
@@ -405,7 +405,7 @@ let
"db622da03aa039e6366ab953e31186cc8190d32905e33788a1acb22744e6abd2";
meta = {
description = "Support library for manipulating Web protocols.";
description = "Support library for manipulating Web protocols";
license = stdenv.lib.licenses.isc;
homepage = "https://github.com/ninenines/cowlib";
};
@@ -422,7 +422,7 @@ let
"2b1ac020ec92e7a59cb7322779870c2d3adc7c904ecb3b9fa406f04dc9816b73";
meta = {
description = "Support library for manipulating Web protocols.";
description = "Support library for manipulating Web protocols";
license = stdenv.lib.licenses.isc;
homepage = "https://github.com/ninenines/cowlib";
};
@@ -599,7 +599,7 @@ let
"6d7365a7854cd724e8d1fd005f5faa4444eae6a87eb6df9b789b6e7f6f09110a";
meta = {
description = "Markdown generated from Edoc.";
description = "Markdown generated from Edoc";
license = stdenv.lib.licenses.free;
homepage = "https://github.com/uwiger/edown";
};
@@ -1500,7 +1500,7 @@ let
compilePorts = true;
meta = {
description = "JSON Decoder/Encoder.";
description = "JSON Decoder/Encoder";
license = with stdenv.lib.licenses; [ mit bsd3 ];
homepage = "https://github.com/davisp/jiffy";
};
@@ -1792,7 +1792,7 @@ let
"53e70ea9031f7583331a9f9bdbb29da933e591e5c4cce521b4bf85c68e7f3385";
meta = {
description = "Lasse: Server-Sent Event handler for Cowboy.";
description = "Lasse: Server-Sent Event handler for Cowboy";
license = stdenv.lib.licenses.asl20;
homepage = "https://github.com/inaka/lasse";
};
@@ -2196,7 +2196,7 @@ let
erlangDeps = [ getopt_0_8_2 ];
meta = {
description = "Providers provider.";
description = "Providers provider";
license = stdenv.lib.licenses.mit;
homepage = "https://github.com/tsloughter/providers";
};
@@ -2296,7 +2296,7 @@ let
"98ade939e63e6567da5dec5bc5bd93cbdc53d53f8b1aa998adec60dc4057f048";
meta = {
description = "Socket acceptor pool for TCP protocols.";
description = "Socket acceptor pool for TCP protocols";
license = stdenv.lib.licenses.isc;
homepage = "https://github.com/ninenines/ranch";
};
@@ -2313,7 +2313,7 @@ let
"82bbb48cdad151000f7ad600d7a29afd972df409fde600bbc9b1ed4fdc08c399";
meta = {
description = "Socket acceptor pool for TCP protocols.";
description = "Socket acceptor pool for TCP protocols";
license = stdenv.lib.licenses.isc;
homepage = "https://github.com/ninenines/ranch";
};
@@ -2933,7 +2933,7 @@ let
"742c45b3c99e207dd0aeccb818edd2ace4af10699c96fbcee0ce2f692dc5fe12";
meta = {
description = "weber - is Elixir MVC web framework.";
description = "weber - is Elixir MVC web framework";
license = stdenv.lib.licenses.mit;
homepage = "https://github.com/elixir-web/weber";
};

File diff suppressed because it is too large Load Diff

View File

@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "A simple Lisp with an integrated database.";
description = "A simple Lisp with an integrated database";
homepage = http://picolisp.com/;
license = licenses.mit;
platform = platforms.all;

View File

@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://htmlcxx.sourceforge.net/;
description = "htmlcxx is a simple non-validating css1 and html parser for C++.";
description = "htmlcxx is a simple non-validating css1 and html parser for C++";
license = stdenv.lib.licenses.lgpl2;
platforms = stdenv.lib.platforms.linux;
};

View File

@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = "A small, fast, portable implementation of TLS/SSL for embedded devices.";
description = "A small, fast, portable implementation of TLS/SSL for embedded devices";
homepage = "https://www.wolfssl.com/";
platforms = platforms.all;
maintainers = with maintainers; [ mcmtroffaes ];

View File

@@ -439,7 +439,7 @@ let
};
dependencies = {};
meta = {
description = "A javascript text diff implementation.";
description = "A javascript text diff implementation";
homepage = "https://github.com/kpdecker/jsdiff#readme";
license = "BSD-3-Clause";
};
@@ -454,7 +454,7 @@ let
sha1 = "319bb7a56e7cb63f00b5c0cd7851cd4b4ddf1df9";
};
meta = {
description = "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.";
description = "Rigorous implementation of RFC4122 (v1 and v4) UUIDs";
homepage = https://github.com/broofa/node-uuid;
};
production = true;
@@ -482,7 +482,7 @@ let
};
};
meta = {
description = "Light-weight option parsing with an argv hash. No optstrings attached.";
description = "Light-weight option parsing with an argv hash. No optstrings attached";
homepage = https://github.com/substack/node-optimist;
license = "MIT/X11";
};
@@ -497,7 +497,7 @@ let
sha1 = "a3d5da6cd5c0bc0008d37234bbaf1bed63059107";
};
meta = {
description = "Wrap those words. Show them at what columns to start and stop.";
description = "Wrap those words. Show them at what columns to start and stop";
homepage = "https://github.com/substack/node-wordwrap#readme";
license = "MIT";
};
@@ -645,7 +645,7 @@ let
};
};
meta = {
description = "Simplified HTTP request client.";
description = "Simplified HTTP request client";
homepage = "https://github.com/request/request#readme";
license = "Apache-2.0";
};
@@ -736,7 +736,7 @@ let
sha1 = "b5fd54220aa2bc5ab57aab7140c940754503c1a7";
};
meta = {
description = "The `util.is*` functions introduced in Node v0.12.";
description = "The `util.is*` functions introduced in Node v0.12";
homepage = "https://github.com/isaacs/core-util-is#readme";
license = "MIT";
};
@@ -834,7 +834,7 @@ let
sha1 = "715b96ea9841593cc33067923f5ec60ebda4f7d7";
};
meta = {
description = "Caseless object set/get/has, very useful when working with HTTP headers.";
description = "Caseless object set/get/has, very useful when working with HTTP headers";
homepage = "https://github.com/mikeal/caseless#readme";
license = "Apache-2.0";
};
@@ -868,7 +868,7 @@ let
};
dependencies = {};
meta = {
description = "HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.";
description = "HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module";
homepage = https://github.com/mikeal/forever-agent;
license = "Apache-2.0";
};
@@ -904,7 +904,7 @@ let
};
};
meta = {
description = "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.";
description = "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications";
homepage = "https://github.com/form-data/form-data#readme";
license = "MIT";
};
@@ -943,7 +943,7 @@ let
};
};
meta = {
description = "A stream that emits multiple other streams one after another.";
description = "A stream that emits multiple other streams one after another";
homepage = https://github.com/felixge/node-combined-stream;
license = "MIT";
};
@@ -959,7 +959,7 @@ let
};
dependencies = {};
meta = {
description = "Buffers events from a stream until you are ready to handle them.";
description = "Buffers events from a stream until you are ready to handle them";
homepage = https://github.com/felixge/node-delayed-stream;
license = "MIT";
};
@@ -984,7 +984,7 @@ let
};
};
meta = {
description = "The ultimate javascript content-type utility.";
description = "The ultimate javascript content-type utility";
homepage = https://github.com/jshttp/mime-types;
license = "MIT";
};
@@ -1017,7 +1017,7 @@ let
sha1 = "1296a2d58fd45f19a0f6ce01d65701e2c735b6eb";
};
meta = {
description = "Like JSON.stringify, but doesn't blow up on circular refs.";
description = "Like JSON.stringify, but doesn't blow up on circular refs";
homepage = https://github.com/isaacs/json-stringify-safe;
license = "ISC";
};
@@ -1035,7 +1035,7 @@ let
};
dependencies = {};
meta = {
description = "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.";
description = "Rigorous implementation of RFC4122 (v1 and v4) UUIDs";
homepage = https://github.com/broofa/node-uuid;
};
production = true;
@@ -1068,7 +1068,7 @@ let
};
dependencies = {};
meta = {
description = "HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.";
description = "HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module";
homepage = "https://github.com/mikeal/tunnel-agent#readme";
license = "Apache-2.0";
};
@@ -1120,7 +1120,7 @@ let
};
};
meta = {
description = "Reference implementation of Joyent's HTTP Signature scheme.";
description = "Reference implementation of Joyent's HTTP Signature scheme";
homepage = https://github.com/joyent/node-http-signature/;
license = "MIT";
};
@@ -1180,7 +1180,7 @@ let
};
dependencies = {};
meta = {
description = "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.";
description = "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module";
homepage = "https://github.com/mikeal/oauth-sign#readme";
license = "Apache-2.0";
};
@@ -1327,7 +1327,7 @@ let
};
dependencies = {};
meta = {
description = "AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.";
description = "AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module";
};
production = true;
linkDependencies = false;
@@ -1463,7 +1463,7 @@ let
};
};
meta = {
description = "Terminal string styling done right. Much color.";
description = "Terminal string styling done right. Much color";
homepage = "https://github.com/chalk/chalk#readme";
license = "MIT";
};
@@ -1729,7 +1729,7 @@ let
sha1 = "3af1dd20fe85463910d469a385e33017d2a030d9";
};
meta = {
description = "Simple JSON Addressing.";
description = "Simple JSON Addressing";
homepage = "https://github.com/janl/node-jsonpointer#readme";
license = "MIT";
};
@@ -1763,7 +1763,7 @@ let
sha1 = "9fb3f4004f900d83c47968fe42f7583e05832cc9";
};
meta = {
description = "The semantic version parser used by npm.";
description = "The semantic version parser used by npm";
homepage = "https://github.com/npm/node-semver#readme";
license = "ISC";
};
@@ -1843,7 +1843,7 @@ let
};
dependencies = {};
meta = {
description = "Recursive filesystem (and other) operations that Node *should* have.";
description = "Recursive filesystem (and other) operations that Node *should* have";
homepage = https://github.com/ryanmcgrath/wrench-js;
};
production = true;
@@ -1935,7 +1935,7 @@ let
};
dependencies = {};
meta = {
description = "A transform to make UglifyJS work in browserify.";
description = "A transform to make UglifyJS work in browserify";
homepage = https://github.com/ForbesLindesay/uglify-to-browserify;
license = "MIT";
};
@@ -1977,7 +1977,7 @@ let
};
};
meta = {
description = "Light-weight option parsing with an argv hash. No optstrings attached.";
description = "Light-weight option parsing with an argv hash. No optstrings attached";
homepage = https://github.com/bcoe/yargs;
license = "MIT/X11";
};
@@ -2033,7 +2033,7 @@ let
sha1 = "5438cd2ea93b202efa3a19fe8887aee7c94f9c9d";
};
meta = {
description = "Reliable way to to get the height and width of the terminal/console in a node.js environment.";
description = "Reliable way to to get the height and width of the terminal/console in a node.js environment";
homepage = https://github.com/jonschlinkert/window-size;
};
production = true;
@@ -2048,7 +2048,7 @@ let
};
dependencies = {};
meta = {
description = "Wrap those words. Show them at what columns to start and stop.";
description = "Wrap those words. Show them at what columns to start and stop";
license = "MIT/X11";
};
production = true;
@@ -2064,7 +2064,7 @@ let
};
dependencies = {};
meta = {
description = "A W3C Standard XML DOM(Level2 CORE) implementation and parser(DOMParser/XMLSerializer).";
description = "A W3C Standard XML DOM(Level2 CORE) implementation and parser(DOMParser/XMLSerializer)";
homepage = https://github.com/jindw/xmldom;
};
production = true;
@@ -2194,7 +2194,7 @@ let
};
};
meta = {
description = "Simplified HTTP request client.";
description = "Simplified HTTP request client";
homepage = "https://github.com/request/request#readme";
license = "Apache-2.0";
};
@@ -2226,7 +2226,7 @@ let
sha1 = "77466de589cd5d3c95f138aa78bc569a3cb5d27a";
};
meta = {
description = "The semantic version parser used by npm.";
description = "The semantic version parser used by npm";
homepage = "https://github.com/npm/node-semver#readme";
license = "ISC";
};
@@ -2379,7 +2379,7 @@ let
};
dependencies = {};
meta = {
description = "Get v8 stack traces as an array of CallSite objects.";
description = "Get v8 stack traces as an array of CallSite objects";
homepage = https://github.com/felixge/node-stack-trace;
};
production = true;

View File

@@ -17,7 +17,7 @@ buildOcaml rec {
hasSharedObjects = true;
meta = with stdenv.lib; {
description = "This library adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml.";
description = "This library adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml";
homepage = http://code.google.com/p/bitstring/;
license = licenses.lgpl21Plus;
maintainers = [ maintainers.maurer ];

View File

@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://piqi.org;
description = "Universal schema language and a collection of tools built around it. These are the ocaml bindings.";
description = "Universal schema language and a collection of tools built around it. These are the ocaml bindings";
license = licenses.asl20;
maintainers = [ maintainers.maurer ];
};

View File

@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://piqi.org;
description = "Universal schema language and a collection of tools built around it.";
description = "Universal schema language and a collection of tools built around it";
license = licenses.asl20;
maintainers = [ maintainers.maurer ];
};

View File

@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
createFindlibDestdir = true;
meta = with stdenv.lib; {
description = "An OCaml module implementing 128 bits universally unique identifiers version 3, 5 (name based with MD5, SHA-1 hashing) and 4 (random based) according to RFC 4122.";
description = "An OCaml module implementing 128 bits universally unique identifiers version 3, 5 (name based with MD5, SHA-1 hashing) and 4 (random based) according to RFC 4122";
homepage = http://erratique.ch/software/uuidm;
license = licenses.bsd3;
platforms = ocaml.meta.platforms;

View File

@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = "Command-line tool for accessing the Backblaze B2 storage service.";
description = "Command-line tool for accessing the Backblaze B2 storage service";
homepage = https://github.com/Backblaze/B2_Command_Line_Tool;
license = licenses.mit;
maintainers = with maintainers; [ kevincox ];

View File

@@ -120,7 +120,7 @@ stdenv.mkDerivation {
meta = {
homepage = "https://github.com/rebar/rebar3";
description = "rebar 3.0 is an Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases.";
description = "rebar 3.0 is an Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases";
longDescription = ''
rebar is a self-contained Erlang script, so it's easy to distribute or

View File

@@ -9,7 +9,7 @@ bundlerEnv {
gemset = ./gemset.nix;
meta = with lib; {
description = "Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.";
description = "Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain";
homepage = https://github.com/Compass/compass;
license = with licenses; mit;
maintainers = with maintainers; [ offline ];

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
installPhase = "make PREFIX=/ DESTDIR=$out install";
meta = with stdenv.lib; {
description = "DTS Coherent Acoustics decoder with support for HD extensions.";
description = "DTS Coherent Acoustics decoder with support for HD extensions";
maintainers = with maintainers; [ edwtjo ];
homepage = http://github.com/foo86/dcadec;
license = licenses.lgpl21;

View File

@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = [ python ];
meta = with stdenv.lib; {
description = "omniORB is a robust high performance CORBA ORB for C++ and Python. It is freely available under the terms of the GNU Lesser General Public License (for the libraries), and GNU General Public License (for the tools). omniORB is largely CORBA 2.6 compliant.";
description = "omniORB is a robust high performance CORBA ORB for C++ and Python. It is freely available under the terms of the GNU Lesser General Public License (for the libraries), and GNU General Public License (for the tools). omniORB is largely CORBA 2.6 compliant";
homepage = "http://omniorb.sourceforge.net/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ smironov ];