pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print tex-ifptex{,-doc}: Add version 2.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/dbca8ae0c923
branches: trunk
changeset: 447525:dbca8ae0c923
user: markd <markd%pkgsrc.org@localhost>
date: Sun Feb 21 10:25:59 2021 +0000
description:
tex-ifptex{,-doc}: Add version 2.0
>From Atsushi Toyokura in pkgsrc-wip
The ifptex package is a counterpart of ifxetex, ifluatex, etc.
for the ptex engine. The ifuptex package is an alias to ifptex
provided for backward compatibility.
diffstat:
print/tex-ifptex-doc/DESCR | 1 +
print/tex-ifptex-doc/Makefile | 13 +++++++++++++
print/tex-ifptex-doc/PLIST | 4 ++++
print/tex-ifptex-doc/distinfo | 6 ++++++
print/tex-ifptex/DESCR | 3 +++
print/tex-ifptex/Makefile | 13 +++++++++++++
print/tex-ifptex/PLIST | 3 +++
print/tex-ifptex/distinfo | 6 ++++++
8 files changed, 49 insertions(+), 0 deletions(-)
diffs (81 lines):
diff -r 7e008b0f4db8 -r dbca8ae0c923 print/tex-ifptex-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ifptex-doc/DESCR Sun Feb 21 10:25:59 2021 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-ifptex.
diff -r 7e008b0f4db8 -r dbca8ae0c923 print/tex-ifptex-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ifptex-doc/Makefile Sun Feb 21 10:25:59 2021 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2021/02/21 10:25:59 markd Exp $
+
+DISTNAME= ifptex.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-2.0
+TEXLIVE_REV= 52626
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/ifptex
+COMMENT= Documentation for tex-ifptex
+LICENSE= mit
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7e008b0f4db8 -r dbca8ae0c923 print/tex-ifptex-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ifptex-doc/PLIST Sun Feb 21 10:25:59 2021 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/21 10:25:59 markd Exp $
+share/texmf-dist/doc/generic/ifptex/LICENSE
+share/texmf-dist/doc/generic/ifptex/README-ja.md
+share/texmf-dist/doc/generic/ifptex/README.md
diff -r 7e008b0f4db8 -r dbca8ae0c923 print/tex-ifptex-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ifptex-doc/distinfo Sun Feb 21 10:25:59 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/21 10:25:59 markd Exp $
+
+SHA1 (ifptex.doc.r52626.tar.xz) = 4baf98f8470e8f45346d62f489ed94939d70160a
+RMD160 (ifptex.doc.r52626.tar.xz) = 504b87c9a4b9bf013697bb51ca9ee090ab481c8b
+SHA512 (ifptex.doc.r52626.tar.xz) = 6d6668a5f663aeeddd19c5f8086633d6542316807d0dbfc94e8ed1991136dc2258718e61a450dcc3c1560af3d349519ca2da98a05964741083dbb66ef85fb848
+Size (ifptex.doc.r52626.tar.xz) = 3176 bytes
diff -r 7e008b0f4db8 -r dbca8ae0c923 print/tex-ifptex/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ifptex/DESCR Sun Feb 21 10:25:59 2021 +0000
@@ -0,0 +1,3 @@
+The ifptex package is a counterpart of ifxetex, ifluatex, etc.
+for the ptex engine. The ifuptex package is an alias to ifptex
+provided for backward compatibility.
diff -r 7e008b0f4db8 -r dbca8ae0c923 print/tex-ifptex/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ifptex/Makefile Sun Feb 21 10:25:59 2021 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2021/02/21 10:25:59 markd Exp $
+
+DISTNAME= ifptex
+PKGNAME= tex-${DISTNAME}-2.0
+TEXLIVE_REV= 52626
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/ifptex
+COMMENT= Check if the engine is pTeX or one of its derivatives
+LICENSE= mit
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7e008b0f4db8 -r dbca8ae0c923 print/tex-ifptex/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ifptex/PLIST Sun Feb 21 10:25:59 2021 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/21 10:25:59 markd Exp $
+share/texmf-dist/tex/generic/ifptex/ifptex.sty
+share/texmf-dist/tex/generic/ifptex/ifuptex.sty
diff -r 7e008b0f4db8 -r dbca8ae0c923 print/tex-ifptex/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ifptex/distinfo Sun Feb 21 10:25:59 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/21 10:25:59 markd Exp $
+
+SHA1 (ifptex.r52626.tar.xz) = b7b4a4d670c720a73d18ae967c7359d62db4eaf4
+RMD160 (ifptex.r52626.tar.xz) = 06540b23d1b17fae4406031a21b6ff380a65f6ca
+SHA512 (ifptex.r52626.tar.xz) = cd06bd01d071c091962451850de4cf78c0ed7604b392e6c0eb59fd66b202ed9f015cac75b6260bfe071b70246cb1d9a70a5bc9f052876469ace54a68ef250e22
+Size (ifptex.r52626.tar.xz) = 3828 bytes
Home |
Main Index |
Thread Index |
Old Index