Aurelien Larcher
2018-01-20 2136604c82fa97645ec6488d4a395fdaebb7eba4
commit | author | age
f7e71f 1 #
DD 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 #
8c2f8f 21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
f7e71f 22 #
DD 23
24 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
25
26 set name=pkg.fmri \
27     value=pkg:/image/graphviz/graphviz-ruby@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
28 set name=pkg.summary value="Ruby bindings for Graphviz"
8c2f8f 29 set name=com.oracle.info.description value="Ruby bindings for Graphviz"
f7e71f 30 set name=info.classification \
DD 31     value="org.opensolaris.category.2008:Applications/System Utilities"
1de4f0 32 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
60e6e0 33 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
f7e71f 34 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
1de4f0 35 set name=org.opensolaris.arc-caseid \
MS 36     value=PSARC/2011/269
f7e71f 37
DD 38 link path=usr/lib/graphviz/ruby/gv.so target=libgv_ruby.so
3610b4 39 file path=usr/lib/graphviz/ruby/libgv_ruby.so
3873a7 40 file path=usr/ruby/2.3/lib/ruby/vendor_ruby/2.3.0/i386-solaris2.11/gv.so
3610b4 41 file path=usr/share/graphviz/demo/modgraph.rb
G 42 file path=usr/share/graphviz/doc/pdf/gv.3ruby.pdf
43 file path=usr/share/man/man3/gv.3ruby
f7e71f 44
DD 45 license COPYING license=EPL1.0
46 license graphviz.license.extra license="Other Notices"