summary refs log tree commit diff
path: root/pkgs/development/libraries/xapian
Commit message (Collapse)AuthorAge
* Revert "xapian: update from 1.2.8 to 1.3.1"Domen Kožar2014-10-13
| | | | | | This reverts commit b76e8417b3ec2dd1809cd4660f60a6f6c49e42bc. Breaks recoll, since bindings also need to be updated.
* xapian: update from 1.2.8 to 1.3.1Moritz Ulrich2014-10-11
|
* Fix many package descriptionsBjørn Forsman2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-01-26
|\ | | | | | | | | | | Conflicts: cups, all-packages.nix (gcc45_debug) svn path=/nixpkgs/branches/stdenv-updates/; revision=31863
| * xapian-1.2.8Florian Friesdorf2012-01-21
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31766
* | * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
|/ | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* xapian(-bindings)-1.2.7Florian Friesdorf2011-11-20
| | | | svn path=/nixpkgs/trunk/; revision=30500
* xapian(-bindings) use license path instead of stringFlorian Friesdorf2011-11-20
| | | | svn path=/nixpkgs/trunk/; revision=30499
* xapian: fixed version: GPL -> GPLv2+ - thanks Ludo’Florian Friesdorf2011-04-27
| | | | svn path=/nixpkgs/trunk/; revision=26988
* xapian and xapianBindings 1.2.5Florian Friesdorf2011-04-26
| | | | svn path=/nixpkgs/trunk/; revision=26980
* renamed current xapian/xapianBindings to xapian10/xapianBindings10Florian Friesdorf2011-04-26
| | | | svn path=/nixpkgs/trunk/; revision=26979
* xapian: gplv2 -> gpl (according to homepage), added myself as maintainerFlorian Friesdorf2011-04-26
| | | | svn path=/nixpkgs/trunk/; revision=26978
* removed previously added xapian12Florian Friesdorf2011-04-18
| | | | svn path=/nixpkgs/trunk/; revision=26882
* notmuch with inheritable-tags-hack for thread mutingFlorian Friesdorf2011-04-18
| | | | | | | | | | the muted tag is supposed to be inherited by messages of the same thread, effictely muting a thread. A muted thread will not show up in your inbox anymore. Current implementation is hackish but functional. big thank you to amdragon! svn path=/nixpkgs/trunk/; revision=26878
* xapian(-bindings)-1.0.23 from 1.0.14Florian Friesdorf2011-02-13
| | | | svn path=/nixpkgs/trunk/; revision=25928
* * Fix some more "args: with args".Eelco Dolstra2010-07-30
| | | | svn path=/nixpkgs/trunk/; revision=22828
* * Removed selectVersion. There's no good reason to writeEelco Dolstra2009-11-18
| | | | | | | | | | | | `selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'. * Replaced `with args' with formal function arguments in several packages. * Renamed several files to `default.nix'. As a general rule, version numbers should only be included in the filename when there is a reason to keep multiple versions of a package in Nixpkgs. Otherwise, it just makes it harder to update the package. svn path=/nixpkgs/trunk/; revision=18403
* adding xapian and xapian-bindingsMarc Weber2009-08-20
svn path=/nixpkgs/trunk/; revision=16788