pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/db2latex Initial import of db2latex-0.7 from ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3547005eab3
branches:  trunk
changeset: 464639:f3547005eab3
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Dec 13 21:18:12 2003 +0000

description:
Initial import of db2latex-0.7 from pkgsrc-wip, packaged by Min Sik Kim.

DB2LaTeX are a set of XSLT stylesheets which generate high level
LaTeX2e from your docbook document.  They do not perform any FO
transformation, the only thing they do is to map DocBook tags into
more or less standard LaTeX (a recent installation of LaTeX 2e is
required, with most common packages. However, in more stable releases,
package dependencies will be completely managed with xsl variables,
making it virtually compatible with basic LaTeX 2e installations).
All the "styling" has to be done by modifying available xsl:variables,
overriding and customizing templates, and in the last, by adding your
"sty" files.

diffstat:

 textproc/db2latex/DESCR         |   10 +
 textproc/db2latex/Makefile      |   34 +
 textproc/db2latex/PLIST         |  699 ++++++++++++++++++++++++++++++++++++++++
 textproc/db2latex/distinfo      |    4 +
 textproc/db2latex/files/catalog |    9 +
 5 files changed, 756 insertions(+), 0 deletions(-)

diffs (truncated from 776 to 300 lines):

diff -r edbeb2150ac9 -r f3547005eab3 textproc/db2latex/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/db2latex/DESCR   Sat Dec 13 21:18:12 2003 +0000
@@ -0,0 +1,10 @@
+DB2LaTeX are a set of XSLT stylesheets which generate high level
+LaTeX2e from your docbook document.  They do not perform any FO
+transformation, the only thing they do is to map DocBook tags into
+more or less standard LaTeX (a recent installation of LaTeX 2e is
+required, with most common packages. However, in more stable releases,
+package dependencies will be completely managed with xsl variables,
+making it virtually compatible with basic LaTeX 2e installations).
+All the "styling" has to be done by modifying available xsl:variables,
+overriding and customizing templates, and in the last, by adding your
+"sty" files.
diff -r edbeb2150ac9 -r f3547005eab3 textproc/db2latex/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/db2latex/Makefile        Sat Dec 13 21:18:12 2003 +0000
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/13 21:18:12 xtraeme Exp $
+
+DISTNAME=      db2latex-0.7
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=db2latex/}
+
+MAINTAINER=    minskim%bawi.org@localhost
+HOMEPAGE=      http://db2latex.sourceforge.net/
+COMMENT=       Set of XSLT stylesheets converting DocBook to LaTeX2e
+
+USE_BUILDLINK2=        yes
+NO_BUILD=      yes
+NO_CONFIGURE=  yes
+
+DOCDIR=                ${PREFIX}/share/doc/db2latex
+XSLDIR=                ${PREFIX}/share/xsl/db2latex
+EGDIR=         ${PREFIX}/share/examples/db2latex
+
+XML_CATALOGS=  ${XSLDIR}/catalog
+
+do-install:
+       cd ${WRKSRC} && ${FIND} . -name "*.orig" -exec ${RM} {} \;
+       ${INSTALL_DATA_DIR} ${DOCDIR}
+       ${INSTALL_DATA_DIR} ${XSLDIR}
+       cd ${WRKSRC}/doc && ${PAX} -rwpm . ${DOCDIR}
+       cd ${WRKSRC} && ${PAX} -rwpm AUTHOR COPYING COPYRIGHT README \
+               TODO VERSION ${DOCDIR}
+       cd ${WRKSRC}/xsl && ${PAX} -rwpm slides ${DOCDIR}
+       cd ${WRKSRC}/xsl && ${PAX} -rwpm *.xsl *.dtd *.xml common ${XSLDIR}
+       cd ${WRKSRC}/xsl/sample && ${PAX} -rwpm . ${EGDIR}
+       ${INSTALL_DATA} ${FILESDIR}/catalog ${XSLDIR}/catalog
+
+.include "../../textproc/xmlcatmgr/catalogs.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r edbeb2150ac9 -r f3547005eab3 textproc/db2latex/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/db2latex/PLIST   Sat Dec 13 21:18:12 2003 +0000
@@ -0,0 +1,699 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/13 21:18:15 xtraeme Exp $
+share/doc/db2latex/AUTHOR
+share/doc/db2latex/COPYING
+share/doc/db2latex/COPYRIGHT
+share/doc/db2latex/README
+share/doc/db2latex/TODO
+share/doc/db2latex/VERSION
+share/doc/db2latex/biblio.html
+share/doc/db2latex/bugs.html
+share/doc/db2latex/credits.html
+share/doc/db2latex/custom.html
+share/doc/db2latex/db2latex.css
+share/doc/db2latex/developer.html
+share/doc/db2latex/docbook.css
+share/doc/db2latex/dynxbel.js
+share/doc/db2latex/example.css
+share/doc/db2latex/get-db2latex.sh
+share/doc/db2latex/graphics/arrow.gif
+share/doc/db2latex/graphics/banner.png
+share/doc/db2latex/graphics/blank.gif
+share/doc/db2latex/graphics/db2latex_banner.png
+share/doc/db2latex/graphics/db2latex_home.png
+share/doc/db2latex/graphics/db2latex_home.xcf
+share/doc/db2latex/graphics/homebanner.png
+share/doc/db2latex/graphics/icons/iconat.gif
+share/doc/db2latex/graphics/icons/iconhome.gif
+share/doc/db2latex/graphics/icons/iconsmallrightarrow.gif
+share/doc/db2latex/graphics/mail_aist.png
+share/doc/db2latex/graphics/navicons/arrow/added.gif
+share/doc/db2latex/graphics/navicons/arrow/changed.gif
+share/doc/db2latex/graphics/navicons/arrow/current/leaf.gif
+share/doc/db2latex/graphics/navicons/arrow/current/open.gif
+share/doc/db2latex/graphics/navicons/arrow/current/pointer.gif
+share/doc/db2latex/graphics/navicons/arrow/other/closed.gif
+share/doc/db2latex/graphics/navicons/arrow/other/leaf.gif
+share/doc/db2latex/graphics/navicons/arrow/other/open.gif
+share/doc/db2latex/graphics/navicons/folder/added.gif
+share/doc/db2latex/graphics/navicons/folder/changed.gif
+share/doc/db2latex/graphics/navicons/folder/current/leaf.gif
+share/doc/db2latex/graphics/navicons/folder/current/open.gif
+share/doc/db2latex/graphics/navicons/folder/current/pointer.gif
+share/doc/db2latex/graphics/navicons/folder/other/closed.gif
+share/doc/db2latex/graphics/navicons/folder/other/leaf.gif
+share/doc/db2latex/graphics/navicons/folder/other/open.gif
+share/doc/db2latex/graphics/navicons/folder16/added.gif
+share/doc/db2latex/graphics/navicons/folder16/changed.gif
+share/doc/db2latex/graphics/navicons/folder16/current/leaf.gif
+share/doc/db2latex/graphics/navicons/folder16/current/open.gif
+share/doc/db2latex/graphics/navicons/folder16/current/pointer.gif
+share/doc/db2latex/graphics/navicons/folder16/other/closed.gif
+share/doc/db2latex/graphics/navicons/folder16/other/leaf.gif
+share/doc/db2latex/graphics/navicons/folder16/other/open.gif
+share/doc/db2latex/graphics/navicons/plusminus/added.gif
+share/doc/db2latex/graphics/navicons/plusminus/changed.gif
+share/doc/db2latex/graphics/navicons/plusminus/current/leaf.gif
+share/doc/db2latex/graphics/navicons/plusminus/current/open.gif
+share/doc/db2latex/graphics/navicons/plusminus/current/pointer.gif
+share/doc/db2latex/graphics/navicons/plusminus/other/closed.gif
+share/doc/db2latex/graphics/navicons/plusminus/other/leaf.gif
+share/doc/db2latex/graphics/navicons/plusminus/other/open.gif
+share/doc/db2latex/graphics/navicons/triangle/added.gif
+share/doc/db2latex/graphics/navicons/triangle/changed.gif
+share/doc/db2latex/graphics/navicons/triangle/current/leaf.gif
+share/doc/db2latex/graphics/navicons/triangle/current/open.gif
+share/doc/db2latex/graphics/navicons/triangle/current/pointer.gif
+share/doc/db2latex/graphics/navicons/triangle/other/closed.gif
+share/doc/db2latex/graphics/navicons/triangle/other/leaf.gif
+share/doc/db2latex/graphics/navicons/triangle/other/open.gif
+share/doc/db2latex/graphics/rarrow.gif
+share/doc/db2latex/images/0.gif
+share/doc/db2latex/images/1.gif
+share/doc/db2latex/images/2.gif
+share/doc/db2latex/images/3.gif
+share/doc/db2latex/images/4.gif
+share/doc/db2latex/images/5.gif
+share/doc/db2latex/images/6.gif
+share/doc/db2latex/images/7.gif
+share/doc/db2latex/images/8.gif
+share/doc/db2latex/images/9.gif
+share/doc/db2latex/images/caution.gif
+share/doc/db2latex/images/home.gif
+share/doc/db2latex/images/important.gif
+share/doc/db2latex/images/leftshadowmask.gif
+share/doc/db2latex/images/next.gif
+share/doc/db2latex/images/note.gif
+share/doc/db2latex/images/prev.gif
+share/doc/db2latex/images/rarrow.gif
+share/doc/db2latex/images/tip.gif
+share/doc/db2latex/images/tl.gif
+share/doc/db2latex/images/toc-blank.gif
+share/doc/db2latex/images/toc-minus.gif
+share/doc/db2latex/images/toc-plus.gif
+share/doc/db2latex/images/topshadowmask.gif
+share/doc/db2latex/images/up.gif
+share/doc/db2latex/images/warning.gif
+share/doc/db2latex/index.html
+share/doc/db2latex/install.html
+share/doc/db2latex/leftshadowmask.gif
+share/doc/db2latex/legalnotice.html
+share/doc/db2latex/qanda.html
+share/doc/db2latex/quickstart.html
+share/doc/db2latex/rarrow.gif
+share/doc/db2latex/reference/README
+share/doc/db2latex/reference/db2latex_api.html
+share/doc/db2latex/reference/index.html
+share/doc/db2latex/reference/rn01.html
+share/doc/db2latex/reference/rn01re01.html
+share/doc/db2latex/reference/rn02.html
+share/doc/db2latex/reference/rn02re02.html
+share/doc/db2latex/reference/rn02re03.html
+share/doc/db2latex/reference/rn02re04.html
+share/doc/db2latex/reference/rn03.html
+share/doc/db2latex/reference/rn03re05.html
+share/doc/db2latex/reference/rn03re06.html
+share/doc/db2latex/reference/rn04.html
+share/doc/db2latex/reference/rn04re07.html
+share/doc/db2latex/reference/rn04re08.html
+share/doc/db2latex/reference/rn04re09.html
+share/doc/db2latex/reference/rn04re10.html
+share/doc/db2latex/reference/rn05.html
+share/doc/db2latex/reference/rn05re11.html
+share/doc/db2latex/reference/rn05re12.html
+share/doc/db2latex/reference/rn05re13.html
+share/doc/db2latex/reference/rn05re14.html
+share/doc/db2latex/reference/rn05re15.html
+share/doc/db2latex/reference/rn05re16.html
+share/doc/db2latex/reference/rn05re17.html
+share/doc/db2latex/reference/rn05re18.html
+share/doc/db2latex/reference/rn06.html
+share/doc/db2latex/reference/rn06re19.html
+share/doc/db2latex/reference/rn06re20.html
+share/doc/db2latex/reference/rn07.html
+share/doc/db2latex/reference/rn07re21.html
+share/doc/db2latex/reference/rn08.html
+share/doc/db2latex/reference/rn09.html
+share/doc/db2latex/reference/rn09re22.html
+share/doc/db2latex/reference/rn10.html
+share/doc/db2latex/reference/rn11.html
+share/doc/db2latex/reference/rn12.html
+share/doc/db2latex/reference/rn13.html
+share/doc/db2latex/reference/rn13re23.html
+share/doc/db2latex/reference/rn14.html
+share/doc/db2latex/reference/rn15.html
+share/doc/db2latex/reference/rn15re24.html
+share/doc/db2latex/reference/rn16.html
+share/doc/db2latex/reference/rn16re25.html
+share/doc/db2latex/reference/rn17.html
+share/doc/db2latex/reference/rn17re26.html
+share/doc/db2latex/reference/rn18.html
+share/doc/db2latex/reference/rn19.html
+share/doc/db2latex/reference/rn19re27.html
+share/doc/db2latex/reference/rn19re28.html
+share/doc/db2latex/reference/rn19re29.html
+share/doc/db2latex/reference/rn20.html
+share/doc/db2latex/reference/rn21.html
+share/doc/db2latex/reference/rn22.html
+share/doc/db2latex/reference/rn23.html
+share/doc/db2latex/reference/rn23re30.html
+share/doc/db2latex/reference/rn24.html
+share/doc/db2latex/reference/rn25.html
+share/doc/db2latex/reference/rn25re31.html
+share/doc/db2latex/reference/rn26.html
+share/doc/db2latex/reference/rn27.html
+share/doc/db2latex/reference/rn28.html
+share/doc/db2latex/reference/rn28re32.html
+share/doc/db2latex/reference/rn29.html
+share/doc/db2latex/reference/rn29re33.html
+share/doc/db2latex/reference/rn30.html
+share/doc/db2latex/reference/rn31.html
+share/doc/db2latex/reference/rn31re34.html
+share/doc/db2latex/reference/rn32.html
+share/doc/db2latex/reference/rn32re35.html
+share/doc/db2latex/reference/rn33.html
+share/doc/db2latex/reference/rn33re36.html
+share/doc/db2latex/reference/rn33re37.html
+share/doc/db2latex/reference/rn33re38.html
+share/doc/db2latex/reference/rn33re39.html
+share/doc/db2latex/reference/rn33re40.html
+share/doc/db2latex/reference/rn33re41.html
+share/doc/db2latex/reference/rn33re42.html
+share/doc/db2latex/reference/rn33re43.html
+share/doc/db2latex/reference/rn33re44.html
+share/doc/db2latex/reference/rn33re45.html
+share/doc/db2latex/reference/rn33re46.html
+share/doc/db2latex/reference/rn34.html
+share/doc/db2latex/reference/rn34re47.html
+share/doc/db2latex/reference/rn34re48.html
+share/doc/db2latex/reference/rn34re49.html
+share/doc/db2latex/reference/rn35.html
+share/doc/db2latex/reference/rn36.html
+share/doc/db2latex/reference/rn37.html
+share/doc/db2latex/reference/rn37re50.html
+share/doc/db2latex/reference/rn37re51.html
+share/doc/db2latex/reference/rn37re52.html
+share/doc/db2latex/reference/rn37re53.html
+share/doc/db2latex/reference/rn37re54.html
+share/doc/db2latex/reference/rn37re55.html
+share/doc/db2latex/reference/rn37re56.html
+share/doc/db2latex/reference/rn38.html
+share/doc/db2latex/reference/rn39.html
+share/doc/db2latex/reference/rn40.html
+share/doc/db2latex/reference/rn41.html
+share/doc/db2latex/reference/rn41re57.html
+share/doc/db2latex/reference/rn42.html
+share/doc/db2latex/reference/rn43.html
+share/doc/db2latex/reference/rn43re100.html
+share/doc/db2latex/reference/rn43re101.html
+share/doc/db2latex/reference/rn43re102.html
+share/doc/db2latex/reference/rn43re103.html
+share/doc/db2latex/reference/rn43re104.html
+share/doc/db2latex/reference/rn43re105.html
+share/doc/db2latex/reference/rn43re106.html
+share/doc/db2latex/reference/rn43re107.html
+share/doc/db2latex/reference/rn43re108.html
+share/doc/db2latex/reference/rn43re109.html
+share/doc/db2latex/reference/rn43re110.html
+share/doc/db2latex/reference/rn43re111.html
+share/doc/db2latex/reference/rn43re112.html
+share/doc/db2latex/reference/rn43re113.html
+share/doc/db2latex/reference/rn43re114.html
+share/doc/db2latex/reference/rn43re115.html
+share/doc/db2latex/reference/rn43re116.html
+share/doc/db2latex/reference/rn43re117.html
+share/doc/db2latex/reference/rn43re58.html
+share/doc/db2latex/reference/rn43re59.html
+share/doc/db2latex/reference/rn43re60.html
+share/doc/db2latex/reference/rn43re61.html
+share/doc/db2latex/reference/rn43re62.html
+share/doc/db2latex/reference/rn43re63.html
+share/doc/db2latex/reference/rn43re64.html
+share/doc/db2latex/reference/rn43re65.html
+share/doc/db2latex/reference/rn43re66.html
+share/doc/db2latex/reference/rn43re67.html
+share/doc/db2latex/reference/rn43re68.html
+share/doc/db2latex/reference/rn43re69.html
+share/doc/db2latex/reference/rn43re70.html
+share/doc/db2latex/reference/rn43re71.html
+share/doc/db2latex/reference/rn43re72.html
+share/doc/db2latex/reference/rn43re73.html
+share/doc/db2latex/reference/rn43re74.html
+share/doc/db2latex/reference/rn43re75.html
+share/doc/db2latex/reference/rn43re76.html
+share/doc/db2latex/reference/rn43re77.html
+share/doc/db2latex/reference/rn43re78.html



Home | Main Index | Thread Index | Old Index