New commits:
commit 07bf8d001b83f5b03493a1e8b83a26c118675342
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
ChangeLog: entry for dblatex3
commit 9004a3877c9979093fc34b97417a32702154d8b2
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
asciidoc: avoid strange breakage with casfs and parallel make
The install process is all wrong. Should not use pip. But it is
a nice trigger that instantly fails with castfs for me.
commit 707a7c1cd81c2462a501305c4829ce7fc441e2c3
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
The new dblatex lives in the same upstream repo, but is a forked branch.
The release tarballs are not announced on the website, but do appear
on sf.net. To play safe, I did not just replace the old dblatex spell and
introduced a provider.
This prompts change of the few spells explicitly depending on dblatex.
commit 918726b0b2f0935a9530eaab4067b2d8ed1caf78
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
texlive, texlive-texmf: update to 20230313 and path cleanup
This does only effectively change the path of TEXMFSYSVAR to
/var/lib/texmf, as those files should be more permanent than
what /var/tmp offers. Other changes are just cosmetics.
diff --git a/ChangeLog b/ChangeLog
index d12c7bc..5af1172 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-10-26 Thomas Orgis <sobukus AT sourcemage.org>
+ * python-pypi/dblatex3: added python-3-compatible dblatex
+
2023-10-14 Vlad Glagolev <stealth AT sourcemage.org>
* database/hiredis: new spell, minimalist C client for Redis
* http/varnish-libvmod-redis: new spell, VMOD to access Redis servers
diff --git a/devel/ragel/DEPENDS b/devel/ragel/DEPENDS
index 706e642..086767e 100755
--- a/devel/ragel/DEPENDS
+++ b/devel/ragel/DEPENDS
@@ -6,7 +6,7 @@ EOF
optional_depends asciidoc --{en,dis}able-manual 'build manual' &&
if is_depends_enabled "$SPELL" asciidoc; then
depends fig2dev &&
- depends dblatex &&
+ depends DBLATEX &&
depends texlive
fi &&
optional_depends RUBY '' '' 'Ruby support'
diff --git a/doc/asciidoc/DETAILS b/doc/asciidoc/DETAILS
index e08519e..be0e3a2 100755
--- a/doc/asciidoc/DETAILS
+++ b/doc/asciidoc/DETAILS
@@ -1,11 +1,13 @@
SPELL=asciidoc
SPELLX=asciidoc-py
+ PATCHLEVEL=1
VERSION=10.2.0
# ICU fix
diff --git a/python-pypi/dblatex/CONFLICTS b/python-pypi/dblatex/CONFLICTS
new file mode 100755
index 0000000..b671357
--- /dev/null
+++ b/python-pypi/dblatex/CONFLICTS
@@ -0,0 +1 @@
+conflicts dblatex3
diff --git a/python-pypi/dblatex/HISTORY b/python-pypi/dblatex/HISTORY
index a1218c4..2261821 100644
--- a/python-pypi/dblatex/HISTORY
+++ b/python-pypi/dblatex/HISTORY
@@ -1,3 +1,6 @@
+2023-10-16 Thomas Orgis <sobukus AT sourcemage.org>
+ * CONFLICTS: add conflict with py3 version
+
2017-01-25 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 0.3.9
diff --git a/python-pypi/dblatex/PROVIDES b/python-pypi/dblatex/PROVIDES
new file mode 100755
index 0000000..cf3c6cb
--- /dev/null
+++ b/python-pypi/dblatex/PROVIDES
@@ -0,0 +1 @@
+DBLATEX
diff --git a/python-pypi/dblatex3/CONFLICTS b/python-pypi/dblatex3/CONFLICTS
new file mode 100755
index 0000000..c75589e
--- /dev/null
+++ b/python-pypi/dblatex3/CONFLICTS
@@ -0,0 +1 @@
+conflicts dblatex
diff --git a/python-pypi/dblatex3/DEPENDS b/python-pypi/dblatex3/DEPENDS
new file mode 100755
index 0000000..f5956b1
--- /dev/null
+++ b/python-pypi/dblatex3/DEPENDS
@@ -0,0 +1,2 @@
+depends python3 &&
+depends texlive
diff --git a/python-pypi/dblatex3/DETAILS b/python-pypi/dblatex3/DETAILS
new file mode 100755
index 0000000..5d858f2
--- /dev/null
+++ b/python-pypi/dblatex3/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=dblatex3
+ VERSION=0.3.12
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/project/${SPELL}/${SPELL}/${SPELL}-${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:5bfa774c8dbe362775f6bbb5e1196e5a2bb1af239778133c12ddc725406ced67f3ff422433a2a1aa02d4431e9be58ba12e918379deb81fcd5b96533d2bdf029a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://dblatex.sourceforge.net/"
+ LICENSE[0]=GPL2
+ ENTERED=20111001
+ SHORT="Produces DVI, PostScript, PDF documents from DocBook
sources"
+cat << EOF
+(This is the python3-supporting fork from the same upstream repo.)
+DocBook to LaTeX Publishing that transforms your SGML/XML DocBook documents
to
+DVI, PostScript or PDF by translating them in pure LaTeX as a first process.
+MathML 2.0 markups are supported, too. It originally started as a clone
+of DB2LaTeX, but has been enhanced extensively since then and is actively
+maintained by the upstream author.
+EOF
diff --git a/python-pypi/dblatex3/HISTORY b/python-pypi/dblatex3/HISTORY
new file mode 100644
index 0000000..4de70d3
--- /dev/null
+++ b/python-pypi/dblatex3/HISTORY
@@ -0,0 +1,3 @@
+2023-10-16 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, DEPENDS, CONFLICTS: forked from dblatex spell,
+ variant with python3 support
diff --git a/python-pypi/dblatex3/PROVIDES b/python-pypi/dblatex3/PROVIDES
new file mode 100755
index 0000000..cf3c6cb
--- /dev/null
+++ b/python-pypi/dblatex3/PROVIDES
@@ -0,0 +1 @@
+DBLATEX
[SM-Commit] GIT changes to master grimoire by Thomas Orgis (07bf8d001b83f5b03493a1e8b83a26c118675342),
Thomas Orgis, 10/16/2023