components/gnuplot/gnuplot.p5m
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Tue, 09 Apr 2013 10:37:15 -0700
changeset 1251 f1fb66b52f41
parent 1205 6c6c27bcf9ac
child 1279 ff655280d936
permissions -rw-r--r--
16611225 foomatic-rip delivers obsolete LP functionality 16611235 foomatic-rip and foomatic-db-engine should have the same sysconfdir 16611239 sysmon message file package manifest has wrong FMRI 16611251 userland pkglint should not double report pkg.linted messages 16611268 userland needs pkg.linted cleanup. 16611270 userland manifests shouldn't have dir actions
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
204
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
     1
#
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
     2
# CDDL HEADER START
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
     3
#
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
     7
#
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    11
# and limitations under the License.
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    12
#
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    18
#
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    19
# CDDL HEADER END
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    20
#
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 778
diff changeset
    21
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
204
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    22
#
206
a4474882bf60 7010355 python needs to be packaged to separate out non-core dependencies
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 204
diff changeset
    23
<transform file path=usr/demo/gnuplot/(.+[.-].+)$ -> set action.hash demo/%<\1> >
a4474882bf60 7010355 python needs to be packaged to separate out non-core dependencies
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 204
diff changeset
    24
204
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    25
set name=pkg.fmri value=pkg:/image/gnuplot@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    26
set name=pkg.summary value="gnuplot - plotting utility"
670
2d9c52030317 7001049 Update gnuplot to version 4.4.4
Rich Burridge <rich.burridge@oracle.com>
parents: 609
diff changeset
    27
set name=pkg.description value="gnuplot - command-driven interactive function plotting program"
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 778
diff changeset
    28
set name=com.oracle.info.description value="the gnuplot plotting utility"
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 778
diff changeset
    29
set name=com.oracle.info.tpno value=8452
204
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    30
set name=info.classification value="org.opensolaris.category.2008:Applications/Graphics and Imaging"
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 464
diff changeset
    31
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 206
diff changeset
    32
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 206
diff changeset
    33
set name=org.opensolaris.arc-caseid value=PSARC/2009/395
204
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    34
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    35
license gnuplot.license license=other
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    36
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    37
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    38
file path=usr/bin/gnuplot mode=555
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    39
file path=usr/demo/gnuplot/1.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    40
file path=usr/demo/gnuplot/2.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    41
file path=usr/demo/gnuplot/3.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    42
file path=usr/demo/gnuplot/GM1_bonds.r3d
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    43
file path=usr/demo/gnuplot/GM1_sugar.pdb
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    44
file path=usr/demo/gnuplot/airfoil.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    45
file path=usr/demo/gnuplot/all.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    46
file path=usr/demo/gnuplot/animate.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    47
file path=usr/demo/gnuplot/animate2.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    48
file path=usr/demo/gnuplot/approximate.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    49
file path=usr/demo/gnuplot/arrowstyle.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    50
file path=usr/demo/gnuplot/arrowstyle.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    51
file path=usr/demo/gnuplot/asciimat.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    52
file path=usr/demo/gnuplot/battery.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    53
file path=usr/demo/gnuplot/big_peak.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    54
file path=usr/demo/gnuplot/binary.dem
206
a4474882bf60 7010355 python needs to be packaged to separate out non-core dependencies
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 204
diff changeset
    55
file $(MACH32)/demo/binary1 path=usr/demo/gnuplot/binary1
a4474882bf60 7010355 python needs to be packaged to separate out non-core dependencies
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 204
diff changeset
    56
file $(MACH32)/demo/binary1 path=usr/demo/gnuplot/binary2
a4474882bf60 7010355 python needs to be packaged to separate out non-core dependencies
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 204
diff changeset
    57
