Yegor Timoshenko
90f0c3b93e
html-xml-utils: 6.9 → 7.1, macOS support
2017-07-17 21:46:02 +03:00
Linus Heckemann
3c3a25acc5
jing-trang: use jre_headless
...
This halves its closure size.
2017-06-07 15:18:41 +02:00
Robin Gloster
9516b038b7
basex: 8.3.1 -> 8.6.4
2017-05-21 20:27:44 +02:00
Matthew Bauer
aac48708c1
jing-trang: supports all unix
...
This is needed to build the manual on macOS.
2017-05-02 20:52:19 +02:00
edef
447ba91858
rnv: fix missing rec
( #23162 )
2017-02-25 01:40:02 +01:00
Leon Isenberg
d556f53517
rnv: init at 1.7.11
2017-02-24 08:26:09 +01:00
Frederik Rietdijk
923793f99a
xpf: use python2
2017-02-08 19:58:00 +01:00
Vladimír Čunát
cb6a81c607
jing-trang: fixup indentation problems
2016-11-05 10:17:56 +01:00
Vladimír Čunát
fbb33ab8c9
saxon: use our standard share/java/*.jar location
2016-11-05 10:17:44 +01:00
Vladimír Čunát
c6fcd28e2d
jing-trang: add back and update; removed in #20142
...
This fixes the tarball, as we use jing to validate nixpkgs manual!
/cc maintainer @bjornfor.
2016-11-05 10:03:29 +01:00
Tim Steinbach
6dd1796b0e
Remove trang
...
Source no longer exists
2016-11-04 10:54:09 -04:00
Tim Steinbach
7329435fab
Remove jing
...
No longer exists
2016-11-04 10:27:01 -04:00
Bjørn Forsman
7ffbe5174f
sablotron: update source URL
...
The current URL no longer works, switch to a sourceforge mirror URL.
Fixes issue #18337 .
2016-09-08 15:33:31 +02:00
Tuomas Tynkkynen
048a30e4e4
treewide: Fix dev references to libxml2
2016-08-30 03:02:32 +03: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
Tuomas Tynkkynen
2258b21e4b
treewide: Add lots of platforms to packages with no meta
...
Build-tested on x86_64 Linux and on Darwin.
2016-08-02 21:17:44 +03:00
Vladimír Čunát
0b192a0976
Merge branch 'master' into staging
...
That's to get mesa rebuild from master, as it's nontrivial.
2016-05-23 09:02:10 +02:00
Robert Helgesson
b717faf49f
xml2: add platforms field
2016-05-22 14:34:05 +02:00
Tuomas Tynkkynen
3672f3edcb
treewide: Make explicit that 'dev' output of libxslt is used
2016-05-19 10:00:48 +02:00
Robin Gloster
9820cb1bf2
use dontBuild instead of hacks
...
changes:
* buildPhase = "true"
* buildPhase = ":"
2016-05-04 10:11:04 +00:00
Matthijs Steen
8cd52ce5f7
basex: 7.8.2 -> 8.3.1
2015-11-27 21:56:31 +01:00
Philip Potter
44048385bd
html-xml-utils: fix and bump to 6.9
...
6.4 had a compile error:
```
scan.l:136:7: error: expected identifier or ‘(’ before ‘__extension__’
char *strndup(const char *s, size_t n);
^
```
This is caused by the standard library strndup() now living in string.h
and conflicting with another strndup() declared in scan.l. Version 6.9
fixes this.
This also removes the need for the boolean patch that we previously had.
2015-08-24 22:38:01 +01:00
Robert Helgesson
c6d4881a42
Add package 'xml2'.
2014-11-18 22:01:53 +01:00
Pascal Wittmann
de8df3ce47
rxp: update from 1.2.3 to 1.5.0
2014-11-14 19:20:16 +01:00
Mateusz Kowalczyk
007f80c1d0
Turn more licenses into lib.licenses style
...
Should eval cleanly, as far as -A tarball tells me.
Relevant: issue #2999 , issue #739
2014-11-06 00:48:16 +00:00
Longrin Wischnewski
6e7de2155b
change md5sum to sha256sum for a few packages
2014-10-12 16:13:21 +02:00
Aristid Breitkreuz
a8e104f3de
xmlstarlet: update from 1.5.0 to 1.6.1
2014-10-08 20:23:26 +02:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Bjørn Forsman
1d79330e1d
basex: update 7.7.2 -> 7.8.2
2014-05-25 13:00:37 +02:00
Karn Kallio
0774192dd3
xmlstarlet: advance version to 1.5.0
2014-02-11 23:17:39 +01:00
Shea Levy
ca116f76f9
Unmaintain a bunch of packages
...
Trying to take maintainership more seriously...
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-21 22:34:41 -05:00
Bjørn Forsman
bd67a1a16f
basex: bump 7.7 -> 7.7.2
...
This update brings "fixes and better CSV support":
http://basex.org/about-us/news/
2013-11-21 22:52:42 +01:00
Shea Levy
e1ea4e3800
Add htm-xml-utils
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-17 14:11:15 -04:00
Bjørn Forsman
0526403461
basex: new package
...
BaseX is a very fast and light-weight, yet powerful XML database and
XPath/XQuery processor, including support for the latest W3C Full Text
and Update Recommendations. It supports large XML instances and offers a
highly interactive front-end (basexgui). Apart from two local standalone
modes, BaseX offers a client/server architecture.
Homepage: http://basex.org/
Implementation notes:
- I'm using the pre-built java package (because it's simple)
- I copied the basex.svg icon file from the Ubuntu package because I
couldn't find it anywhere else. It's 9.3 KiB.
2013-08-31 14:27:40 +02:00
Bjørn Forsman
edd2d907a0
Remove jing_tools expression (now contained in jing expression itself)
...
The jing expression now creates its own "jing" wrapper script, so there
is no need for jing_tools anymore.
jing hasn't been updated in years, so I assume (or hope) that not many
(if any) have jing_tools in their configuration.nix. If you do, just
change it to jing and it should behave the same.
2013-08-22 23:20:10 +02:00
Bjørn Forsman
3f928466df
jing-trang: update to version 20091111
...
Also add meta attributes and a wrapper for jing so that it can be
invoked directly from the shell as "jing" (similar to Debian/Ubuntu).
Trang already has such a wrapper.
2013-08-22 22:00:33 +02:00
Eelco Dolstra
acba9240cd
nixos.org/tarballs -> tarballs.nixos.org
...
It's currently the same machine, but tarballs.nixos.org should become
an S3/CloudFront site eventually.
2013-06-25 14:12:16 +02:00
Florian Friesdorf
360ec296a6
Revert "adapted xpf to new libxml2Python"
...
This reverts commit b1f634f3d384a39e015d69e348cf220855457049.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32649
2012-02-28 00:07:08 +00:00
Florian Friesdorf
c0dcbb912c
adapted xpf to new libxml2Python
...
authored by: chaoflow, goibhniu
svn path=/nixpkgs/branches/stdenv-updates/; revision=32597
2012-02-26 17:23:54 +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
Eelco Dolstra
3be78e74fb
* Added xmlstarlet.
...
svn path=/nixpkgs/trunk/; revision=23271
2010-08-20 10:07:35 +00:00
Eelco Dolstra
7120017365
* Add meta info to xpf.
...
svn path=/nixpkgs/trunk/; revision=23269
2010-08-20 09:18:53 +00:00
Pjotr Prins
5747c2194b
rxp requires CFLAG -D_GNU_SOURCE
...
svn path=/nixpkgs/trunk/; revision=18318
2009-11-10 14:25:26 +00:00
Eelco Dolstra
aa84bce64d
* Get rid of all references to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=13299
2008-11-14 16:57:19 +00:00
Pjotr Prins
1587e34e0a
XML validating parser for Arb
...
svn path=/nixpkgs/trunk/; revision=12951
2008-10-05 08:57:39 +00:00
Eelco Dolstra
a0159dee8e
* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
...
URLs to http://nix.cs.uu.nl/dist/tarballs . With content-addressable
mirror support (r9190, NIXPKGS-70) this is no longer necessary:
fetchurl will try to download from that location automatically. So
we can keep the original URLs.
svn path=/nixpkgs/trunk/; revision=9192
2007-08-24 12:32:36 +00:00
Eelco Dolstra
1442e8ec22
* Copy a bunch of files to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Armijn Hemel
4812209ebe
upgrade to new version
...
svn path=/nixpkgs/trunk/; revision=5620
2006-07-06 18:05:40 +00:00
Eelco Dolstra
6da726d56e
* Trang (tool for converting to and from RelaxNG schemas).
...
svn path=/nixpkgs/trunk/; revision=5579
2006-07-04 19:17:34 +00:00
Eelco Dolstra
9f898a586b
* Copy even more files (in particular from losser.st-lab.cs.uu.nl,
...
can't assume that it will live forever).
svn path=/nixpkgs/trunk/; revision=4624
2006-01-30 16:11:00 +00:00