Marcel Telka
2023-12-25 e2424e8dec968cea6571e5a11e27604d8e31b078
xmltoman: switch to unversioned Perl

4 files modified
26 ■■■■ changed files
components/text/xmltoman/Makefile 12 ●●●●● patch | view | raw | blame | history
components/text/xmltoman/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/text/xmltoman/pkg5 6 ●●●● patch | view | raw | blame | history
components/text/xmltoman/xmltoman.p5m 6 ●●●● patch | view | raw | blame | history
components/text/xmltoman/Makefile
@@ -17,19 +17,23 @@
COMPONENT_NAME=     xmltoman
COMPONENT_VERSION=     0.4
COMPONENT_REVISION=    2
COMPONENT_REVISION=    3
COMPONENT_SUMMARY=     simple XML to man converter
COMPONENT_SRC=         $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=     $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=    sha256:948794a316aaecd13add60e17e476beae86644d066cb60171fc6b779f2df14b0
COMPONENT_ARCHIVE_URL=    https://sourceforge.net/projects/xmltoman/files/xmltoman/$(COMPONENT_ARCHIVE)/$(COMPONENT_ARCHIVE)/download
COMPONENT_PROJECT_URL=    https://sourceforge.net/projects/xmltoman
COMPONENT_FMRI=        text/xmltoman
COMPONENT_CLASSIFICATION=    System/Text Tools
COMPONENT_LICENSE=    GPL-2.0-only
COMPONENT_LICENSE_FILE=    COPYING
TEST_TARGET=    $(NO_TESTS)
include $(WS_MAKE_RULES)/common.mk
COMPONENT_BUILD_ARGS += PREFIX=/usr
COMPONENT_INSTALL_ARGS += PREFIX=/usr
COMPONENT_BUILD_ARGS += PREFIX=$(USRDIR)
COMPONENT_INSTALL_ARGS += PREFIX=$(USRDIR)
# Auto-generated dependencies
PERL_REQUIRED_PACKAGES += runtime/perl
REQUIRED_PACKAGES += runtime/perl
components/text/xmltoman/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2022 <contributor>
# Copyright 2023 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
components/text/xmltoman/pkg5
@@ -1,10 +1,6 @@
{
    "dependencies": [
        "SUNWcs",
        "runtime/perl-534",
        "runtime/perl-536",
        "shell/ksh93",
        "system/library"
        "runtime/perl"
    ],
    "fmris": [
        "text/xmltoman"
components/text/xmltoman/xmltoman.p5m
@@ -12,15 +12,15 @@
# Copyright 2014 Alexander Pyhalov. All rights reserved.
#
set name=pkg.fmri value=pkg:/text/xmltoman@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
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="org.opensolaris.category.2008:System/Text Tools"
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 COPYING license='GPLv2'
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/xmlmantohtml
file path=usr/bin/xmltoman