file $(MACH32)/demo/binary1 path=usr/demo/gnuplot/binary3
204
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    58
file path=usr/demo/gnuplot/bivariat.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    59
file path=usr/demo/gnuplot/bldg.png
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    60
file path=usr/demo/gnuplot/blutux.rgb
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    61
file path=usr/demo/gnuplot/borders.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    62
file path=usr/demo/gnuplot/candlesticks.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    63
file path=usr/demo/gnuplot/candlesticks.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    64
file path=usr/demo/gnuplot/charset.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    65
file path=usr/demo/gnuplot/circles.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    66
file path=usr/demo/gnuplot/cities.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    67
file path=usr/demo/gnuplot/cities.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    68
file path=usr/demo/gnuplot/clip14in.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    69
file path=usr/demo/gnuplot/colorscheme.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    70
file path=usr/demo/gnuplot/colorwheel.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    71
file path=usr/demo/gnuplot/contours.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    72
file path=usr/demo/gnuplot/controls.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    73
file path=usr/demo/gnuplot/ctg-y2.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    74
file path=usr/demo/gnuplot/dashcolor.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    75
file path=usr/demo/gnuplot/datastrings.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    76
file path=usr/demo/gnuplot/delaunay-edges.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    77
file path=usr/demo/gnuplot/demo.edf
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    78
file path=usr/demo/gnuplot/density.fnc
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    79
file path=usr/demo/gnuplot/dgrid3d.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    80
file path=usr/demo/gnuplot/discrete.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    81
file path=usr/demo/gnuplot/electron.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    82
file path=usr/demo/gnuplot/ellipse.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    83
file path=usr/demo/gnuplot/empty-circles.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    84
file path=usr/demo/gnuplot/enhanced_utf8.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    85
file path=usr/demo/gnuplot/enhancedtext.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    86
file path=usr/demo/gnuplot/epslatex.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    87
file path=usr/demo/gnuplot/fillbetween.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    88
file path=usr/demo/gnuplot/fillcrvs.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    89
file path=usr/demo/gnuplot/fillstyle.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    90
file path=usr/demo/gnuplot/finance.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    91
file path=usr/demo/gnuplot/finance.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    92
file path=usr/demo/gnuplot/fit.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    93
file path=usr/demo/gnuplot/fit3.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    94
file path=usr/demo/gnuplot/fontfile.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    95
file path=usr/demo/gnuplot/fontfile_latex.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    96
file path=usr/demo/gnuplot/glass.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    97
file path=usr/demo/gnuplot/gnu-valley
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    98
file path=usr/demo/gnuplot/gnuplot.cfg
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
    99
file path=usr/demo/gnuplot/gnuplot.rot
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   100
file path=usr/demo/gnuplot/gpdemos.tcl mode=555
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   101
file path=usr/demo/gnuplot/heatmaps.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   102
file path=usr/demo/gnuplot/hemisphr.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   103
file path=usr/demo/gnuplot/hexa.fnc
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   104
file path=usr/demo/gnuplot/hidden.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   105
file path=usr/demo/gnuplot/hidden2.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   106
file path=usr/demo/gnuplot/histerror.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   107
file path=usr/demo/gnuplot/histograms.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   108
file path=usr/demo/gnuplot/histograms2.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   109
file path=usr/demo/gnuplot/histopt.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   110
file path=usr/demo/gnuplot/image.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   111
file path=usr/demo/gnuplot/image2.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   112
file path=usr/demo/gnuplot/imageNaN.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   113
file path=usr/demo/gnuplot/immigration.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   114
file path=usr/demo/gnuplot/iterate.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   115
file path=usr/demo/gnuplot/key.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   116
file path=usr/demo/gnuplot/klein.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   117
file path=usr/demo/gnuplot/labelplot.pdb
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   118
file path=usr/demo/gnuplot/layout.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   119
file path=usr/demo/gnuplot/lcdemo.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   120
file path=usr/demo/gnuplot/lena-keypoints.bin
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   121
file path=usr/demo/gnuplot/lena.rgb
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   122
file path=usr/demo/gnuplot/line.fnc
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   123
file path=usr/demo/gnuplot/macros.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   124
file path=usr/demo/gnuplot/margins.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   125
file path=usr/demo/gnuplot/mgr.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   126
file path=usr/demo/gnuplot/molecule.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   127
file path=usr/demo/gnuplot/moli3.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   128
file path=usr/demo/gnuplot/mouselab_1.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   129
file path=usr/demo/gnuplot/mouselab_2.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   130
file path=usr/demo/gnuplot/mouselabels.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   131
file path=usr/demo/gnuplot/mousevariables.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   132
file path=usr/demo/gnuplot/multiaxis.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   133
file path=usr/demo/gnuplot/multimsh.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   134
file path=usr/demo/gnuplot/multipalette.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   135
file path=usr/demo/gnuplot/multiplt.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   136
file path=usr/demo/gnuplot/nearmap.csv
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   137
file path=usr/demo/gnuplot/optimize.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   138
file path=usr/demo/gnuplot/param.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   139
file path=usr/demo/gnuplot/pm3d.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   140
file path=usr/demo/gnuplot/pm3dcolors.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   141
file path=usr/demo/gnuplot/pm3dgamma.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   142
file path=usr/demo/gnuplot/pointsize.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   143
file path=usr/demo/gnuplot/polar.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   144
file path=usr/demo/gnuplot/poldat.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   145
file path=usr/demo/gnuplot/prob.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   146
file path=usr/demo/gnuplot/prob2.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   147
file path=usr/demo/gnuplot/rainbow.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   148
file path=usr/demo/gnuplot/random-points
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   149
file path=usr/demo/gnuplot/random.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   150
file path=usr/demo/gnuplot/rectangle.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   151
file path=usr/demo/gnuplot/reflect.fnc
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   152
file path=usr/demo/gnuplot/rgb_variable.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   153
file path=usr/demo/gnuplot/rgb_variable.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   154
file path=usr/demo/gnuplot/rgbalpha.dem
206
a4474882bf60 7010355 python needs to be packaged to separate out non-core dependencies
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 204
diff changeset
   155
