Skip to content

Commit

Permalink
Add x11-fonts/juliamono: Monospaced typeface with many Unicode charac…
Browse files Browse the repository at this point in the history
…ters

PR:		269742
  • Loading branch information
Trenton Schulz authored and lwhsu committed Aug 2, 2023
1 parent 9c72c71 commit 1da1ae3
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions x11-fonts/Makefile
Expand Up @@ -145,6 +145,7 @@
SUBDIR += jetbrains-mono
SUBDIR += jf-openhuninn
SUBDIR += jmk-x11-fonts
SUBDIR += juliamono
SUBDIR += junction
SUBDIR += junicode
SUBDIR += kaputa
Expand Down
26 changes: 26 additions & 0 deletions x11-fonts/juliamono/Makefile
@@ -0,0 +1,26 @@
PORTNAME= juliamono
PORTVERSION= 0.048
CATEGORIES= x11-fonts

MAINTAINER= trueos@norwegianrockcat.com
COMMENT= Monospaced typeface with many Unicode characters
WWW= https://juliamono.netlify.app/

LICENSE= OFL11

USES= fonts xorg

USE_GITHUB= yes
GH_ACCOUNT= cormullion
GH_PROJECT= juliamono
GH_TAGNAME= 1ef7ff0
USE_XORG= x11
NO_ARCH= yes
NO_BUILD= yes

do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${FIND} ${WRKSRC} -type f -name \*.ttf | while read f; do \
${INSTALL_DATA} $$f ${STAGEDIR}${FONTSDIR} ; done

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions x11-fonts/juliamono/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1676965975
SHA256 (cormullion-juliamono-0.048-1ef7ff0_GH0.tar.gz) = c2806e0660e0a8c8b1daa3af3acf404349902fde3b4b1c051d2aaf148df337f4
SIZE (cormullion-juliamono-0.048-1ef7ff0_GH0.tar.gz) = 50824201
3 changes: 3 additions & 0 deletions x11-fonts/juliamono/pkg-descr
@@ -0,0 +1,3 @@
JuliaMono is a monospaced typeface designed for programming in text
editing environments that require a wide range of specialist and
technical Unicode characters.
16 changes: 16 additions & 0 deletions x11-fonts/juliamono/pkg-plist
@@ -0,0 +1,16 @@
%%FONTSDIR%%/JuliaMono-Black.ttf
%%FONTSDIR%%/JuliaMono-BlackItalic.ttf
%%FONTSDIR%%/JuliaMono-Bold.ttf
%%FONTSDIR%%/JuliaMono-BoldItalic.ttf
%%FONTSDIR%%/JuliaMono-BoldLatin.ttf
%%FONTSDIR%%/JuliaMono-ExtraBold.ttf
%%FONTSDIR%%/JuliaMono-ExtraBoldItalic.ttf
%%FONTSDIR%%/JuliaMono-Light.ttf
%%FONTSDIR%%/JuliaMono-LightItalic.ttf
%%FONTSDIR%%/JuliaMono-Medium.ttf
%%FONTSDIR%%/JuliaMono-MediumItalic.ttf
%%FONTSDIR%%/JuliaMono-Regular.ttf
%%FONTSDIR%%/JuliaMono-RegularItalic.ttf
%%FONTSDIR%%/JuliaMono-RegularLatin.ttf
%%FONTSDIR%%/JuliaMono-SemiBold.ttf
%%FONTSDIR%%/JuliaMono-SemiBoldItalic.ttf

0 comments on commit 1da1ae3

Please sign in to comment.