4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24 #
25
26 set name=pkg.fmri value=pkg:/service/network/slp@$(PKGVERS)
27 set name=pkg.description \
28 value="Usr filesystem portion of the Service Location Protocol (SLP) framework. Included are C and Java developer libraries and a daemon which can act as a directory agent (DA)."
29 set name=pkg.summary value=SLP
30 set name=info.classification \
31 value=org.opensolaris.category.2008:System/Services
32 set name=variant.arch value=$(ARCH)
33 dir path=etc group=sys
34 dir path=etc/inet group=sys
35 dir path=etc/init.d group=sys
36 dir path=lib
37 dir path=lib/svc
38 dir path=lib/svc/manifest group=sys
39 dir path=lib/svc/manifest/network group=sys
40 dir path=lib/svc/method
41 dir path=usr group=sys
42 dir path=usr/include
43 dir path=usr/lib
44 dir path=usr/lib/$(ARCH64)
45 dir path=usr/lib/inet
46 dir path=usr/share
47 dir path=usr/share/lib
48 dir path=usr/share/lib/slp
49 dir path=usr/share/man
50 dir path=usr/share/man/man1m
51 dir path=usr/share/man/man3lib
52 dir path=usr/share/man/man3slp
53 dir path=usr/share/man/man4
54 dir path=usr/share/man/man7p
55 file path=etc/inet/slp.conf.example group=sys
56 file path=etc/init.d/slpd group=sys mode=0744
57 file path=lib/svc/manifest/network/slp.xml group=sys mode=0444
58 file path=lib/svc/method/slp mode=0555
59 file path=usr/include/slp.h
60 file path=usr/lib/$(ARCH64)/libslp.so.1
61 file path=usr/lib/$(ARCH64)/llib-lslp.ln
62 file path=usr/lib/inet/slpd mode=0555
63 file path=usr/lib/libslp.so.1
64 file path=usr/lib/llib-lslp
65 file path=usr/lib/llib-lslp.ln
66 file path=usr/share/lib/slp/slp.jar group=sys
67 file path=usr/share/lib/slp/slpd.jar group=sys mode=0600
68 file path=usr/share/man/man1m/slpd.1m
69 file path=usr/share/man/man3lib/libslp.3lib
70 file path=usr/share/man/man3slp/SLPClose.3slp
71 file path=usr/share/man/man3slp/SLPDelAttrs.3slp
72 file path=usr/share/man/man3slp/SLPDereg.3slp
73 file path=usr/share/man/man3slp/SLPEscape.3slp
74 file path=usr/share/man/man3slp/SLPFindAttrs.3slp
75 file path=usr/share/man/man3slp/SLPFindScopes.3slp
76 file path=usr/share/man/man3slp/SLPFindSrvTypes.3slp
77 file path=usr/share/man/man3slp/SLPFindSrvs.3slp
78 file path=usr/share/man/man3slp/SLPFree.3slp
79 file path=usr/share/man/man3slp/SLPGetProperty.3slp
80 file path=usr/share/man/man3slp/SLPGetRefreshInterval.3slp
81 file path=usr/share/man/man3slp/SLPOpen.3slp
82 file path=usr/share/man/man3slp/SLPParseSrvURL.3slp
83 file path=usr/share/man/man3slp/SLPReg.3slp
84 file path=usr/share/man/man3slp/SLPSetProperty.3slp
85 file path=usr/share/man/man3slp/SLPUnescape.3slp
86 file path=usr/share/man/man3slp/slp_api.3slp
87 file path=usr/share/man/man3slp/slp_strerror.3slp
88 file path=usr/share/man/man4/slp.conf.4
89 file path=usr/share/man/man4/slpd.reg.4
90 file path=usr/share/man/man7p/slp.7p
91 legacy pkg=SUNWslpr \
92 desc="Root filesystem portion of the Service Location Protocol (SLP) framework. Includes the SLP configuration file and start scripts for the SLP daemon." \
93 name="SLP, (Root)"
94 legacy pkg=SUNWslpu \
95 desc="Usr filesystem portion of the Service Location Protocol (SLP) framework. Included are C and Java developer libraries and a daemon which can act as a directory agent (DA)." \
96 name="SLP, (Usr)"
97 license cr_Sun license=cr_Sun
98 license lic_CDDL license=lic_CDDL
99 link path=usr/lib/$(ARCH64)/libslp.so target=libslp.so.1
100 link path=usr/lib/libslp.so target=libslp.so.1
|
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2014 Andrew Stormont.
25 #
26
27 set name=pkg.fmri value=pkg:/service/network/slp@$(PKGVERS)
28 set name=pkg.description \
29 value="Usr filesystem portion of the Service Location Protocol (SLP) framework. Included are C and Java developer libraries and a daemon which can act as a directory agent (DA)."
30 set name=pkg.summary value=SLP
31 set name=info.classification \
32 value=org.opensolaris.category.2008:System/Services
33 set name=variant.arch value=$(ARCH)
34 dir path=etc group=sys
35 dir path=etc/inet group=sys
36 dir path=etc/init.d group=sys
37 dir path=lib
38 dir path=lib/svc
39 dir path=lib/svc/manifest group=sys
40 dir path=lib/svc/manifest/network group=sys
41 dir path=lib/svc/method
42 dir path=usr group=sys
43 dir path=usr/include
44 dir path=usr/lib
45 $(BUILD64)dir path=usr/lib/$(ARCH64)
46 dir path=usr/lib/inet
47 dir path=usr/share
48 dir path=usr/share/lib
49 dir path=usr/share/lib/slp
50 dir path=usr/share/man
51 dir path=usr/share/man/man1m
52 dir path=usr/share/man/man3lib
53 dir path=usr/share/man/man3slp
54 dir path=usr/share/man/man4
55 dir path=usr/share/man/man7p
56 file path=etc/inet/slp.conf.example group=sys
57 file path=etc/init.d/slpd group=sys mode=0744
58 file path=lib/svc/manifest/network/slp.xml group=sys mode=0444
59 file path=lib/svc/method/slp mode=0555
60 file path=usr/include/slp.h
61 $(BUILD64)file path=usr/lib/$(ARCH64)/libslp.so.1
62 $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lslp.ln
63 file path=usr/lib/inet/slpd mode=0555
64 file path=usr/lib/libslp.so.1
65 file path=usr/lib/llib-lslp
66 file path=usr/lib/llib-lslp.ln
67 file path=usr/share/lib/slp/slp.jar group=sys
68 file path=usr/share/lib/slp/slpd.jar group=sys mode=0600
69 file path=usr/share/man/man1m/slpd.1m
70 file path=usr/share/man/man3lib/libslp.3lib
71 file path=usr/share/man/man3slp/SLPClose.3slp
72 file path=usr/share/man/man3slp/SLPDelAttrs.3slp
73 file path=usr/share/man/man3slp/SLPDereg.3slp
74 file path=usr/share/man/man3slp/SLPEscape.3slp
75 file path=usr/share/man/man3slp/SLPFindAttrs.3slp
76 file path=usr/share/man/man3slp/SLPFindScopes.3slp
77 file path=usr/share/man/man3slp/SLPFindSrvTypes.3slp
78 file path=usr/share/man/man3slp/SLPFindSrvs.3slp
79 file path=usr/share/man/man3slp/SLPFree.3slp
80 file path=usr/share/man/man3slp/SLPGetProperty.3slp
81 file path=usr/share/man/man3slp/SLPGetRefreshInterval.3slp
82 file path=usr/share/man/man3slp/SLPOpen.3slp
83 file path=usr/share/man/man3slp/SLPParseSrvURL.3slp
84 file path=usr/share/man/man3slp/SLPReg.3slp
85 file path=usr/share/man/man3slp/SLPSetProperty.3slp
86 file path=usr/share/man/man3slp/SLPUnescape.3slp
87 file path=usr/share/man/man3slp/slp_api.3slp
88 file path=usr/share/man/man3slp/slp_strerror.3slp
89 file path=usr/share/man/man4/slp.conf.4
90 file path=usr/share/man/man4/slpd.reg.4
91 file path=usr/share/man/man7p/slp.7p
92 legacy pkg=SUNWslpr \
93 desc="Root filesystem portion of the Service Location Protocol (SLP) framework. Includes the SLP configuration file and start scripts for the SLP daemon." \
94 name="SLP, (Root)"
95 legacy pkg=SUNWslpu \
96 desc="Usr filesystem portion of the Service Location Protocol (SLP) framework. Included are C and Java developer libraries and a daemon which can act as a directory agent (DA)." \
97 name="SLP, (Usr)"
98 license cr_Sun license=cr_Sun
99 license lic_CDDL license=lic_CDDL
100 $(BUILD64)link path=usr/lib/$(ARCH64)/libslp.so target=libslp.so.1
101 link path=usr/lib/libslp.so target=libslp.so.1
|