pkgsrc-WIP-changes archive

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

tex-jfmutil: Import tex-jfmutil-1.3.1 as wip/tex-jfmutil



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Sat Jan 23 23:47:09 2021 +0900
Changeset:	591bee1ed37a69725c484384a96af38afb7544b8

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

Log Message:
tex-jfmutil: Import tex-jfmutil-1.3.1 as wip/tex-jfmutil

This program provides functionality to process data files (JFM
and VF) that form logical fonts used in (u)pTeX. The functions
currently available include: The mutual conversion between
Japanese virtual fonts (pairs of VF and JFM) and files in the
"ZVP format", which is an original text format representing
data in virtual fonts. This function can be seen as a
counterpart to the vftovp/vptovf programs. The mutual
conversion between VF files alone and files in the "ZVP0
format", which is a subset of the ZVP format.

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

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

diffstat:
 Makefile             |  1 +
 tex-jfmutil/DESCR    |  9 +++++++++
 tex-jfmutil/Makefile | 21 +++++++++++++++++++++
 tex-jfmutil/PLIST    |  3 +++
 tex-jfmutil/distinfo |  6 ++++++
 5 files changed, 40 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index cef38598ae..6284c252a1 100644
--- a/Makefile
+++ b/Makefile
@@ -5266,6 +5266,7 @@ SUBDIR+=	tex-convbkmk-doc
 SUBDIR+=	tex-fancyref-doc
 SUBDIR+=	tex-fixjfm
 SUBDIR+=	tex-fixjfm-doc
+SUBDIR+=	tex-jfmutil
 SUBDIR+=	tex-lineno-doc
 SUBDIR+=	tex-lualatex-math
 SUBDIR+=	tex-lualatex-math-doc
diff --git a/tex-jfmutil/DESCR b/tex-jfmutil/DESCR
new file mode 100644
index 0000000000..f9a709d6ab
--- /dev/null
+++ b/tex-jfmutil/DESCR
@@ -0,0 +1,9 @@
+This program provides functionality to process data files (JFM
+and VF) that form logical fonts used in (u)pTeX. The functions
+currently available include: The mutual conversion between
+Japanese virtual fonts (pairs of VF and JFM) and files in the
+"ZVP format", which is an original text format representing
+data in virtual fonts. This function can be seen as a
+counterpart to the vftovp/vptovf programs. The mutual
+conversion between VF files alone and files in the "ZVP0
+format", which is a subset of the ZVP format.
diff --git a/tex-jfmutil/Makefile b/tex-jfmutil/Makefile
new file mode 100644
index 0000000000..b9742c3b11
--- /dev/null
+++ b/tex-jfmutil/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	jfmutil
+PKGNAME=	tex-${DISTNAME}-1.3.1
+TEXLIVE_REV=	55044
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://ctan.org/pkg/jfmutil
+COMMENT=	Utility to process pTeX-extended TFM and VF
+LICENSE=	mit
+
+INSTALLATION_DIRS+=	bin
+
+REPLACE_PERL=	texmf-dist/scripts/jfmutil/jfmutil.pl
+
+post-install:
+	${LN} -sf ../share/texmf-dist/scripts/jfmutil/jfmutil.pl \
+		${DESTDIR}${PREFIX}/bin/jfmutil
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-jfmutil/PLIST b/tex-jfmutil/PLIST
new file mode 100644
index 0000000000..8ebf689b96
--- /dev/null
+++ b/tex-jfmutil/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/jfmutil
+share/texmf-dist/scripts/jfmutil/jfmutil.pl
diff --git a/tex-jfmutil/distinfo b/tex-jfmutil/distinfo
new file mode 100644
index 0000000000..06a0b5cb97
--- /dev/null
+++ b/tex-jfmutil/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (jfmutil.r55044.tar.xz) = a1e32392574fc1557c81501de86978d8106a9d98
+RMD160 (jfmutil.r55044.tar.xz) = e37145ba9eb6bd0d91f61d52b5d38c66b6d994b2
+SHA512 (jfmutil.r55044.tar.xz) = ba0c853d1624ef00407e9eb4c6051fa9f71f505e0e55ea2a698d4a9f7fee241c1339d46e873d77573252c781ccacb05b9d447b80aa43887ad76da667977c666b
+Size (jfmutil.r55044.tar.xz) = 25772 bytes


Home | Main Index | Thread Index | Old Index