nrpe: update to 4.1.3
[oi-userland.git] / components / sysutils / znapzend / znapzend.p5m
blobd33a9691a91d8bf3cd9bc0f9ace834599153c44e
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2016-2018 Jim Klimov
14 # Copyright 2021 Andreas Grueninger, Grueninger GmbH, (grueni). All rights reserved.
17 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
18 set name=pkg.human-version value=$(HUMAN_VERSION)
19 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
20 set name=pkg.description value="$(COMPONENT_DESCRIPTION)"
21 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
22 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
23 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
24 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
26 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
28 # Support the best use-case: networked or local backup to another media...
29 # alas, there are no "Recommends" in IPS, so we should Require...
30 # Note: mbuffer 64-bit is recommended for end-user setup to support larger buffers (2Gb+)
31 depend type=require fmri=shell/mbuffer
32 depend type=require fmri=network/ssh
34 # We are not able to detect these dependencies automatically.
35 # The list is based on cpanfile.common.
36 depend type=require fmri=library/perl-5/mojolicious
37 depend type=require fmri=library/perl-5/mojo-log-clearable
39 file path=lib/svc/manifest/system/znapzend.xml
40 file path=usr/bin/znapzend
41 file path=usr/bin/znapzendzetup
42 file path=usr/bin/znapzendztatz
43 file path=usr/lib/znapzend/ZnapZend.pm
44 file path=usr/lib/znapzend/ZnapZend/Config.pm
45 file path=usr/lib/znapzend/ZnapZend/InheritLevels.pm
46 file path=usr/lib/znapzend/ZnapZend/Time.pm
47 file path=usr/lib/znapzend/ZnapZend/ZFS.pm
48 file path=usr/share/man/man1/znapzend.1
49 file path=usr/share/man/man1/znapzendzetup.1
50 file path=usr/share/man/man1/znapzendztatz.1