components/javascript/raphael/raphael.p5m
author Rich Burridge <rich.burridge@oracle.com>
Tue, 14 Mar 2017 15:01:07 -0700
changeset 7752 a1b5c046f5f3
permissions -rw-r--r--
PSARC 2017/017 raphael - version 2.2.7 25461996 Add Raphael version 2.2.7 to Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7752
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
set name=pkg.fmri \
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
    value=pkg:/library/javascript/raphael@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
set name=pkg.summary value="A Javascript vector library"
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
set name=pkg.description \
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
    value="Raphael is a small JavaScript library that should simplify your work with vector graphics on the web. It uses the SVG W3C Recommendation and VML as a base for creating graphics."
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
set name=com.oracle.info.description \
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
    value="Raphael, a Javascript vector library"
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
set name=com.oracle.info.tpno value=$(TPNO)
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
set name=info.classification \
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
    value="org.opensolaris.category.2008:Development/Other Languages"
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
set name=info.upstream value="Dmitry Baranovskiy <[email protected]>"
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
set name=org.opensolaris.arc-caseid value=PSARC/2017/017
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
file raphael.js \
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
    path=usr/share/lib/javascript/raphael/$(COMPONENT_VERSION)/raphael.js
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
link path=usr/share/lib/javascript/raphael/latest target=$(COMPONENT_VERSION)
a1b5c046f5f3 PSARC 2017/017 raphael - version 2.2.7
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
license license.txt license=MIT