Alexander Pyhalov | 3339235 | 2014-06-05 10:24:33 +0400 | [diff] [blame] | 1 | # |
| 2 | # CDDL HEADER START |
| 3 | # |
| 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 (c) 2014 Racktop Systems. |
Dan McDonald | 1f2ca51 | 2015-02-09 10:59:49 -0500 | [diff] [blame] | 25 | # Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved. |
Alexander Pyhalov | 3339235 | 2014-06-05 10:24:33 +0400 | [diff] [blame] | 26 | # |
| 27 | |
Alexander Pyhalov | 3339235 | 2014-06-05 10:24:33 +0400 | [diff] [blame] | 28 | <transform file path=.*\.(pm|bs) -> default mode 0444> |
| 29 | <transform file path=.*\.so -> default mode 0555> |
| 30 | set name=pkg.fmri \ |
| 31 | value=pkg:/runtime/perl$(PERL_PKGVERS)/module/sun-solaris@0.5.11,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH) |
| 32 | set name=pkg.summary value="Perl $(PERL_VERSION) Sun::Solaris Modules" |
| 33 | set name=info.classification \ |
| 34 | value=org.opensolaris.category.2008:Development/Perl |
| 35 | set name=variant.arch value=$(ARCH) |
| 36 | dir path=usr group=sys |
| 37 | dir path=usr/perl5 |
| 38 | dir path=usr/perl5/$(PERL_VERSION) |
| 39 | dir path=usr/perl5/$(PERL_VERSION)/lib |
Dan McDonald | 1f2ca51 | 2015-02-09 10:59:49 -0500 | [diff] [blame] | 40 | dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH) |
| 41 | dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun |
| 42 | dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun/Solaris |
| 43 | dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto |
| 44 | dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun |
| 45 | dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris |
| 46 | dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Intrs |
| 47 | dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Kstat |
| 48 | dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Lgrp |
| 49 | dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Project |
| 50 | dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Task |
| 51 | dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Utils |
Alexander Pyhalov | 3339235 | 2014-06-05 10:24:33 +0400 | [diff] [blame] | 52 | dir path=usr/perl5/$(PERL_VERSION)/lib/Sun |
| 53 | dir path=usr/perl5/$(PERL_VERSION)/lib/Sun/Solaris |
| 54 | dir path=usr/perl5/$(PERL_VERSION)/lib/Sun/Solaris/BSM |
| 55 | dir path=usr/share/man |
| 56 | dir path=usr/share/man/man3perl |
Dan McDonald | 1f2ca51 | 2015-02-09 10:59:49 -0500 | [diff] [blame] | 57 | file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun/Solaris/Intrs.pm |
| 58 | file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun/Solaris/Kstat.pm |
| 59 | file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun/Solaris/Lgrp.pm |
| 60 | file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun/Solaris/Project.pm |
| 61 | file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun/Solaris/Task.pm |
| 62 | file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/Sun/Solaris/Utils.pm |
Alexander Pyhalov | 3339235 | 2014-06-05 10:24:33 +0400 | [diff] [blame] | 63 | file \ |
Dan McDonald | 1f2ca51 | 2015-02-09 10:59:49 -0500 | [diff] [blame] | 64 | path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Intrs/Intrs.so |
Alexander Pyhalov | 3339235 | 2014-06-05 10:24:33 +0400 | [diff] [blame] | 65 | file \ |
Dan McDonald | 1f2ca51 | 2015-02-09 10:59:49 -0500 | [diff] [blame] | 66 | path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Kstat/Kstat.so |
Alexander Pyhalov | 3339235 | 2014-06-05 10:24:33 +0400 | [diff] [blame] | 67 | file \ |
Dan McDonald | 1f2ca51 | 2015-02-09 10:59:49 -0500 | [diff] [blame] | 68 | path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Lgrp/Lgrp.so |
Alexander Pyhalov | 3339235 | 2014-06-05 10:24:33 +0400 | [diff] [blame] | 69 | file \ |
Dan McDonald | 1f2ca51 | 2015-02-09 10:59:49 -0500 | [diff] [blame] | 70 | path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Project/Project.so |
Alexander Pyhalov | 3339235 | 2014-06-05 10:24:33 +0400 | [diff] [blame] | 71 | file \ |
Dan McDonald | 1f2ca51 | 2015-02-09 10:59:49 -0500 | [diff] [blame] | 72 | path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Task/Task.so |
Alexander Pyhalov | 3339235 | 2014-06-05 10:24:33 +0400 | [diff] [blame] | 73 | file \ |
Dan McDonald | 1f2ca51 | 2015-02-09 10:59:49 -0500 | [diff] [blame] | 74 | path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)/auto/Sun/Solaris/Utils/Utils.so |
Alexander Pyhalov | 3339235 | 2014-06-05 10:24:33 +0400 | [diff] [blame] | 75 | file path=usr/perl5/$(PERL_VERSION)/lib/Sun/Solaris/BSM/_BSMparse.pm |
| 76 | file path=usr/perl5/$(PERL_VERSION)/lib/Sun/Solaris/Pg.pm |
| 77 | file path=usr/share/man/man3perl/Kstat.3perl |
| 78 | file path=usr/share/man/man3perl/Lgrp.3perl |
| 79 | file path=usr/share/man/man3perl/Project.3perl |
| 80 | file path=usr/share/man/man3perl/Task.3perl |
| 81 | license cr_Sun license=cr_Sun |
| 82 | license usr/src/cmd/perl/THIRDPARTYLICENSE \ |
| 83 | license=usr/src/cmd/perl/THIRDPARTYLICENSE |