svn commit: r527219 - in head/x11-fonts: . office-code-pro

Mateusz Piotrowski 0mp at FreeBSD.org
Wed Feb 26 21:41:15 UTC 2020


Author: 0mp
Date: Wed Feb 26 21:41:13 2020
New Revision: 527219
URL: https://svnweb.freebsd.org/changeset/ports/527219

Log:
  New port: x11-fonts/office-code-pro
  
  Office Code Pro is a customized version of Source Code Pro, the monospaced sans
  serif originally created by Paul D. Hunt for Adobe Systems Incorporated. The
  customizations were made specifically for text editors and coding environments,
  but are still very usable in other applications.
  
  WWW: https://github.com/nathco/Office-Code-Pro

Added:
  head/x11-fonts/office-code-pro/
  head/x11-fonts/office-code-pro/Makefile   (contents, props changed)
  head/x11-fonts/office-code-pro/distinfo   (contents, props changed)
  head/x11-fonts/office-code-pro/pkg-descr   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Wed Feb 26 21:28:56 2020	(r527218)
+++ head/x11-fonts/Makefile	Wed Feb 26 21:41:13 2020	(r527219)
@@ -169,6 +169,7 @@
     SUBDIR += noto-sc
     SUBDIR += noto-tc
     SUBDIR += nucleus
+    SUBDIR += office-code-pro
     SUBDIR += ohsnap
     SUBDIR += oldschool-pc-fonts
     SUBDIR += open-sans

Added: head/x11-fonts/office-code-pro/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/office-code-pro/Makefile	Wed Feb 26 21:41:13 2020	(r527219)
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME=	office-code-pro
+DISTVERSION=	1.004
+CATEGORIES=	x11-fonts
+
+MAINTAINER=	0mp at FreeBSD.org
+COMMENT=	Customized version of the Source Code Pro font
+
+LICENSE=	OFL11
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+USES=		fonts
+USE_GITHUB=	yes
+GH_ACCOUNT=	nathco
+GH_PROJECT=	Office-Code-Pro
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+do-install:
+	@${MKDIR} ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/Fonts/*/TTF/*.ttf ${STAGEDIR}${FONTSDIR}
+
+	cd ${STAGEDIR}/${PREFIX} && \
+		${FIND} ${FONTSDIR:S|^${PREFIX}/||} -type f >> ${TMPPLIST}
+
+.include <bsd.port.mk>

Added: head/x11-fonts/office-code-pro/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/office-code-pro/distinfo	Wed Feb 26 21:41:13 2020	(r527219)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1582752196
+SHA256 (nathco-Office-Code-Pro-1.004_GH0.tar.gz) = 9bca923d17f6c47a586d8e4567d46ccfa58fb8b8e2247b5ee2a19da1597c58f6
+SIZE (nathco-Office-Code-Pro-1.004_GH0.tar.gz) = 2910992

Added: head/x11-fonts/office-code-pro/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/office-code-pro/pkg-descr	Wed Feb 26 21:41:13 2020	(r527219)
@@ -0,0 +1,6 @@
+Office Code Pro is a customized version of Source Code Pro, the monospaced sans
+serif originally created by Paul D. Hunt for Adobe Systems Incorporated. The
+customizations were made specifically for text editors and coding environments,
+but are still very usable in other applications.
+
+WWW: https://github.com/nathco/Office-Code-Pro


More information about the svn-ports-all mailing list