components/novnc/novnc.p5m
branchs11u2-sru
changeset 4156 4b1def16fe9b
equal deleted inserted replaced
4146:097063f324c0 4156:4b1def16fe9b
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 <transform file path=usr/share/novnc/(.+) -> set action.hash %<1>>
       
    25 set name=pkg.fmri value=pkg:/web/novnc@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    26 set name=pkg.summary value="Browser based VNC client"
       
    27 set name=pkg.description \
       
    28     value="noVNC is a browser based VNC client implemented using HTML5 Canvas and WebSockets. It requires either a VNC server with WebSockets support or alternatively, websockify to bridge between a browser and the VNC server."
       
    29 set name=com.oracle.info.description value="the noVNC module"
       
    30 set name=com.oracle.info.tpno value=$(TPNO)
       
    31 set name=info.classification \
       
    32     value="org.opensolaris.category.2008:Web Services/Communications"
       
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    34 set name=info.upstream value="Joel Martin <[email protected]>"
       
    35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    36 set name=org.opensolaris.arc-caseid value=PSARC/2014/377
       
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    38 link path=usr/share/novnc/favicon.ico target=images/favicon.ico
       
    39 file path=usr/share/novnc/images/alt.png
       
    40 file path=usr/share/novnc/images/clipboard.png
       
    41 file path=usr/share/novnc/images/connect.png
       
    42 file path=usr/share/novnc/images/ctrl.png
       
    43 file path=usr/share/novnc/images/ctrlaltdel.png
       
    44 file path=usr/share/novnc/images/disconnect.png
       
    45 file path=usr/share/novnc/images/drag.png
       
    46 file path=usr/share/novnc/images/esc.png
       
    47 file path=usr/share/novnc/images/favicon.ico
       
    48 file path=usr/share/novnc/images/favicon.png
       
    49 file path=usr/share/novnc/images/keyboard.png
       
    50 file path=usr/share/novnc/images/mouse_left.png
       
    51 file path=usr/share/novnc/images/mouse_middle.png
       
    52 file path=usr/share/novnc/images/mouse_none.png
       
    53 file path=usr/share/novnc/images/mouse_right.png
       
    54 file path=usr/share/novnc/images/power.png
       
    55 file path=usr/share/novnc/images/screen_320x460.png
       
    56 file path=usr/share/novnc/images/screen_57x57.png
       
    57 file path=usr/share/novnc/images/screen_700x700.png
       
    58 file path=usr/share/novnc/images/settings.png
       
    59 file path=usr/share/novnc/images/showextrakeys.png
       
    60 file path=usr/share/novnc/images/tab.png
       
    61 file path=usr/share/novnc/include/Orbitron700.ttf
       
    62 file path=usr/share/novnc/include/Orbitron700.woff
       
    63 file path=usr/share/novnc/include/base.css
       
    64 file path=usr/share/novnc/include/base64.js
       
    65 file path=usr/share/novnc/include/black.css
       
    66 file path=usr/share/novnc/include/blue.css
       
    67 file path=usr/share/novnc/include/des.js
       
    68 file path=usr/share/novnc/include/display.js
       
    69 file path=usr/share/novnc/include/input.js
       
    70 file path=usr/share/novnc/include/jsunzip.js
       
    71 file path=usr/share/novnc/include/keyboard.js
       
    72 file path=usr/share/novnc/include/keysym.js
       
    73 file path=usr/share/novnc/include/keysymdef.js
       
    74 file path=usr/share/novnc/include/logo.js
       
    75 file path=usr/share/novnc/include/playback.js
       
    76 file path=usr/share/novnc/include/rfb.js
       
    77 file path=usr/share/novnc/include/ui.js
       
    78 file path=usr/share/novnc/include/util.js
       
    79 file path=usr/share/novnc/include/websock.js
       
    80 file path=usr/share/novnc/include/webutil.js
       
    81 file path=usr/share/novnc/vnc.html
       
    82 file path=usr/share/novnc/vnc_auto.html
       
    83 license novnc.license license="MPL-2.0, BSD-style, OFL-1.1, CC BY-SA 3.0, Zlib"
       
    84