Marcel Telka
2024-04-07 8a23b876d5e0a9d2a1ae972f152fad47a355daa4
commit | author | age
805437 1 #
MT 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.
6 #
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.
10 #
11
12 #
13 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
14 # Copyright 2018 Till Wegmüller
15 #
16
17 # A full copy of the text of the CDDL should have accompanied this
18 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
19 set name=pkg.human-version value=$(HUMAN_VERSION)
20 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
21 set name=info.classification \
22     value=org.opensolaris.category.2008:Applications/Internet \
23     value=org.opensolaris.category.2008:System/Security
24 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
25 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
26 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
27
28 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
29
30 <transform file path=etc/hpnssh/ssh_config$ -> default preserve true>
31 <transform file path=etc/hpnssh/ssh_config$ -> default mode 0644>
32
e39613 33 depend type=conditional fmri=x11/session/xauth \
805437 34     predicate=pkg:/x11/library/libxau
MT 35
e39613 36 depend type=conditional fmri=network/ssh-askpass \
805437 37     predicate=pkg:/x11/server/xserver-common
MT 38
39 file path=etc/hpnssh/ssh_config
40 file path=usr/bin/hpnscp
41 file path=usr/bin/hpnsftp
42 file path=usr/bin/hpnssh
43 file path=usr/bin/hpnssh-add
44 file path=usr/bin/hpnssh-agent
45 file path=usr/bin/hpnssh-copy-id
46 file path=usr/bin/hpnssh-keygen
47 file path=usr/bin/hpnssh-keyscan
48 file path=usr/share/man/man1/hpnscp.1
49 file path=usr/share/man/man1/hpnsftp.1
50 file path=usr/share/man/man1/hpnssh-add.1
51 file path=usr/share/man/man1/hpnssh-agent.1
52 file path=usr/share/man/man1/hpnssh-copy-id.1
53 file path=usr/share/man/man1/hpnssh-keygen.1
54 file path=usr/share/man/man1/hpnssh-keyscan.1
55 file path=usr/share/man/man1/hpnssh.1
56 file path=usr/share/man/man5/hpnssh_config.5