summary refs log tree commit diff
path: root/pkgs/tools/text/xml
Commit message (Collapse)AuthorAge
...
* basex: 7.8.2 -> 8.3.1Matthijs Steen2015-11-27
|
* html-xml-utils: fix and bump to 6.9Philip Potter2015-08-24
| | | | | | | | | | | | | | | | 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.
* Add package 'xml2'.Robert Helgesson2014-11-18
|
* rxp: update from 1.2.3 to 1.5.0Pascal Wittmann2014-11-14
|
* Turn more licenses into lib.licenses styleMateusz Kowalczyk2014-11-06
| | | | | | Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
* change md5sum to sha256sum for a few packagesLongrin Wischnewski2014-10-12
|
* xmlstarlet: update from 1.5.0 to 1.6.1Aristid Breitkreuz2014-10-08
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* basex: update 7.7.2 -> 7.8.2Bjørn Forsman2014-05-25
|
* xmlstarlet: advance version to 1.5.0Karn Kallio2014-02-11
|
* Unmaintain a bunch of packagesShea Levy2014-01-21
| | | | | | Trying to take maintainership more seriously... Signed-off-by: Shea Levy <shea@shealevy.com>
* basex: bump 7.7 -> 7.7.2Bjørn Forsman2013-11-21
| | | | | | This update brings "fixes and better CSV support": http://basex.org/about-us/news/
* Add htm-xml-utilsShea Levy2013-10-17
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* basex: new packageBjørn Forsman2013-08-31
| | | | | | | | | | | | | | | 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.
* Remove jing_tools expression (now contained in jing expression itself)Bjørn Forsman2013-08-22
| | | | | | | | | 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.
* jing-trang: update to version 20091111Bjørn Forsman2013-08-22
| | | | | | 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.
* nixos.org/tarballs -> tarballs.nixos.orgEelco Dolstra2013-06-25
| | | | | It's currently the same machine, but tarballs.nixos.org should become an S3/CloudFront site eventually.
* Revert "adapted xpf to new libxml2Python"Florian Friesdorf2012-02-28
| | | | | | This reverts commit b1f634f3d384a39e015d69e348cf220855457049. svn path=/nixpkgs/branches/stdenv-updates/; revision=32649
* adapted xpf to new libxml2PythonFlorian Friesdorf2012-02-26
| | | | | | authored by: chaoflow, goibhniu svn path=/nixpkgs/branches/stdenv-updates/; revision=32597
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * Added xmlstarlet.Eelco Dolstra2010-08-20
| | | | svn path=/nixpkgs/trunk/; revision=23271
* * Add meta info to xpf.Eelco Dolstra2010-08-20
| | | | svn path=/nixpkgs/trunk/; revision=23269
* rxp requires CFLAG -D_GNU_SOURCEPjotr Prins2009-11-10
| | | | svn path=/nixpkgs/trunk/; revision=18318
* * Get rid of all references to nix.cs.uu.nl.Eelco Dolstra2008-11-14
| | | | svn path=/nixpkgs/trunk/; revision=13299
* XML validating parser for ArbPjotr Prins2008-10-05
| | | | svn path=/nixpkgs/trunk/; revision=12951
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | 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
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* upgrade to new versionArmijn Hemel2006-07-06
| | | | svn path=/nixpkgs/trunk/; revision=5620
* * Trang (tool for converting to and from RelaxNG schemas).Eelco Dolstra2006-07-04
| | | | svn path=/nixpkgs/trunk/; revision=5579
* * Copy even more files (in particular from losser.st-lab.cs.uu.nl,Eelco Dolstra2006-01-30
| | | | | | can't assume that it will live forever). svn path=/nixpkgs/trunk/; revision=4624
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* * "." -> "source".Eelco Dolstra2005-12-05
| | | | svn path=/nixpkgs/trunk/; revision=4335
* add sablotronArmijn Hemel2005-10-26
| | | | svn path=/nixpkgs/trunk/; revision=4141
* Cleaning up the java naming conventionsMartin Bravenboer2005-09-17
| | | | svn path=/nixpkgs/trunk/; revision=3871
* * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra2005-08-22
| | | | svn path=/nixpkgs/trunk/; revision=3660
* Include version in name of jing-toolsMartin Bravenboer2005-08-13
| | | | svn path=/nixpkgs/trunk/; revision=3568
* * Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra2005-02-15
| | | | | | gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
* Added jing package (RELAX NG validation) and jing-tools for invoking the ↵Martin Bravenboer2004-09-26
| | | | | | Java application svn path=/nixpkgs/trunk/; revision=1508
* New release of xpfMartin Bravenboer2004-08-21
| | | | svn path=/nixpkgs/trunk/; revision=1310
* Added the first release of xpf, Xml Pipes and Filters.Martin Bravenboer2004-08-20
svn path=/nixpkgs/trunk/; revision=1308