diff --git a/textproc/sgmltools-lite/distinfo b/textproc/sgmltools-lite/distinfo new file mode 100644 index 000000000000..3ea84c6f7bbb --- /dev/null +++ b/textproc/sgmltools-lite/distinfo @@ -0,0 +1 @@ +MD5 (sgmltools-lite-3.0.0.tar.gz) = 3d08ceb639c1213d136876e4431129b9 diff --git a/textproc/sgmltools-lite/files/patch-aa b/textproc/sgmltools-lite/files/patch-aa new file mode 100644 index 000000000000..e111a844354a --- /dev/null +++ b/textproc/sgmltools-lite/files/patch-aa @@ -0,0 +1,26 @@ +--- Makefile.in.old Sat Jun 17 20:10:39 2000 ++++ Makefile.in Sat Jun 17 20:10:55 2000 +@@ -29,7 +29,7 @@ + ETCDIR=@etcsgml@ + PERL=@PERL@ + INSTALL=@INSTALL@ +-INSTALL_PROGRAM=@INSTALL_PROGRAM@ ++INSTALL_SCRIPT=@INSTALL_SCRIPT@ + INSTALL_DATA=@INSTALL_DATA@ + MKDIRHIER=mkdir -p + +@@ -38,10 +38,10 @@ + .PHONY: install + install: + -$(MKDIRHIER) $(BINDIR) +- $(INSTALL_PROGRAM) bin/sgmltools $(BINDIR)/sgmltools +- $(INSTALL_PROGRAM) bin/buildcat $(BINDIR)/buildcat +- $(INSTALL_PROGRAM) bin/gensgmlenv $(BINDIR)/gensgmlenv +- $(INSTALL_PROGRAM) bin/sgmlwhich $(BINDIR)/sgmlwhich ++ $(INSTALL_SCRIPT) bin/sgmltools $(BINDIR)/sgmltools ++ $(INSTALL_SCRIPT) bin/buildcat $(BINDIR)/buildcat ++ $(INSTALL_SCRIPT) bin/gensgmlenv $(BINDIR)/gensgmlenv ++ $(INSTALL_SCRIPT) bin/sgmlwhich $(BINDIR)/sgmlwhich + -umask 022;$(MKDIRHIER) $(SHAREDIR)/stylesheets/sgmltools + set -e; for i in dsssl/*.dsl dsssl/*.cat; do \ + $(INSTALL_DATA) $$i $(SHAREDIR)/stylesheets/sgmltools; \ diff --git a/textproc/sgmltools-lite/files/patch-ab b/textproc/sgmltools-lite/files/patch-ab new file mode 100644 index 000000000000..36b0c496d7f9 --- /dev/null +++ b/textproc/sgmltools-lite/files/patch-ab @@ -0,0 +1,11 @@ +--- python/backends/Dvi.py Fri Mar 24 20:25:06 2000 ++++ python/backends/Dvi.py.new Sat Jun 17 20:19:30 2000 +@@ -50,7 +50,7 @@ + # + (dvibase, junk) = os.path.splitext(outfile) + destfile = dvibase + '.dvi' +- cmdline = 'jadetex ' + outfile ++ cmdline = 'tex "&jadetex" ' + outfile + for run in range(3): + try: + os.unlink(destfile) diff --git a/textproc/sgmltools-lite/files/patch-ac b/textproc/sgmltools-lite/files/patch-ac new file mode 100644 index 000000000000..a6eeb3395a02 --- /dev/null +++ b/textproc/sgmltools-lite/files/patch-ac @@ -0,0 +1,11 @@ +--- python/backends/Pdf.py Fri Mar 24 20:36:07 2000 ++++ python/backends/Pdf.py.new Sat Jun 17 20:20:25 2000 +@@ -50,7 +50,7 @@ + # + (pdfbase, junk) = os.path.splitext(outfile) + destfile = pdfbase + '.pdf' +- cmdline = 'pdfjadetex ' + outfile ++ cmdline = 'pdftex "&pdfjadetex" ' + outfile + for run in range(3): + try: + os.unlink(destfile) diff --git a/textproc/sgmltools-lite/pkg-comment b/textproc/sgmltools-lite/pkg-comment new file mode 100644 index 000000000000..28169e5a1a70 --- /dev/null +++ b/textproc/sgmltools-lite/pkg-comment @@ -0,0 +1 @@ +Generates various output formats from DocBook SGML documents diff --git a/textproc/sgmltools-lite/pkg-descr b/textproc/sgmltools-lite/pkg-descr new file mode 100644 index 000000000000..e00d4003b04f --- /dev/null +++ b/textproc/sgmltools-lite/pkg-descr @@ -0,0 +1,7 @@ +SGMLtools is a text-formatting package based on SGML (Standard Generalized +Markup Language), which allows you to produce TeX/DVI/PS/PDF, HTML, and RTF +from a single source; due to the flexible nature of SGML many other target +formats are possible. As the front-end is written in Python, it is relatively +easy to adapt to your needs. + +WWW: http://www.sgmltools.org/ diff --git a/textproc/sgmltools-lite/pkg-plist b/textproc/sgmltools-lite/pkg-plist new file mode 100644 index 000000000000..112a1004706c --- /dev/null +++ b/textproc/sgmltools-lite/pkg-plist @@ -0,0 +1,36 @@ +bin/sgmltools +bin/buildcat +bin/gensgmlenv +bin/sgmlwhich +etc/sgml/aliases +share/sgml/stylesheets/sgmltools/ascii-lynx.dsl +share/sgml/stylesheets/sgmltools/html.dsl +share/sgml/stylesheets/sgmltools/ld2db.dsl +share/sgml/stylesheets/sgmltools/print.dsl +share/sgml/stylesheets/sgmltools/sgmltools.cat +share/sgml/dtd/sgmltools/catalog +share/sgml/dtd/sgmltools/common +share/sgml/dtd/sgmltools/deprec96 +share/sgml/dtd/sgmltools/isoent +share/sgml/dtd/sgmltools/linuxdoc96.dtd +share/sgml/dtd/sgmltools/linuxdoc97.dtd +share/sgml/misc/sgmltools/VERSION +share/sgml/misc/sgmltools/python/Backend.py +share/sgml/misc/sgmltools/python/SGMLtools.py +share/sgml/misc/sgmltools/python/utils.py +share/sgml/misc/sgmltools/python/backends/Dvi.py +share/sgml/misc/sgmltools/python/backends/Html.py +share/sgml/misc/sgmltools/python/backends/JadeTeX.py +share/sgml/misc/sgmltools/python/backends/Ld2db.py +share/sgml/misc/sgmltools/python/backends/Lynx.py +share/sgml/misc/sgmltools/python/backends/OneHtml.py +share/sgml/misc/sgmltools/python/backends/Pdf.py +share/sgml/misc/sgmltools/python/backends/Ps.py +share/sgml/misc/sgmltools/python/backends/Rtf.py +share/sgml/misc/sgmltools/python/backends/iSilo.py +@dirrm share/sgml/stylesheets/sgmltools +@dirrm share/sgml/dtd/sgmltools +@dirrm share/sgml/misc/sgmltools/python/backends +@dirrm share/sgml/misc/sgmltools/python +@dirrm share/sgml/misc/sgmltools/site-backends +@dirrm share/sgml/misc/sgmltools