133392354SAlexander Pyhalov# 233392354SAlexander Pyhalov# CDDL HEADER START 333392354SAlexander Pyhalov# 433392354SAlexander Pyhalov# The contents of this file are subject to the terms of the 533392354SAlexander Pyhalov# Common Development and Distribution License (the "License"). 633392354SAlexander Pyhalov# You may not use this file except in compliance with the License. 733392354SAlexander Pyhalov# 833392354SAlexander Pyhalov# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 933392354SAlexander Pyhalov# or http://www.opensolaris.org/os/licensing. 1033392354SAlexander Pyhalov# See the License for the specific language governing permissions 1133392354SAlexander Pyhalov# and limitations under the License. 1233392354SAlexander Pyhalov# 1333392354SAlexander Pyhalov# When distributing Covered Code, include this CDDL HEADER in each 1433392354SAlexander Pyhalov# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1533392354SAlexander Pyhalov# If applicable, add the following below this CDDL HEADER, with the 1633392354SAlexander Pyhalov# fields enclosed by brackets "[]" replaced with your own identifying 1733392354SAlexander Pyhalov# information: Portions Copyright [yyyy] [name of copyright owner] 1833392354SAlexander Pyhalov# 1933392354SAlexander Pyhalov# CDDL HEADER END 2033392354SAlexander Pyhalov# 2133392354SAlexander Pyhalov 2233392354SAlexander Pyhalov# 2333392354SAlexander Pyhalov# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 241f2ca518SDan McDonald# Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved. 25*4c1e9c66SAndrew Stormont# Copyright 2016 RackTop Systems. 2633392354SAlexander Pyhalov# 2733392354SAlexander Pyhalov 28*4c1e9c66SAndrew Stormont<transform file path=.*\.pm -> default mode 0444> 2933392354SAlexander Pyhalov<transform file path=.*\.so -> default mode 0555> 3033392354SAlexander Pyhalovset name=pkg.fmri \ 3133392354SAlexander Pyhalov value=pkg:/runtime/perl$(PERL_PKGVERS)/module/sun-solaris@0.5.11,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH) 3233392354SAlexander Pyhalovset name=pkg.summary value="Perl $(PERL_VERSION) Sun::Solaris Modules" 3333392354SAlexander Pyhalovset name=info.classification \ 3433392354SAlexander Pyhalov value=org.opensolaris.category.2008:Development/Perl 3533392354SAlexander Pyhalovset name=variant.arch value=$(ARCH) 3633392354SAlexander Pyhalovdir path=usr group=sys 3733392354SAlexander Pyhalovdir path=usr/perl5 3833392354SAlexander Pyhalovdir path=usr/perl5/$(PERL_VERSION) 3933392354SAlexander Pyhalovdir path=usr/perl5/$(PERL_VERSION)/lib 40*4c1e9c66SAndrew Stormont$(BUILDPERL32)dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH) 41*4c1e9c66SAndrew Stormont$(BUILDPERL32)dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun 42*4c1e9c66SAndrew Stormont$(BUILDPERL32)dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun/Solaris 43*4c1e9c66SAndrew Stormont$(BUILDPERL32)dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto 44*4c1e9c66SAndrew Stormont$(BUILDPERL32)dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun 45*4c1e9c66SAndrew Stormont$(BUILDPERL32)dir \ 46*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris 47*4c1e9c66SAndrew Stormont$(BUILDPERL32)dir \ 48*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Intrs 49*4c1e9c66SAndrew Stormont$(BUILDPERL32)dir \ 50*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Kstat 51*4c1e9c66SAndrew Stormont$(BUILDPERL32)dir \ 52*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Lgrp 53*4c1e9c66SAndrew Stormont$(BUILDPERL32)dir \ 54*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Project 55*4c1e9c66SAndrew Stormont$(BUILDPERL32)dir \ 56*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Task 57*4c1e9c66SAndrew Stormont$(BUILDPERL32)dir \ 58*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Utils 59*4c1e9c66SAndrew Stormont$(BUILDPERL64)dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64) 60*4c1e9c66SAndrew Stormont$(BUILDPERL64)dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64)/Sun 61*4c1e9c66SAndrew Stormont$(BUILDPERL64)dir \ 62*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64)/Sun/Solaris 63*4c1e9c66SAndrew Stormont$(BUILDPERL64)dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64)/auto 64*4c1e9c66SAndrew Stormont$(BUILDPERL64)dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64)/auto/Sun 65*4c1e9c66SAndrew Stormont$(BUILDPERL64)dir \ 66*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64)/auto/Sun/Solaris 67*4c1e9c66SAndrew Stormont$(BUILDPERL64)dir \ 68*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64)/auto/Sun/Solaris/Intrs 69*4c1e9c66SAndrew Stormont$(BUILDPERL64)dir \ 70*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64)/auto/Sun/Solaris/Kstat 71*4c1e9c66SAndrew Stormont$(BUILDPERL64)dir \ 72*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64)/auto/Sun/Solaris/Lgrp 73*4c1e9c66SAndrew Stormont$(BUILDPERL64)dir \ 74*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64)/auto/Sun/Solaris/Project 75*4c1e9c66SAndrew Stormont$(BUILDPERL64)dir \ 76*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64)/auto/Sun/Solaris/Task 77*4c1e9c66SAndrew Stormont$(BUILDPERL64)dir \ 78*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64)/auto/Sun/Solaris/Utils 7933392354SAlexander Pyhalovdir path=usr/perl5/$(PERL_VERSION)/lib/Sun 8033392354SAlexander Pyhalovdir path=usr/perl5/$(PERL_VERSION)/lib/Sun/Solaris 8133392354SAlexander Pyhalovdir path=usr/perl5/$(PERL_VERSION)/lib/Sun/Solaris/BSM 8233392354SAlexander Pyhalovdir path=usr/share/man 8333392354SAlexander Pyhalovdir path=usr/share/man/man3perl 84*4c1e9c66SAndrew Stormont$(BUILDPERL32)file \ 85*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun/Solaris/Intrs.pm 86*4c1e9c66SAndrew Stormont$(BUILDPERL32)file \ 87*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun/Solaris/Kstat.pm 88*4c1e9c66SAndrew Stormont$(BUILDPERL32)file \ 89*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun/Solaris/Lgrp.pm 90*4c1e9c66SAndrew Stormont$(BUILDPERL32)file \ 91*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun/Solaris/Project.pm 92*4c1e9c66SAndrew Stormont$(BUILDPERL32)file \ 93*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun/Solaris/Task.pm 94*4c1e9c66SAndrew Stormont$(BUILDPERL32)file \ 95*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun/Solaris/Utils.pm 96*4c1e9c66SAndrew Stormont$(BUILDPERL32)file \ 971f2ca518SDan McDonald path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Intrs/Intrs.so 98*4c1e9c66SAndrew Stormont$(BUILDPERL32)file \ 991f2ca518SDan McDonald path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Kstat/Kstat.so 100*4c1e9c66SAndrew Stormont$(BUILDPERL32)file \ 1011f2ca518SDan McDonald path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Lgrp/Lgrp.so 102*4c1e9c66SAndrew Stormont$(BUILDPERL32)file \ 1031f2ca518SDan McDonald path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Project/Project.so 104*4c1e9c66SAndrew Stormont$(BUILDPERL32)file \ 1051f2ca518SDan McDonald path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Task/Task.so 106*4c1e9c66SAndrew Stormont$(BUILDPERL32)file \ 1071f2ca518SDan McDonald path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Utils/Utils.so 108*4c1e9c66SAndrew Stormont$(BUILDPERL64)file \ 109*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64)/Sun/Solaris/Intrs.pm 110*4c1e9c66SAndrew Stormont$(BUILDPERL64)file \ 111*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64)/Sun/Solaris/Kstat.pm 112*4c1e9c66SAndrew Stormont$(BUILDPERL64)file \ 113*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64)/Sun/Solaris/Lgrp.pm 114*4c1e9c66SAndrew Stormont$(BUILDPERL64)file \ 115*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64)/Sun/Solaris/Project.pm 116*4c1e9c66SAndrew Stormont$(BUILDPERL64)file \ 117*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64)/Sun/Solaris/Task.pm 118*4c1e9c66SAndrew Stormont$(BUILDPERL64)file \ 119*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64)/Sun/Solaris/Utils.pm 120*4c1e9c66SAndrew Stormont$(BUILDPERL64)file \ 121*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64)/auto/Sun/Solaris/Intrs/Intrs.so 122*4c1e9c66SAndrew Stormont$(BUILDPERL64)file \ 123*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64)/auto/Sun/Solaris/Kstat/Kstat.so 124*4c1e9c66SAndrew Stormont$(BUILDPERL64)file \ 125*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64)/auto/Sun/Solaris/Lgrp/Lgrp.so 126*4c1e9c66SAndrew Stormont$(BUILDPERL64)file \ 127*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64)/auto/Sun/Solaris/Project/Project.so 128*4c1e9c66SAndrew Stormont$(BUILDPERL64)file \ 129*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64)/auto/Sun/Solaris/Task/Task.so 130*4c1e9c66SAndrew Stormont$(BUILDPERL64)file \ 131*4c1e9c66SAndrew Stormont path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH64)/auto/Sun/Solaris/Utils/Utils.so 13233392354SAlexander Pyhalovfile path=usr/perl5/$(PERL_VERSION)/lib/Sun/Solaris/BSM/_BSMparse.pm 13333392354SAlexander Pyhalovfile path=usr/perl5/$(PERL_VERSION)/lib/Sun/Solaris/Pg.pm 13433392354SAlexander Pyhalovfile path=usr/share/man/man3perl/Kstat.3perl 13533392354SAlexander Pyhalovfile path=usr/share/man/man3perl/Lgrp.3perl 13633392354SAlexander Pyhalovfile path=usr/share/man/man3perl/Project.3perl 13733392354SAlexander Pyhalovfile path=usr/share/man/man3perl/Task.3perl 13833392354SAlexander Pyhalovlicense cr_Sun license=cr_Sun 13933392354SAlexander Pyhalovlicense usr/src/cmd/perl/THIRDPARTYLICENSE \ 14033392354SAlexander Pyhalov license=usr/src/cmd/perl/THIRDPARTYLICENSE 141*4c1e9c66SAndrew Stormontdepend fmri=runtime/perl$(PERL_PKGVERS) type=require 142