--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/graphviz/Makefile Thu Aug 04 15:32:21 2011 -0700
@@ -0,0 +1,76 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+include ../../make-rules/shared-macros.mk
+
+COMPONENT_NAME= graphviz
+COMPONENT_VERSION= 2.28.0
+COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH= sha1:4725d88a13e071ee22e632de551d4a55ca08ee7d
+COMPONENT_ARCHIVE_URL= http://www.graphviz.org/pub/graphviz/stable/SOURCES/$(COMPONENT_ARCHIVE)
+
+include ../../make-rules/prep.mk
+include ../../make-rules/configure.mk
+include ../../make-rules/ips.mk
+
+PKGMOGRIFY_TRANSFORMS += $(WS_TOP)/transforms/libtool-drop
+
+PATH = /usr/bin:/usr/gnu/bin:/usr/php/5.2/bin
+
+# GMP header files for the guile extension (no --with- flag)
+# The guile build is broken with studio (7073649), so we disable this for now.
+# CPPFLAGS += -I/usr/include/gmp
+# Java header files (--with-javaincludedir allows for only one directory)
+CPPFLAGS += -I/usr/java/include -I/usr/java/include/solaris
+# PHP header files (no --with- flag)
+CPPFLAGS += $(shell PATH=$(PATH) php-config --includes)
+CXX += $(studio_NORUNPATH)
+
+CONFIGURE_ENV += CPPFLAGS="$(CPPFLAGS)"
+CONFIGURE_ENV += PERL=$(PERL)
+CONFIGURE_OPTIONS += --without-included-ltdl
+CONFIGURE_OPTIONS += --enable-python=no
+CONFIGURE_OPTIONS += --enable-python26=yes
+
+COMPONENT_BUILD_ARGS += GREP=/usr/bin/ggrep
+
+# common targets
+build: $(BUILD_32)
+
+install: $(INSTALL_32)
+ env LD_LIBRARY_PATH=$(PROTO_DIR)/usr/lib GVBINDIR=$(PROTO_DIR)/usr/lib/graphviz $(PROTO_DIR)/usr/bin/dot -c
+ $(PYTHON.2.6.32) -m compileall $(PROTO_DIR)/usr/lib/graphviz/python26
+
+# The test infrastructure doesn't run in a VPATHed environment.
+COMPONENT_PRE_TEST_ACTION = \
+ (cd $(@D)/rtest; ln -s $(SOURCE_DIR)/rtest/* .)
+
+# There are tests, but they fail consistently because the test samples are out
+# of date and not generated with a known configuration. See
+# http://graphviz.org/bugs/b2063.html
+test: $(NO_TESTS)
+
+BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/graphviz/graphviz-java.p5m Thu Aug 04 15:32:21 2011 -0700
@@ -0,0 +1,51 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
+
+set name=pkg.fmri \
+ value=pkg:/image/graphviz/[email protected]$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Java bindings for Graphviz"
+set name=info.classification \
+ value="org.opensolaris.category.2008:Applications/System Utilities"
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream_url value=http://www.graphviz.org/
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+set name=opensolaris.arc_url \
+ value=http://arc.opensolaris.org/caselog/PSARC/2011/269
+
+dir path=usr/lib/graphviz/java
+file path=usr/lib/graphviz/java/SWIGTYPE_p_Agedge_t.java
+file path=usr/lib/graphviz/java/SWIGTYPE_p_Agnode_t.java
+file path=usr/lib/graphviz/java/SWIGTYPE_p_Agraph_t.java
+file path=usr/lib/graphviz/java/SWIGTYPE_p_Agsym_t.java
+file path=usr/lib/graphviz/java/SWIGTYPE_p_FILE.java
+file path=usr/lib/graphviz/java/gv.java
+file path=usr/lib/graphviz/java/gvJNI.java
+file path=usr/lib/graphviz/java/libgv_java.so
+file usr/share/man/man3/gv.3java path=usr/share/man/man3/gv-java.3
+
+license COPYING license=EPL1.0
+license graphviz.license.extra license="Other Notices"
+
+depend fmri=runtime/java type=require
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/graphviz/graphviz-lua.p5m Thu Aug 04 15:32:21 2011 -0700
@@ -0,0 +1,46 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
+
+set name=pkg.fmri \
+ value=pkg:/image/graphviz/[email protected]$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Lua bindings for Graphviz"
+set name=info.classification \
+ value="org.opensolaris.category.2008:Applications/System Utilities"
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream_url value=http://www.graphviz.org/
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+set name=opensolaris.arc_url \
+ value=http://arc.opensolaris.org/caselog/PSARC/2011/269
+
+dir path=usr/lib/graphviz/lua
+dir path=usr/share/graphviz/demo
+file path=usr/lib/graphviz/lua/libgv_lua.so
+file path=usr/share/graphviz/demo/modgraph.lua
+file usr/share/man/man3/gv.3lua path=usr/share/man/man3/gv-lua.3
+link path=usr/lib/graphviz/lua/gv.so target=libgv_lua.so
+link path=usr/lib/lua/gv.so target=../graphviz/lua/libgv_lua.so
+
+license COPYING license=EPL1.0
+license graphviz.license.extra license="Other Notices"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/graphviz/graphviz-ocaml.p5m Thu Aug 04 15:32:21 2011 -0700
@@ -0,0 +1,52 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
+
+set name=pkg.fmri \
+ value=pkg:/image/graphviz/[email protected]$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="OCaml bindings for Graphviz"
+set name=info.classification \
+ value="org.opensolaris.category.2008:Applications/System Utilities"
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream_url value=http://www.graphviz.org/
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+set name=opensolaris.arc_url \
+ value=http://arc.opensolaris.org/caselog/PSARC/2011/269
+
+dir path=usr/lib/graphviz/ocaml
+file path=usr/lib/graphviz/ocaml/META.gv
+file path=usr/lib/graphviz/ocaml/gv.a
+file path=usr/lib/graphviz/ocaml/gv.cma
+file path=usr/lib/graphviz/ocaml/gv.cmi
+file path=usr/lib/graphviz/ocaml/gv.cmo
+file path=usr/lib/graphviz/ocaml/gv.cmx
+file path=usr/lib/graphviz/ocaml/gv.cmxa
+file path=usr/lib/graphviz/ocaml/gv.mli
+file path=usr/lib/graphviz/ocaml/libgv_ocaml.so
+file usr/share/man/man3/gv.3ocaml path=usr/share/man/man3/gv-ocaml.3
+
+license COPYING license=EPL1.0
+license graphviz.license.extra license="Other Notices"
+
+depend fmri=runtime/ocaml type=require
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/graphviz/graphviz-perl-512.p5m Thu Aug 04 15:32:21 2011 -0700
@@ -0,0 +1,50 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
+
+set name=pkg.fmri \
+ value=pkg:/image/graphviz/[email protected]$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Perl 5.12 bindings for Graphviz"
+set name=info.classification \
+ value="org.opensolaris.category.2008:Applications/System Utilities"
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream_url value=http://www.graphviz.org/
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+set name=opensolaris.arc_url \
+ value=http://arc.opensolaris.org/caselog/PSARC/2011/269
+
+dir path=usr/lib/graphviz/perl
+dir path=usr/share/graphviz/demo
+file path=usr/lib/graphviz/perl/gv.pm
+file path=usr/lib/graphviz/perl/libgv_perl.so
+file path=usr/share/graphviz/demo/modgraph.pl
+file usr/share/man/man3/gv.3perl path=usr/share/man/man3/gv-perl.3
+link path=usr/lib/graphviz/perl/gv.so target=libgv_perl.so
+link path=usr/perl5/vendor_perl/5.12/$(PERL_ARCH)/gv.pm \
+ target=../../../../lib/graphviz/perl/gv.pm
+link path=usr/perl5/vendor_perl/5.12/$(PERL_ARCH)/gv.so \
+ target=../../../../lib/graphviz/perl/libgv_perl.so
+
+license COPYING license=EPL1.0
+license graphviz.license.extra license="Other Notices"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/graphviz/graphviz-php.p5m Thu Aug 04 15:32:21 2011 -0700
@@ -0,0 +1,55 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
+
+set name=pkg.fmri \
+ value=pkg:/image/graphviz/[email protected]$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="PHP bindings for Graphviz"
+set name=info.classification \
+ value="org.opensolaris.category.2008:Applications/System Utilities"
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream_url value=http://www.graphviz.org/
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+set name=opensolaris.arc_url \
+ value=http://arc.opensolaris.org/caselog/PSARC/2011/269
+
+dir path=usr/lib/graphviz/php
+dir path=usr/share/graphviz/demo
+file gv.ini path=etc/php/5.2/conf.d/gv.ini
+file path=usr/lib/graphviz/php/gv.php
+file path=usr/lib/graphviz/php/libgv_php.so
+file path=usr/share/graphviz/demo/modgraph.php
+file usr/share/man/man3/gv.3php path=usr/share/man/man3/gv-php.3
+link path=usr/lib/graphviz/php/gv.so target=libgv_php.so
+# These should go in /var/php, but PHP doesn't seem to be able to pick up
+# a second directory configured in extension_dir.
+link path=usr/php/5.2/include/php/include/gv.php \
+ target=../../../../../lib/graphviz/php/gv.php
+link path=usr/php/5.2/modules/gv.so \
+ target=../../../lib/graphviz/php/libgv_php.so
+
+license COPYING license=EPL1.0
+license graphviz.license.extra license="Other Notices"
+
+depend fmri=web/php-52 type=require
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/graphviz/graphviz-python-26.p5m Thu Aug 04 15:32:21 2011 -0700
@@ -0,0 +1,50 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
+
+set name=pkg.fmri \
+ value=pkg:/image/graphviz/[email protected]$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Python 2.6 bindings for Graphviz"
+set name=info.classification \
+ value="org.opensolaris.category.2008:Applications/System Utilities"
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream_url value=http://www.graphviz.org/
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+set name=opensolaris.arc_url \
+ value=http://arc.opensolaris.org/caselog/PSARC/2011/269
+
+dir path=usr/lib/graphviz/python26
+file path=usr/lib/graphviz/python26/gv.py
+file path=usr/lib/graphviz/python26/libgv_python26.so
+file usr/share/man/man3/gv.3python path=usr/share/man/man3/gv-python.3
+link path=usr/lib/graphviz/python26/_gv.so target=libgv_python26.so
+link path=usr/lib/python2.6/vendor-packages/_gv.so \
+ target=../../graphviz/python26/libgv_python26.so
+link path=usr/lib/python2.6/vendor-packages/gv.py \
+ target=../../graphviz/python26/gv.py
+
+depend fmri=runtime/python-26 type=require
+
+license COPYING license=EPL1.0
+license graphviz.license.extra license="Other Notices"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/graphviz/graphviz-ruby.p5m Thu Aug 04 15:32:21 2011 -0700
@@ -0,0 +1,47 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
+
+set name=pkg.fmri \
+ value=pkg:/image/graphviz/[email protected]$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Ruby bindings for Graphviz"
+set name=info.classification \
+ value="org.opensolaris.category.2008:Applications/System Utilities"
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream_url value=http://www.graphviz.org/
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+set name=opensolaris.arc_url \
+ value=http://arc.opensolaris.org/caselog/PSARC/2011/269
+
+dir path=usr/lib/graphviz/ruby
+dir path=usr/share/graphviz/demo
+file path=usr/lib/graphviz/ruby/libgv_ruby.so
+file path=usr/share/graphviz/demo/modgraph.rb
+file usr/share/man/man3/gv.3ruby path=usr/share/man/man3/gv-ruby.3
+link path=usr/lib/graphviz/ruby/gv.so target=libgv_ruby.so
+link path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/$(MACH)-solaris2.11/gv.so \
+ target=../../../../../../../lib/graphviz/ruby/libgv_ruby.so
+
+license COPYING license=EPL1.0
+license graphviz.license.extra license="Other Notices"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/graphviz/graphviz-sharp.p5m Thu Aug 04 15:32:21 2011 -0700
@@ -0,0 +1,49 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
+
+set name=pkg.fmri \
+ value=pkg:/image/graphviz/[email protected]$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="C# bindings for Graphviz"
+set name=info.classification \
+ value="org.opensolaris.category.2008:Applications/System Utilities"
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream_url value=http://www.graphviz.org/
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+set name=opensolaris.arc_url \
+ value=http://arc.opensolaris.org/caselog/PSARC/2011/269
+
+dir path=usr/lib/graphviz/sharp
+file path=usr/lib/graphviz/sharp/SWIGTYPE_p_Agedge_t.cs
+file path=usr/lib/graphviz/sharp/SWIGTYPE_p_Agnode_t.cs
+file path=usr/lib/graphviz/sharp/SWIGTYPE_p_Agraph_t.cs
+file path=usr/lib/graphviz/sharp/SWIGTYPE_p_Agsym_t.cs
+file path=usr/lib/graphviz/sharp/SWIGTYPE_p_FILE.cs
+file path=usr/lib/graphviz/sharp/gv.cs
+file path=usr/lib/graphviz/sharp/gvPINVOKE.cs
+file path=usr/lib/graphviz/sharp/libgv_sharp.so
+file usr/share/man/man3/gv.3sharp path=usr/share/man/man3/gv-sharp.3
+
+license COPYING license=EPL1.0
+license graphviz.license.extra license="Other Notices"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/graphviz/graphviz-tcl.p5m Thu Aug 04 15:32:21 2011 -0700
@@ -0,0 +1,90 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
+
+set name=pkg.fmri \
+ value=pkg:/image/graphviz/[email protected]$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Tcl bindings for Graphviz"
+set name=info.classification \
+ value="org.opensolaris.category.2008:Applications/System Utilities"
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream_url value=http://www.graphviz.org/
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+set name=opensolaris.arc_url \
+ value=http://arc.opensolaris.org/caselog/PSARC/2011/269
+
+dir path=usr/lib/graphviz/tcl
+dir path=usr/share/graphviz/demo
+dir path=usr/share/graphviz/demo/pathplan_data
+file path=usr/lib/graphviz/tcl/libgdtclft.so.0.0.0
+file path=usr/lib/graphviz/tcl/libgv_tcl.so
+file path=usr/lib/graphviz/tcl/libtcldot.so.0.0.0
+file path=usr/lib/graphviz/tcl/libtcldot_builtin.so.0.0.0
+file path=usr/lib/graphviz/tcl/libtclplan.so.0.0.0
+file path=usr/lib/graphviz/tcl/libtkspline.so.0.0.0
+file path=usr/lib/graphviz/tcl/pkgIndex.tcl
+file path=usr/share/graphviz/demo/doted.tcl
+file path=usr/share/graphviz/demo/doted.tcl.README
+file path=usr/share/graphviz/demo/entities.tcl
+file path=usr/share/graphviz/demo/entities.tcl.README
+file path=usr/share/graphviz/demo/entities.tcl.html
+file path=usr/share/graphviz/demo/gcat.tcl
+file path=usr/share/graphviz/demo/gcat.tcl.README
+file path=usr/share/graphviz/demo/modgraph.tcl
+file path=usr/share/graphviz/demo/pathplan.tcl
+file path=usr/share/graphviz/demo/pathplan.tcl.README
+file path=usr/share/graphviz/demo/pathplan_data/boxes.dat
+file path=usr/share/graphviz/demo/pathplan_data/dpd.dat
+file path=usr/share/graphviz/demo/pathplan_data/funny.dat
+file path=usr/share/graphviz/demo/pathplan_data/maze.dat
+file path=usr/share/graphviz/demo/pathplan_data/nested.dat
+file path=usr/share/graphviz/demo/pathplan_data/northo.dat
+file path=usr/share/graphviz/demo/pathplan_data/obs.dat
+file path=usr/share/graphviz/demo/pathplan_data/other.dat
+file path=usr/share/graphviz/demo/pathplan_data/paths.dat
+file path=usr/share/graphviz/demo/pathplan_data/rotor.dat
+file path=usr/share/graphviz/demo/pathplan_data/u.dat
+file path=usr/share/graphviz/demo/pathplan_data/unknown.dat
+file path=usr/share/graphviz/demo/spline.tcl
+file path=usr/share/graphviz/demo/spline.tcl.README
+file path=usr/share/man/man3/gdtclft.3tcl
+file usr/share/man/man3/gv.3tcl path=usr/share/man/man3/gv-tcl.3
+file path=usr/share/man/man3/tcldot.3tcl
+file path=usr/share/man/man3/tkspline.3tk
+link path=usr/lib/graphviz/tcl/libgdtclft.so target=libgdtclft.so.0.0.0
+link path=usr/lib/graphviz/tcl/libgdtclft.so.0 target=libgdtclft.so.0.0.0
+link path=usr/lib/graphviz/tcl/libtcldot.so target=libtcldot.so.0.0.0
+link path=usr/lib/graphviz/tcl/libtcldot.so.0 target=libtcldot.so.0.0.0
+link path=usr/lib/graphviz/tcl/libtcldot_builtin.so \
+ target=libtcldot_builtin.so.0.0.0
+link path=usr/lib/graphviz/tcl/libtcldot_builtin.so.0 \
+ target=libtcldot_builtin.so.0.0.0
+link path=usr/lib/graphviz/tcl/libtclplan.so target=libtclplan.so.0.0.0
+link path=usr/lib/graphviz/tcl/libtclplan.so.0 target=libtclplan.so.0.0.0
+link path=usr/lib/graphviz/tcl/libtkspline.so target=libtkspline.so.0.0.0
+link path=usr/lib/graphviz/tcl/libtkspline.so.0 target=libtkspline.so.0.0.0
+link path=usr/lib/tcl8.5/graphviz target=../graphviz/tcl
+
+license COPYING license=EPL1.0
+license graphviz.license.extra license="Other Notices"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/graphviz/graphviz.license.extra Thu Aug 04 15:32:21 2011 -0700
@@ -0,0 +1,86 @@
+# Apache-Style Software License for ColorBrewer software and ColorBrewer
+# Color Schemes, Version 1.1
+#
+# Copyright (c) 2002 Cynthia Brewer, Mark Harrower, and The Pennsylvania
+# State University. All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are met:
+# 1. Redistributions as source code must retain the above copyright notice,
+# this list of conditions and the following disclaimer.
+# 2. The end-user documentation included with the redistribution, if any,
+# must include the following acknowledgment:
+# This product includes color specifications and designs developed
+# by Cynthia Brewer (http://colorbrewer.org/).
+# Alternately, this acknowledgment may appear in the software itself, if and
+# wherever such third-party acknowledgments normally appear.
+# 4. The name "ColorBrewer" must not be used to endorse or promote products
+# derived from this software without prior written permission. For written
+# permission, please contact Cynthia Brewer at [email protected]
+# 5. Products derived from this software may not be called "ColorBrewer", nor
+# may "ColorBrewer" appear in their name, without prior written permission
+# of Cynthia Brewer.
+#
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES,
+# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+# FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL CYNTHIA
+# BREWER, MARK HARROWER, OR THE PENNSYLVANIA STATE UNIVERSITY BE LIABLE FOR
+# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that neither the name of Emin
+Martinian nor the names of any contributors are be used to endorse or
+promote products derived from this software without specific prior
+written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+
+/*************************************************************************************/
+/** **/
+/** Copyright (c) 1999-2009 Tatewake.com **/
+/** **/
+/** Permission is hereby granted, free of charge, to any person obtaining a copy **/
+/** of this software and associated documentation files (the "Software"), to deal **/
+/** in the Software without restriction, including without limitation the rights **/
+/** to use, copy, modify, merge, publish, distribute, sublicense, and/or sell **/
+/** copies of the Software, and to permit persons to whom the Software is **/
+/** furnished to do so, subject to the following conditions: **/
+/** **/
+/** The above copyright notice and this permission notice shall be included in **/
+/** all copies or substantial portions of the Software. **/
+/** **/
+/** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR **/
+/** IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, **/
+/** FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE **/
+/** AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER **/
+/** LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, **/
+/** OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN **/
+/** THE SOFTWARE. **/
+/** **/
+/*************************************************************************************/
+
+
+
+
+# This code is licensed by AT&T Corp. For the
+# terms and conditions of the license, see
+# http://www.research.att.com/orgs/ssr/book/reuse
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/graphviz/graphviz.p5m Thu Aug 04 15:32:21 2011 -0700
@@ -0,0 +1,469 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
+
+set name=pkg.fmri \
+ value=pkg:/image/[email protected]$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.description value="The Graphviz layout programs take descriptions of graphs in a simple text language, and make diagrams in useful formats, such as images and SVG for web pages, PDF or PostScript for inclusion in other documents; or display in an interactive graph browser. Graphviz has many useful features for concrete diagrams, such as options for colors, fonts, tabular node layouts, line styles, hyperlinks, and custom shapes."
+set name=pkg.summary value="Graph visualization software"
+set name=info.classification \
+ value="org.opensolaris.category.2008:Applications/System Utilities"
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream_url value=http://www.graphviz.org/
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+set name=opensolaris.arc_url \
+ value=http://arc.opensolaris.org/caselog/PSARC/2011/269
+
+dir path=usr/include/graphviz
+dir path=usr/lib/graphviz
+dir path=usr/share/graphviz
+dir path=usr/share/graphviz/doc
+dir path=usr/share/graphviz/doc/html
+dir path=usr/share/graphviz/doc/html/info
+dir path=usr/share/graphviz/doc/html/schema
+dir path=usr/share/graphviz/examples
+dir path=usr/share/graphviz/graphs
+dir path=usr/share/graphviz/graphs/directed
+dir path=usr/share/graphviz/graphs/undirected
+dir path=usr/share/graphviz/gvedit
+dir path=usr/share/graphviz/lefty
+dir path=usr/share/graphviz/smyrna
+file path=usr/bin/acyclic
+file path=usr/bin/bcomps
+file path=usr/bin/ccomps
+file path=usr/bin/cluster
+file path=usr/bin/diffimg
+file path=usr/bin/dijkstra
+file path=usr/bin/dot
+file path=usr/bin/dotty
+file path=usr/bin/gc
+file path=usr/bin/gml2gv
+file path=usr/bin/gvcolor
+file path=usr/bin/gvgen
+file path=usr/bin/gvmap
+file path=usr/bin/gvmap.sh
+file path=usr/bin/gvpack
+file path=usr/bin/gvpr
+file path=usr/bin/gxl2gv
+file path=usr/bin/lefty
+file path=usr/bin/lneato
+file path=usr/bin/mm2gv
+file path=usr/bin/nop
+file path=usr/bin/prune
+file path=usr/bin/sccmap
+file path=usr/bin/tred
+file path=usr/bin/unflatten
+file path=usr/bin/vimdot
+file path=usr/include/graphviz/arith.h
+file path=usr/include/graphviz/cdt.h
+file path=usr/include/graphviz/cgraph.h
+file path=usr/include/graphviz/color.h
+file path=usr/include/graphviz/geom.h
+file path=usr/include/graphviz/graph.h
+file path=usr/include/graphviz/graphviz_version.h
+file path=usr/include/graphviz/gv.cpp
+file path=usr/include/graphviz/gv.i
+file path=usr/include/graphviz/gvc.h
+file path=usr/include/graphviz/gvcext.h
+file path=usr/include/graphviz/gvcjob.h
+file path=usr/include/graphviz/gvcommon.h
+file path=usr/include/graphviz/gvconfig.h
+file path=usr/include/graphviz/gvplugin.h
+file path=usr/include/graphviz/gvplugin_device.h
+file path=usr/include/graphviz/gvplugin_layout.h
+file path=usr/include/graphviz/gvplugin_loadimage.h
+file path=usr/include/graphviz/gvplugin_render.h
+file path=usr/include/graphviz/gvplugin_textlayout.h
+file path=usr/include/graphviz/gvpr.h
+file path=usr/include/graphviz/pack.h
+file path=usr/include/graphviz/pathgeom.h
+file path=usr/include/graphviz/pathplan.h
+file path=usr/include/graphviz/textpara.h
+file path=usr/include/graphviz/types.h
+file path=usr/include/graphviz/usershape.h
+file path=usr/include/graphviz/xdot.h
+file path=usr/lib/graphviz/config6
+file path=usr/lib/graphviz/libgvplugin_core.so.6.0.0
+file path=usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0
+file path=usr/lib/graphviz/libgvplugin_gd.so.6.0.0
+file path=usr/lib/graphviz/libgvplugin_gdk_pixbuf.so.6.0.0
+file path=usr/lib/graphviz/libgvplugin_gs.so.6.0.0
+file path=usr/lib/graphviz/libgvplugin_gtk.so.6.0.0
+file path=usr/lib/graphviz/libgvplugin_neato_layout.so.6.0.0
+file path=usr/lib/graphviz/libgvplugin_pango.so.6.0.0
+file path=usr/lib/graphviz/libgvplugin_rsvg.so.6.0.0
+file path=usr/lib/graphviz/libgvplugin_xlib.so.6.0.0
+file path=usr/lib/libcdt.so.5.0.0
+file path=usr/lib/libcgraph.so.6.0.0
+file path=usr/lib/libgraph.so.5.0.0
+file path=usr/lib/libgvc.so.6.0.0
+file path=usr/lib/libgvpr.so.2.0.0
+file path=usr/lib/libpathplan.so.4.0.0
+file path=usr/lib/libxdot.so.4.0.0
+file path=usr/lib/pkgconfig/libcdt.pc
+file path=usr/lib/pkgconfig/libcgraph.pc
+file path=usr/lib/pkgconfig/libgraph.pc
+file path=usr/lib/pkgconfig/libgvc.pc
+file path=usr/lib/pkgconfig/libgvpr.pc
+file path=usr/lib/pkgconfig/libpathplan.pc
+file path=usr/lib/pkgconfig/libxdot.pc
+file path=usr/share/graphviz/doc/AUTHORS
+file path=usr/share/graphviz/doc/COPYING
+file path=usr/share/graphviz/doc/ChangeLog
+file path=usr/share/graphviz/doc/Dot.ref
+file path=usr/share/graphviz/doc/NEWS
+file path=usr/share/graphviz/doc/addingLayout.txt
+file path=usr/share/graphviz/doc/cpl1.0.txt
+file path=usr/share/graphviz/doc/fontfaq.txt
+file path=usr/share/graphviz/doc/html/FAQ.html
+file path=usr/share/graphviz/doc/html/Gdtclft2.2.5.example.png
+file path=usr/share/graphviz/doc/html/build.html
+file path=usr/share/graphviz/doc/html/char.html
+file path=usr/share/graphviz/doc/html/index.html
+file path=usr/share/graphviz/doc/html/info/Mcircle.gif
+file path=usr/share/graphviz/doc/html/info/Mdiamond.gif
+file path=usr/share/graphviz/doc/html/info/Msquare.gif
+file path=usr/share/graphviz/doc/html/info/a_box.gif
+file path=usr/share/graphviz/doc/html/info/a_crow.gif
+file path=usr/share/graphviz/doc/html/info/a_diamond.gif
+file path=usr/share/graphviz/doc/html/info/a_dot.gif
+file path=usr/share/graphviz/doc/html/info/a_ediamond.gif
+file path=usr/share/graphviz/doc/html/info/a_empty.gif
+file path=usr/share/graphviz/doc/html/info/a_forward.gif
+file path=usr/share/graphviz/doc/html/info/a_halfopen.gif
+file path=usr/share/graphviz/doc/html/info/a_inv.gif
+file path=usr/share/graphviz/doc/html/info/a_invdot.gif
+file path=usr/share/graphviz/doc/html/info/a_invempty.gif
+file path=usr/share/graphviz/doc/html/info/a_invodot.gif
+file path=usr/share/graphviz/doc/html/info/a_lteeoldiamond.gif
+file path=usr/share/graphviz/doc/html/info/a_nohead.gif
+file path=usr/share/graphviz/doc/html/info/a_none.gif
+file path=usr/share/graphviz/doc/html/info/a_normal.gif
+file path=usr/share/graphviz/doc/html/info/a_obox.gif
+file path=usr/share/graphviz/doc/html/info/a_odiamond.gif
+file path=usr/share/graphviz/doc/html/info/a_odot.gif
+file path=usr/share/graphviz/doc/html/info/a_open.gif
+file path=usr/share/graphviz/doc/html/info/a_tee.gif
+file path=usr/share/graphviz/doc/html/info/aa_box.gif
+file path=usr/share/graphviz/doc/html/info/aa_crow.gif
+file path=usr/share/graphviz/doc/html/info/aa_diamond.gif
+file path=usr/share/graphviz/doc/html/info/aa_dot.gif
+file path=usr/share/graphviz/doc/html/info/aa_inv.gif
+file path=usr/share/graphviz/doc/html/info/aa_lbox.gif
+file path=usr/share/graphviz/doc/html/info/aa_lcrow.gif
+file path=usr/share/graphviz/doc/html/info/aa_ldiamond.gif
+file path=usr/share/graphviz/doc/html/info/aa_linv.gif
+file path=usr/share/graphviz/doc/html/info/aa_lnormal.gif
+file path=usr/share/graphviz/doc/html/info/aa_ltee.gif
+file path=usr/share/graphviz/doc/html/info/aa_lvee.gif
+file path=usr/share/graphviz/doc/html/info/aa_none.gif
+file path=usr/share/graphviz/doc/html/info/aa_normal.gif
+file path=usr/share/graphviz/doc/html/info/aa_obox.gif
+file path=usr/share/graphviz/doc/html/info/aa_odiamond.gif
+file path=usr/share/graphviz/doc/html/info/aa_odot.gif
+file path=usr/share/graphviz/doc/html/info/aa_oinv.gif
+file path=usr/share/graphviz/doc/html/info/aa_olbox.gif
+file path=usr/share/graphviz/doc/html/info/aa_oldiamond.gif
+file path=usr/share/graphviz/doc/html/info/aa_olinv.gif
+file path=usr/share/graphviz/doc/html/info/aa_olnormal.gif
+file path=usr/share/graphviz/doc/html/info/aa_onormal.gif
+file path=usr/share/graphviz/doc/html/info/aa_orbox.gif
+file path=usr/share/graphviz/doc/html/info/aa_ordiamond.gif
+file path=usr/share/graphviz/doc/html/info/aa_orinv.gif
+file path=usr/share/graphviz/doc/html/info/aa_ornormal.gif
+file path=usr/share/graphviz/doc/html/info/aa_rbox.gif
+file path=usr/share/graphviz/doc/html/info/aa_rcrow.gif
+file path=usr/share/graphviz/doc/html/info/aa_rdiamond.gif
+file path=usr/share/graphviz/doc/html/info/aa_rinv.gif
+file path=usr/share/graphviz/doc/html/info/aa_rnormal.gif
+file path=usr/share/graphviz/doc/html/info/aa_rtee.gif
+file path=usr/share/graphviz/doc/html/info/aa_rvee.gif
+file path=usr/share/graphviz/doc/html/info/aa_tee.gif
+file path=usr/share/graphviz/doc/html/info/aa_vee.gif
+file path=usr/share/graphviz/doc/html/info/arrows.html
+file path=usr/share/graphviz/doc/html/info/attrs.html
+file path=usr/share/graphviz/doc/html/info/back.gif
+file path=usr/share/graphviz/doc/html/info/both.gif
+file path=usr/share/graphviz/doc/html/info/box.gif
+file path=usr/share/graphviz/doc/html/info/box3d.gif
+file path=usr/share/graphviz/doc/html/info/circle.gif
+file path=usr/share/graphviz/doc/html/info/colorlist.gif
+file path=usr/share/graphviz/doc/html/info/colors.html
+file path=usr/share/graphviz/doc/html/info/command.html
+file path=usr/share/graphviz/doc/html/info/component.gif
+file path=usr/share/graphviz/doc/html/info/constraint.gif
+file path=usr/share/graphviz/doc/html/info/diamond.gif
+file path=usr/share/graphviz/doc/html/info/doublecircle.gif
+file path=usr/share/graphviz/doc/html/info/doubleoctagon.gif
+file path=usr/share/graphviz/doc/html/info/egg.gif
+file path=usr/share/graphviz/doc/html/info/ellipse.gif
+file path=usr/share/graphviz/doc/html/info/fill.gif
+file path=usr/share/graphviz/doc/html/info/folder.gif
+file path=usr/share/graphviz/doc/html/info/forward.gif
+file path=usr/share/graphviz/doc/html/info/hexagon.gif
+file path=usr/share/graphviz/doc/html/info/house.gif
+file path=usr/share/graphviz/doc/html/info/html1.gif
+file path=usr/share/graphviz/doc/html/info/html2.gif
+file path=usr/share/graphviz/doc/html/info/html2.gv
+file path=usr/share/graphviz/doc/html/info/html3.gif
+file path=usr/share/graphviz/doc/html/info/html3.gv
+file path=usr/share/graphviz/doc/html/info/html4.gif
+file path=usr/share/graphviz/doc/html/info/html4.gv
+file path=usr/share/graphviz/doc/html/info/index.html
+file path=usr/share/graphviz/doc/html/info/invhouse.gif
+file path=usr/share/graphviz/doc/html/info/invtrapezium.gif
+file path=usr/share/graphviz/doc/html/info/invtriangle.gif
+file path=usr/share/graphviz/doc/html/info/lang.html
+file path=usr/share/graphviz/doc/html/info/mrecord.gif
+file path=usr/share/graphviz/doc/html/info/nohead.gif
+file path=usr/share/graphviz/doc/html/info/none.gif
+file path=usr/share/graphviz/doc/html/info/note.gif
+file path=usr/share/graphviz/doc/html/info/octagon.gif
+file path=usr/share/graphviz/doc/html/info/output.html
+file path=usr/share/graphviz/doc/html/info/parallelogram.gif
+file path=usr/share/graphviz/doc/html/info/pentagon.gif
+file path=usr/share/graphviz/doc/html/info/plaintext.gif
+file path=usr/share/graphviz/doc/html/info/plugins.png
+file path=usr/share/graphviz/doc/html/info/point.gif
+file path=usr/share/graphviz/doc/html/info/polygon.gif
+file path=usr/share/graphviz/doc/html/info/record.gif
+file path=usr/share/graphviz/doc/html/info/record2.gif
+file path=usr/share/graphviz/doc/html/info/rect.gif
+file path=usr/share/graphviz/doc/html/info/rectangle.gif
+file path=usr/share/graphviz/doc/html/info/round.gif
+file path=usr/share/graphviz/doc/html/info/sdlshapes.jpg
+file path=usr/share/graphviz/doc/html/info/sdlshapes.png
+file path=usr/share/graphviz/doc/html/info/septagon.gif
+file path=usr/share/graphviz/doc/html/info/shapes.html
+file path=usr/share/graphviz/doc/html/info/square.gif
+file path=usr/share/graphviz/doc/html/info/tab.gif
+file path=usr/share/graphviz/doc/html/info/trapezium.gif
+file path=usr/share/graphviz/doc/html/info/triangle.gif
+file path=usr/share/graphviz/doc/html/info/tripleoctagon.gif
+file path=usr/share/graphviz/doc/html/pspdf.png
+file path=usr/share/graphviz/doc/html/schema/arguments.xml
+file path=usr/share/graphviz/doc/html/schema/attributes.xml
+file path=usr/share/graphviz/doc/html/schema/attributes.xslt
+file path=usr/share/graphviz/doc/html/tcldot.html
+file path=usr/share/graphviz/doc/html/todo.html
+file path=usr/share/graphviz/doc/html/winbuild.html
+file path=usr/share/graphviz/doc/latex_suggestions.txt
+file path=usr/share/graphviz/graphs/directed/KW91.gv
+file path=usr/share/graphviz/graphs/directed/Latin1.gv
+file path=usr/share/graphviz/graphs/directed/NaN.gv
+file path=usr/share/graphviz/graphs/directed/abstract.gv
+file path=usr/share/graphviz/graphs/directed/alf.gv
+file path=usr/share/graphviz/graphs/directed/arrows.gv
+file path=usr/share/graphviz/graphs/directed/awilliams.gv
+file path=usr/share/graphviz/graphs/directed/clust.gv
+file path=usr/share/graphviz/graphs/directed/clust1.gv
+file path=usr/share/graphviz/graphs/directed/clust2.gv
+file path=usr/share/graphviz/graphs/directed/clust3.gv
+file path=usr/share/graphviz/graphs/directed/clust4.gv
+file path=usr/share/graphviz/graphs/directed/clust5.gv
+file path=usr/share/graphviz/graphs/directed/crazy.gv
+file path=usr/share/graphviz/graphs/directed/ctext.gv
+file path=usr/share/graphviz/graphs/directed/dfa.gv
+file path=usr/share/graphviz/graphs/directed/fig6.gv
+file path=usr/share/graphviz/graphs/directed/fsm.gv
+file path=usr/share/graphviz/graphs/directed/grammar.gv
+file path=usr/share/graphviz/graphs/directed/hashtable.gv
+file path=usr/share/graphviz/graphs/directed/honda-tokoro.gv
+file path=usr/share/graphviz/graphs/directed/japanese.gv
+file path=usr/share/graphviz/graphs/directed/jcctree.gv
+file path=usr/share/graphviz/graphs/directed/jsort.gv
+file path=usr/share/graphviz/graphs/directed/ldbxtried.gv
+file path=usr/share/graphviz/graphs/directed/longflat.gv
+file path=usr/share/graphviz/graphs/directed/mike.gv
+file path=usr/share/graphviz/graphs/directed/nhg.gv
+file path=usr/share/graphviz/graphs/directed/oldarrows.gv
+file path=usr/share/graphviz/graphs/directed/pgram.gv
+file path=usr/share/graphviz/graphs/directed/pm2way.gv
+file path=usr/share/graphviz/graphs/directed/pmpipe.gv
+file path=usr/share/graphviz/graphs/directed/polypoly.gv
+file path=usr/share/graphviz/graphs/directed/proc3d.gv
+file path=usr/share/graphviz/graphs/directed/psfonttest.gv
+file path=usr/share/graphviz/graphs/directed/record2.gv
+file path=usr/share/graphviz/graphs/directed/records.gv
+file path=usr/share/graphviz/graphs/directed/rowe.gv
+file path=usr/share/graphviz/graphs/directed/russian.gv
+file path=usr/share/graphviz/graphs/directed/sdh.gv
+file path=usr/share/graphviz/graphs/directed/shells.gv
+file path=usr/share/graphviz/graphs/directed/states.gv
+file path=usr/share/graphviz/graphs/directed/structs.gv
+file path=usr/share/graphviz/graphs/directed/switch.gv
+file path=usr/share/graphviz/graphs/directed/table.gv
+file path=usr/share/graphviz/graphs/directed/train11.gv
+file path=usr/share/graphviz/graphs/directed/trapeziumlr.gv
+file path=usr/share/graphviz/graphs/directed/tree.gv
+file path=usr/share/graphviz/graphs/directed/triedds.gv
+file path=usr/share/graphviz/graphs/directed/try.gv
+file path=usr/share/graphviz/graphs/directed/unix.gv
+file path=usr/share/graphviz/graphs/directed/unix2.gv
+file path=usr/share/graphviz/graphs/directed/viewfile.gv
+file path=usr/share/graphviz/graphs/directed/world.gv
+file path=usr/share/graphviz/graphs/undirected/ER.gv
+file path=usr/share/graphviz/graphs/undirected/Heawood.gv
+file path=usr/share/graphviz/graphs/undirected/Petersen.gv
+file path=usr/share/graphviz/graphs/undirected/ngk10_4.gv
+file path=usr/share/graphviz/graphs/undirected/process.gv
+file path=usr/share/graphviz/lefty/box.lefty
+file path=usr/share/graphviz/lefty/def.lefty
+file path=usr/share/graphviz/lefty/dotty.lefty
+file path=usr/share/graphviz/lefty/dotty_draw.lefty
+file path=usr/share/graphviz/lefty/dotty_edit.lefty
+file path=usr/share/graphviz/lefty/dotty_layout.lefty
+file path=usr/share/graphviz/lefty/dotty_ui.lefty
+file path=usr/share/graphviz/lefty/fractal.lefty
+file path=usr/share/graphviz/lefty/fractal2.lefty
+file path=usr/share/graphviz/lefty/lefty.psp
+file path=usr/share/graphviz/lefty/slides.lefty
+file path=usr/share/graphviz/lefty/tree.lefty
+file path=usr/share/man/man1/acyclic.1
+file path=usr/share/man/man1/bcomps.1
+file path=usr/share/man/man1/ccomps.1
+file path=usr/share/man/man1/cluster.1
+file path=usr/share/man/man1/diffimg.1
+file path=usr/share/man/man1/dijkstra.1
+file path=usr/share/man/man1/dot.1
+file path=usr/share/man/man1/dotty.1
+file path=usr/share/man/man1/gc.1
+file path=usr/share/man/man1/gml2gv.1
+file path=usr/share/man/man1/gvcolor.1
+file path=usr/share/man/man1/gvedit.1
+file path=usr/share/man/man1/gvgen.1
+file path=usr/share/man/man1/gvmap.1
+file path=usr/share/man/man1/gvmap.sh.1
+file path=usr/share/man/man1/gvpack.1
+file path=usr/share/man/man1/gvpr.1
+file path=usr/share/man/man1/gxl2gv.1
+file path=usr/share/man/man1/lefty.1
+file path=usr/share/man/man1/lneato.1
+file path=usr/share/man/man1/mm2gv.1
+file path=usr/share/man/man1/nop.1
+file path=usr/share/man/man1/osage.1
+file path=usr/share/man/man1/patchwork.1
+file path=usr/share/man/man1/prune.1
+file path=usr/share/man/man1/sccmap.1
+file path=usr/share/man/man1/smyrna.1
+file path=usr/share/man/man1/tred.1
+file path=usr/share/man/man1/unflatten.1
+file path=usr/share/man/man1/vimdot.1
+file path=usr/share/man/man3/cdt.3
+file path=usr/share/man/man3/cgraph.3
+file path=usr/share/man/man3/expr.3
+file path=usr/share/man/man3/graph.3
+file path=usr/share/man/man3/gvc.3
+file path=usr/share/man/man3/pack.3
+file path=usr/share/man/man3/pathplan.3
+file path=usr/share/man/man3/xdot.3
+file usr/share/man/man7/graphviz.7 path=usr/share/man/man5/graphviz.5
+link path=usr/bin/circo target=dot
+link path=usr/bin/dot2gxl target=gxl2gv
+link path=usr/bin/fdp target=dot
+link path=usr/bin/gv2gxl target=gxl2gv
+link path=usr/bin/gxl2dot target=gxl2gv
+link path=usr/bin/neato target=dot
+link path=usr/bin/osage target=dot
+link path=usr/bin/patchwork target=dot
+link path=usr/bin/sfdp target=dot
+link path=usr/bin/twopi target=dot
+link path=usr/lib/graphviz/libgvplugin_core.so \
+ target=libgvplugin_core.so.6.0.0
+link path=usr/lib/graphviz/libgvplugin_core.so.6 \
+ target=libgvplugin_core.so.6.0.0
+link path=usr/lib/graphviz/libgvplugin_dot_layout.so \
+ target=libgvplugin_dot_layout.so.6.0.0
+link path=usr/lib/graphviz/libgvplugin_dot_layout.so.6 \
+ target=libgvplugin_dot_layout.so.6.0.0
+link path=usr/lib/graphviz/libgvplugin_gd.so target=libgvplugin_gd.so.6.0.0
+link path=usr/lib/graphviz/libgvplugin_gd.so.6 target=libgvplugin_gd.so.6.0.0
+link path=usr/lib/graphviz/libgvplugin_gdk_pixbuf.so \
+ target=libgvplugin_gdk_pixbuf.so.6.0.0
+link path=usr/lib/graphviz/libgvplugin_gdk_pixbuf.so.6 \
+ target=libgvplugin_gdk_pixbuf.so.6.0.0
+link path=usr/lib/graphviz/libgvplugin_gs.so target=libgvplugin_gs.so.6.0.0
+link path=usr/lib/graphviz/libgvplugin_gs.so.6 target=libgvplugin_gs.so.6.0.0
+link path=usr/lib/graphviz/libgvplugin_gtk.so target=libgvplugin_gtk.so.6.0.0
+link path=usr/lib/graphviz/libgvplugin_gtk.so.6 \
+ target=libgvplugin_gtk.so.6.0.0
+link path=usr/lib/graphviz/libgvplugin_neato_layout.so \
+ target=libgvplugin_neato_layout.so.6.0.0
+link path=usr/lib/graphviz/libgvplugin_neato_layout.so.6 \
+ target=libgvplugin_neato_layout.so.6.0.0
+link path=usr/lib/graphviz/libgvplugin_pango.so \
+ target=libgvplugin_pango.so.6.0.0
+link path=usr/lib/graphviz/libgvplugin_pango.so.6 \
+ target=libgvplugin_pango.so.6.0.0
+link path=usr/lib/graphviz/libgvplugin_rsvg.so \
+ target=libgvplugin_rsvg.so.6.0.0
+link path=usr/lib/graphviz/libgvplugin_rsvg.so.6 \
+ target=libgvplugin_rsvg.so.6.0.0
+link path=usr/lib/graphviz/libgvplugin_xlib.so \
+ target=libgvplugin_xlib.so.6.0.0
+link path=usr/lib/graphviz/libgvplugin_xlib.so.6 \
+ target=libgvplugin_xlib.so.6.0.0
+link path=usr/lib/libcdt.so target=libcdt.so.5.0.0
+link path=usr/lib/libcdt.so.5 target=libcdt.so.5.0.0
+link path=usr/lib/libcgraph.so target=libcgraph.so.6.0.0
+link path=usr/lib/libcgraph.so.6 target=libcgraph.so.6.0.0
+link path=usr/lib/libgraph.so target=libgraph.so.5.0.0
+link path=usr/lib/libgraph.so.5 target=libgraph.so.5.0.0
+link path=usr/lib/libgvc.so target=libgvc.so.6.0.0
+link path=usr/lib/libgvc.so.6 target=libgvc.so.6.0.0
+link path=usr/lib/libgvpr.so target=libgvpr.so.2.0.0
+link path=usr/lib/libgvpr.so.2 target=libgvpr.so.2.0.0
+link path=usr/lib/libpathplan.so target=libpathplan.so.4.0.0
+link path=usr/lib/libpathplan.so.4 target=libpathplan.so.4.0.0
+link path=usr/lib/libxdot.so target=libxdot.so.4.0.0
+link path=usr/lib/libxdot.so.4 target=libxdot.so.4.0.0
+link path=usr/share/man/man1/circo.1 target=dot.1
+link path=usr/share/man/man1/fdp.1 target=dot.1
+link path=usr/share/man/man1/gv2gxl.1 target=gxl2gv.1
+link path=usr/share/man/man1/neato.1 target=dot.1
+link path=usr/share/man/man1/sfdp.1 target=dot.1
+link path=usr/share/man/man1/twopi.1 target=dot.1
+
+license COPYING license=EPL1.0
+license graphviz.license.extra license="Other Notices"
+
+# Bring in the language bindings if the language platforms are installed.
+# The C# bindings are never brought in automatically, since we don't
+# deliver a C# platform.
+depend fmri=image/graphviz/[email protected]$(IPS_COMPONENT_VERSION) \
+ type=conditional predicate=runtime/java
+depend fmri=image/graphviz/[email protected]$(IPS_COMPONENT_VERSION) \
+ type=conditional predicate=runtime/lua
+depend fmri=image/graphviz/[email protected]$(IPS_COMPONENT_VERSION) \
+ type=conditional predicate=runtime/ocaml
+depend fmri=image/graphviz/[email protected]$(IPS_COMPONENT_VERSION) \
+ type=conditional predicate=runtime/perl-512
+depend fmri=image/graphviz/[email protected]$(IPS_COMPONENT_VERSION) \
+ type=conditional predicate=web/php-52
+depend fmri=image/graphviz/[email protected]$(IPS_COMPONENT_VERSION) \
+ type=conditional predicate=runtime/python-26
+depend fmri=image/graphviz/[email protected]$(IPS_COMPONENT_VERSION) \
+ type=conditional predicate=runtime/ruby-18
+depend fmri=image/graphviz/[email protected]$(IPS_COMPONENT_VERSION) \
+ type=conditional predicate=runtime/tcl-8
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/graphviz/gv.ini Thu Aug 04 15:32:21 2011 -0700
@@ -0,0 +1,1 @@
+extension=gv.so
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/graphviz/patches/build.patch Thu Aug 04 15:32:21 2011 -0700
@@ -0,0 +1,11 @@
+--- graphviz-2.28.0/lib/sfdpgen/post_process.c Mon Feb 28 08:19:43 2011
++++ graphviz-2.28.0/lib/sfdpgen/post_process.c Fri May 27 15:38:55 2011
[email protected]@ -412,7 +412,7 @@
+
+
+ void SparseStressMajorizationSmoother_delete(SparseStressMajorizationSmoother sm){
+- return StressMajorizationSmoother_delete(sm);
++ StressMajorizationSmoother_delete(sm);
+ }
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/graphviz/patches/configure-lua.patch Thu Aug 04 15:32:21 2011 -0700
@@ -0,0 +1,15 @@
+We would normally patch configure.ac instead, but when running autoreconf or
+autogen.sh, it blows up in various places, depending on how hard we try. Simply
+patching configure is far simpler.
+
+--- graphviz-2.28.0/configure Fri May 6 20:27:36 2011
++++ graphviz-2.28.0/configure Fri May 27 15:30:42 2011
[email protected]@ -20679,7 +20679,7 @@
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Lua compiling and linking" >&5
+ $as_echo_n "checking for Lua compiling and linking... " >&6; }
+- LUA_TEST=`LT=luatest.c ; echo "#include <lua.h>" > $LT; echo "#include <lualib.h>" >> $LT; echo "int main() { luaopen_base((lua_State *)lua_open()); return 0; }" >> $LT ; $CC -Wall $LT -o $LT.out $LUA_INCLUDES $LUA_LIBS $CFLAGS $LDFLAGS 1>/dev/null 2>&1 ; echo $?; rm -f $LT $LT.out 1>/dev/null 2>&1`
++ LUA_TEST=`LT=luatest.c ; echo "#include <lua.h>" > $LT; echo "#include <lualib.h>" >> $LT; echo "int main() { luaopen_base((lua_State *)lua_open()); return 0; }" >> $LT ; $CC $LT -o $LT.out $LUA_INCLUDES $LUA_LIBS $CFLAGS $LDFLAGS 1>/dev/null 2>&1 ; echo $?; rm -f $LT $LT.out 1>/dev/null 2>&1`
+ if test "x$LUA_TEST" != "x0" ; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/graphviz/patches/graphviz-2.26.0-testsuite-sigsegv-fix.patch Thu Aug 04 15:32:21 2011 -0700
@@ -0,0 +1,26 @@
+--- graphviz-2.26.0/lib/gvc/gvconfig.c.old 2009-07-08 17:14:20.000000000 +0200
++++ graphviz-2.26.0/lib/gvc/gvconfig.c 2010-10-20 11:51:21.238392202 +0200
[email protected]@ -471,6 +471,7 @@
+ libdir = gvconfig_libdir(gvc);
+ rc = stat(libdir, &libdir_st);
+ if (rc == -1) {
++ gvtextlayout_select(gvc); /* choose best available textlayout plugin immediately */
+ /* if we fail to stat it then it probably doesn't exist so just fail silently */
+ return;
+ }
[email protected]@ -485,6 +486,7 @@
+ if (rescan) {
+ config_rescan(gvc, gvc->config_path);
+ gvc->config_found = TRUE;
++ gvtextlayout_select(gvc); /* choose best available textlayout plugin immediately */
+ return;
+ }
+
[email protected]@ -492,6 +494,7 @@
+
+ rc = stat(gvc->config_path, &config_st);
+ if (rc == -1) {
++ gvtextlayout_select(gvc); /* choose best available textlayout plugin immediately */
+ /* silently return without setting gvc->config_found = TRUE */
+ return;
+ }
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/graphviz/patches/python.patch Thu Aug 04 15:32:21 2011 -0700
@@ -0,0 +1,8 @@
+--- graphviz-2.26.3/tclpkg/gv/demo/modgraph.py.orig Wed Jan 2 18:58:18 2008
++++ graphviz-2.26.3/tclpkg/gv/demo/modgraph.py Tue Aug 24 23:48:48 2010
[email protected]@ -1,4 +1,4 @@
+-#!/usr/bin/python
++#!/usr/bin/python2.6
+
+ # display the kernel module dependencies
+