components/python/websockify/websockify-PYVER.p5m
branchs11-update
changeset 3167 a3bacff5653e
parent 3152 1572f2692c01
child 3661 47545fb8aed4
child 4156 4b1def16fe9b
equal deleted inserted replaced
3166:a76983bc2aeb 3167:a3bacff5653e
    22 #
    22 #
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 # python-extra is part of python 2.6 only
    26 # python-extra is part of python 2.6 only
    27 <transform depend type=require fmri=library/python-2/python-extra-27 -> drop>
    27 <transform depend fmri=library/python-2/python-extra-27 -> drop>
    28 set name=pkg.fmri \
    28 set name=pkg.fmri \
    29     value=pkg:/library/python/websockify-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    29     value=pkg:/library/python/websockify-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    30 set name=pkg.summary value="WebSocket to TCP proxy/bridge"
    30 set name=pkg.summary value="WebSocket to TCP proxy/bridge"
    31 set name=pkg.description \
    31 set name=pkg.description \
    32     value="Websockify translates WebSockets traffic to normal socket traffic. Websockify accepts the WebSockets handshake, parses it, and then begins forwarding traffic between the client and the target in both directions."
    32     value="Websockify translates WebSockets traffic to normal socket traffic. Websockify accepts the WebSockets handshake, parses it, and then begins forwarding traffic between the client and the target in both directions."