components/swig/swig.p5m
author Jacob Varughese <jacob.varughese@oracle.com>
Wed, 24 Feb 2016 14:19:35 -0800
branchs11u3-sru
changeset 5494 4d99913076de
parent 3734 24181f5eb463
permissions -rw-r--r--
22188277 upgrade openscap to 1.2.6 21051102 Need smfproperty probe to check smfproperty values in OVAL 21928864 oscap is limited to processing 32K records due to memory checks in the code 21636352 Fix the cpe OVAL checks
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     1
#
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     3
#
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     7
#
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    12
#
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    18
#
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    20
#
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    21
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    22
#
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    23
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 159
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    25
set name=pkg.fmri \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    26
    value=pkg:/developer/swig@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    27
set name=pkg.summary value="Simplified Wrapper and Interface Generator"
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    28
set name=com.oracle.info.description \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    29
    value="SWIG, the Simplified Wrapper and Interface Generator"
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 3150
diff changeset
    30
set name=com.oracle.info.tpno value=$(TPNO)
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    31
set name=info.classification \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    32
    value="org.opensolaris.category.2008:Development/Other Languages"
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 181
diff changeset
    33
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 464
diff changeset
    34
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    35
set name=org.opensolaris.arc-caseid value=PSARC/2008/475
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    36
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    37
dir  path=usr
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    38
dir  path=usr/bin
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    39
file path=usr/bin/swig
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    40
dir  path=usr/share
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    41
dir  path=usr/share/man
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    42
dir  path=usr/share/man/man1
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    43
file swig.1 path=usr/share/man/man1/swig.1
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    44
dir  path=usr/share/swig
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    45
dir  path=usr/share/swig/$(COMPONENT_VERSION)
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    46
dir  path=usr/share/swig/$(COMPONENT_VERSION)/allegrocl
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    47
file path=usr/share/swig/$(COMPONENT_VERSION)/allegrocl/allegrocl.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    48
file path=usr/share/swig/$(COMPONENT_VERSION)/allegrocl/inout_typemaps.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    49
file path=usr/share/swig/$(COMPONENT_VERSION)/allegrocl/longlongs.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    50
file path=usr/share/swig/$(COMPONENT_VERSION)/allegrocl/std_list.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    51
file path=usr/share/swig/$(COMPONENT_VERSION)/allegrocl/std_string.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    52
file path=usr/share/swig/$(COMPONENT_VERSION)/allegrocl/typemaps.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    53
file path=usr/share/swig/$(COMPONENT_VERSION)/allkw.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    54
file path=usr/share/swig/$(COMPONENT_VERSION)/attribute.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    55
file path=usr/share/swig/$(COMPONENT_VERSION)/carrays.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    56
file path=usr/share/swig/$(COMPONENT_VERSION)/cdata.i
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    57
dir  path=usr/share/swig/$(COMPONENT_VERSION)/cffi
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    58
file path=usr/share/swig/$(COMPONENT_VERSION)/cffi/cffi.swg
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    59
dir  path=usr/share/swig/$(COMPONENT_VERSION)/chicken
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    60
file path=usr/share/swig/$(COMPONENT_VERSION)/chicken/chicken.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    61
file path=usr/share/swig/$(COMPONENT_VERSION)/chicken/chickenkw.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    62
file path=usr/share/swig/$(COMPONENT_VERSION)/chicken/chickenrun.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    63
file path=usr/share/swig/$(COMPONENT_VERSION)/chicken/multi-generic.scm
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    64
file path=usr/share/swig/$(COMPONENT_VERSION)/chicken/std_string.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    65
file path=usr/share/swig/$(COMPONENT_VERSION)/chicken/swigclosprefix.scm
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    66
file path=usr/share/swig/$(COMPONENT_VERSION)/chicken/tinyclos-multi-generic.patch
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    67
file path=usr/share/swig/$(COMPONENT_VERSION)/chicken/typemaps.i
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    68
dir  path=usr/share/swig/$(COMPONENT_VERSION)/clisp
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    69
file path=usr/share/swig/$(COMPONENT_VERSION)/clisp/clisp.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    70
file path=usr/share/swig/$(COMPONENT_VERSION)/cmalloc.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    71
file path=usr/share/swig/$(COMPONENT_VERSION)/constraints.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    72
file path=usr/share/swig/$(COMPONENT_VERSION)/cpointer.i
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    73
dir  path=usr/share/swig/$(COMPONENT_VERSION)/csharp
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    74
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/boost_shared_ptr.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    75
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/csharp.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    76
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/csharphead.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    77
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/csharpkw.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    78
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/director.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    79
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/enums.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    80
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/enumsimple.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    81
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/enumtypesafe.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    82
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/std_common.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    83
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/std_deque.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    84
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/std_except.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    85
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/std_map.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    86
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/std_pair.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    87
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/std_string.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    88
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/std_vector.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    89
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/std_wstring.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    90
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/stl.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    91
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/typemaps.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    92
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/wchar.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    93
file path=usr/share/swig/$(COMPONENT_VERSION)/cstring.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    94
file path=usr/share/swig/$(COMPONENT_VERSION)/cwstring.i
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    95
dir  path=usr/share/swig/$(COMPONENT_VERSION)/doc
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    96
file Doc/README path=usr/share/swig/$(COMPONENT_VERSION)/doc/README
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    97
dir  path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    98
file Doc/Devel/cmdopt.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    99
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/cmdopt.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   100
file Doc/Devel/engineering.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   101
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/engineering.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   102
file Doc/Devel/file.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   103
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/file.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   104
file Doc/Devel/index.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   105
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/index.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   106
file Doc/Devel/internals.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   107
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/internals.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   108
file Doc/Devel/migrate.txt \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   109
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/migrate.txt
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   110
file Doc/Devel/parm.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   111
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/parm.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   112
file Doc/Devel/runtime.txt \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   113
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/runtime.txt
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   114
file Doc/Devel/scanner.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   115
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/scanner.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   116
file Doc/Devel/tree.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   117
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/tree.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   118
file Doc/Devel/wrapobj.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   119
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/wrapobj.html
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   120
dir  path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   121
file Doc/Manual/Allegrocl.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   122
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Allegrocl.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   123
file Doc/Manual/Arguments.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   124
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Arguments.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   125
file Doc/Manual/CSharp.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   126
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/CSharp.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   127
file Doc/Manual/Chicken.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   128
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Chicken.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   129
file Doc/Manual/Contents.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   130
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Contents.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   131
file Doc/Manual/Contract.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   132
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Contract.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   133
file Doc/Manual/Customization.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   134
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Customization.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   135
file Doc/Manual/Extending.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   136
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Extending.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   137
file Doc/Manual/Guile.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   138
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Guile.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   139
file Doc/Manual/Introduction.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   140
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Introduction.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   141
file Doc/Manual/Java.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   142
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Java.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   143
file Doc/Manual/Library.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   144
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Library.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   145
file Doc/Manual/Lisp.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   146
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Lisp.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   147
file Doc/Manual/Lua.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   148
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Lua.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   149
file Doc/Manual/Modula3.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   150
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Modula3.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   151
file Doc/Manual/Modules.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   152
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Modules.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   153
file Doc/Manual/Mzscheme.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   154
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Mzscheme.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   155
file Doc/Manual/Ocaml.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   156
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Ocaml.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   157
file Doc/Manual/Octave.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   158
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Octave.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   159
file Doc/Manual/Perl5.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   160
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Perl5.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   161
file Doc/Manual/Php.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   162
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Php.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   163
file Doc/Manual/Pike.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   164
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Pike.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   165
file Doc/Manual/Preface.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   166
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Preface.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   167
file Doc/Manual/Preprocessor.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   168
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Preprocessor.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   169
file Doc/Manual/Python.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   170
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Python.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   171
file Doc/Manual/R.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   172
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/R.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   173
file Doc/Manual/README \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   174
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/README
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   175
file Doc/Manual/Ruby.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   176
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Ruby.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   177
file Doc/Manual/SWIG.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   178
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/SWIG.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   179
file Doc/Manual/SWIGDocumentation.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   180
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/SWIGDocumentation.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   181
file Doc/Manual/SWIGDocumentation.pdf \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   182
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/SWIGDocumentation.pdf
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   183
file Doc/Manual/SWIGPlus.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   184
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/SWIGPlus.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   185
file Doc/Manual/Scripting.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   186
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Scripting.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   187
file Doc/Manual/Sections.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   188
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Sections.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   189
file Doc/Manual/Tcl.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   190
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Tcl.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   191
file Doc/Manual/Typemaps.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   192
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Typemaps.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   193
file Doc/Manual/Varargs.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   194
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Varargs.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   195
file Doc/Manual/Warnings.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   196
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Warnings.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   197
file Doc/Manual/Windows.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   198
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Windows.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   199
file Doc/Manual/ch11.1.png \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   200
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/ch11.1.png
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   201
file Doc/Manual/ch11.2.png \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   202
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/ch11.2.png
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   203
file Doc/Manual/ch11.3.png \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   204
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/ch11.3.png
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   205
file Doc/Manual/ch12.1.png \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   206
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/ch12.1.png
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   207
file Doc/Manual/ch2.1.png \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   208
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/ch2.1.png
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   209
file Doc/Manual/ch9.table.2.png \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   210
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/ch9.table.2.png
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   211
file Doc/Manual/chapters \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   212
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/chapters
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   213
file Doc/Manual/index.html \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   214
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/index.html
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   215
file Doc/Manual/margin-left.patch \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   216
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/margin-left.patch
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   217
file Doc/Manual/style.css \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   218
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/style.css
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   219
file Doc/Manual/swig16.png \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   220
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/swig16.png
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   221
file Doc/Manual/swightml.book \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   222
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/swightml.book
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   223
file Doc/Manual/swigpdf.book \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   224
    path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/swigpdf.book
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   225
file path=usr/share/swig/$(COMPONENT_VERSION)/exception.i
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   226
dir  path=usr/share/swig/$(COMPONENT_VERSION)/gcj
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   227
file path=usr/share/swig/$(COMPONENT_VERSION)/gcj/cni.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   228
file path=usr/share/swig/$(COMPONENT_VERSION)/gcj/cni.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   229
file path=usr/share/swig/$(COMPONENT_VERSION)/gcj/javaprims.i
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   230
dir  path=usr/share/swig/$(COMPONENT_VERSION)/guile
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   231
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/common.scm
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   232
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/cplusplus.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   233
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/ghinterface.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   234
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/guile.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   235
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/guile_gh.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   236
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/guile_gh_run.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   237
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/guile_scm.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   238
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/guile_scm_run.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   239
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/guilemain.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   240
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/interpreter.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   241
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/list-vector.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   242
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/pointer-in-out.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   243
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/ports.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   244
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/std_common.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   245
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/std_deque.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   246
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/std_except.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   247
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/std_map.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   248
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/std_pair.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   249
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/std_string.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   250
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/std_vector.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   251
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/stl.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   252
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/swigrun.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   253
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/typemaps.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   254
file path=usr/share/swig/$(COMPONENT_VERSION)/inttypes.i
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   255
dir  path=usr/share/swig/$(COMPONENT_VERSION)/java
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   256
file path=usr/share/swig/$(COMPONENT_VERSION)/java/arrays_java.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   257
file path=usr/share/swig/$(COMPONENT_VERSION)/java/boost_shared_ptr.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   258
file path=usr/share/swig/$(COMPONENT_VERSION)/java/director.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   259
file path=usr/share/swig/$(COMPONENT_VERSION)/java/enums.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   260
file path=usr/share/swig/$(COMPONENT_VERSION)/java/enumsimple.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   261
file path=usr/share/swig/$(COMPONENT_VERSION)/java/enumtypesafe.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   262
file path=usr/share/swig/$(COMPONENT_VERSION)/java/enumtypeunsafe.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   263
file path=usr/share/swig/$(COMPONENT_VERSION)/java/java.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   264
file path=usr/share/swig/$(COMPONENT_VERSION)/java/javahead.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   265
file path=usr/share/swig/$(COMPONENT_VERSION)/java/javakw.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   266
file path=usr/share/swig/$(COMPONENT_VERSION)/java/std_common.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   267
file path=usr/share/swig/$(COMPONENT_VERSION)/java/std_deque.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   268
file path=usr/share/swig/$(COMPONENT_VERSION)/java/std_except.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   269
file path=usr/share/swig/$(COMPONENT_VERSION)/java/std_map.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   270
file path=usr/share/swig/$(COMPONENT_VERSION)/java/std_pair.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   271
file path=usr/share/swig/$(COMPONENT_VERSION)/java/std_string.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   272
file path=usr/share/swig/$(COMPONENT_VERSION)/java/std_vector.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   273
file path=usr/share/swig/$(COMPONENT_VERSION)/java/std_wstring.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   274
file path=usr/share/swig/$(COMPONENT_VERSION)/java/stl.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   275
file path=usr/share/swig/$(COMPONENT_VERSION)/java/typemaps.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   276
file path=usr/share/swig/$(COMPONENT_VERSION)/java/various.i
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   277
dir  path=usr/share/swig/$(COMPONENT_VERSION)/lua
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   278
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/_std_common.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   279
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/carrays.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   280
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/lua.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   281
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/lua_fnptr.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   282
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/luarun.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   283
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/luaruntime.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   284
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/luatypemaps.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   285
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/std_common.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   286
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/std_deque.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   287
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/std_except.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   288
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/std_map.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   289
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/std_pair.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   290
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/std_string.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   291
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/std_vector.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   292
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/stl.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   293
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/typemaps.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   294
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/wchar.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   295
file path=usr/share/swig/$(COMPONENT_VERSION)/math.i
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   296
dir  path=usr/share/swig/$(COMPONENT_VERSION)/modula3
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   297
file path=usr/share/swig/$(COMPONENT_VERSION)/modula3/modula3.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   298
file path=usr/share/swig/$(COMPONENT_VERSION)/modula3/modula3head.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   299
file path=usr/share/swig/$(COMPONENT_VERSION)/modula3/typemaps.i
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   300
dir  path=usr/share/swig/$(COMPONENT_VERSION)/mzscheme
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   301
file path=usr/share/swig/$(COMPONENT_VERSION)/mzscheme/mzrun.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   302
file path=usr/share/swig/$(COMPONENT_VERSION)/mzscheme/mzscheme.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   303
file path=usr/share/swig/$(COMPONENT_VERSION)/mzscheme/std_common.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   304
file path=usr/share/swig/$(COMPONENT_VERSION)/mzscheme/std_deque.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   305
file path=usr/share/swig/$(COMPONENT_VERSION)/mzscheme/std_map.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   306
file path=usr/share/swig/$(COMPONENT_VERSION)/mzscheme/std_pair.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   307
file path=usr/share/swig/$(COMPONENT_VERSION)/mzscheme/std_string.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   308
file path=usr/share/swig/$(COMPONENT_VERSION)/mzscheme/std_vector.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   309
file path=usr/share/swig/$(COMPONENT_VERSION)/mzscheme/stl.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   310
file path=usr/share/swig/$(COMPONENT_VERSION)/mzscheme/typemaps.i
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   311
dir  path=usr/share/swig/$(COMPONENT_VERSION)/ocaml
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   312
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/carray.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   313
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/class.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   314
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/cstring.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   315
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/director.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   316
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/ocaml.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   317
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/ocaml.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   318
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/ocamldec.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   319
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/ocamlkw.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   320
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/preamble.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   321
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/std_common.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   322
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/std_complex.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   323
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/std_deque.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   324
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/std_list.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   325
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/std_map.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   326
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/std_pair.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   327
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/std_string.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   328
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/std_vector.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   329
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/stl.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   330
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/swig.ml
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   331
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/swig.mli
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   332
file build/$(MACH32)/Lib/ocaml/swigp4.ml \
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   333
    path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/swigp4.ml
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   334
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/typecheck.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   335
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/typemaps.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   336
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/typeregister.swg
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   337
dir  path=usr/share/swig/$(COMPONENT_VERSION)/octave
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   338
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/attribute.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   339
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/boost_shared_ptr.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   340
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/carrays.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   341
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/cdata.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   342
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/cmalloc.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   343
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/director.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   344
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/exception.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   345
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/factory.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   346
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/implicit.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   347
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/octave.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   348
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/octcomplex.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   349
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/octcontainer.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   350
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/octfragments.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   351
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/octiterators.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   352
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/octopers.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   353
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/octprimtypes.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   354
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/octrun.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   355
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/octruntime.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   356
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/octstdcommon.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   357
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/octtypemaps.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   358
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/octuserdir.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   359
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_alloc.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   360
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_basic_string.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   361
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_carray.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   362
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_char_traits.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   363
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_common.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   364
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_complex.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   365
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_container.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   366
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_deque.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   367
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_except.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   368
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_map.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   369
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_pair.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   370
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_string.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   371
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_vector.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   372
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/stl.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   373
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/typemaps.i
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   374
dir  path=usr/share/swig/$(COMPONENT_VERSION)/perl5
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   375
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/Makefile.pl
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   376
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/attribute.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   377
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/carrays.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   378
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/cdata.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   379
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/cmalloc.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   380
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/cni.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   381
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/cpointer.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   382
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/cstring.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   383
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/exception.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   384
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/factory.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   385
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/jstring.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   386
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/noembed.h
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   387
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/perl5.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   388
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/perlerrors.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   389
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/perlfragments.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   390
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/perlhead.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   391
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/perlinit.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   392
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/perlkw.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   393
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/perlmacros.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   394
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/perlmain.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   395
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/perlopers.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   396
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/perlprimtypes.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   397
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/perlrun.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   398
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/perlruntime.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   399
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/perlstrings.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   400
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/perltypemaps.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   401
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/perluserdir.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   402
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/reference.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   403
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/std_common.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   404
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/std_deque.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   405
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/std_except.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   406
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/std_list.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   407
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/std_map.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   408
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/std_pair.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   409
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/std_string.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   410
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/std_vector.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   411
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/stl.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   412
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/typemaps.i
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   413
dir  path=usr/share/swig/$(COMPONENT_VERSION)/php4
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   414
file path=usr/share/swig/$(COMPONENT_VERSION)/php4/const.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   415
file path=usr/share/swig/$(COMPONENT_VERSION)/php4/globalvar.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   416
file path=usr/share/swig/$(COMPONENT_VERSION)/php4/php4.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   417
file path=usr/share/swig/$(COMPONENT_VERSION)/php4/php4init.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   418
file path=usr/share/swig/$(COMPONENT_VERSION)/php4/php4kw.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   419
file path=usr/share/swig/$(COMPONENT_VERSION)/php4/php4run.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   420
file path=usr/share/swig/$(COMPONENT_VERSION)/php4/phppointers.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   421
file path=usr/share/swig/$(COMPONENT_VERSION)/php4/std_common.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   422
file path=usr/share/swig/$(COMPONENT_VERSION)/php4/std_deque.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   423
file path=usr/share/swig/$(COMPONENT_VERSION)/php4/std_map.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   424
file path=usr/share/swig/$(COMPONENT_VERSION)/php4/std_pair.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   425
file path=usr/share/swig/$(COMPONENT_VERSION)/php4/std_string.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   426
file path=usr/share/swig/$(COMPONENT_VERSION)/php4/std_vector.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   427
file path=usr/share/swig/$(COMPONENT_VERSION)/php4/stl.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   428
file path=usr/share/swig/$(COMPONENT_VERSION)/php4/typemaps.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   429
file path=usr/share/swig/$(COMPONENT_VERSION)/php4/utils.i
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   430
dir  path=usr/share/swig/$(COMPONENT_VERSION)/pike
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   431
file path=usr/share/swig/$(COMPONENT_VERSION)/pike/pike.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   432
file path=usr/share/swig/$(COMPONENT_VERSION)/pike/pikekw.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   433
file path=usr/share/swig/$(COMPONENT_VERSION)/pike/pikerun.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   434
file path=usr/share/swig/$(COMPONENT_VERSION)/pike/std_string.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   435
file path=usr/share/swig/$(COMPONENT_VERSION)/pointer.i
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   436
dir  path=usr/share/swig/$(COMPONENT_VERSION)/python
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   437
file path=usr/share/swig/$(COMPONENT_VERSION)/python/argcargv.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   438
file path=usr/share/swig/$(COMPONENT_VERSION)/python/attribute.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   439
file path=usr/share/swig/$(COMPONENT_VERSION)/python/boost_shared_ptr.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   440
file path=usr/share/swig/$(COMPONENT_VERSION)/python/carrays.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   441
file path=usr/share/swig/$(COMPONENT_VERSION)/python/ccomplex.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   442
file path=usr/share/swig/$(COMPONENT_VERSION)/python/cdata.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   443
file path=usr/share/swig/$(COMPONENT_VERSION)/python/cmalloc.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   444
file path=usr/share/swig/$(COMPONENT_VERSION)/python/cni.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   445
file path=usr/share/swig/$(COMPONENT_VERSION)/python/complex.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   446
file path=usr/share/swig/$(COMPONENT_VERSION)/python/cpointer.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   447
file path=usr/share/swig/$(COMPONENT_VERSION)/python/cstring.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   448
file path=usr/share/swig/$(COMPONENT_VERSION)/python/cwstring.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   449
file path=usr/share/swig/$(COMPONENT_VERSION)/python/defarg.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   450
file path=usr/share/swig/$(COMPONENT_VERSION)/python/director.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   451
file path=usr/share/swig/$(COMPONENT_VERSION)/python/embed.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   452
file path=usr/share/swig/$(COMPONENT_VERSION)/python/embed15.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   453
file path=usr/share/swig/$(COMPONENT_VERSION)/python/exception.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   454
file path=usr/share/swig/$(COMPONENT_VERSION)/python/factory.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   455
file path=usr/share/swig/$(COMPONENT_VERSION)/python/file.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   456
file path=usr/share/swig/$(COMPONENT_VERSION)/python/implicit.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   457
file path=usr/share/swig/$(COMPONENT_VERSION)/python/jstring.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   458
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pyapi.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   459
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pybackward.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   460
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pyclasses.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   461
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pycomplex.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   462
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pycontainer.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   463
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pydocs.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   464
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pyerrors.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   465
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pyfragments.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   466
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pyhead.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   467
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pyinit.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   468
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pyiterators.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   469
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pymacros.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   470
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pyopers.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   471
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pyprimtypes.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   472
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pyrun.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   473
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pyruntime.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   474
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pystdcommon.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   475
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pystrings.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   476
file path=usr/share/swig/$(COMPONENT_VERSION)/python/python.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   477
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pythonkw.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   478
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pythreads.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   479
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pytuplehlp.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   480
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pytypemaps.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   481
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pyuserdir.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   482
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pywstrings.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   483
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_alloc.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   484
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_basic_string.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   485
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_carray.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   486
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_char_traits.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   487
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_common.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   488
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_complex.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   489
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_container.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   490
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_deque.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   491
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_except.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   492
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_ios.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   493
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_iostream.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   494
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_list.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   495
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_map.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   496
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_multimap.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   497
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_multiset.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   498
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_pair.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   499
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_set.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   500
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_sstream.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   501
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_streambuf.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   502
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_string.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   503
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_vector.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   504
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_vectora.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   505
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_wios.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   506
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_wiostream.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   507
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_wsstream.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   508
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_wstreambuf.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   509
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_wstring.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   510
file path=usr/share/swig/$(COMPONENT_VERSION)/python/stl.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   511
file path=usr/share/swig/$(COMPONENT_VERSION)/python/typemaps.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   512
file path=usr/share/swig/$(COMPONENT_VERSION)/python/wchar.i
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   513
dir  path=usr/share/swig/$(COMPONENT_VERSION)/r
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   514
file path=usr/share/swig/$(COMPONENT_VERSION)/r/cdata.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   515
file path=usr/share/swig/$(COMPONENT_VERSION)/r/exception.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   516
file path=usr/share/swig/$(COMPONENT_VERSION)/r/r.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   517
file path=usr/share/swig/$(COMPONENT_VERSION)/r/rcontainer.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   518
file path=usr/share/swig/$(COMPONENT_VERSION)/r/rfragments.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   519
file path=usr/share/swig/$(COMPONENT_VERSION)/r/ropers.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   520
file path=usr/share/swig/$(COMPONENT_VERSION)/r/rrun.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   521
file path=usr/share/swig/$(COMPONENT_VERSION)/r/rstdcommon.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   522
file path=usr/share/swig/$(COMPONENT_VERSION)/r/rtype.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   523
file path=usr/share/swig/$(COMPONENT_VERSION)/r/srun.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   524
file path=usr/share/swig/$(COMPONENT_VERSION)/r/std_alloc.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   525
file path=usr/share/swig/$(COMPONENT_VERSION)/r/std_common.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   526
file path=usr/share/swig/$(COMPONENT_VERSION)/r/std_container.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   527
file path=usr/share/swig/$(COMPONENT_VERSION)/r/std_deque.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   528
file path=usr/share/swig/$(COMPONENT_VERSION)/r/std_except.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   529
file path=usr/share/swig/$(COMPONENT_VERSION)/r/std_pair.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   530
file path=usr/share/swig/$(COMPONENT_VERSION)/r/std_string.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   531
file path=usr/share/swig/$(COMPONENT_VERSION)/r/std_vector.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   532
file path=usr/share/swig/$(COMPONENT_VERSION)/r/stl.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   533
file path=usr/share/swig/$(COMPONENT_VERSION)/r/typemaps.i
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   534
dir  path=usr/share/swig/$(COMPONENT_VERSION)/ruby
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   535
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/Makefile.swig
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   536
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/argcargv.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   537
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/attribute.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   538
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/carrays.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   539
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/cdata.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   540
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/cmalloc.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   541
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/cni.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   542
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/cpointer.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   543
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/cstring.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   544
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/director.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   545
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/embed.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   546
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/exception.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   547
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/extconf.rb
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   548
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/factory.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   549
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/file.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   550
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/jstring.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   551
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/progargcargv.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   552
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/ruby.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   553
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubyapi.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   554
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubyautodoc.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   555
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubyclasses.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   556
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubycomplex.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   557
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubycontainer.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   558
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubycontainer_extended.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   559
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubydef.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   560
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubyerrors.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   561
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubyfragments.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   562
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubyhead.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   563
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubyinit.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   564
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubyiterators.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   565
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubykw.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   566
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubymacros.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   567
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubyopers.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   568
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubyprimtypes.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   569
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubyrun.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   570
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubyruntime.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   571
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubystdautodoc.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   572
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubystdcommon.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   573
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubystdfunctors.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   574
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubystrings.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   575
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubytracking.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   576
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubytypemaps.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   577
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubyuserdir.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   578
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubywstrings.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   579
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_alloc.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   580
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_basic_string.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   581
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_char_traits.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   582
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_common.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   583
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_complex.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   584
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_container.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   585
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_deque.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   586
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_except.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   587
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_functors.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   588
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_ios.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   589
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_iostream.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   590
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_list.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   591
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_map.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   592
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_multimap.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   593
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_multiset.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   594
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_pair.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   595
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_queue.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   596
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_set.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   597
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_sstream.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   598
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_stack.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   599
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_streambuf.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   600
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_string.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   601
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_vector.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   602
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_vectora.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   603
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_wstring.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   604
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/stl.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   605
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/timeval.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   606
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/typemaps.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   607
file path=usr/share/swig/$(COMPONENT_VERSION)/runtime.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   608
file path=usr/share/swig/$(COMPONENT_VERSION)/shared_ptr.i
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   609
dir  path=usr/share/swig/$(COMPONENT_VERSION)/std
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   610
file path=usr/share/swig/$(COMPONENT_VERSION)/std/_std_deque.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   611
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_alloc.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   612
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_basic_string.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   613
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_carray.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   614
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_char_traits.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   615
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_common.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   616
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_container.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   617
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_deque.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   618
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_except.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   619
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_ios.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   620
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_iostream.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   621
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_list.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   622
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_map.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   623
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_multimap.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   624
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_multiset.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   625
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_pair.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   626
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_queue.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   627
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_set.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   628
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_sstream.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   629
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_stack.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   630
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_streambuf.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   631
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_string.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   632
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_vector.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   633
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_vectora.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   634
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_wios.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   635
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_wiostream.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   636
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_wsstream.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   637
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_wstreambuf.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   638
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_wstring.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   639
file path=usr/share/swig/$(COMPONENT_VERSION)/std_except.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   640
file path=usr/share/swig/$(COMPONENT_VERSION)/stdint.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   641
file path=usr/share/swig/$(COMPONENT_VERSION)/stl.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   642
file path=usr/share/swig/$(COMPONENT_VERSION)/swig.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   643
file path=usr/share/swig/$(COMPONENT_VERSION)/swigarch.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   644
file path=usr/share/swig/$(COMPONENT_VERSION)/swigerrors.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   645
file path=usr/share/swig/$(COMPONENT_VERSION)/swiginit.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   646
file path=usr/share/swig/$(COMPONENT_VERSION)/swiglabels.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   647
file path=usr/share/swig/$(COMPONENT_VERSION)/swigrun.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   648
file path=usr/share/swig/$(COMPONENT_VERSION)/swigrun.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   649
file path=usr/share/swig/$(COMPONENT_VERSION)/swigwarn.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   650
file path=usr/share/swig/$(COMPONENT_VERSION)/swigwarnings.swg
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   651
dir  path=usr/share/swig/$(COMPONENT_VERSION)/tcl
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   652
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/attribute.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   653
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/carrays.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   654
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/cdata.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   655
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/cmalloc.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   656
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/cni.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   657
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/cpointer.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   658
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/cstring.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   659
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/cwstring.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   660
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/exception.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   661
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/factory.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   662
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/jstring.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   663
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/std_common.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   664
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/std_deque.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   665
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/std_except.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   666
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/std_map.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   667
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/std_pair.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   668
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/std_string.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   669
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/std_vector.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   670
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/std_wstring.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   671
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/stl.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   672
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/tcl8.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   673
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/tclapi.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   674
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/tclerrors.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   675
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/tclfragments.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   676
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/tclinit.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   677
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/tclinterp.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   678
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/tclkw.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   679
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/tclmacros.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   680
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/tclopers.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   681
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/tclprimtypes.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   682
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/tclresult.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   683
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/tclrun.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   684
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/tclruntime.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   685
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/tclsh.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   686
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/tclstrings.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   687
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/tcltypemaps.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   688
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/tcluserdir.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   689
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/tclwstrings.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   690
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/typemaps.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   691
file path=usr/share/swig/$(COMPONENT_VERSION)/tcl/wish.i
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   692
dir  path=usr/share/swig/$(COMPONENT_VERSION)/typemaps
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   693
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/attribute.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   694
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/carrays.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   695
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/cdata.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   696
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/cmalloc.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   697
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/cpointer.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   698
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/cstring.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   699
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/cstrings.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   700
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/cwstring.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   701
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/enumint.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   702
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/exception.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   703
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/factory.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   704
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/fragments.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   705
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/implicit.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   706
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/inoutlist.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   707
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/misctypes.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   708
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/primtypes.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   709
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/ptrtypes.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   710
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/std_except.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   711
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/std_string.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   712
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/std_strings.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   713
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/std_wstring.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   714
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/string.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   715
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/strings.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   716
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/swigmacros.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   717
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/swigobject.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   718
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/swigtype.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   719
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/swigtypemaps.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   720
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/traits.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   721
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/typemaps.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   722
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/valtypes.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   723
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/void.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   724
file path=usr/share/swig/$(COMPONENT_VERSION)/typemaps/wstring.swg
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   725
dir  path=usr/share/swig/$(COMPONENT_VERSION)/uffi
159
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   726
file path=usr/share/swig/$(COMPONENT_VERSION)/uffi/uffi.swg
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   727
file path=usr/share/swig/$(COMPONENT_VERSION)/wchar.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   728
file path=usr/share/swig/$(COMPONENT_VERSION)/windows.i
315fcb0d53a0 7026497 migrate swig to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   729
license swig.license license=BSD-like