pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue May 13 09:28:33 UTC 2025

Added Files:
        pkgsrc/fonts/tex-gentium-otf: DESCR Makefile PLIST distinfo
        pkgsrc/fonts/tex-gentium-otf-doc: DESCR Makefile PLIST distinfo

Log Message:
tex-gentium-otf{,-doc}: add version 0.02

This package supports the free fonts GentiumPlus and
GentiumBookPlus as TrueType (see package gentium-sil) and
defines missing typefaces. All font features are available by
special macros.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/fonts/tex-gentium-otf/DESCR \
    pkgsrc/fonts/tex-gentium-otf/Makefile pkgsrc/fonts/tex-gentium-otf/PLIST \
    pkgsrc/fonts/tex-gentium-otf/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/fonts/tex-gentium-otf-doc/DESCR \
    pkgsrc/fonts/tex-gentium-otf-doc/Makefile \
    pkgsrc/fonts/tex-gentium-otf-doc/PLIST \
    pkgsrc/fonts/tex-gentium-otf-doc/distinfo

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

Added files:

Index: pkgsrc/fonts/tex-gentium-otf/DESCR
diff -u /dev/null pkgsrc/fonts/tex-gentium-otf/DESCR:1.1
--- /dev/null   Tue May 13 09:28:33 2025
+++ pkgsrc/fonts/tex-gentium-otf/DESCR  Tue May 13 09:28:33 2025
@@ -0,0 +1,4 @@
+This package supports the free fonts GentiumPlus and
+GentiumBookPlus as TrueType (see package gentium-sil) and
+defines missing typefaces. All font features are available by
+special macros.
Index: pkgsrc/fonts/tex-gentium-otf/Makefile
diff -u /dev/null pkgsrc/fonts/tex-gentium-otf/Makefile:1.1
--- /dev/null   Tue May 13 09:28:33 2025
+++ pkgsrc/fonts/tex-gentium-otf/Makefile       Tue May 13 09:28:33 2025
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2025/05/13 09:28:33 markd Exp $
+
+DISTNAME=      gentium-otf
+PKGNAME=       tex-${DISTNAME}-0.02
+TEXLIVE_REV=   74545
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/gentium-otf
+COMMENT=       Support for the TrueType font GentiumPlus
+LICENSE=       lppl-1.3c
+
+DEPENDS+=      tex-fontspec-[0-9]*:../../fonts/tex-fontspec
+DEPENDS+=      tex-iftex-[0-9]*:../../print/tex-iftex
+DEPENDS+=      tex-latex-[0-9]*:../../print/tex-latex
+DEPENDS+=      tex-unicode-math-[0-9]*:../../math/tex-unicode-math
+DEPENDS+=      tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/fonts/tex-gentium-otf/PLIST
diff -u /dev/null pkgsrc/fonts/tex-gentium-otf/PLIST:1.1
--- /dev/null   Tue May 13 09:28:33 2025
+++ pkgsrc/fonts/tex-gentium-otf/PLIST  Tue May 13 09:28:33 2025
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2025/05/13 09:28:33 markd Exp $
+share/texmf-dist/tex/latex/gentium-otf/gentium-otf.sty
Index: pkgsrc/fonts/tex-gentium-otf/distinfo
diff -u /dev/null pkgsrc/fonts/tex-gentium-otf/distinfo:1.1
--- /dev/null   Tue May 13 09:28:33 2025
+++ pkgsrc/fonts/tex-gentium-otf/distinfo       Tue May 13 09:28:33 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/05/13 09:28:33 markd Exp $
+
+BLAKE2s (gentium-otf.r74545.tar.xz) = cacfb9b52d92bcdf45caf5076759734566f1c0bc140b7df74a8f7939f0e12cf5
+SHA512 (gentium-otf.r74545.tar.xz) = 78e0a6538038b1f5710c32e9a2c03a043f9653fedd8415c522e3cd86ea7536c687dc452efa0204f2e35cb8dcc98d750ac8aae1aebfc69486a50eefd5647f2c86
+Size (gentium-otf.r74545.tar.xz) = 1828 bytes

Index: pkgsrc/fonts/tex-gentium-otf-doc/DESCR
diff -u /dev/null pkgsrc/fonts/tex-gentium-otf-doc/DESCR:1.1
--- /dev/null   Tue May 13 09:28:33 2025
+++ pkgsrc/fonts/tex-gentium-otf-doc/DESCR      Tue May 13 09:28:33 2025
@@ -0,0 +1 @@
+Documentation for tex-gentium-otf.
Index: pkgsrc/fonts/tex-gentium-otf-doc/Makefile
diff -u /dev/null pkgsrc/fonts/tex-gentium-otf-doc/Makefile:1.1
--- /dev/null   Tue May 13 09:28:33 2025
+++ pkgsrc/fonts/tex-gentium-otf-doc/Makefile   Tue May 13 09:28:33 2025
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2025/05/13 09:28:33 markd Exp $
+
+DISTNAME=      gentium-otf.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.02
+TEXLIVE_REV=   74545
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/gentium-otf
+COMMENT=       Documentation for tex-gentium-otf
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/fonts/tex-gentium-otf-doc/PLIST
diff -u /dev/null pkgsrc/fonts/tex-gentium-otf-doc/PLIST:1.1
--- /dev/null   Tue May 13 09:28:33 2025
+++ pkgsrc/fonts/tex-gentium-otf-doc/PLIST      Tue May 13 09:28:33 2025
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2025/05/13 09:28:33 markd Exp $
+share/texmf-dist/doc/fonts/gentium-otf/Changes
+share/texmf-dist/doc/fonts/gentium-otf/README.md
+share/texmf-dist/doc/fonts/gentium-otf/gentium-otf-doc.pdf
+share/texmf-dist/doc/fonts/gentium-otf/gentium-otf-doc.tex
Index: pkgsrc/fonts/tex-gentium-otf-doc/distinfo
diff -u /dev/null pkgsrc/fonts/tex-gentium-otf-doc/distinfo:1.1
--- /dev/null   Tue May 13 09:28:33 2025
+++ pkgsrc/fonts/tex-gentium-otf-doc/distinfo   Tue May 13 09:28:33 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/05/13 09:28:33 markd Exp $
+
+BLAKE2s (gentium-otf.doc.r74545.tar.xz) = e4eee46d4d70217ec1efe821358ad2d47dbc3d88347abddfea911828da976411
+SHA512 (gentium-otf.doc.r74545.tar.xz) = 61d500c438817c7c141e52d3a013ff96da4cf39b3f820b07dbbf885a2f1173665c959cf1977f9422f6ab870e78869bb1420576c9d2f21f5982d155b7fb6850aa
+Size (gentium-otf.doc.r74545.tar.xz) = 1189004 bytes



Home | Main Index | Thread Index | Old Index