svn commit: r522818 - in head/x11-fonts: . victor-mono-ttf
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 12 16:09:19 UTC 2020
Author: sunpoet
Date: Sun Jan 12 16:09:17 2020
New Revision: 522818
URL: https://svnweb.freebsd.org/changeset/ports/522818
Log:
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 at wired.sh>
Added:
head/x11-fonts/victor-mono-ttf/
head/x11-fonts/victor-mono-ttf/Makefile (contents, props changed)
head/x11-fonts/victor-mono-ttf/distinfo (contents, props changed)
head/x11-fonts/victor-mono-ttf/pkg-descr (contents, props changed)
head/x11-fonts/victor-mono-ttf/pkg-plist (contents, props changed)
Modified:
head/x11-fonts/Makefile
Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile Sun Jan 12 16:08:38 2020 (r522817)
+++ head/x11-fonts/Makefile Sun Jan 12 16:09:17 2020 (r522818)
@@ -226,6 +226,7 @@
SUBDIR += urwfonts
SUBDIR += urwfonts-ttf
SUBDIR += uw-ttyp0
+ SUBDIR += victor-mono-ttf
SUBDIR += vollkorn-ttf
SUBDIR += vtfontcvt-ng
SUBDIR += webfonts
Added: head/x11-fonts/victor-mono-ttf/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-fonts/victor-mono-ttf/Makefile Sun Jan 12 16:09:17 2020 (r522818)
@@ -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 at 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>
Added: head/x11-fonts/victor-mono-ttf/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-fonts/victor-mono-ttf/distinfo Sun Jan 12 16:09:17 2020 (r522818)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1578812633
+SHA256 (VictorMonoAll.zip) = 2fb18068fb921e4580e96540f2626c0c4b033eae8da35dd892e5a9ce52cd0ed9
+SIZE (VictorMonoAll.zip) = 6474704
Added: head/x11-fonts/victor-mono-ttf/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-fonts/victor-mono-ttf/pkg-descr Sun Jan 12 16:09:17 2020 (r522818)
@@ -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/
Added: head/x11-fonts/victor-mono-ttf/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-fonts/victor-mono-ttf/pkg-plist Sun Jan 12 16:09:17 2020 (r522818)
@@ -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
More information about the svn-ports-all
mailing list