summaryrefslogtreecommitdiffstats
path: root/pkgs/data/sgml+xml
AgeCommit message (Collapse)Author
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2018-04-17docbook-xsl-ns: cleanup last patchMatthew Bauer
Doh.
2018-04-17docbook-xsl-ns: Add patch to avoid infinite recursion.Corey O'Connor
Fixes #39090
2018-03-24treewide: use more HTTPS URLsRyan Mulligan
Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken.
2018-01-30docbook-xsl-ns: "revert" after parent commitVladimír Čunát
I didn't realize I was redefining two derivations at once.
2018-01-29docbook-xsl: apply Debian/Fedora patch to fix issuesVladimír Čunát
Our samba now got hit by that bug: https://hydra.nixos.org/build/68373563
2017-12-03docbook_xsl_*: Remove builder.shTuomas Tynkkynen
2017-12-03xhtml1: libxml2 is a nativeBuildInputTuomas Tynkkynen
2017-12-03docbook5: unzip is a nativeBuildInputTuomas Tynkkynen
2017-12-03docbook_sgml_*: unzip is a nativeBuildInputBen Gamari
2017-12-03docbook_xml_dtd_*: unzip is a nativeBuildInputBen Gamari
[dezgeg resolved a merge conflict] Conflicts: pkgs/data/sgml+xml/schemas/xml-dtd/docbook/generic.nix
2017-11-22docbook-xsl: Expose dbtoepub in passthru.Shea Levy
2017-10-07docbook_{xml,xsl}*: propagate findXMLCatalogsJan Tojnar
2017-07-26Revert "docbook-xsl: Install dbtoepub"Eelco Dolstra
This reverts commit 4e32f5bda32cd580a7ec731beb381b14bbf2b528. IMHO, it's not desirable to make docbook-xsl (and by extension a gazillion packages that depend on it) pull in Ruby. (For example, I just noticed that wget depends on ruby now...)
2017-06-03docbook-xsl: Install dbtoepubShea Levy
2016-10-11stdenv/stripHash: print to stdout, not to variableProfpatsch
`stripHash` documentation states that it prints out the stripped name to the stdout, but the function stored the value in `strippedName` instead. Basically all usages did something like `$(stripHash $foo | echo $strippedName)` which is just braindamaged. Fixed the implementation and all invocations.
2016-09-10docbook 4.3: md5->sha256Chris Martin
2016-09-10docbook-ebnf: md5->sha256Chris Martin
2016-08-28docbook_xml_dtd_*: Add meta.platformsTuomas Tynkkynen
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen
Build-tested on x86_64 Linux & Mac.
2016-08-02treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen
Build-tested on x86_64 Linux and on Darwin.
2016-06-09Merge #14356: docbook updatesVladimír Čunát
2016-05-04use dontBuild instead of hacksRobin Gloster
changes: * buildPhase = "true" * buildPhase = ":"
2016-04-01docbook-xsl: 1.78.1 -> 1.79.1José Romildo Malaquias
2016-03-11docbook: convert md5 to sha256Graham Christensen
2015-08-27Unify the docbook-xsl and docbook-xsl-ns expressionsEelco Dolstra
2015-08-27docbook-xsl: Remove cruftEelco Dolstra
2015-07-29docbook_xml_dtd: add version 4.4Bjørn Forsman
We already have 4.3 and 4.5, but for the latest "moreutils" package update we need version 4.4.
2014-11-25docbook-xsl-ns: CleanupEelco Dolstra
2014-11-25docbook5: Install a catalog.xmlEelco Dolstra
2014-11-17Attach a bunch of meta.branch info for the monitorMateusz Kowalczyk
This should stop explicitly-versioned expressions from showing up in the monitor as in need of update.
2014-04-09docbook5_xsl: update from 1.75.2 to 1.78.1Peter Simons
2014-01-26pkgs/docbook-xsl: update to 1.78.1 (close #1069)Jaka Hudoklin
2013-03-18Adding the sgml dtd for docbook 3.1Lluís Batlle i Rossell
Required by iputils manpages.
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-11-01* Added the Docbook 4.1 SGML DTDs.Eelco Dolstra
* Fixed the "docbook2man --sgml" command in docbook2x. * Fixed the module-init-tools manual pages. svn path=/nixpkgs/trunk/; revision=30165
2009-11-03pkgs/data/sgml+xml/schemas/xml-dtd/docbook/4.5.nix: added docbook 4.5 XML DTDPeter Simons
The new asciidoc version generates docbook output for this version. svn path=/nixpkgs/trunk/; revision=18077
2009-10-05* Latest DocBook XSL.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=17641
2009-09-16* XHTML 1.0 DTDs.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=17185
2009-07-14* docbook-xsl / docbook-xsl-ns: match the upstream package name. AlsoEelco Dolstra
updated docbook-xsl-ns. svn path=/nixpkgs/trunk/; revision=16356
2008-06-11* Docbook 5.Eelco Dolstra
* Docbook XSL 1.74.0. svn path=/nixpkgs/trunk/; revision=12040
2007-10-19* Standards compliance.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=9476
2007-10-18* Added the old DocBook XML 4.1.2 (Gnome needs it).Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=9469
2007-10-18* Refactoring the old DocBook DTDs (step 1).Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=9468
2007-08-27* Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
2007-08-24* Docbook 5 XSL updated to 1.73.1 (1.73.0 was broken).Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=9193
2007-08-24* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra
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-14* Docbook XSL NS 1.73.0.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=9126
2007-02-05* Make <link xlink:href="http://..." /> (i.e., link with no content)Eelco Dolstra
work as in docbook-xsl-1.71.0 (and consistent with the DocBook Guide). svn path=/nixpkgs/trunk/; revision=7836
2007-01-30* DocBook 5 XSL.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=7814