svn commit: r523151 - in head/x11-fonts: . jetbrains-mono

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Jan 15 18:16:03 UTC 2020


Author: lwhsu
Date: Wed Jan 15 18:16:02 2020
New Revision: 523151
URL: https://svnweb.freebsd.org/changeset/ports/523151

Log:
  Add x11-fonts/jetbrains-mono: A free and open source typeface for developers

Added:
  head/x11-fonts/jetbrains-mono/
  head/x11-fonts/jetbrains-mono/Makefile   (contents, props changed)
  head/x11-fonts/jetbrains-mono/distinfo   (contents, props changed)
  head/x11-fonts/jetbrains-mono/pkg-descr   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Wed Jan 15 17:47:48 2020	(r523150)
+++ head/x11-fonts/Makefile	Wed Jan 15 18:16:02 2020	(r523151)
@@ -123,6 +123,7 @@
     SUBDIR += intlfonts
     SUBDIR += iosevka
     SUBDIR += isabella
+    SUBDIR += jetbrains-mono
     SUBDIR += jmk-x11-fonts
     SUBDIR += junction
     SUBDIR += junicode

Added: head/x11-fonts/jetbrains-mono/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/jetbrains-mono/Makefile	Wed Jan 15 18:16:02 2020	(r523151)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	jetbrains-mono
+PORTVERSION=	1.0.0
+CATEGORIES=	x11-fonts
+MASTER_SITES=	https://download.jetbrains.com/fonts/
+DISTNAME=	JetBrainsMono-${DISTVERSION}
+
+MAINTAINER=	lwhsu at FreeBSD.org
+COMMENT=	Free and open source typeface for developers
+
+LICENSE=	APACHE20
+
+USES=		fonts zip
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
+
+do-install:
+	@${MKDIR} ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
+	${LS} ${STAGEDIR}${FONTSDIR}/*.ttf | ${SED} -e's,^${STAGEDIR},,' >> ${TMPPLIST}
+
+.include <bsd.port.mk>

Added: head/x11-fonts/jetbrains-mono/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/jetbrains-mono/distinfo	Wed Jan 15 18:16:02 2020	(r523151)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1579110158
+SHA256 (JetBrainsMono-1.0.0.zip) = 82bf0dec956e4ca9afa4da4978fa5de80a75a576b3353d570ccbaabe4e858389
+SIZE (JetBrainsMono-1.0.0.zip) = 514933

Added: head/x11-fonts/jetbrains-mono/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/jetbrains-mono/pkg-descr	Wed Jan 15 18:16:02 2020	(r523151)
@@ -0,0 +1,3 @@
+JetBrains Mono: A free and open source typeface for developers
+
+WWW: https://www.jetbrains.com/lp/mono


More information about the svn-ports-all mailing list