Andreas Wacknitz
2023-07-06 9adec8ae66becb97518ed11882dd8f385b5b06c6
gnu-gs-fonts-other: update meta data

4 files modified
57 ■■■■ changed files
components/fonts/gnu-gs-fonts-other/Makefile 22 ●●●●● patch | view | raw | blame | history
components/fonts/gnu-gs-fonts-other/gnu-gs-fonts-other.p5m 27 ●●●● patch | view | raw | blame | history
components/fonts/gnu-gs-fonts-other/manifests/sample-manifest.p5m 3 ●●●● patch | view | raw | blame | history
components/fonts/gnu-gs-fonts-other/pkg5 5 ●●●● patch | view | raw | blame | history
components/fonts/gnu-gs-fonts-other/Makefile
@@ -21,25 +21,30 @@
#
# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
#
BUILD_BITS= NO_ARCH
BUILD_STYLE= archive
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=         gnu-gs-fonts-other
COMPONENT_VERSION=      6.0
COMPONENT_PROJECT_URL=    http://sourceforge.net/projects/gs-fonts/
COMPONENT_REVISION=        1
COMPONENT_SUMMARY=        GNU Ghostscript Fonts (Other)
COMPONENT_PROJECT_URL=    https://sourceforge.net/projects/gs-fonts/
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
    sha256:8146cccc4699fe9dab841446bdd17039f4769c903eceb54409188b920754aab3
COMPONENT_ARCHIVE_HASH= sha256:8146cccc4699fe9dab841446bdd17039f4769c903eceb54409188b920754aab3
COMPONENT_ARCHIVE_URL=  $(COMPONENT_PROJECT_URL)files/gs-fonts/6.0%20%28misc%2C%20GPL%29/$(COMPONENT_ARCHIVE)/download
COMPONENT_BUGDB=    utility/ghostscript
COMPONENT_FMRI=            print/filter/ghostscript/fonts/gnu-gs-fonts-other
COMPONENT_CLASSIFICATION=    System/Printing
COMPONENT_LICENSE=        GPLv2
# set relocate_to option while unpacking the tar ball
UNPACK_ARGS= -r $(COMPONENT_SRC)
PROTOGSSHAREDIR=$(PROTOUSRSHAREDIR)/ghostscript
PROTOGSSHAREDIR= $(PROTOUSRSHAREDIR)/ghostscript
include $(WS_TOP)/make-rules/prep.mk
include $(WS_TOP)/make-rules/ips.mk
TEST_TARGET= $(NO_TESTS)
include $(WS_MAKE_RULES)/common.mk
# untar the tar ball and apply the patches
build:        $(SOURCE_DIR)/.prep
@@ -49,7 +54,6 @@
    $(MKDIR) -m 755 -p $(PROTOGSSHAREDIR)
    $(CP) -r $(SOURCE_DIR)/* $(PROTOGSSHAREDIR)
test:    $(NO_TESTS)
clean::
    $(RM) -r $(BUILD_DIR)
components/fonts/gnu-gs-fonts-other/gnu-gs-fonts-other.p5m
@@ -20,18 +20,21 @@
#
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
#
set name=pkg.fmri \
    value=pkg:/print/filter/ghostscript/fonts/gnu-gs-fonts-other@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="GNU Ghostscript Fonts (Other)"
set name=com.oracle.info.description value="GNU Ghostscript Fonts (Other)"
set name=com.oracle.info.tpno value=8517
set name=info.classification \
    value=org.opensolaris.category.2008:System/Printing
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_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=org.opensolaris.arc-caseid \
    value=PSARC/2010/010
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
legacy pkg=SUNWgsfot \
    desc="GNU Ghostscript Fonts (Other)" \
    name="GNU Ghostscript Fonts (Other)"
file path=usr/share/ghostscript/fonts/bchb.afm
file path=usr/share/ghostscript/fonts/bchb.pfa
file path=usr/share/ghostscript/fonts/bchbi.afm
@@ -93,7 +96,3 @@
file path=usr/share/ghostscript/fonts/u004006t.afm
file path=usr/share/ghostscript/fonts/u004006t.gsf
file path=usr/share/ghostscript/fonts/u004006t.pfm
legacy pkg=SUNWgsfot \
    desc="GNU Ghostscript Fonts (Other)" \
    name="GNU Ghostscript Fonts (Other)"
license gnu-gs-fonts-other.license license=GPLv2
components/fonts/gnu-gs-fonts-other/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
#
#
# Copyright 2016 <contributor>
# Copyright 2023 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
components/fonts/gnu-gs-fonts-other/pkg5
@@ -1,8 +1,5 @@
{
    "dependencies": [
        "SUNWcs",
        "system/library"
    ],
    "dependencies": [],
    "fmris": [
        "print/filter/ghostscript/fonts/gnu-gs-fonts-other"
    ],