pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print tex-ptex2pdf{,-doc}: Add version 20200520.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff2989b8b80c
branches: trunk
changeset: 447531:ff2989b8b80c
user: markd <markd%pkgsrc.org@localhost>
date: Sun Feb 21 10:39:50 2021 +0000
description:
tex-ptex2pdf{,-doc}: Add version 20200520.0
>From Atsushi Toyokura in pkgsrc-wip
The Lua script provides system-independent support of Japanese
typesetting engines in TeXworks. As TeXworks typesetting setup
does not allow for multistep processing, this script runs one
of the ptex-based programs (ptex, uptex, eptex, platex,
uplatex) followed by dvipdfmx.
diffstat:
print/tex-ptex2pdf-doc/DESCR | 1 +
print/tex-ptex2pdf-doc/Makefile | 13 +++++++++++++
print/tex-ptex2pdf-doc/PLIST | 3 +++
print/tex-ptex2pdf-doc/distinfo | 6 ++++++
print/tex-ptex2pdf/DESCR | 5 +++++
print/tex-ptex2pdf/Makefile | 23 +++++++++++++++++++++++
print/tex-ptex2pdf/PLIST | 2 ++
print/tex-ptex2pdf/distinfo | 6 ++++++
8 files changed, 59 insertions(+), 0 deletions(-)
diffs (91 lines):
diff -r ebdf8b5b714f -r ff2989b8b80c print/tex-ptex2pdf-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ptex2pdf-doc/DESCR Sun Feb 21 10:39:50 2021 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-ptex2pdf.
diff -r ebdf8b5b714f -r ff2989b8b80c print/tex-ptex2pdf-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ptex2pdf-doc/Makefile Sun Feb 21 10:39:50 2021 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2021/02/21 10:39:50 markd Exp $
+
+DISTNAME= ptex2pdf.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-20200520.0
+TEXLIVE_REV= 55219
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/ptex2pdf
+COMMENT= Documentation for tex-ptex2pdf
+LICENSE= gnu-gpl-v2
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ebdf8b5b714f -r ff2989b8b80c print/tex-ptex2pdf-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ptex2pdf-doc/PLIST Sun Feb 21 10:39:50 2021 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/21 10:39:50 markd Exp $
+share/texmf-dist/doc/latex/ptex2pdf/COPYING
+share/texmf-dist/doc/latex/ptex2pdf/README.md
diff -r ebdf8b5b714f -r ff2989b8b80c print/tex-ptex2pdf-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ptex2pdf-doc/distinfo Sun Feb 21 10:39:50 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/21 10:39:50 markd Exp $
+
+SHA1 (ptex2pdf.doc.r55219.tar.xz) = 79a377fec62cb4f64beb7b10de9a495b77dbd2b4
+RMD160 (ptex2pdf.doc.r55219.tar.xz) = 21451d50a64333c1ffafc6f0bc40cd3422529aa8
+SHA512 (ptex2pdf.doc.r55219.tar.xz) = b90a2d25a2b83ff8af399ad29fd9a0cc52264f6e3dcce45b56c48e9e9c1b1fd93714b5af3f39cd152ebee268648f3cf0bf19e3c48f6e38e4aedd88a3de7cbc90
+Size (ptex2pdf.doc.r55219.tar.xz) = 8640 bytes
diff -r ebdf8b5b714f -r ff2989b8b80c print/tex-ptex2pdf/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ptex2pdf/DESCR Sun Feb 21 10:39:50 2021 +0000
@@ -0,0 +1,5 @@
+The Lua script provides system-independent support of Japanese
+typesetting engines in TeXworks. As TeXworks typesetting setup
+does not allow for multistep processing, this script runs one
+of the ptex-based programs (ptex, uptex, eptex, platex,
+uplatex) followed by dvipdfmx.
diff -r ebdf8b5b714f -r ff2989b8b80c print/tex-ptex2pdf/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ptex2pdf/Makefile Sun Feb 21 10:39:50 2021 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2021/02/21 10:39:50 markd Exp $
+
+DISTNAME= ptex2pdf
+PKGNAME= tex-${DISTNAME}-20200520.0
+TEXLIVE_REV= 55219
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/ptex2pdf
+COMMENT= Convert Japanese TeX documents to PDF
+LICENSE= gnu-gpl-v2
+
+DEPENDS+= tex-luatex-[0-9]*:../../print/tex-luatex
+
+REPLACE_TEXLUA= bin/ptex2pdf
+
+INSTALLATION_DIRS+= bin
+
+post-extract:
+ ${MKDIR} ${WRKSRC}/bin
+ ${MV} ${WRKSRC}/texmf-dist/scripts/ptex2pdf/ptex2pdf.lua ${WRKSRC}/bin/ptex2pdf
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ebdf8b5b714f -r ff2989b8b80c print/tex-ptex2pdf/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ptex2pdf/PLIST Sun Feb 21 10:39:50 2021 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/21 10:39:50 markd Exp $
+bin/ptex2pdf
diff -r ebdf8b5b714f -r ff2989b8b80c print/tex-ptex2pdf/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ptex2pdf/distinfo Sun Feb 21 10:39:50 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/21 10:39:50 markd Exp $
+
+SHA1 (ptex2pdf.r55219.tar.xz) = b2637035be7fd401652d330aafb292e34c4c79d1
+RMD160 (ptex2pdf.r55219.tar.xz) = 10a9b053aaa1d5eb955e41317e197e0a1c4ba7ac
+SHA512 (ptex2pdf.r55219.tar.xz) = 7ec55143e6f4a1824953f73744edb85a4c4c9d6e4f96e2cad5886cf87209d0b2a4bd8d334b51c0ed296441e3ba9a9a870ae3e4dfaa5a7635c2c029181a5e16a8
+Size (ptex2pdf.r55219.tar.xz) = 7832 bytes
Home |
Main Index |
Thread Index |
Old Index