1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
Source: stmf
Section: admin
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
debhelper ( >= 9 ),
dpkg-dev ( >= 1.16.1~ ),
libnvpair-dev, lib32nvpair-dev [illumos-amd64 kopensolaris-amd64],
libscf-dev, lib32scf-dev [illumos-amd64 kopensolaris-amd64],
gcc-multilib [illumos-amd64 kopensolaris-amd64],
Standards-Version: 3.9.4
Homepage: http://illumos.org/
Package: libstmf1
Section: libs
Priority: optional
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any kopensolaris-any
Recommends: stmfsvc
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: SCSI Target Mode Framework library
This package includes shared libstmf library.
.
Functions in this library provide configuration management of the SCSI
Target Mode Framework (STMF), allowing clients to manage the provisioning
of logical units and targets to the initiator clients of the framework.
Package: lib32stmf1
Section: libs
Priority: optional
Architecture: illumos-amd64 kopensolaris-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: SCSI Target Mode Framework library (32 bit)
Functions in this library provide configuration management of the SCSI
Target Mode Framework (STMF), allowing clients to manage the provisioning
of logical units and targets to the initiator clients of the framework.
.
This is 32-bit version of the library
Package: libstmf-dev
Architecture: illumos-any kopensolaris-any
Priority: optional
Suggests: libstmf-doc
Section: libdevel
Depends: ${misc:Depends}, libstmf1 (= ${binary:Version}), libnvpair-dev
Description: SCSI Target Mode Framework library: development files
Contains the symlink, static library and headers needed to compile
applications using the libstmf library.
.
Functions in this library provide configuration management of the SCSI
Target Mode Framework (STMF), allowing clients to manage the provisioning
of logical units and targets to the initiator clients of the framework.
Package: lib32stmf-dev
Architecture: illumos-amd64 kopensolaris-amd64
Priority: optional
Section: libdevel
Depends: ${misc:Depends}, lib32stmf1 (= ${binary:Version}),
libstmf-dev (= ${binary:Version})
Description: SCSI Target Mode Framework library: development files (32 bit)
Contains files needed to compile 32-bit applications using libstmf library.
.
Functions in this library provide configuration management of the SCSI
Target Mode Framework (STMF), allowing clients to manage the provisioning
of logical units and targets to the initiator clients of the framework.
Package: libstmf-doc
Architecture: all
Priority: optional
Section: libdevel
Description: SCSI Target Mode Framework library: documentation
This package contains documentation for the STMF library.
To compile applications using this library install the libstmf-dev package.
.
Functions in this library provide configuration management of the SCSI
Target Mode Framework (STMF), allowing clients to manage the provisioning
of logical units and targets to the initiator clients of the framework.
Package: stmfadm
Architecture: illumos-any kopensolaris-any
Priority: optional
Section: admin
Depends: ${shlibs:Depends}, ${misc:Depends}, stmfsvc
Description: SCSI Target Mode Framework library: CLI utility
This package contains the STMF utility which provides a command line
interface to the libstmf library.
.
Functions in the libstmf library provide configuration management of the SCSI
Target Mode Framework (STMF), allowing clients to manage the provisioning
of logical units and targets to the initiator clients of the framework.
Package: stmfsvc
Architecture: illumos-any kopensolaris-any
Priority: optional
Section: admin
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: SCSI Target Mode Framework library: configuration daemon
This package contains the STMF daemon and a SMF service for this daemon. The
purpose of this daemon is to restore STMF state after reboot and to make
changes made through the libstmf library persistent across reboots.
.
The provided SMF service is used as a backend storage for STMF configuration
and thus required for any client of the libstmf library to work.
.
Functions in the libstmf library provide configuration management of the SCSI
Target Mode Framework (STMF), allowing clients to manage the provisioning
of logical units and targets to the initiator clients of the framework.
Package: libstmf1-dbg
Section: libs
Priority: extra
Multi-Arch: same
Architecture: illumos-any kopensolaris-any
Depends: ${misc:Depends}, libstmf1 (= ${binary:Version})
Description: SCSI Target Mode Framework library: detached debugging symbols
This package contains the detached debugging symbols for the libstmf library.
|