mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Add victor-mono-ttf 1.3.0
Victor Mono is a free programming font with optional semi-connected cursive italics, symbol ligatures (!=, ->>, =>, ===, <=, >=, ++) and Latin, Cyrillic and Greek characters. The typeface is clean, crisp and narrow, with a large x-height and clear punctuation, making it legible and ideal for code. It comes in seven weights, and is available in Roman, Italic and Oblique. WWW: https://rubjo.github.io/victor-mono/ PR: 242776 Submitted by: Lewis Cook <vulcan@wired.sh>
This commit is contained in:
parent
f537976e18
commit
24f33c1984
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522818
@ -226,6 +226,7 @@
|
||||
SUBDIR += urwfonts
|
||||
SUBDIR += urwfonts-ttf
|
||||
SUBDIR += uw-ttyp0
|
||||
SUBDIR += victor-mono-ttf
|
||||
SUBDIR += vollkorn-ttf
|
||||
SUBDIR += vtfontcvt-ng
|
||||
SUBDIR += webfonts
|
||||
|
28
x11-fonts/victor-mono-ttf/Makefile
Normal file
28
x11-fonts/victor-mono-ttf/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= victor-mono
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.0
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= https://rubjo.github.io/${PORTNAME}/
|
||||
PKGNAMESUFFIX= -ttf
|
||||
DISTNAME= VictorMonoAll
|
||||
|
||||
MAINTAINER= vulcan@wired.sh
|
||||
COMMENT= Programming font with cursive italics and ligatures
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= fonts zip
|
||||
FONTNAME= VictorMono
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/TTF/*.ttf ${STAGEDIR}${FONTSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-fonts/victor-mono-ttf/distinfo
Normal file
3
x11-fonts/victor-mono-ttf/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1578812633
|
||||
SHA256 (VictorMonoAll.zip) = 2fb18068fb921e4580e96540f2626c0c4b033eae8da35dd892e5a9ce52cd0ed9
|
||||
SIZE (VictorMonoAll.zip) = 6474704
|
9
x11-fonts/victor-mono-ttf/pkg-descr
Normal file
9
x11-fonts/victor-mono-ttf/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Victor Mono is a free programming font with optional semi-connected cursive
|
||||
italics, symbol ligatures (!=, ->>, =>, ===, <=, >=, ++) and Latin,
|
||||
Cyrillic and Greek characters.
|
||||
|
||||
The typeface is clean, crisp and narrow, with a large x-height and clear
|
||||
punctuation, making it legible and ideal for code. It comes in seven
|
||||
weights, and is available in Roman, Italic and Oblique.
|
||||
|
||||
WWW: https://rubjo.github.io/victor-mono/
|
21
x11-fonts/victor-mono-ttf/pkg-plist
Normal file
21
x11-fonts/victor-mono-ttf/pkg-plist
Normal file
@ -0,0 +1,21 @@
|
||||
%%FONTSDIR%%/VictorMono-Bold.ttf
|
||||
%%FONTSDIR%%/VictorMono-BoldItalic.ttf
|
||||
%%FONTSDIR%%/VictorMono-BoldOblique.ttf
|
||||
%%FONTSDIR%%/VictorMono-ExtraLight.ttf
|
||||
%%FONTSDIR%%/VictorMono-ExtraLightItalic.ttf
|
||||
%%FONTSDIR%%/VictorMono-ExtraLightOblique.ttf
|
||||
%%FONTSDIR%%/VictorMono-Italic.ttf
|
||||
%%FONTSDIR%%/VictorMono-Light.ttf
|
||||
%%FONTSDIR%%/VictorMono-LightItalic.ttf
|
||||
%%FONTSDIR%%/VictorMono-LightOblique.ttf
|
||||
%%FONTSDIR%%/VictorMono-Medium.ttf
|
||||
%%FONTSDIR%%/VictorMono-MediumItalic.ttf
|
||||
%%FONTSDIR%%/VictorMono-MediumOblique.ttf
|
||||
%%FONTSDIR%%/VictorMono-Oblique.ttf
|
||||
%%FONTSDIR%%/VictorMono-Regular.ttf
|
||||
%%FONTSDIR%%/VictorMono-SemiBold.ttf
|
||||
%%FONTSDIR%%/VictorMono-SemiBoldItalic.ttf
|
||||
%%FONTSDIR%%/VictorMono-SemiBoldOblique.ttf
|
||||
%%FONTSDIR%%/VictorMono-Thin.ttf
|
||||
%%FONTSDIR%%/VictorMono-ThinItalic.ttf
|
||||
%%FONTSDIR%%/VictorMono-ThinOblique.ttf
|
Loading…
Reference in New Issue
Block a user