components/clisp/clisp.p5m
changeset 3732 0f62cc221c7e
parent 1948 2d1537e7942d
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 uncommitted>
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    25 set name=pkg.fmri \
    25 set name=pkg.fmri \
    26     value=pkg:/runtime/clisp@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26     value=pkg:/runtime/clisp@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27 set name=pkg.description value="ANSI Common Lisp compiler, interpreter and debugger"
       
    28 set name=pkg.summary value="GNU Common Lisp"
    27 set name=pkg.summary value="GNU Common Lisp"
       
    28 set name=pkg.description \
       
    29     value="ANSI Common Lisp compiler, interpreter and debugger"
    29 set name=com.oracle.info.description value="GNU Common Lisp"
    30 set name=com.oracle.info.description value="GNU Common Lisp"
    30 set name=com.oracle.info.tpno value=$(TPNO)
    31 set name=com.oracle.info.tpno value=$(TPNO)
    31 set name=info.classification \
    32 set name=info.classification \
    32     value="org.opensolaris.category.2008:Development/Other Languages"
    33     value="org.opensolaris.category.2008:Development/Other Languages"
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    35 set name=org.opensolaris.arc-caseid \
    36 set name=org.opensolaris.arc-caseid value=PSARC/2009/141
    36     value=PSARC/2009/141
       
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    38 
       
    39 license clisp.copyright license="clisp, GPLv2"
       
    40 
    38 
    41 
    39 
    42 file path=usr/bin/clisp
    40 file path=usr/bin/clisp
    43 file path=usr/bin/clisp-link
    41 file path=usr/bin/clisp-link
    44 file path=usr/lib/clisp/base/bogomips.o
    42 file path=usr/lib/clisp/base/bogomips.o
   116 file path=usr/share/locale/ru/LC_MESSAGES/clisp.mo
   114 file path=usr/share/locale/ru/LC_MESSAGES/clisp.mo
   117 file path=usr/share/locale/ru/LC_MESSAGES/clisplow.mo
   115 file path=usr/share/locale/ru/LC_MESSAGES/clisplow.mo
   118 file path=usr/share/man/man1/clisp-link.1
   116 file path=usr/share/man/man1/clisp-link.1
   119 file path=usr/share/man/man1/clisp.1
   117 file path=usr/share/man/man1/clisp.1
   120 file path=usr/share/vim/vimfiles/after/syntax/lisp.vim
   118 file path=usr/share/vim/vimfiles/after/syntax/lisp.vim
       
   119 license clisp.copyright license="clisp, GPLv2"