Andreas Wacknitz
2022-02-15 26fe9b3e7723918ef61418d9888cf1600f93f757
add victor-mono font

4 files added
149 ■■■■■ changed files
components/fonts/victor-mono/Makefile 42 ●●●●● patch | view | raw | blame | history
components/fonts/victor-mono/manifests/sample-manifest.p5m 47 ●●●●● patch | view | raw | blame | history
components/fonts/victor-mono/pkg5 13 ●●●●● patch | view | raw | blame | history
components/fonts/victor-mono/victor-mono.p5m 47 ●●●●● patch | view | raw | blame | history
components/fonts/victor-mono/Makefile
New file
@@ -0,0 +1,42 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2020 Andreas Wacknitz
#
BUILD_STYLE = archive
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=                victor-mono
COMPONENT_SUMMARY=            Victor Mono is an open-source monospaced font with optional semi-connected cursive italics and programming symbol ligatures.
COMPONENT_VERSION=             1.52
COMPONENT_PROJECT_URL=         https://rubjo.github.io/victor-mono/
COMPONENT_SRC_NAME=            VictorMonoAll
COMPONENT_SRC=                $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=          $(COMPONENT_SRC).zip
COMPONENT_ARCHIVE_URL=        https://rubjo.github.io/victor-mono/$(COMPONENT_SRC_NAME).zip
#COMPONENT_ARCHIVE_URL=        https://github.com/rubjo/victor-mono/archive/refs/tags/$(COMPONENT_VERSION).tar.gz
COMPONENT_ARCHIVE_HASH=     sha256:090cbcf1d95f147da981173f30d481386ae065480dfe150d8a0a287fb0bcc256
COMPONENT_LICENSE=            SIL Open Font License, Version 1.1
COMPONENT_LICENSE_FILE=        LICENSE.txt
FONT_TYPE = TTF
UNPACK_ARGS= -r $(COMPONENT_SRC)
include $(WS_MAKE_RULES)/font.mk
COMPONENT_FONT_SRC_DIR     =
COMPONENT_FONT_FILES      += TTF/*.ttf
COMPONENT_FONTCONF_SRC_DIR =
COMPONENT_FONTCONF_FILES   =
components/fonts/victor-mono/manifests/sample-manifest.p5m
New file
@@ -0,0 +1,47 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2022 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-Bold.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-BoldItalic.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-BoldOblique.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-ExtraLight.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-ExtraLightItalic.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-ExtraLightOblique.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-Italic.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-Light.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-LightItalic.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-LightOblique.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-Medium.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-MediumItalic.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-MediumOblique.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-Oblique.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-Regular.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-SemiBold.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-SemiBoldItalic.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-SemiBoldOblique.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-Thin.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-ThinItalic.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-ThinOblique.ttf
file path=usr/share/fonts/TrueType/victor-mono/fonts.dir
file path=usr/share/fonts/TrueType/victor-mono/fonts.scale
components/fonts/victor-mono/pkg5
New file
@@ -0,0 +1,13 @@
{
    "dependencies": [
        "SUNWcs",
        "shell/ksh93",
        "system/library",
        "system/library/fontconfig",
        "x11/font-utilities"
    ],
    "fmris": [
        "system/font/truetype/victor-mono"
    ],
    "name": "victor-mono"
}
components/fonts/victor-mono/victor-mono.p5m
New file
@@ -0,0 +1,47 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2022 Andreas Wacknitz
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-Bold.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-BoldItalic.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-BoldOblique.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-ExtraLight.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-ExtraLightItalic.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-ExtraLightOblique.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-Italic.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-Light.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-LightItalic.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-LightOblique.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-Medium.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-MediumItalic.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-MediumOblique.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-Oblique.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-Regular.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-SemiBold.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-SemiBoldItalic.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-SemiBoldOblique.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-Thin.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-ThinItalic.ttf
file path=usr/share/fonts/TrueType/victor-mono/VictorMono-ThinOblique.ttf
file path=usr/share/fonts/TrueType/victor-mono/fonts.dir
file path=usr/share/fonts/TrueType/victor-mono/fonts.scale