pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
tex-yhmath: import yhmath-1.6{,-doc} as tex-yhmath{,-doc}
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Thu Nov 21 23:05:49 2024 +0200
Changeset: 482a5be9dfd10a11b23effd800b7799e06b6efa5
Modified Files:
Makefile
Added Files:
tex-yhmath-doc/DESCR
tex-yhmath-doc/Makefile
tex-yhmath-doc/PLIST
tex-yhmath-doc/distinfo
tex-yhmath/DESCR
tex-yhmath/Makefile
tex-yhmath/PLIST
tex-yhmath/distinfo
Log Message:
tex-yhmath: import yhmath-1.6{,-doc} as tex-yhmath{,-doc}
The yhmath bundle contains fonts (in Metafont and type 1
format) and a LaTeX package for using them.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=482a5be9dfd10a11b23effd800b7799e06b6efa5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 ++
tex-yhmath-doc/DESCR | 1 +
tex-yhmath-doc/Makefile | 16 ++++++++++++++++
tex-yhmath-doc/PLIST | 5 +++++
tex-yhmath-doc/distinfo | 5 +++++
tex-yhmath/DESCR | 2 ++
tex-yhmath/Makefile | 22 ++++++++++++++++++++++
tex-yhmath/PLIST | 13 +++++++++++++
tex-yhmath/distinfo | 5 +++++
9 files changed, 71 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index b31a7809f2..9061d80ab8 100644
--- a/Makefile
+++ b/Makefile
@@ -5569,6 +5569,8 @@ SUBDIR+= tex-xint
SUBDIR+= tex-xint-doc
SUBDIR+= tex-xint-regression
SUBDIR+= tex-xint-regression-doc
+SUBDIR+= tex-yhmath
+SUBDIR+= tex-yhmath-doc
SUBDIR+= textile-mode
SUBDIR+= tflint
SUBDIR+= tfschema
diff --git a/tex-yhmath-doc/DESCR b/tex-yhmath-doc/DESCR
new file mode 100644
index 0000000000..161d6aef14
--- /dev/null
+++ b/tex-yhmath-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-yhmath.
diff --git a/tex-yhmath-doc/Makefile b/tex-yhmath-doc/Makefile
new file mode 100644
index 0000000000..6a0554d2a8
--- /dev/null
+++ b/tex-yhmath-doc/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME= yhmath.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-1.6
+TEXLIVE_REV= 54377
+
+TEXLIVE_USE_CTAN= yes
+TEXLIVE_UNVERSIONED= yes
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/yhmath
+COMMENT= Documentation for tex-yhmath
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-yhmath-doc/PLIST b/tex-yhmath-doc/PLIST
new file mode 100644
index 0000000000..046227553c
--- /dev/null
+++ b/tex-yhmath-doc/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+share/texmf-dist/doc/fonts/yhmath/LICENSE
+share/texmf-dist/doc/fonts/yhmath/README
+share/texmf-dist/doc/fonts/yhmath/yhcmex10.vpl
+share/texmf-dist/doc/fonts/yhmath/yhmath.pdf
diff --git a/tex-yhmath-doc/distinfo b/tex-yhmath-doc/distinfo
new file mode 100644
index 0000000000..0335c8b58e
--- /dev/null
+++ b/tex-yhmath-doc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (yhmath.doc.r54377.tar.xz) = 446d92336730c0b1576755b57e66cdf8f815e137ce5cf91abfcbf02ca20ecefd
+SHA512 (yhmath.doc.r54377.tar.xz) = 56fb12fcc4099f14c5746727b3c3051d84097cd8a715023545c3a2fafcc5a5abe55980a12e4384f674ef6cad2c7d6dab2beb8374e4cb3af81f711c2e8320d97b
+Size (yhmath.doc.r54377.tar.xz) = 285444 bytes
diff --git a/tex-yhmath/DESCR b/tex-yhmath/DESCR
new file mode 100644
index 0000000000..4b0fc01723
--- /dev/null
+++ b/tex-yhmath/DESCR
@@ -0,0 +1,2 @@
+The yhmath bundle contains fonts (in Metafont and type 1
+format) and a LaTeX package for using them.
diff --git a/tex-yhmath/Makefile b/tex-yhmath/Makefile
new file mode 100644
index 0000000000..94a9c24d58
--- /dev/null
+++ b/tex-yhmath/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME= yhmath
+PKGNAME= tex-${DISTNAME}-1.6
+TEXLIVE_REV= 54377
+
+TEXLIVE_USE_CTAN= yes
+TEXLIVE_UNVERSIONED= yes
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/yhmath
+COMMENT= Extended maths fonts for LaTeX
+LICENSE= lppl-1.3c
+
+TEX_MIXEDMAP_FILES+= yhmath.map
+
+# catalogue-contact-bugs https://github.com/TeX-Live/yhmath/issues
+# catalogue-contact-home https://github.com/TeX-Live/yhmath
+# catalogue-contact-repository https://github.com/TeX-Live/yhmath.git
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-yhmath/PLIST b/tex-yhmath/PLIST
new file mode 100644
index 0000000000..4cc8324e9a
--- /dev/null
+++ b/tex-yhmath/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD$
+share/texmf-dist/fonts/map/dvips/yhmath/yhmath.map
+share/texmf-dist/fonts/source/public/yhmath/yhbigacc.mf
+share/texmf-dist/fonts/source/public/yhmath/yhbigdel.mf
+share/texmf-dist/fonts/source/public/yhmath/yhmathex.mf
+share/texmf-dist/fonts/source/public/yhmath/yrcmex10.mf
+share/texmf-dist/fonts/tfm/public/yhmath/yhcmex10.tfm
+share/texmf-dist/fonts/tfm/public/yhmath/yrcmex10.tfm
+share/texmf-dist/fonts/type1/public/yhmath/yhcmex.pfb
+share/texmf-dist/fonts/vf/public/yhmath/yhcmex10.vf
+share/texmf-dist/tex/latex/yhmath/OMXyhex.fd
+share/texmf-dist/tex/latex/yhmath/yhcmex10.cmap
+share/texmf-dist/tex/latex/yhmath/yhmath.sty
diff --git a/tex-yhmath/distinfo b/tex-yhmath/distinfo
new file mode 100644
index 0000000000..57c3982135
--- /dev/null
+++ b/tex-yhmath/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (yhmath.r54377.tar.xz) = caeaefb1669410f4ec4e472e16bafca2425a49006c648b7198512d573fd93223
+SHA512 (yhmath.r54377.tar.xz) = 88476f5355d041f1920c4f0f954853828bdfaf27b9d0441982a38e3dfe79b40377a83614794024ee8c8463eaf5d1c350bff033f1c53e031451ab7cd095e14948
+Size (yhmath.r54377.tar.xz) = 36996 bytes
Home |
Main Index |
Thread Index |
Old Index