cvs commit: ports/graphics Makefile ports/graphics/picviz Makefile distinfo pkg-descr pkg-plist ports/graphics/picviz/files patch-doc-CMakeLists.txt patch-src-libpicviz-CMakeLists.txt patch-src-libpicviz-parser-lexer.l patch-src-libpicviz-values-mapping.c

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Nov 11 04:18:39 PST 2008


amdmi3      2008-11-11 12:18:39 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/picviz      Makefile distinfo pkg-descr pkg-plist 
    graphics/picviz/files patch-doc-CMakeLists.txt 
                          patch-src-libpicviz-CMakeLists.txt 
                          patch-src-libpicviz-parser-lexer.l 
                          patch-src-libpicviz-values-mapping.c 
  Log:
  Picviz is a parallel coordinates plotter which enables easy scripting from
  various input (tcpdump, syslog, iptables logs, apache logs, etc..) to visualize
  your data and discover interesting results quickly.
  
  Picviz helps you to create, automate and understand parallel coordinates plots.
  
  Its primary goal is to graph data in order to be able to quickly analyze
  problems and find correlations among variables. With security analysis in mind,
  the program has been designed to be very flexible, able to graph millions of
  events.
  
  The language is designed to be close to the graphviz graph description
  language.
  
  WWW: http://www.wallinfire.net/picviz
  
  PR:             128705
  Submitted by:   Tim Hemel <ports at timit dot nl>
  
  Revision  Changes    Path
  1.1194    +1 -0      ports/graphics/Makefile
  1.1       +26 -0     ports/graphics/picviz/Makefile (new)
  1.1       +3 -0      ports/graphics/picviz/distinfo (new)
  1.1       +8 -0      ports/graphics/picviz/files/patch-doc-CMakeLists.txt (new)
  1.1       +27 -0     ports/graphics/picviz/files/patch-src-libpicviz-CMakeLists.txt (new)
  1.1       +51 -0     ports/graphics/picviz/files/patch-src-libpicviz-parser-lexer.l (new)
  1.1       +10 -0     ports/graphics/picviz/files/patch-src-libpicviz-values-mapping.c (new)
  1.1       +15 -0     ports/graphics/picviz/pkg-descr (new)
  1.1       +33 -0     ports/graphics/picviz/pkg-plist (new)


More information about the cvs-all mailing list