1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

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
This commit is contained in:
Mateusz Piotrowski 2020-02-26 21:41:13 +00:00
parent ddaa78a8fc
commit adbeeae6d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527219
4 changed files with 38 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,28 @@
# $FreeBSD$
PORTNAME= office-code-pro
DISTVERSION= 1.004
CATEGORIES= x11-fonts
MAINTAINER= 0mp@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>

View File

@ -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

View File

@ -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