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. 2433392354SAlexander Pyhalov# Copyright (c) 2014 Racktop Systems. 25*1f2ca518SDan McDonald# Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved. 2633392354SAlexander Pyhalov# 2733392354SAlexander Pyhalov 2833392354SAlexander Pyhalov<transform file path=.*\.(pm|bs) -> 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*1f2ca518SDan McDonalddir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH) 41*1f2ca518SDan McDonalddir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun 42*1f2ca518SDan McDonalddir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun/Solaris 43*1f2ca518SDan McDonalddir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto 44*1f2ca518SDan McDonalddir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun 45*1f2ca518SDan McDonalddir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris 46*1f2ca518SDan McDonalddir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Intrs 47*1f2ca518SDan McDonalddir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Kstat 48*1f2ca518SDan McDonalddir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Lgrp 49*1f2ca518SDan McDonalddir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Project 50*1f2ca518SDan McDonalddir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Task 51*1f2ca518SDan McDonalddir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Utils 5233392354SAlexander Pyhalovdir path=usr/perl5/$(PERL_VERSION)/lib/Sun 5333392354SAlexander Pyhalovdir path=usr/perl5/$(PERL_VERSION)/lib/Sun/Solaris 5433392354SAlexander Pyhalovdir path=usr/perl5/$(PERL_VERSION)/lib/Sun/Solaris/BSM 5533392354SAlexander Pyhalovdir path=usr/share/man 5633392354SAlexander Pyhalovdir path=usr/share/man/man3perl 57*1f2ca518SDan McDonaldfile path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun/Solaris/Intrs.pm 58*1f2ca518SDan McDonaldfile path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun/Solaris/Kstat.pm 59*1f2ca518SDan McDonaldfile path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun/Solaris/Lgrp.pm 60*1f2ca518SDan McDonaldfile path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun/Solaris/Project.pm 61*1f2ca518SDan McDonaldfile path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun/Solaris/Task.pm 62*1f2ca518SDan McDonaldfile path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun/Solaris/Utils.pm 6333392354SAlexander Pyhalovfile \ 64*1f2ca518SDan McDonald path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Intrs/Intrs.so 6533392354SAlexander Pyhalovfile \ 66*1f2ca518SDan McDonald path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Kstat/Kstat.so 6733392354SAlexander Pyhalovfile \ 68*1f2ca518SDan McDonald path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Lgrp/Lgrp.so 6933392354SAlexander Pyhalovfile \ 70*1f2ca518SDan McDonald path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Project/Project.so 7133392354SAlexander Pyhalovfile \ 72*1f2ca518SDan McDonald path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Task/Task.so 7333392354SAlexander Pyhalovfile \ 74*1f2ca518SDan McDonald path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Utils/Utils.so 7533392354SAlexander Pyhalovfile path=usr/perl5/$(PERL_VERSION)/lib/Sun/Solaris/BSM/_BSMparse.pm 7633392354SAlexander Pyhalovfile path=usr/perl5/$(PERL_VERSION)/lib/Sun/Solaris/Pg.pm 7733392354SAlexander Pyhalovfile path=usr/share/man/man3perl/Kstat.3perl 7833392354SAlexander Pyhalovfile path=usr/share/man/man3perl/Lgrp.3perl 7933392354SAlexander Pyhalovfile path=usr/share/man/man3perl/Project.3perl 8033392354SAlexander Pyhalovfile path=usr/share/man/man3perl/Task.3perl 8133392354SAlexander Pyhalovlicense cr_Sun license=cr_Sun 8233392354SAlexander Pyhalovlicense usr/src/cmd/perl/THIRDPARTYLICENSE \ 8333392354SAlexander Pyhalov license=usr/src/cmd/perl/THIRDPARTYLICENSE 84