diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2020-03-26 11:24:59 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2020-03-26 11:24:59 +0000 |
commit | b25df984ed398cce24a648e8c58f034d07704bd6 (patch) | |
tree | 7c1de751ebcf4da4e52f26201277705a7fa313b9 /x11-fonts | |
parent | 6e09102fd093d792d86df604183dc7bab91835a3 (diff) | |
download | ports-b25df984ed398cce24a648e8c58f034d07704bd6.tar.gz ports-b25df984ed398cce24a648e8c58f034d07704bd6.zip |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/anomaly-mono/Makefile | 27 | ||||
-rw-r--r-- | x11-fonts/anomaly-mono/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/anomaly-mono/pkg-descr | 11 |
4 files changed, 42 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index b01e6f312296..deda172ac919 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -10,6 +10,7 @@ SUBDIR += alegreya-sans SUBDIR += alfont SUBDIR += andika + SUBDIR += anomaly-mono SUBDIR += anonymous-pro SUBDIR += apl385 SUBDIR += artwiz-aleczapka diff --git a/x11-fonts/anomaly-mono/Makefile b/x11-fonts/anomaly-mono/Makefile new file mode 100644 index 000000000000..be8a164fcbc2 --- /dev/null +++ b/x11-fonts/anomaly-mono/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= anomaly-mono +DISTVERSION= g20200110 +CATEGORIES= x11-fonts + +MAINTAINER= vulcan@wired.sh +COMMENT= Retrofuturism inspired monospaced programming font + +LICENSE= OFL11 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= fonts +USE_GITHUB= yes +GH_ACCOUNT= benbusby +GH_TAGNAME= c97c17282e8d1b244a9571c6eb392aac99ddd76e + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= ${FONTSDIR}/AnomalyMono.otf + +do-install: + @${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/AnomalyMono.otf ${STAGEDIR}${FONTSDIR} + +.include <bsd.port.mk> diff --git a/x11-fonts/anomaly-mono/distinfo b/x11-fonts/anomaly-mono/distinfo new file mode 100644 index 000000000000..939e3f6e99c9 --- /dev/null +++ b/x11-fonts/anomaly-mono/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1583791458 +SHA256 (benbusby-anomaly-mono-g20200110-c97c17282e8d1b244a9571c6eb392aac99ddd76e_GH0.tar.gz) = ce8875a43710bd562187c45ad50c11b41e371d2b898b868459dc30df38e88f51 +SIZE (benbusby-anomaly-mono-g20200110-c97c17282e8d1b244a9571c6eb392aac99ddd76e_GH0.tar.gz) = 5245178 diff --git a/x11-fonts/anomaly-mono/pkg-descr b/x11-fonts/anomaly-mono/pkg-descr new file mode 100644 index 000000000000..94d56b9325dc --- /dev/null +++ b/x11-fonts/anomaly-mono/pkg-descr @@ -0,0 +1,11 @@ +Unique monospaced programming font, inspired by "retrofuturism". +The alphabetical characters of the font are designed as an homage +to the aesthetic of older science fiction movies and magazines, +while the numerical characters are intended to mimic digital clock +numbers. Symbols and numbers were given special design consideration +to stand out from alphabetical characters as well. The result is a +font that creates a strong distinction between all types of glyphs +and has a unique appearance, while still maintaining perfect +legibility for writing and debugging code. + +WWW: https://github.com/benbusby/anomaly-mono |