meta.description fixups

Mostly scripted substitutions with a couple of subjective enhancements.
This commit is contained in:
Joachim Fasting 2015-04-30 17:05:14 +02:00
parent 6524f969e5
commit bf7ad2d84f
66 changed files with 106 additions and 95 deletions

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation
meta = {
homepage = "http://rudel.sourceforge.net/";
description = "Rudel is a collaborative editing environment for GNU Emacs";
description = "A collaborative editing environment for GNU Emacs";
license = "GPL";
};
}

View file

@ -79,7 +79,7 @@ in stdenv.mkDerivation rec {
'';
meta = {
description = "Zed is a fully offline-capable, open source, keyboard-focused, text and code editor for power users";
description = "A fully offline-capable, open source, keyboard-focused, text and code editor for power users";
license = stdenv.lib.licenses.mit;
homepage = http://zedapp.org/;
maintainers = [ stdenv.lib.maintainers.matejc ];

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.krename.net;
description = "KRename is a powerful batch renamer for KDE";
description = "A powerful batch renamer for KDE";
inherit (kdelibs.meta) platforms;
maintainers = [ stdenv.lib.maintainers.urkud ];
};

View file

@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = "Password Safe is a password database utility";
description = "A password database utility";
longDescription = ''
Password Safe is a password database utility. Like many other

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation {
buildInputs = [pkgconfig libParserUtils libwapcaplet];
meta = {
description = "libCSS is a CSS parser and selection engine, written in C"; # used by netsurf
description = "A CSS parser and selection engine, written in C"; # used by netsurf
homepage = http://www.netsurf-browser.org/projects/libcss/;
license = stdenv.lib.licenses.mit;
maintainers = [args.lib.maintainers.marcweber];

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation {
buildInputs = [pkgconfig];
meta = {
description = "LibParserUtils is a library for building efficient parsers, written in C";
description = "A library for building efficient parsers, written in C";
homepage = http://www.netsurf-browser.org/projects/libparserutils/;
license = stdenv.lib.licenses.mit;
maintainers = [args.lib.maintainers.marcweber];

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation {
buildInputs = [];
meta = {
description = "Libnsbmp is a decoding library for BMP and ICO image file formats"; # used by netsurf
description = "A decoding library for BMP and ICO image file formats"; # used by netsurf
homepage = http://www.netsurf-browser.org/projects/libnsbmp/;
license = stdenv.lib.licenses.mit;
maintainers = [args.lib.maintainers.marcweber];

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation {
buildInputs = [];
meta = {
description = "Libnsbmp is a decoding library for gif image file formats"; # used by netsurf
description = "A decoding library for gif image file formats"; # used by netsurf
homepage = http://www.netsurf-browser.org/projects/libnsgif/;
license = stdenv.lib.licenses.mit;
maintainers = [args.lib.maintainers.marcweber];

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation {
buildInputs = [];
meta = {
description = "LibWapcaplet is a string internment library, written in C";
description = "A string internment library, written in C";
homepage = http://www.netsurf-browser.org/projects/libwapcaplet/;
license = stdenv.lib.licenses.mit;
maintainers = [args.lib.maintainers.marcweber];

View file

@ -32,7 +32,16 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-I${ilmbase}/include/OpenEXR";
meta = {
description = "Calligra Suite is a set of applications written to help you to accomplish your work. Calligra includes efficient and capable office components: Words for text processing, Sheets for computations, Stage for presentations, Plan for planning, Flow for flowcharts, Kexi for database creation, Krita for painting and raster drawing, and Karbon for vector graphics.";
description = "A suite of productivity applications";
longDescription = ''
Calligra Suite is a set of applications written to help
you to accomplish your work. Calligra includes efficient
and capable office components: Words for text processing,
Sheets for computations, Stage for presentations, Plan for
planning, Flow for flowcharts, Kexi for database creation,
Krita for painting and raster drawing, and Karbon for
vector graphics.
'';
homepage = http://calligra.org;
maintainers = with stdenv.lib.maintainers; [ urkud phreedom ];
inherit (kdelibs.meta) platforms;

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "Yices is a high-performance theorem prover and SMT solver";
description = "A high-performance theorem prover and SMT solver";
homepage = "http://yices.csl.sri.com";
license = stdenv.lib.licenses.unfreeRedistributable;
platforms = stdenv.lib.platforms.linux;

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation {
meta = {
homepage = "http://procode.org/stgit/";
description = "StGit is a patch manager implemented on top of Git";
description = "A patch manager implemented on top of Git";
license = "GPL";
maintainers = with stdenv.lib.maintainers; [ simons the-kenny ];

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = "i3lock is a simple screen locker like slock";
description = "A simple screen locker like slock";
homepage = http://i3wm.org/i3lock/;
maintainers = with maintainers; [ garbas malyn ];
license = licenses.bsd3;

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
installFlags = "PREFIX=\${out}";
meta = {
description = "i3 is a tiling window manager";
description = "A tiling window manager";
homepage = http://i3wm.org;
maintainers = [ stdenv.lib.maintainers.garbas ];
license = stdenv.lib.licenses.bsd3;

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = {
description = "Zeal is a simple offline API documentation browser";
description = "A simple offline API documentation browser";
longDescription = ''
Zeal is a simple offline API documentation browser inspired by Dash (OS X
app), available for Linux and Windows.

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
homepage = https://github.com/powerline/fonts;
description = "Patched fonts for Powerline users.";
description = "Patched fonts for Powerline users";
longDescription = ''
Pre-patched and adjusted fonts for usage with the Powerline plugin.
'';

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "Econnman is a user interface for the connman network connection manager";
description = "A user interface for the connman network connection manager";
homepage = http://enlightenment.org/;
maintainers = with stdenv.lib.maintainers; [ matejc tstrobel ];
platforms = stdenv.lib.platforms.linux;

View file

@ -3,6 +3,6 @@ kde {
buildInputs = [ kdelibs qt_gstreamer1 ];
meta = {
description = "Artikulate is a pronunciation learning program for KDE.";
description = "A pronunciation learning program for KDE";
};
}

View file

@ -27,7 +27,7 @@ cabal.mkDerivation (self: {
];
meta = {
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 = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};

View file

@ -122,7 +122,7 @@ in mkDerivation (rec {
};
homepage = "https://github.com/ghcjs/ghcjs";
description = "GHCJS is a Haskell to JavaScript compiler that uses the GHC API";
description = "A Haskell to JavaScript compiler that uses the GHC API";
license = stdenv.lib.licenses.bsd3;
platforms = ghc.meta.platforms;
maintainers = with stdenv.lib.maintainers; [ jwiegley cstrahan ];

View file

@ -18,6 +18,6 @@ stdenv.mkDerivation {
meta = {
homepage = http://code.google.com/webtoolkit/;
description = "Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications";
description = "A development toolkit for building and optimizing complex browser-based applications";
};
}

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "Scala is a general purpose programming language";
description = "A general purpose programming language";
longDescription = ''
Scala is a general purpose programming language designed to express
common programming patterns in a concise, elegant, and type-safe way.

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "Scala is a general purpose programming language";
description = "A general purpose programming language";
longDescription = ''
Scala is a general purpose programming language designed to express
common programming patterns in a concise, elegant, and type-safe way.

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://www.dcc.fc.up.pt/~vsc/Yap/";
description = "Yap Prolog System is a ISO-compatible high-performance Prolog compiler";
description = "A ISO-compatible high-performance Prolog compiler";
license = stdenv.lib.licenses.artistic2;
maintainers = [ stdenv.lib.maintainers.simons ];

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://plv.csail.mit.edu/bedrock/;
description = "Bedrock is a library that turns Coq into a tool much like classical verification systems";
description = "A library that turns Coq into a tool much like classical verification systems";
maintainers = with maintainers; [ jwiegley ];
platforms = coq.meta.platforms;
};

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://plv.csail.mit.edu/fiat/;
description = "Fiat is a library for the Coq proof assistant for synthesizing efficient correct-by-construction programs from declarative specifications";
description = "A library for the Coq proof assistant for synthesizing efficient correct-by-construction programs from declarative specifications";
maintainers = with maintainers; [ jwiegley ];
platforms = coq.meta.platforms;
};

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://flocq.gforge.inria.fr/;
description = "Flocq (Floats for Coq) is a floating-point formalization for the Coq system";
description = "A floating-point formalization for the Coq system";
license = licenses.lgpl3;
maintainers = with maintainers; [ jwiegley ];
platforms = coq.meta.platforms;

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://plv.mpi-sws.org/paco/;
description = "Paco is a Coq library implementing parameterized coinduction";
description = "A Coq library implementing parameterized coinduction";
maintainers = with maintainers; [ jwiegley ];
platforms = coq.meta.platforms;
};

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
homepage = http://www.chargueraud.org/softs/tlc/;
description = "TLC is a general purpose Coq library that provides an alternative to Coq's standard library";
description = "A general purpose Coq library that provides an alternative to Coq's standard library";
maintainers = with maintainers; [ jwiegley ];
platforms = coq.meta.platforms;
};

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://ynot.cs.harvard.edu/;
description = "Ynot is a library for writing and verifying imperative programs";
description = "A library for writing and verifying imperative programs";
maintainers = with maintainers; [ jwiegley ];
platforms = coq.meta.platforms;
};

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation {
buildInputs = [ unzip cmake boost ];
meta = with stdenv.lib; {
description = "Open Asset Import Library is a library to import various 3D model formats";
description = "A library to import various 3D model formats";
homepage = http://assimp.sourceforge.net/;
license = licenses.bsd3;
maintainers = with maintainers; [ emery ];

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
postInstall = "ln -s . $out/include/fastcgi";
meta = with stdenv.lib; {
description = "FastCGI is a language independent, scalable, open extension to CG";
description = "A language independent, scalable, open extension to CG";
homepage = http://www.fastcgi.com/;
license = "FastCGI see LICENSE.TERMS";
platforms = platforms.all;

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = {
branch = "1.6";
description = "FOX is a C++ based class library for building Graphical User Interfaces";
description = "A C++ based class library for building Graphical User Interfaces";
longDescription = ''
FOX stands for Free Objects for X.
It is a C++ based class library for building Graphical User Interfaces.

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation {
buildInputs = [ xmlto docbook_xml_dtd_412 docbook_xsl libxml2 ];
meta = {
description = "giflib is a library for reading and writing gif images";
description = "A library for reading and writing gif images";
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation {
buildInputs = [ xmlto docbook_xml_dtd_412 docbook_xsl libxml2 ];
meta = {
description = "giflib is a library for reading and writing gif images";
description = "A library for reading and writing gif images";
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];

View file

@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
];
meta = {
description = "LAME is a high quality MPEG Audio Layer III (MP3) encoder";
description = "A high quality MPEG Audio Layer III (MP3) encoder";
homepage = http://lame.sourceforge.net;
license = licenses.lgpl2;
maintainers = with maintainers; [ codyopel ];

View file

@ -21,6 +21,6 @@ stdenv.mkDerivation {
meta = {
homepage = "http://libtom.org/?page=features&newsitems=5&whatfile=crypt";
description = "LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit";
description = "A fairly comprehensive, modular and portable cryptographic toolkit";
};
}

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
};
meta = with stdenv.lib; {
description = "NPAPI-SDK is a bundle of NPAPI headers by Mozilla";
description = "A bundle of NPAPI headers by Mozilla";
homepage = https://code.google.com/p/npapi-sdk/;
license = licenses.bsd3;

View file

@ -92,7 +92,7 @@ let
'';
meta = {
description = "A toolkit for the simulation of the passage of particles through matter.";
description = "A toolkit for the simulation of the passage of particles through matter";
longDescription = ''
Geant4 is a toolkit for the simulation of the passage of particles through matter.
Its areas of application include high energy, nuclear and accelerator physics, as well as studies in medical and space science.
@ -129,7 +129,7 @@ let
'';
meta = {
description = "Data files for the Geant4 toolkit.";
description = "Data files for the Geant4 toolkit";
homepage = http://www.geant4.org;
license = stdenv.lib.licenses.g4sl;
maintainers = [ ];

View file

@ -45,7 +45,7 @@ let
'';
meta = {
description = "Python bindings and utilities for Geant4.";
description = "Python bindings and utilities for Geant4";
longDescription = ''
Geant4 is a toolkit for the simulation of the passage of particles through matter.
Its areas of application include high energy, nuclear and accelerator physics, as well as studies in medical and space science.

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = {
description = "This project is a QML port of qtermwidget";
description = "A QML port of qtermwidget";
homepage = "https://github.com/Swordifish90/qmltermwidget";
license = with stdenv.lib.licenses; [ gpl2 ];
platforms = stdenv.lib.platforms.linux;

View file

@ -56,6 +56,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.cs.utah.edu/gdc/projects/urt/;
description = "The Utah Raster Toolkit is a library for dealing with raster images";
description = "A library for dealing with raster images";
};
}

View file

@ -98,7 +98,7 @@ let lispPackages = rec {
clx-truetype = buildLispPackage rec {
baseName = "clx-truetype";
version = "git-20141112";
description = "clx-truetype is pure common lisp solution for antialiased TrueType font rendering using CLX and XRender extension";
description = "A pure Common Lisp solution for antialiased TrueType font rendering using CLX and the XRender extension";
deps = [cl-fad cl-store cl-vectors clx trivial-features zpb-ttf];
# Source type: git
src = pkgs.fetchgit {

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation {
meta = {
homepage = http://gmetadom.sourceforge.net/;
description = "GMetaDOM is a collection of librares, each library providing a DOM implementation";
description = "A collection of librares, each library providing a DOM implementation";
license = stdenv.lib.licenses.lgpl21Plus;
maintainers = [ stdenv.lib.maintainers.roconnor ];
};

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation {
meta = {
homepage = "http://ocaml-text.forge.ocamlcore.org/";
description = "OCaml-Text is a library for dealing with ``text'', i.e. sequence of unicode characters, in a convenient way. ";
description = "A library for convenient text manipulation";
license = stdenv.lib.licenses.bsd3;
platforms = ocaml.meta.platforms;
};

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation {
meta = {
homepage = http://www.cduce.org/download.html;
description = "ulex is a lexer generator for Unicode and OCaml";
description = "A lexer generator for Unicode and OCaml";
license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.roconnor ];
};

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation {
meta = {
homepage = http://www.cduce.org/download.html;
description = "ulex is a lexer generator for Unicode and OCaml";
description = "A lexer generator for Unicode and OCaml";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.roconnor ];

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://sourceforge.net/projects/checkbaskisms/;
description = "Performs basic checks on shell scripts for the presence of non portable syntax";
description = "Check shell scripts for non-portable syntax";
license = stdenv.lib.licenses.gpl2;
};

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation {
'';
meta = {
description = "CamlIDL is a stub code generator and COM binding for Objective Caml";
description = "A stub code generator and COM binding for Objective Caml";
homepage = "${webpage}";
license = "LGPL";
maintainers = [ stdenv.lib.maintainers.roconnor ];

View file

@ -15,13 +15,15 @@ stdenv.mkDerivation rec {
installPhase = "scons prefix=$out install";
meta = with stdenv.lib; {
description = "Hammer is a parsing library";
longDescription = "Hammer is a parsing library. Like many modern parsing libraries,
it provides a parser combinator interface for writing grammars
as inline domain-specific languages, but Hammer also provides a
variety of parsing backends. It's also bit-oriented rather than
character-oriented, making it ideal for parsing binary data such
as images, network packets, audio, and executables.";
description = "A bit-oriented parser combinator library";
longDescription = ''
Hammer is a parsing library. Like many modern parsing libraries,
it provides a parser combinator interface for writing grammars
as inline domain-specific languages, but Hammer also provides a
variety of parsing backends. It's also bit-oriented rather than
character-oriented, making it ideal for parsing binary data such
as images, network packets, audio, and executables.
'';
homepage = https://github.com/UpstandingHackers/hammer;
license = licenses.gpl2;
platforms = platforms.linux;

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "SuperTuxKart is a Free 3D kart racing game";
description = "A Free 3D kart racing game";
longDescription = ''
SuperTuxKart is a Free 3D kart racing game, with many tracks,
characters and items for you to try, similar in spirit to Mario

View file

@ -16,8 +16,8 @@ in stdenv.mkDerivation ({
configurePhase = ''
cmake ../${name} -DCMAKE_INSTALL_PREFIX=$out -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_RPATH=ON
'';
meta = {
description = "A Software suite designed to emulate an optical drive and disc (including CD-ROMs and DVD-ROMs) on the Linux operating system";
meta = with stdenv.lib; {
description = "A suite of tools for emulating optical drives and discs";
longDescription = ''
CDEmu consists of:
@ -29,9 +29,9 @@ in stdenv.mkDerivation ({
Optical media emulated by CDemu can be mounted within Linux. Automounting is also allowed.
'';
homepage = "http://cdemu.sourceforge.net/";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
homepage = http://cdemu.sourceforge.net/;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ "Rok Mandeljc <mrok AT users DOT sourceforge DOT net>" ];
};
} // drvParams)

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
homepage = http://fusionio.com;
description = "Fusionio command line utilities.";
description = "Fusionio command line utilities";
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
broken = stdenv.system != "x86_64-linux";

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
homepage = https://github.com/cshorler/hal-flash;
description = "libhal stub library to satisfy the Flash Player DRM requirements.";
description = "libhal stub library to satisfy the Flash Player DRM requirements";
longDescription =
''
Stub library based loosely upon libhal.[ch] from the hal-0.5.14

View file

@ -54,8 +54,8 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "http://exim.org/";
description = "A mail transfer agent (MTA) for hosts that are running Unix or Unix-like operating systems";
homepage = http://exim.org/;
description = "A mail transfer agent (MTA)";
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.tv ];

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
preConfigure = "autoreconf -i";
meta = with stdenv.lib; {
description = "BusyBee is a high-performance messaging layer.";
description = "A high-performance messaging layer";
homepage = https://github.com/rescrv/busybee;
license = licenses.bsd3;
};

View file

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
preConfigure = "autoreconf -fi";
meta = with stdenv.lib; {
description = "HyperDex is a scalable, searchable key-value store";
description = "A scalable, searchable key-value store";
homepage = http://hyperdex.org;
license = licenses.bsd3;
};

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
preConfigure = "autoreconf -i";
meta = with stdenv.lib; {
description = "A system for maintaining replicated state machines.";
description = "A system for maintaining replicated state machines";
homepage = https://github.com/rescrv/Replicant;
license = licenses.bsd3;
};

View file

@ -34,7 +34,7 @@ composableDerivation.composableDerivation {} {
'';
meta = {
description = "MonetDB is a open-source database system for high-performance applications in data mining, OLAP, GIS, XML Query, text and multimedia retrieval";
description = "A open-source database system for high-performance applications in data mining, OLAP, GIS, XML Query, text and multimedia retrieval";
homepage = http://monetdb.cwi.nl/;
license = "MonetDB Public License"; # very similar to Mozilla public license (MPL) Version see 1.1 http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
};

View file

@ -100,7 +100,7 @@ stdenv.mkDerivation {
'';
meta = {
description = "Storebackup is a backup suite that stores files on other disks";
description = "A backup suite that stores files on other disks";
homepage = http://savannah.nongnu.org/projects/storebackup;
license = stdenv.lib.licenses.gpl3Plus;
maintainers = [stdenv.lib.maintainers.marcweber];

View file

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://help.yandex.com/disk/cli-clients.xml;
description = "Yandex.Disk is a free cloud file storage service";
description = "A free cloud file storage service";
maintainers = with stdenv.lib.maintainers; [smironov];
platforms = ["i686-linux" "x86_64-linux"];
license = stdenv.lib.licenses.unfree;

View file

@ -29,7 +29,7 @@ in nodePackages.buildNodePackage rec {
passthru.names = ["Airfield"];
meta = {
description = "Airfield is a web-interface for hipache-proxy";
description = "A web-interface for hipache-proxy";
license = licenses.mit;
homepage = https://github.com/emblica/airfield;
maintainers = with maintainers; [offline];

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [ ncurses ];
meta = with stdenv.lib; {
description = "Bandwidth Monitor NG is a small and simple console-based live network and disk io bandwidth monitor";
description = "A small and simple console-based live network and disk io bandwidth monitor";
homepage = "http://www.gropp.org/?id=projects&sub=bwm-ng";
license = licenses.gpl2;
platforms = platforms.unix;

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "http://aide.sourceforge.net/";
description = "Advanced Intrusion Detection Environment (AIDE) is a file and directory integrity checker";
description = "A file and directory integrity checker";
license = licenses.free;
maintainers = [ maintainers.tstrobel ];
platforms = platforms.linux;

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation {
'';
meta = {
description = "A command line utility, written in C++, that converts HTML documents into plain text";
description = "Convert HTML to plain text";
homepage = http://www.mbayer.de/html2text/;
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;

View file

@ -533,7 +533,7 @@ let
};
meta = with pkgs.stdenv.lib; {
description = "Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed";
description = "A Python library that lets you schedule your Python code to be executed";
homepage = http://pypi.python.org/pypi/APScheduler/;
license = licenses.mit;
};
@ -776,7 +776,7 @@ let
buildInputs = [ pkgs.lzma ];
meta = {
describe = "Backport of Python 3.3's 'lzma' module for XZ/LZMA compressed files.";
describe = "Backport of Python 3.3's 'lzma' module for XZ/LZMA compressed files";
homepage = https://github.com/peterjc/backports.lzma;
license = stdenv.lib.licenses.bsd3;
};
@ -914,7 +914,7 @@ let
};
meta = {
description = "CalDAVCLientLibrary is a Python library and tool for CalDAV";
description = "A Python library and tool for CalDAV";
longDescription = ''
CalDAVCLientLibrary is a Python library and tool for CalDAV.
@ -1687,7 +1687,7 @@ let
};
meta = with stdenv.lib; {
description = "This module implements a very fast JSON encoder/decoder for Python.";
description = "A very fast JSON encoder/decoder for Python";
homepage = "http://ag-projects.com/";
license = licenses.lgpl2;
platforms = platforms.all;
@ -2929,7 +2929,7 @@ let
propagatedBuildInputs = with self; [ greenlet ];
meta = with stdenv.lib; {
description = "Eventlib bindings for python.";
description = "Eventlib bindings for python";
homepage = "http://ag-projects.com/";
license = licenses.lgpl2;
platforms = platforms.all;
@ -4684,7 +4684,7 @@ let
buildInputs = with self; [ pkgs.git gevent geventhttpclient mock fastimport ];
meta = with stdenv.lib; {
description = "Simple Python implementation of the Git file formats and protocols.";
description = "Simple Python implementation of the Git file formats and protocols";
homepage = http://samba.org/~jelmer/dulwich/;
license = licenses.gpl2Plus;
maintainers = [ maintainers.koral ];
@ -4704,7 +4704,7 @@ let
propagatedBuildInputs = with self; [ pkgs.mercurial dulwich ];
meta = with stdenv.lib; {
description = "Push and pull from a Git server using Mercurial.";
description = "Push and pull from a Git server using Mercurial";
homepage = http://hg-git.github.com/;
maintainers = [ maintainers.koral ];
};
@ -6526,7 +6526,7 @@ let
#'';
meta = {
description = "python-magic is a python interface to the libmagic file type identification library";
description = "A python interface to the libmagic file type identification library";
homepage = https://github.com/ahupp/python-magic;
};
};
@ -9265,7 +9265,7 @@ let
meta = {
homepage = "https://launchpad.net/pygpgme";
description = "A Python wrapper for the GPGME library.";
description = "A Python wrapper for the GPGME library";
license = licenses.lgpl21;
maintainers = [ stdenv.lib.maintainers.garbas ];
};
@ -9417,7 +9417,7 @@ let
meta = with stdenv.lib; {
description = "JSON Web Token implementation in Python";
longDescription = "A Python implementation of JSON Web Token draft 01.";
longDescription = "A Python implementation of JSON Web Token draft 01";
homepage = https://github.com/progrium/pyjwt;
downloadPage = https://github.com/progrium/pyjwt/releases;
license = licenses.mit;
@ -9505,7 +9505,7 @@ let
meta = {
homepage = http://pyparsing.wikispaces.com/;
description = "The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions.";
description = "An alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions";
};
};
@ -11079,7 +11079,7 @@ let
};
meta = {
description = "simplejson is a simple, fast, extensible JSON encoder/decoder for Python";
description = "A simple, fast, extensible JSON encoder/decoder for Python";
longDescription = ''
simplejson is compatible with Python 2.4 and later with no
@ -14350,7 +14350,7 @@ let
LD_LIBRARY_PATH = "${pkgs.cairo}/lib";
meta = {
description = "Graphite-web, without the interface. Just the rendering HTTP API.";
description = "Graphite-web, without the interface. Just the rendering HTTP API";
homepage = https://github.com/brutasse/graphite-api;
license = licenses.asl20;
};
@ -14603,7 +14603,7 @@ let
buildInputs = with self; [ requests gevent ];
meta = {
description = "GRequests allows you to use Requests with Gevent to make asynchronous HTTP Requests easily.";
description = "Asynchronous HTTP requests";
homepage = https://github.com/kennethreitz/grequests;
license = "bsd";
maintainers = [ stdenv.lib.maintainers.matejc ];
@ -14714,7 +14714,7 @@ let
'';
buildInputs = with self; [ pkgs.pkgconfig pkgs.e19.efl pkgs.e19.elementary ];
meta = {
description = "Python bindings for EFL and Elementary.";
description = "Python bindings for EFL and Elementary";
homepage = http://enlightenment.org/;
maintainers = [ stdenv.lib.maintainers.matejc stdenv.lib.maintainers.tstrobel ];
platforms = stdenv.lib.platforms.linux;
@ -14995,7 +14995,7 @@ let
};
meta = {
description = "Thumbor is a smart imaging service. It enables on-demand crop, resizing and flipping of images.";
description = "A smart imaging service";
homepage = https://github.com/globocom/thumbor/wiki;
license = licenses.mit;
};
@ -15144,7 +15144,7 @@ let
meta = {
homepage = "https://github.com/erikrose/parsimonious";
description = "Fast arbitrary-lookahead packrat parser written in pure Python.";
description = "Fast arbitrary-lookahead packrat parser written in pure Python";
license = licenses.mit;
};
};
@ -15162,7 +15162,7 @@ let
meta = {
homepage = "https://networkx.github.io/";
description = "Library for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.";
description = "Library for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks";
license = licenses.bsd3;
};
};