components/slang/slang.p5m
changeset 3732 0f62cc221c7e
parent 1948 2d1537e7942d
child 3800 0c839d3b92f0
equal deleted inserted replaced
3731:7b09b73a67a4 3732:0f62cc221c7e
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
    25 <transform path=usr/bin/$(MACH64) -> drop>
    25 <transform path=usr/bin/$(MACH64) -> drop>
    26 <transform file path=etc/slsh/slsh.rc$ -> default mode 0644>
    26 <transform file path=etc/slsh/slsh.rc$ -> default mode 0644>
    27 <transform file path=etc/slsh/slsh.rc$ -> default preserve renamenew>
    27 <transform file path=etc/slsh/slsh.rc$ -> default preserve renamenew>
    28 <transform file path=usr/share/slsh/scripts/.+ -> default mode 0555>
    28 <transform file path=usr/share/slsh/scripts/.+ -> default mode 0555>
    29 
    29 set name=pkg.fmri \
    30 set name=pkg.fmri value=pkg:/library/slang@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    30     value=pkg:/library/slang@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    31 set name=pkg.summary value="Library designed to allow a developer to create robust multi-platform software"
    31 set name=pkg.summary \
    32 set name=pkg.description value="S-Lang is a multi-platform programmer's library designed to allow a developer to create robust multi-platform software."
    32     value="Library designed to allow a developer to create robust multi-platform software"
       
    33 set name=pkg.description \
       
    34     value="S-Lang is a multi-platform programmer's library designed to allow a developer to create robust multi-platform software."
    33 set name=com.oracle.info.description value="the S-Lang library"
    35 set name=com.oracle.info.description value="the S-Lang library"
    34 set name=info.classification value="org.opensolaris.category.2008:Development/Other Languages"
    36 set name=com.oracle.info.tpno value=$(TPNO)
       
    37 set name=info.classification \
       
    38     value="org.opensolaris.category.2008:Development/Other Languages"
       
    39 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    40 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    41 set name=org.opensolaris.arc-caseid value=PSARC/2008/135
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    42 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    38 set name=com.oracle.info.tpno value=$(TPNO)
       
    39 set name=org.opensolaris.arc-caseid \
       
    40     value=PSARC/2008/135
       
    41 
       
    42 license slang.license license=GPLv2
       
    43 
       
    44 file path=etc/slsh/slsh.rc
    43 file path=etc/slsh/slsh.rc
    45 file path=usr/bin/$(MACH64)/slsh
    44 file path=usr/bin/$(MACH64)/slsh
    46 file path=usr/bin/slsh
    45 file path=usr/bin/slsh
    47 file path=usr/include/slang.h
    46 file path=usr/include/slang.h
    48 file path=usr/include/slcurses.h
    47 file path=usr/include/slcurses.h
       
    48 link path=usr/lib/$(MACH64)/libslang.so target=libslang.so.2
    49 file path=usr/lib/$(MACH64)/libslang.so.$(COMPONENT_VERSION)
    49 file path=usr/lib/$(MACH64)/libslang.so.$(COMPONENT_VERSION)
       
    50 link path=usr/lib/$(MACH64)/libslang.so.2 \
       
    51     target=libslang.so.$(COMPONENT_VERSION)
    50 file path=usr/lib/$(MACH64)/pkgconfig/slang.pc
    52 file path=usr/lib/$(MACH64)/pkgconfig/slang.pc
    51 file path=usr/lib/$(MACH64)/slang/v2/modules/csv-module.so
    53 file path=usr/lib/$(MACH64)/slang/v2/modules/csv-module.so
    52 file path=usr/lib/$(MACH64)/slang/v2/modules/fcntl-module.so
    54 file path=usr/lib/$(MACH64)/slang/v2/modules/fcntl-module.so
    53 file path=usr/lib/$(MACH64)/slang/v2/modules/fork-module.so
    55 file path=usr/lib/$(MACH64)/slang/v2/modules/fork-module.so
    54 file path=usr/lib/$(MACH64)/slang/v2/modules/iconv-module.so
    56 file path=usr/lib/$(MACH64)/slang/v2/modules/iconv-module.so
    60 file path=usr/lib/$(MACH64)/slang/v2/modules/socket-module.so
    62 file path=usr/lib/$(MACH64)/slang/v2/modules/socket-module.so
    61 file path=usr/lib/$(MACH64)/slang/v2/modules/sysconf-module.so
    63 file path=usr/lib/$(MACH64)/slang/v2/modules/sysconf-module.so
    62 file path=usr/lib/$(MACH64)/slang/v2/modules/termios-module.so
    64 file path=usr/lib/$(MACH64)/slang/v2/modules/termios-module.so
    63 file path=usr/lib/$(MACH64)/slang/v2/modules/varray-module.so
    65 file path=usr/lib/$(MACH64)/slang/v2/modules/varray-module.so
    64 file path=usr/lib/$(MACH64)/slang/v2/modules/zlib-module.so
    66 file path=usr/lib/$(MACH64)/slang/v2/modules/zlib-module.so
       
    67 link path=usr/lib/libslang.so target=libslang.so.2
    65 file path=usr/lib/libslang.so.$(COMPONENT_VERSION)
    68 file path=usr/lib/libslang.so.$(COMPONENT_VERSION)
       
    69 link path=usr/lib/libslang.so.2 target=libslang.so.$(COMPONENT_VERSION)
    66 file path=usr/lib/pkgconfig/slang.pc
    70 file path=usr/lib/pkgconfig/slang.pc
    67 file path=usr/lib/slang/v2/modules/csv-module.so
    71 file path=usr/lib/slang/v2/modules/csv-module.so
    68 file path=usr/lib/slang/v2/modules/fcntl-module.so
    72 file path=usr/lib/slang/v2/modules/fcntl-module.so
    69 file path=usr/lib/slang/v2/modules/fork-module.so
    73 file path=usr/lib/slang/v2/modules/fork-module.so
    70 file path=usr/lib/slang/v2/modules/iconv-module.so
    74 file path=usr/lib/slang/v2/modules/iconv-module.so
   181 file path=usr/share/slsh/structfuns.sl
   185 file path=usr/share/slsh/structfuns.sl
   182 file path=usr/share/slsh/sysconf.sl
   186 file path=usr/share/slsh/sysconf.sl
   183 file path=usr/share/slsh/termios.sl
   187 file path=usr/share/slsh/termios.sl
   184 file path=usr/share/slsh/varray.sl
   188 file path=usr/share/slsh/varray.sl
   185 file path=usr/share/slsh/zlib.sl
   189 file path=usr/share/slsh/zlib.sl
   186 link path=usr/lib/$(MACH64)/libslang.so target=libslang.so.2
   190 license slang.license license=GPLv2
   187 link path=usr/lib/$(MACH64)/libslang.so.2 \
       
   188     target=libslang.so.$(COMPONENT_VERSION)
       
   189 link path=usr/lib/libslang.so target=libslang.so.2
       
   190 link path=usr/lib/libslang.so.2 target=libslang.so.$(COMPONENT_VERSION)