diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-22 03:09:46 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-22 03:09:46 +0000 |
commit | f8a2acf2036186590f76a973c8e48257cb01c9e7 (patch) | |
tree | d4c680ee0ed27d543ead53e89dce502bef891b46 /math/qtiplot-doc/files | |
parent | Upgrade to latest stable version of DTC: 0.28.2.1 (diff) |
- Update to 0.9.5
PR: ports/122933
Submitted by: Max Brazhnikov <makc at issp.ac.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=211739
Diffstat (limited to 'math/qtiplot-doc/files')
-rw-r--r-- | math/qtiplot-doc/files/patch-Makefile | 8 | ||||
-rw-r--r-- | math/qtiplot-doc/files/patch-docbook-en__index.docbook | 9 | ||||
-rw-r--r-- | math/qtiplot-doc/files/patch-qtiplot.dsl | 11 | ||||
-rw-r--r-- | math/qtiplot-doc/files/patch-qtiplot_html.xsl | 9 |
4 files changed, 37 insertions, 0 deletions
diff --git a/math/qtiplot-doc/files/patch-Makefile b/math/qtiplot-doc/files/patch-Makefile new file mode 100644 index 000000000000..39e3f0d73e79 --- /dev/null +++ b/math/qtiplot-doc/files/patch-Makefile @@ -0,0 +1,8 @@ +--- ./Makefile.orig 2008-02-13 10:55:14.000000000 +0300 ++++ ./Makefile 2008-04-20 17:20:57.000000000 +0400 +@@ -1,3 +1,2 @@ +-html-pdf: +- docbook2html -d qtiplot.dsl docbook-en/index.docbook -e no-valid +- dblatex -o qtiplot-manual-en.pdf -c dblatex.conf -p dblatex-param.xsl docbook-en/index.docbook ++all: ++ docbook2html -d qtiplot.dsl docbook-en/index.docbook -e no-valid -l /usr/local/share/xml/jade/xml.dcl diff --git a/math/qtiplot-doc/files/patch-docbook-en__index.docbook b/math/qtiplot-doc/files/patch-docbook-en__index.docbook new file mode 100644 index 000000000000..d2291fdb293b --- /dev/null +++ b/math/qtiplot-doc/files/patch-docbook-en__index.docbook @@ -0,0 +1,9 @@ +--- ./docbook-en/index.docbook.orig 2008-04-10 12:36:49.000000000 +0400 ++++ ./docbook-en/index.docbook 2008-04-20 17:16:32.000000000 +0400 +@@ -1,5 +1,5 @@ + <?xml version="1.0" encoding="UTF-8"?> +-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "/usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd" [ ++<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "/usr/local/share/xml/docbook/4.2/docbookx.dtd" [ + + <!ENTITY appname "QtiPlot"> + <!ENTITY kappname "&appname;">
\ No newline at end of file diff --git a/math/qtiplot-doc/files/patch-qtiplot.dsl b/math/qtiplot-doc/files/patch-qtiplot.dsl new file mode 100644 index 000000000000..f414282d9737 --- /dev/null +++ b/math/qtiplot-doc/files/patch-qtiplot.dsl @@ -0,0 +1,11 @@ +--- ./qtiplot.dsl.orig 2008-02-13 10:55:14.000000000 +0300 ++++ ./qtiplot.dsl 2008-04-20 17:16:32.000000000 +0400 +@@ -6,7 +6,7 @@ + <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [ + + <!-- Path to main Docbook->html stylesheet. You have to adapt this to your installation. --> +-<!ENTITY docbook-html-stylesheet SYSTEM "/usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/docbook.dsl" CDATA DSSSL> ++<!ENTITY docbook-html-stylesheet SYSTEM "/usr/local/share/sgml/docbook/dsssl/modular/html/docbook.dsl" CDATA DSSSL> + + <!-- Stylesheet function library for creating Windows HTML help and Qt Assistant profiles. --> + <!ENTITY docbook-help-stylesheet SYSTEM "./help.dsl" CDATA DSSSL> diff --git a/math/qtiplot-doc/files/patch-qtiplot_html.xsl b/math/qtiplot-doc/files/patch-qtiplot_html.xsl new file mode 100644 index 000000000000..e34880e0ffcd --- /dev/null +++ b/math/qtiplot-doc/files/patch-qtiplot_html.xsl @@ -0,0 +1,9 @@ +--- ./qtiplot_html.xsl.orig 2007-01-21 03:19:12.000000000 +0300 ++++ ./qtiplot_html.xsl 2008-04-20 17:16:32.000000000 +0400 +@@ -1,5 +1,5 @@ + <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> +-<xsl:import href="file:////usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl"/> ++<xsl:import href="file:////usr/local/share/xsl/docbook/html/chunk.xsl"/> + + <!-- html.stylesheet + The html.stylesheet parameter is either empty, indicating that no |