Hi,
Here is the addition of the Etoile variant for Iosevka font.
Index: Makefile
===================================================================
RCS file: /cvs/ports/fonts/iosevka-fonts/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile 8 Aug 2023 11:01:13 -0000 1.4
+++ Makefile 30 Oct 2023 11:33:55 -0000
@@ -14,6 +14,7 @@
SUBDIR =
SUBDIR += default
+SUBDIR += etoile
SUBDIR += fixed-slab
.include <bsd.port.subdir.mk>
Index: etoile/Makefile
===================================================================
RCS file: etoile/Makefile
diff -N etoile/Makefile
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ etoile/Makefile 30 Oct 2023 11:33:55 -0000
@@ -0,0 +1,9 @@
+COMMENT = slender typeface for code (etoile variant)
+PKGNAME = iosevka-etoile-${V}
+DISTFILES = ttc-iosevka-etoile-${V}${EXTRACT_SUFX}
+
+do-install:
+ ${INSTALL_DATA_DIR} ${FONTDIR}
+ ${INSTALL_DATA} ${WRKDIST}/*.ttc ${FONTDIR}
+
+.include <bsd.port.mk>
Index: etoile/distinfo
===================================================================
RCS file: etoile/distinfo
diff -N etoile/distinfo
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ etoile/distinfo 30 Oct 2023 11:33:55 -0000
@@ -0,0 +1,2 @@
+SHA256 (ttc-iosevka-etoile-26.0.1.zip) = IcG3wCxQEt5dI7DK26NQJbMoJOr4MPG8zXtIZ/2sLvM=
+SIZE (ttc-iosevka-etoile-26.0.1.zip) = 60145679
Index: etoile/pkg/DESCR
===================================================================
RCS file: etoile/pkg/DESCR
diff -N etoile/pkg/DESCR
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ etoile/pkg/DESCR 30 Oct 2023 11:33:55 -0000
@@ -0,0 +1,3 @@
+Coders' typeface, built from code.
+
+This package is for the etoile (proportional with serif) variant.
Index: etoile/pkg/PLIST
===================================================================
RCS file: etoile/pkg/PLIST
diff -N etoile/pkg/PLIST
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ etoile/pkg/PLIST 30 Oct 2023 11:33:55 -0000
@@ -0,0 +1,11 @@
+share/fonts/
+@fontdir share/fonts/iosevka/
+share/fonts/iosevka/iosevka-etoile-bold.ttc
+share/fonts/iosevka/iosevka-etoile-extrabold.ttc
+share/fonts/iosevka/iosevka-etoile-extralight.ttc
+share/fonts/iosevka/iosevka-etoile-heavy.ttc
+share/fonts/iosevka/iosevka-etoile-light.ttc
+share/fonts/iosevka/iosevka-etoile-medium.ttc
+share/fonts/iosevka/iosevka-etoile-regular.ttc
+share/fonts/iosevka/iosevka-etoile-semibold.ttc
+share/fonts/iosevka/iosevka-etoile-thin.ttc
--
Manuel Giraud
No comments:
Post a Comment