mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Move from sgmltools to sgmltools-lite. This is a fulfilled repository
copy - history is still preserved even though files are being "added". PR: 19352 Submitted by: Benno Rice <benno@netizen.com.au>
This commit is contained in:
parent
812e541141
commit
42fc0b021d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31505
1
textproc/sgmltools-lite/distinfo
Normal file
1
textproc/sgmltools-lite/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (sgmltools-lite-3.0.0.tar.gz) = 3d08ceb639c1213d136876e4431129b9
|
26
textproc/sgmltools-lite/files/patch-aa
Normal file
26
textproc/sgmltools-lite/files/patch-aa
Normal file
@ -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; \
|
11
textproc/sgmltools-lite/files/patch-ab
Normal file
11
textproc/sgmltools-lite/files/patch-ab
Normal file
@ -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)
|
11
textproc/sgmltools-lite/files/patch-ac
Normal file
11
textproc/sgmltools-lite/files/patch-ac
Normal file
@ -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)
|
1
textproc/sgmltools-lite/pkg-comment
Normal file
1
textproc/sgmltools-lite/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Generates various output formats from DocBook SGML documents
|
7
textproc/sgmltools-lite/pkg-descr
Normal file
7
textproc/sgmltools-lite/pkg-descr
Normal file
@ -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/
|
36
textproc/sgmltools-lite/pkg-plist
Normal file
36
textproc/sgmltools-lite/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user