ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / sysutils / augeas / augeas-tools.p5m
blob9875fdcace8ea93bff9a8fd5ab856fef7c2100f4
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 Jim Klimov
14 # Copyright 2023 Niklas Poslovski
17 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-tools@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
18 set name=pkg.summary value="$(COMPONENT_SUMMARY) - Shell toolkit"
19 set name=info.classification value=org.opensolaris.category.2008:System/Shells
20 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
21 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
22 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
24 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
26 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
28 # Note: the tools require their libs; pkgdepend does this bit automagically
29 # (so "require" dependency type is reported as error); just in case I want
30 # to constrain the version so the libs and progs match:
31 depend fmri=$(COMPONENT_FMRI)-libs@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)    type=optional
32 depend fmri=$(COMPONENT_FMRI)-lenses@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)  type=require
34 file path=usr/bin/augmatch
35 file path=usr/bin/augparse
36 file path=usr/bin/augprint
37 file path=usr/bin/augtool
38 file path=usr/bin/fadot
40 file path=usr/share/bash-completion/completions/augmatch
41 file path=usr/share/bash-completion/completions/augprint
42 file path=usr/share/bash-completion/completions/augtool
44 file path=usr/share/man/man1/augmatch.1
45 file path=usr/share/man/man1/augparse.1
46 file path=usr/share/man/man1/augprint.1
47 file path=usr/share/man/man1/augtool.1