This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] graphviz/libgraphviz4/libgraphviz-devel/graphviz-doc/graphviz-contrib: An open source graph visualization software


Hi

I would like to contribute and maintain the 'graphviz/libgraphviz4/libgraphviz-devel/graphviz-doc/graphviz-contrib' 
packages.

 o http://www.graphviz.org/                                           (Homepage)
 o http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-2.18.tar.gz  (Download location)


The package can be found in the following distro:

 o http://packages.debian.org/graphviz


Here are the setup.hint files:
-------------------------------------------------------------------------------------------
./graphviz-contrib/setup.hint

sdesc: "An open source graph visualization software - (contrib)"
ldesc: "Graphviz is open source graph visualization software. It has several main graph
layout programs. It also has web and interactive graphical interfaces, and 
auxiliary tools, libraries, and language bindings."
category: Graphics Libs
requires: cygwin findutils graphviz perl
external-source: graphviz

-------------------------------------------------------------------------------------------
./graphviz-doc/setup.hint

sdesc: "An open source graph visualization software - (documentation)"
ldesc: "Graphviz is open source graph visualization software. It has several main graph
layout programs. It also has web and interactive graphical interfaces, and 
auxiliary tools, libraries, and language bindings."
category: Doc Graphics Libs
requires: cygwin
external-source: graphviz

-------------------------------------------------------------------------------------------
./libgraphviz-devel/setup.hint

sdesc: "An open source graph visualization software - (development)"
ldesc: "Graphviz is open source graph visualization software. It has several main graph
layout programs. It also has web and interactive graphical interfaces, and 
auxiliary tools, libraries, and language bindings."
category: Devel Graphics Libs
requires: cygwin libgraphviz4 expat libgd-devel libming-devel libtool xorg-x11-devel zlib
external-source: graphviz

-------------------------------------------------------------------------------------------
./libgraphviz4/setup.hint

sdesc: "An open source graph visualization software - (runtime)"
ldesc: "Graphviz is open source graph visualization software. It has several main graph
layout programs. It also has web and interactive graphical interfaces, and 
auxiliary tools, libraries, and language bindings."
category: Graphics Libs
requires: cygwin libexpat0 libgd2 libltdl3 libming0 xorg-x11-bin-dlls zlib
external-source: graphviz


-------------------------------------------------------------------------------------------
./setup.hint

sdesc: "An open source graph visualization software - (utilities)"
ldesc: "Graphviz is open source graph visualization software. It has several main graph
layout programs. It also has web and interactive graphical interfaces, and 
auxiliary tools, libraries, and language bindings."
category: Graphics Libs
requires: cygwin libgraphviz4 bash



For downloading 

------------------------------------ cut here ------------------------------------
#!/bin/bash

mkdir -p graphviz/libgraphviz4 graphviz/libgraphviz-devel graphviz/graphviz-doc graphviz/graphviz-contrib

cd graphviz
wget http://volkerzell.de/cygwin/ITP/graphviz/setup.hint
wget http://volkerzell.de/cygwin/ITP/graphviz/graphviz-2.18-1-src.tar.bz2
wget http://volkerzell.de/cygwin/ITP/graphviz/graphviz-2.18-1.tar.bz2

cd libgraphviz4
wget http://volkerzell.de/cygwin/ITP/graphviz/libgraphviz4/setup.hint
wget http://volkerzell.de/cygwin/ITP/graphviz/libgraphviz4/libgraphviz4-2.18-1.tar.bz2

cd ../libgraphviz-devel
wget http://volkerzell.de/cygwin/ITP/graphviz/libgraphviz-devel/setup.hint
wget http://volkerzell.de/cygwin/ITP/graphviz/libgraphviz-devel/libgraphviz-devel-2.18-1.tar.bz2

cd ../graphviz-doc
wget http://volkerzell.de/cygwin/ITP/graphviz/graphviz-doc/setup.hint
wget http://volkerzell.de/cygwin/ITP/graphviz/graphviz-doc/graphviz-doc-2.18-1.tar.bz2

cd ../graphviz-contrib
wget http://volkerzell.de/cygwin/ITP/graphviz/graphviz-contrib/setup.hint
wget http://volkerzell.de/cygwin/ITP/graphviz/graphviz-contrib/graphviz-contrib-2.18-1.tar.bz2
------------------------------------ cut here ------------------------------------

Ciao
  Volker


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]