Skip to content

Commit

Permalink
Merge pull request #1044 from bjornfor/description-fixes
Browse files Browse the repository at this point in the history
Some description fixes
  • Loading branch information
domenkozar committed Oct 5, 2013
2 parents f82cfef + 28ac782 commit 38a2008
Show file tree
Hide file tree
Showing 70 changed files with 87 additions and 64 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/audio/a2jmidid/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
homepage = http://home.gna.org/a2jmidid;
description = "daemon for exposing legacy ALSA sequencer applications in JACK MIDI system";
description = "Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system";
license = licenses.gpl2;
maintainers = [ maintainers.goibhniu ];

Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/abcde/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ in
meta = {
homepage = "http://lly.org/~rcw/abcde/page/";
license = "GPLv2+";
description = "A Better CD Encoder (ABCDE)";
description = "Command-line audio CD ripper";

longDescription = ''
abcde is a front-end command-line utility (actually, a shell
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/audacious/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ stdenv.mkDerivation {
enableParallelBuilding = true;

meta = {
description = "Audacious, a media player forked from the Beep Media Player, which was itself an XMMS fork";
description = "Audio player";
homepage = http://audacious-media-player.org/;
maintainers = with stdenv.lib.maintainers; [ eelco simons ];
platforms = stdenv.lib.platforms.linux;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/aumix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
++ (if gtkGUI then [pkgconfig gtk] else []);

meta = {
description = "Aumix, an audio mixer for X and the console";
description = "Audio mixer for X and the console";
longDescription = ''
Aumix adjusts an audio mixer from X, the console, a terminal,
the command line or a script.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/abook/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stdenv.mkDerivation rec {

meta = {
homepage = "http://abook.sourceforge.net/";
description = "Abook is a text-based addressbook program designed to use with mutt mail client.";
description = "Text-based addressbook program designed to use with mutt mail client";
license = "GPLv2";
maintainers = [ stdenv.lib.maintainers.edwtjo ];
platforms = with stdenv.lib.platforms; linux;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/bittorrentsync/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ in stdenv.mkDerivation {

meta = {
homepage = "http://labs.bittorrent.com/experiments/sync.html";
description = "Automatically sync files via secure, distributed technology.";
description = "Automatically sync files via secure, distributed technology";
license = stdenv.lib.licenses.unfree;
maintainers = [ stdenv.lib.maintainers.iElectric ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/ids/bro/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;

meta = {
description = "Bro is a powerful network analysis framework that is much different from the typical IDS you may know.";
description = "Powerful network analysis framework that is much different from the typical IDS you may know";
homepage = http://www.bro.org/;
license = "BSD";
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ stdenv.mkDerivation {
'';

meta = {
description = "Instant messaging (MSN Messenger clone)";
homepage = http://amsn-project.net;
};
}
4 changes: 4 additions & 0 deletions pkgs/applications/office/abiword/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ stdenv.mkDerivation {
[ pkgconfig gtk libglade librsvg bzip2 libgnomecanvas fribidi libpng popt
libgsf enchant wv libjpeg
];

meta = {
description = "Word processing program, similar to Microsof Word";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/office/antiword/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ stdenv.mkDerivation {

meta = {
homepage = "http://www.winfield.demon.nl/";
description = "convert MS Word documents to plain text or PostScript";
description = "Convert MS Word documents to plain text or PostScript";
license = stdenv.lib.licenses.gpl2;

maintainers = [ stdenv.lib.maintainers.simons ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/science/biology/arb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ stdenv.mkDerivation {
'';

meta = {
description = "ARB software for sequence database handling and analysis";
description = "Software for sequence database handling and analysis";
longDescription = ''The ARB software is a graphically oriented package comprising various tools for sequence database handling and data analysis. A central database of processed (aligned) sequences and any type of additional data linked to the respective sequence entries is structured according to phylogeny or other user defined criteria. Note that this package includes its own older versions of clustal etc.'';
license = "non-free";
pkgMaintainer = "http://BioLib.open-bio.org/";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/science/chemistry/avogadro/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-include ${mesa}/include/GL/glu.h";

meta = {
description = "Molecule editor and visualizer";
maintainers = [ stdenv.lib.maintainers.urkud ];
inherit (qt4.meta) platforms;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/science/electronics/alliance/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stdenv.mkDerivation {
'';

meta = {
description = "Complete set of free CAD tools and portable libraries for VLSI design.";
description = "Complete set of free CAD tools and portable libraries for VLSI design";
homepage = http://www-asim.lip6.fr/recherche/alliance/;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/R/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ stdenv.mkDerivation rec {

meta = {
homepage = "http://www.r-project.org/";
description = "a free software environment for statistical computing and graphics";
description = "Free software environment for statistical computing and graphics";
license = stdenv.lib.licenses.gpl2Plus;

longDescription = ''
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/version-management/bazaar/tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ rec {

name = "bzr-tools-${version}";
meta = {
description = "Bazaar plugins.";
description = "Bazaar plugins";
};
}
2 changes: 1 addition & 1 deletion pkgs/data/fonts/anonymous-pro/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rec {
'') ["addInputs"];

meta = {
description = "A TrueType font set intended for source code";
description = "TrueType font set intended for source code";
maintainers = with a.lib.maintainers;
[
raskin
Expand Down
2 changes: 1 addition & 1 deletion pkgs/data/fonts/arkpandora/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ rec {

name = "arkpandora-" + version;
meta = {
description = "ArkPandora fonts, metrically identical to Arial and Times New Roman.";
description = "Font, metrically identical to Arial and Times New Roman";
};
}
2 changes: 1 addition & 1 deletion pkgs/development/compilers/aldor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stdenv.mkDerivation {

meta = {
homepage = "http://www.aldor.org/";
description = "Aldor is a programming language with an expressive type system";
description = "Programming language with an expressive type system";
license = stdenv.lib.licenses.asl20;

longDescription = ''
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/compilers/clean/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
'';

meta = {
description = "Clean is a general purpose, state-of-the-art, pure and lazy functional programming language.";
description = "General purpose, state-of-the-art, pure and lazy functional programming language";
longDescription = ''
Clean is a general purpose, state-of-the-art, pure and lazy functional
programming language designed for making real-world applications. Some
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/angelscript/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ rec {
'' ["defEnsureDir" "prepareBuild"];

meta = {
description = "A light-weight scripting library";
description = "Light-weight scripting library";
maintainers = with a.lib.maintainers;
[
raskin
Expand Down
4 changes: 4 additions & 0 deletions pkgs/development/libraries/Xaw3d/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ stdenv.mkDerivation {
patches = [./config.patch ./laylex.patch];
buildInputs = [x11 imake gccmakedep libXmu libXpm libXp bison flex];
propagatedBuildInputs = [x11 libXmu];

meta = {
description = "3D widget set based on the Athena Widget set";
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/a52dec/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-fpic";

meta = {
description = "ATSC A/52 stream decoder";
homepage = http://liba52.sourceforge.net/;
};
}
4 changes: 4 additions & 0 deletions pkgs/development/libraries/aalib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ stdenv.mkDerivation {

buildInputs = [ncurses];
inherit ncurses;

meta = {
description = "ASCII art graphics library";
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/agg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
configureFlags = "--x-includes=${libX11}/include --x-libraries=${libX11}/lib";

meta = {
description = "The Anti-Grain Geometry (AGG) library, a high quality rendering engine for C++";
description = "High quality rendering engine for C++";

longDescription = ''
Anti-Grain Geometry (AGG) is an Open Source, free of charge
Expand Down
4 changes: 1 addition & 3 deletions pkgs/development/libraries/apache-activemq/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ stdenv.mkDerivation rec {

meta = {
homepage = http://activemq.apache.org/;
description = ''
Messaging and Integration Patterns server written in Java.
'';
description = "Messaging and Integration Patterns server written in Java";
license = stdenv.lib.licenses.asl20;
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/aspell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
# doesn't expand environment variables such as `$HOME'.

meta = {
description = "GNU Aspell, A spell checker for many languages";
description = "Spell checker for many languages";
homepage = http://aspell.net/;
license = "LGPLv2+";
maintainers = [ ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/atk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
postInstall = "rm -rf $out/share/gtk-doc";

meta = {
description = "ATK, the accessibility toolkit";
description = "Accessibility toolkit";

longDescription = ''
ATK is the Accessibility Toolkit. It provides a set of generic
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/attica/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];

meta = with stdenv.lib; {
description = "A library to access Open Collaboration Service providers";
description = "Library to access Open Collaboration Service providers";
license = "LGPL";
maintainers = [ maintainers.sander maintainers.urkud maintainers.phreedom ];
inherit (qt4.meta) platforms;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/aubio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
];

meta = {
description = "A library for audio labelling";
description = "Library for audio labelling";
homepage = http://aubio.org/;
license = "GPLv2";
maintainers = [ stdenv.lib.maintainers.marcweber ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/audiofile/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
};

meta = with stdenv.lib; {
description = "A library for reading and writing audio files in various formats";
description = "Library for reading and writing audio files in various formats";
homepage = http://www.68k.org/~michael/audiofile/;
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ lovek323 shlevy ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/avahi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
'';

meta = with stdenv.lib; {
description = "Avahi, an mDNS/DNS-SD implementation";
description = "mDNS/DNS-SD implementation";
homepage = http://avahi.org;
license = licenses.lgpl2Plus;
platforms = platforms.unix;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/bwidget/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ stdenv.mkDerivation rec {

meta = {
homepage = "http://tcl.activestate.com/software/tcllib/";
description = "The BWidget toolkit is a high-level widget set for Tcl/Tk.";
description = "High-level widget set for Tcl/Tk";
license = stdenv.lib.licenses.tcltk;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/classads/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stdenv.mkDerivation {

meta = {
homepage = http://www.cs.wisc.edu/condor/classad/;
description = "The Classified Advertisements library provides a generic means for matching resources.";
description = "The Classified Advertisements library provides a generic means for matching resources";
license = "Apache-2.0";
};
}
2 changes: 1 addition & 1 deletion pkgs/development/misc/avr-gcc-with-avr-libc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ stdenv.mkDerivation {
};

meta = {
description = "avr gcc developement environment including binutils, avr-gcc and avr-libc";
description = "AVR developement environment including binutils, avr-gcc and avr-libc";
# I've tried compiling the packages separately.. too much hassle. This just works. Fine.
license = ["GPL" "LGPL"]; # see single packages ..
homepage = []; # dito
Expand Down
7 changes: 6 additions & 1 deletion pkgs/development/tools/analysis/checkstyle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ stdenv.mkDerivation {
'';

meta = {
description = "A development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Sun Code Conventions, but is highly configurable." ;
description = "Checks Java source against a coding standard";
longDescription = ''
checkstyle is a development tool to help programmers write Java code that
adheres to a coding standard. By default it supports the Sun Code
Conventions, but is highly configurable.
'';
homepage = http://checkstyle.sourceforge.net/;
};
}
Expand Down
4 changes: 4 additions & 0 deletions pkgs/development/tools/build-managers/apache-ant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ stdenv.mkDerivation {
url = "mirror://apache/ant/binaries/apache-ant-${version}-bin.tar.bz2";
sha1 = "d9e3e83dd9664cfe1dcd4841c082db3f559af922";
};

meta = {
description = "Java-based build tool";
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ EOF
'';

meta = {
description = "Apache Ant, a Java-based build tool";
description = "Java-based build tool";

longDescription = ''
Apache Ant is a Java-based build tool. In theory, it is kind of like
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/casperjs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
'';

meta = {
description = "Navigation scripting & testing utility for PhantomJS.";
description = "Navigation scripting & testing utility for PhantomJS";
longDescription = ''
CasperJS is a navigation scripting & testing utility for PhantomJS.
It eases the process of defining a full navigation scenario and provides useful high-level
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/misc/astyle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ stdenv.mkDerivation {

meta = {
homepage = "http://astyle.sourceforge.net/";
description = "source code reformatter";
description = "Source code indenter, formatter, and beautifier for C, C++, C# and Java";
license = "LGPL";

platforms = stdenv.lib.platforms.linux;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/misc/autobuild/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
'';

meta = {
description = "Simon Josefsson's Autobuild, a continuous integration tool";
description = "Continuous integration tool";

longDescription = ''
Autobuild is a package that process output from building
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/misc/autoconf/2.13.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ stdenv.mkDerivation rec {

meta = {
homepage = http://www.gnu.org/software/autoconf/;
description = "GNU Autoconf, a part of the GNU Build System";
description = "Part of the GNU Build System";

longDescription = ''
GNU Autoconf is an extensible package of M4 macros that produce
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/misc/autoconf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stdenv.mkDerivation rec {

meta = {
homepage = http://www.gnu.org/software/autoconf/;
description = "GNU Autoconf, a part of the GNU Build System";
description = "Part of the GNU Build System";

longDescription = ''
GNU Autoconf is an extensible package of M4 macros that produce
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/misc/autogen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let version = "5.17"; in
#doCheck = true; # 2 tests fail because of missing /dev/tty

meta = {
description = "GNU AutoGen, an automated text and program generation tool";
description = "Automated text and program generation tool";

longDescription = ''
AutoGen is a tool designed to simplify the creation and maintenance
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/misc/automake/automake-1.10.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ stdenv.mkDerivation rec {

meta = {
homepage = http://www.gnu.org/software/automake/;
description = "GNU Automake, a GNU standard-compliant makefile generator";
description = "GNU standard-compliant makefile generator";

longDescription = ''
GNU Automake is a tool for automatically generating
Expand Down
Loading

0 comments on commit 38a2008

Please sign in to comment.