Commit Graph

38 Commits

Author SHA1 Message Date
Tuomas Tynkkynen
1ff422aa23 treewide: Add man & info outputs where necessary (instead of doc)
Because man & info pages won't be going to $doc after the next commit.
Scripted change for the files having one-package-per-file.
2017-08-11 21:32:54 +03:00
Matthew Bauer
f33ca4edc6
xapian: fixup darwin
The configure script is detecting that __exp10 is available even
though it isn’t on latest versions. This is the best fix I can find
for now.
2017-05-13 23:45:02 -05:00
Peter Hoeg
994299b7a9 xapian: 1.4.0 -> 1.4.4 2017-05-07 10:41:30 +08:00
Jörg Thalheim
b10fb4624b
xapian-ruby: link against correct xapian 2017-03-06 20:24:07 +01:00
Frederik Rietdijk
63ef0c7463 xapianBindings: remove
- no package uses it
- uses composable derivation, and some changes are needed for python 3
support
2016-11-08 17:01:31 +01:00
Jan Malakhovski
8acd3960cf xapian-omega: move into xapian directory 2016-09-04 14:24:31 +00:00
Jan Malakhovski
3ca74495d2 xapianBindings: fix calls to sphinx-bulid in python bindings Makefile 2016-09-04 14:18:42 +00:00
Joachim Fasting
ad815f4206
xapianBindings: 1.2.23 -> 1.4.0
The xapianBindings version is now directly tied to the input xapian
version, to ensure that they're in synch.

Also, as of this version, sphinx is required to build documentation
for the python bindings.
2016-09-03 21:40:18 +02:00
Jan Malakhovski
49c1f415e8 xapian: 1.2.23 -> 1.4.0 2016-09-03 13:49:58 +00:00
Tuomas Tynkkynen
21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Graham Christensen
374709f308 xapian: 1.2.21 -> 1.2.23 and disable PHP support in xapianBindings
xapianBindings hasn't been building against PHP for a few months now,
and no other packages in nixpkgs expects PHP support at this time.
2016-04-04 07:42:38 -05:00
Graham Christensen
e3a335dd37 xapian-bindings:1.2.8 -> 1.2.23 2016-04-04 07:42:38 -05:00
Graham Christensen
2b462dc2ef xapian-bindings: build against php56
xapian-bindings does not support php7, as SWIG doesn't support PHP 7.0
yet, according to https://xapian.org/docs/bindings/php/
2016-04-04 07:42:38 -05:00
Graham Christensen
2c0310d8d8 xapian10/xapianBindings10: Remove, 5 years old. 2016-04-04 07:42:38 -05:00
Eelco Dolstra
a2ddbc422f xapian: Move docs to separate output
This reduces xapian's "out" from 9.1 to 3.3 MB.
2015-07-26 22:46:44 +02:00
Joachim Fasting
d35cf0c080 xapian: 1.2.19 -> 1.2.21 2015-06-30 23:16:03 +02:00
Charles Strahan
f52c32fcfc ruby: rewrite sup package 2015-01-21 18:23:35 -05:00
Charles Strahan
94dd4b9721 ruby: WIP 2014-12-30 21:05:00 -05:00
Charles Strahan
cf8f4963a7 rename rubyLibs to rubyPackages 2014-11-09 22:16:58 +00:00
Domen Kožar
ec03fd92db Revert "xapian: update from 1.2.8 to 1.3.1"
This reverts commit b76e8417b3.

Breaks recoll, since bindings also need to be updated.
2014-10-13 15:30:32 +02:00
Moritz Ulrich
b76e8417b3 xapian: update from 1.2.8 to 1.3.1 2014-10-11 19:29:58 +02:00
Bjørn Forsman
c9baba9212 Fix many package descriptions
(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.
2014-08-24 22:31:37 +02:00
Mateusz Kowalczyk
7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Yury G. Kudryashov
5b132f6e96 svn merge ^/nixpkgs/trunk
Conflicts: cups, all-packages.nix (gcc45_debug)

svn path=/nixpkgs/branches/stdenv-updates/; revision=31863
2012-01-26 15:27:03 +00:00
Florian Friesdorf
89afc87de6 xapian-1.2.8
svn path=/nixpkgs/trunk/; revision=31766
2012-01-21 18:29:08 +00:00
Eelco Dolstra
c556a6ea46 * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Florian Friesdorf
aea0ac2543 xapian(-bindings)-1.2.7
svn path=/nixpkgs/trunk/; revision=30500
2011-11-20 21:49:20 +00:00
Florian Friesdorf
b781b722ab xapian(-bindings) use license path instead of string
svn path=/nixpkgs/trunk/; revision=30499
2011-11-20 21:49:13 +00:00
Florian Friesdorf
6680e9f30b xapian: fixed version: GPL -> GPLv2+ - thanks Ludo’
svn path=/nixpkgs/trunk/; revision=26988
2011-04-27 12:49:55 +00:00
Florian Friesdorf
3fb9e4da74 xapian and xapianBindings 1.2.5
svn path=/nixpkgs/trunk/; revision=26980
2011-04-26 20:57:16 +00:00
Florian Friesdorf
1e3d07eeea renamed current xapian/xapianBindings to xapian10/xapianBindings10
svn path=/nixpkgs/trunk/; revision=26979
2011-04-26 20:57:11 +00:00
Florian Friesdorf
db215a1d94 xapian: gplv2 -> gpl (according to homepage), added myself as maintainer
svn path=/nixpkgs/trunk/; revision=26978
2011-04-26 20:57:04 +00:00
Florian Friesdorf
25cd609b92 removed previously added xapian12
svn path=/nixpkgs/trunk/; revision=26882
2011-04-18 17:19:58 +00:00
Florian Friesdorf
bd71b36628 notmuch with inheritable-tags-hack for thread muting
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
2011-04-18 17:19:44 +00:00
Florian Friesdorf
db47cdae9d xapian(-bindings)-1.0.23 from 1.0.14
svn path=/nixpkgs/trunk/; revision=25928
2011-02-13 00:49:07 +00:00
Eelco Dolstra
4bf5b0d36b * Fix some more "args: with args".
svn path=/nixpkgs/trunk/; revision=22828
2010-07-30 14:47:23 +00:00
Eelco Dolstra
7f5b839524 * Removed selectVersion. There's no good reason to write
`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
2009-11-18 09:39:59 +00:00
Marc Weber
e7dc062579 adding xapian and xapian-bindings
svn path=/nixpkgs/trunk/; revision=16788
2009-08-20 20:18:58 +00:00