pkgsrc-WIP-changes archive

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

tex-plautopatch: Import tex-plautopatch-0.9m as wip/tex-plautopatch



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Sun Jan 24 10:25:15 2021 +0900
Changeset:	2b11bea01a63429a638d305fb2a957370668fd50

Modified Files:
	Makefile
Added Files:
	tex-plautopatch/DESCR
	tex-plautopatch/Makefile
	tex-plautopatch/PLIST
	tex-plautopatch/distinfo

Log Message:
tex-plautopatch: Import tex-plautopatch-0.9m as wip/tex-plautopatch

Japanese pLaTeX/upLaTeX formats and packages often conflict
with other LaTeX packages which are unaware of pLaTeX/upLaTeX.
In the worst case, such packages throw a fatal error or end up
with a wrong output. The goal of this package is that there
should be no need to worry about such incompatibilities,
because specific patches are loaded automatically whenever
necessary. This helps not only to simplify source files, but
also to make the appearance of working pLaTeX/upLaTeX sources
similar to those of ordinary LaTeX ones. This package depends
on the filehook package written by Martin Scharrer.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2b11bea01a63429a638d305fb2a957370668fd50

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                 |  1 +
 tex-plautopatch/DESCR    | 10 ++++++++++
 tex-plautopatch/Makefile | 13 +++++++++++++
 tex-plautopatch/PLIST    |  8 ++++++++
 tex-plautopatch/distinfo |  6 ++++++
 5 files changed, 38 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 9edfc37266..788d1fa354 100644
--- a/Makefile
+++ b/Makefile
@@ -5297,6 +5297,7 @@ SUBDIR+=	tex-morisawa-doc
 SUBDIR+=	tex-platex-tools
 SUBDIR+=	tex-platex-tools-doc
 SUBDIR+=	tex-platexcheat-doc
+SUBDIR+=	tex-plautopatch
 SUBDIR+=	tex-pxtatescale
 SUBDIR+=	tex-pxtatescale-doc
 SUBDIR+=	tex-qrcode
diff --git a/tex-plautopatch/DESCR b/tex-plautopatch/DESCR
new file mode 100644
index 0000000000..e923429f55
--- /dev/null
+++ b/tex-plautopatch/DESCR
@@ -0,0 +1,10 @@
+Japanese pLaTeX/upLaTeX formats and packages often conflict
+with other LaTeX packages which are unaware of pLaTeX/upLaTeX.
+In the worst case, such packages throw a fatal error or end up
+with a wrong output. The goal of this package is that there
+should be no need to worry about such incompatibilities,
+because specific patches are loaded automatically whenever
+necessary. This helps not only to simplify source files, but
+also to make the appearance of working pLaTeX/upLaTeX sources
+similar to those of ordinary LaTeX ones. This package depends
+on the filehook package written by Martin Scharrer.
diff --git a/tex-plautopatch/Makefile b/tex-plautopatch/Makefile
new file mode 100644
index 0000000000..16f91b6009
--- /dev/null
+++ b/tex-plautopatch/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+DISTNAME=	plautopatch
+PKGNAME=	tex-${DISTNAME}-0.9m
+TEXLIVE_REV=	57011
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://ctan.org/pkg/plautopatch
+COMMENT=	Automated patches for pLaTeX/upLaTeX
+LICENSE=	modified-bsd
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-plautopatch/PLIST b/tex-plautopatch/PLIST
new file mode 100644
index 0000000000..326f9a7023
--- /dev/null
+++ b/tex-plautopatch/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+share/texmf-dist/tex/latex/plautopatch/plarydshln.sty
+share/texmf-dist/tex/latex/plautopatch/plautopatch.sty
+share/texmf-dist/tex/latex/plautopatch/plcollcell.sty
+share/texmf-dist/tex/latex/plautopatch/plextarydshln.sty
+share/texmf-dist/tex/latex/plautopatch/plsiunitx.sty
+share/texmf-dist/tex/latex/plautopatch/pxpgfrcs.sty
+share/texmf-dist/tex/latex/plautopatch/pxstfloats.sty
diff --git a/tex-plautopatch/distinfo b/tex-plautopatch/distinfo
new file mode 100644
index 0000000000..76a857a05e
--- /dev/null
+++ b/tex-plautopatch/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (plautopatch.r57011.tar.xz) = 51dd3a01ca7c2df33b9dc2fc66a470808102689d
+RMD160 (plautopatch.r57011.tar.xz) = b60e98d6934b369a1c44eb6b53d57b8a05438473
+SHA512 (plautopatch.r57011.tar.xz) = 3751a0c14ef0101a114875887065e2e5c70e06f83415b08103fee2dd003c6039062e87786b737d831b574f512a607f670c5d4c54cfa22556c105260bda110391
+Size (plautopatch.r57011.tar.xz) = 6924 bytes


Home | Main Index | Thread Index | Old Index