file rundemo path=usr/demo/gnuplot/rundemo mode=555
204
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   156
file path=usr/demo/gnuplot/running_avg.dem
206
a4474882bf60 7010355 python needs to be packaged to separate out non-core dependencies
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 204
diff changeset
   157
file runtcldemo path=usr/demo/gnuplot/runtcldemo mode=555
204
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   158
file path=usr/demo/gnuplot/scatter.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   159
file path=usr/demo/gnuplot/scatter2.bin
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   160
file path=usr/demo/gnuplot/scatter2.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   161
file path=usr/demo/gnuplot/silver.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   162
file path=usr/demo/gnuplot/simple.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   163
file path=usr/demo/gnuplot/sine.bin
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   164
file path=usr/demo/gnuplot/singulr.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   165
file path=usr/demo/gnuplot/smooth.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   166
file path=usr/demo/gnuplot/sound.par
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   167
file path=usr/demo/gnuplot/sound2.par
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   168
file path=usr/demo/gnuplot/soundvel.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   169
file path=usr/demo/gnuplot/spline.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   170
file path=usr/demo/gnuplot/srl.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   171
file path=usr/demo/gnuplot/starmap.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   172
file path=usr/demo/gnuplot/start.par
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   173
file path=usr/demo/gnuplot/stat.inc
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   174
file path=usr/demo/gnuplot/steps.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   175
file path=usr/demo/gnuplot/steps.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   176
file path=usr/demo/gnuplot/stringvar.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   177
file path=usr/demo/gnuplot/surface1.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   178
file path=usr/demo/gnuplot/surface2.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   179
file path=usr/demo/gnuplot/table.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   180
file path=usr/demo/gnuplot/textcolor.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   181
file path=usr/demo/gnuplot/textrotate.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   182
file path=usr/demo/gnuplot/tics.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   183
file path=usr/demo/gnuplot/timedat.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   184
file path=usr/demo/gnuplot/timedat.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   185
file path=usr/demo/gnuplot/transparent.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   186
file path=usr/demo/gnuplot/transparent_solids.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   187
file path=usr/demo/gnuplot/triangle.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   188
file path=usr/demo/gnuplot/using.bin
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   189
file path=usr/demo/gnuplot/using.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   190
file path=usr/demo/gnuplot/using.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   191
file path=usr/demo/gnuplot/utf8.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   192
file path=usr/demo/gnuplot/vector.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   193
file path=usr/demo/gnuplot/whale.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   194
file path=usr/demo/gnuplot/world.cor
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   195
file path=usr/demo/gnuplot/world.dat
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   196
file path=usr/demo/gnuplot/world.dem
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   197
file path=usr/demo/gnuplot/world2.dem
778
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   198
file path=usr/lib/gnuplot/4.6/gnuplot_x11 mode=555
204
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   199
file path=usr/share/emacs/site-lisp/gnuplot-gui.el
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   200
file path=usr/share/emacs/site-lisp/gnuplot-gui.elc
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   201
file path=usr/share/emacs/site-lisp/gnuplot.el
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   202
file path=usr/share/emacs/site-lisp/gnuplot.elc
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   203
file path=usr/share/emacs/site-lisp/info-look.20.2.el
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   204
file path=usr/share/emacs/site-lisp/info-look.20.3.el
778
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   205
file path=usr/share/gnuplot/4.6/PostScript/8859-1.ps
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   206
file path=usr/share/gnuplot/4.6/PostScript/8859-15.ps
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   207
file path=usr/share/gnuplot/4.6/PostScript/8859-2.ps
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   208
file path=usr/share/gnuplot/4.6/PostScript/8859-9.ps
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   209
file path=usr/share/gnuplot/4.6/PostScript/aglfn.txt
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   210
file path=usr/share/gnuplot/4.6/PostScript/cp1250.ps
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   211
file path=usr/share/gnuplot/4.6/PostScript/cp1251.ps
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   212
file path=usr/share/gnuplot/4.6/PostScript/cp437.ps
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   213
file path=usr/share/gnuplot/4.6/PostScript/cp850.ps
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   214
file path=usr/share/gnuplot/4.6/PostScript/cp852.ps
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   215
file path=usr/share/gnuplot/4.6/PostScript/koi8r.ps
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   216
file path=usr/share/gnuplot/4.6/PostScript/koi8u.ps
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   217
file path=usr/share/gnuplot/4.6/PostScript/prologue.ps
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   218
file path=usr/share/gnuplot/4.6/PostScript/utf-8.ps
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   219
file path=usr/share/gnuplot/4.6/app-defaults/Gnuplot
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   220
file path=usr/share/gnuplot/4.6/colors_default.gp
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   221
file path=usr/share/gnuplot/4.6/colors_mono.gp
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   222
file path=usr/share/gnuplot/4.6/colors_podo.gp
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   223
file path=usr/share/gnuplot/4.6/gnuplot.gih
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   224
file path=usr/share/gnuplot/4.6/gnuplotrc
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   225
file path=usr/share/gnuplot/4.6/js/README
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   226
file path=usr/share/gnuplot/4.6/js/canvasmath.js
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   227
file path=usr/share/gnuplot/4.6/js/canvastext.js
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   228
file path=usr/share/gnuplot/4.6/js/gnuplot_common.js
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   229
file path=usr/share/gnuplot/4.6/js/gnuplot_dashedlines.js
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   230
file path=usr/share/gnuplot/4.6/js/gnuplot_mouse.css
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   231
file path=usr/share/gnuplot/4.6/js/gnuplot_mouse.js
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   232
file path=usr/share/gnuplot/4.6/js/gnuplot_svg.js
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   233
file path=usr/share/gnuplot/4.6/js/grid.png
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   234
file path=usr/share/gnuplot/4.6/js/help.png
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   235
file path=usr/share/gnuplot/4.6/js/nextzoom.png
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   236
file path=usr/share/gnuplot/4.6/js/previouszoom.png
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   237
file path=usr/share/gnuplot/4.6/js/textzoom.png
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   238
file path=usr/share/gnuplot/4.6/lua/gnuplot-tikz.lua
204
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   239
file path=usr/share/info/gnuplot.info
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   240
file path=usr/share/man/man1/gnuplot.1 mangler.man.stability=uncommitted
778
9d5e4d6466cd 7161375 Update gnuplot to version 4.6.0
Rich Burridge <rich.burridge@oracle.com>
parents: 699
diff changeset
   241
link path=usr/share/X11/app-defaults/Gnuplot target=../../gnuplot/4.6/app-defaults/Gnuplot
204
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   242
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   243
# Add some dependencies that pkg is not finding
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   244
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   245
depend fmri=__TBD pkg.debug.depend.file=usr/lib/libcanberra-gtk.so type=require
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   246
depend fmri=__TBD pkg.debug.depend.file=usr/lib/libXss.so type=require
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   247
depend fmri=__TBD pkg.debug.depend.file=usr/lib/libXevie.so type=require
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   248
depend fmri=__TBD pkg.debug.depend.file=usr/share/fonts/X11/Type1/cour.pfa type=require
78dfe4707c7c 7028339 Desire to have gnuplot in userland gate
David Marx <David.M.Marx@Oracle.Com>
parents:
diff changeset
   249
depend fmri=__TBD pkg.debug.depend.file=usr/share/fonts/TrueType/liberation/LiberationSans-Regular.ttf type=require