Andreas Wacknitz
2022-05-22 b1850aa75bd442042ea9afc5211b3ac64cae3791
add roboto font

4 files added
157 ■■■■■ changed files
components/fonts/roboto/Makefile 50 ●●●●● patch | view | raw | blame | history
components/fonts/roboto/manifests/sample-manifest.p5m 46 ●●●●● patch | view | raw | blame | history
components/fonts/roboto/pkg5 13 ●●●●● patch | view | raw | blame | history
components/fonts/roboto/roboto.p5m 48 ●●●●● patch | view | raw | blame | history
components/fonts/roboto/Makefile
New file
@@ -0,0 +1,50 @@
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright (c) 2022, Andreas Wacknitz
#
BUILD_STYLE= archive
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=          roboto
COMPONENT_VERSION=        2.138
COMPONENT_SUMMARY=        Google’s signature family of fonts, the default font on Android and Chrome OS
COMPONENT_DESCRIPTION=    Has optimized outlines, no hinting, and glyphs U+20E3, U+2191, and U+2193 (comb. keycap, up/down arrows) removed.
COMPONENT_SRC_BASE=      $(COMPONENT_NAME)-android
COMPONENT_SRC=            $(COMPONENT_SRC_BASE)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=        $(COMPONENT_SRC).zip
COMPONENT_PROJECT_URL=    https://github.com/googlefonts/roboto
COMPONENT_ARCHIVE_URL=    $(COMPONENT_PROJECT_URL)/releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_SRC_BASE).zip
COMPONENT_ARCHIVE_HASH=    sha256:c825453253f590cfe62557733e7173f9a421fff103b00f57d33c4ad28ae53baf
COMPONENT_LICENSE=         Apache 2.0
COMPONENT_LICENSE_FILE=    LICENSE
# Archive does not contain any top directory
UNPACK_ARGS = -r $(COMPONENT_SRC)
FONT_TYPE = TTF
include $(WS_MAKE_RULES)/font.mk
COMPONENT_FONT_SRC_DIR =
COMPONENT_FONT_FILES += *.ttf
COMPONENT_FONTCONF_FILES =
# Auto-generated dependencies
components/fonts/roboto/manifests/sample-manifest.p5m
New file
@@ -0,0 +1,46 @@
#
# 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/roboto/Roboto-Black.ttf
file path=usr/share/fonts/TrueType/roboto/Roboto-BlackItalic.ttf
file path=usr/share/fonts/TrueType/roboto/Roboto-Bold.ttf
file path=usr/share/fonts/TrueType/roboto/Roboto-BoldItalic.ttf
file path=usr/share/fonts/TrueType/roboto/Roboto-Italic.ttf
file path=usr/share/fonts/TrueType/roboto/Roboto-Light.ttf
file path=usr/share/fonts/TrueType/roboto/Roboto-LightItalic.ttf
file path=usr/share/fonts/TrueType/roboto/Roboto-Medium.ttf
file path=usr/share/fonts/TrueType/roboto/Roboto-MediumItalic.ttf
file path=usr/share/fonts/TrueType/roboto/Roboto-Regular.ttf
file path=usr/share/fonts/TrueType/roboto/Roboto-Thin.ttf
file path=usr/share/fonts/TrueType/roboto/Roboto-ThinItalic.ttf
file path=usr/share/fonts/TrueType/roboto/RobotoCondensed-Bold.ttf
file path=usr/share/fonts/TrueType/roboto/RobotoCondensed-BoldItalic.ttf
file path=usr/share/fonts/TrueType/roboto/RobotoCondensed-Italic.ttf
file path=usr/share/fonts/TrueType/roboto/RobotoCondensed-Light.ttf
file path=usr/share/fonts/TrueType/roboto/RobotoCondensed-LightItalic.ttf
file path=usr/share/fonts/TrueType/roboto/RobotoCondensed-Medium.ttf
file path=usr/share/fonts/TrueType/roboto/RobotoCondensed-MediumItalic.ttf
file path=usr/share/fonts/TrueType/roboto/RobotoCondensed-Regular.ttf
file path=usr/share/fonts/TrueType/roboto/fonts.dir
file path=usr/share/fonts/TrueType/roboto/fonts.scale
components/fonts/roboto/pkg5
New file
@@ -0,0 +1,13 @@
{
    "dependencies": [
        "SUNWcs",
        "shell/ksh93",
        "system/library",
        "system/library/fontconfig",
        "x11/font-utilities"
    ],
    "fmris": [
        "system/font/truetype/roboto"
    ],
    "name": "roboto"
}
components/fonts/roboto/roboto.p5m
New file
@@ -0,0 +1,48 @@
#
# 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=pkg.description value="$(COMPONENT_DESCRIPTION)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/share/fonts/TrueType/roboto/Roboto-Black.ttf
file path=usr/share/fonts/TrueType/roboto/Roboto-BlackItalic.ttf
file path=usr/share/fonts/TrueType/roboto/Roboto-Bold.ttf
file path=usr/share/fonts/TrueType/roboto/Roboto-BoldItalic.ttf
file path=usr/share/fonts/TrueType/roboto/Roboto-Italic.ttf
file path=usr/share/fonts/TrueType/roboto/Roboto-Light.ttf
file path=usr/share/fonts/TrueType/roboto/Roboto-LightItalic.ttf
file path=usr/share/fonts/TrueType/roboto/Roboto-Medium.ttf
file path=usr/share/fonts/TrueType/roboto/Roboto-MediumItalic.ttf
file path=usr/share/fonts/TrueType/roboto/Roboto-Regular.ttf
file path=usr/share/fonts/TrueType/roboto/Roboto-Thin.ttf
file path=usr/share/fonts/TrueType/roboto/Roboto-ThinItalic.ttf
file path=usr/share/fonts/TrueType/roboto/RobotoCondensed-Bold.ttf
file path=usr/share/fonts/TrueType/roboto/RobotoCondensed-BoldItalic.ttf
file path=usr/share/fonts/TrueType/roboto/RobotoCondensed-Italic.ttf
file path=usr/share/fonts/TrueType/roboto/RobotoCondensed-Light.ttf
file path=usr/share/fonts/TrueType/roboto/RobotoCondensed-LightItalic.ttf
file path=usr/share/fonts/TrueType/roboto/RobotoCondensed-Medium.ttf
file path=usr/share/fonts/TrueType/roboto/RobotoCondensed-MediumItalic.ttf
file path=usr/share/fonts/TrueType/roboto/RobotoCondensed-Regular.ttf
file path=usr/share/fonts/TrueType/roboto/fonts.dir
file path=usr/share/fonts/TrueType/roboto/fonts.scale