Bug 128705 - New port: graphics/picviz A parallel coordinates plotter
Summary: New port: graphics/picviz A parallel coordinates plotter
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-08 18:30 UTC by Tim Hemel
Modified: 2008-11-11 12:20 UTC (History)
0 users

See Also:


Attachments
file.shar (7.83 KB, text/plain)
2008-11-08 18:30 UTC, Tim Hemel
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Hemel 2008-11-08 18:30:01 UTC
New port: graphics/picviz

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

Fix: Patch attached with submission follows:
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2008-11-09 14:43:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 Dmitry Marakasov 2008-11-09 18:54:55 UTC
> Synopsis: New port: graphics/picviz A parallel coordinates plotter
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=128705

1. Doesn't build. Obviously lacks one or more depends.
http://people.freebsd.org/~amdmi3/picviz-0.4.log

2. Why did you of redefine do-install? CMake handles installation
pretty well.

3. Patches should have meaningful names. i.e.
patch-libpicviz-CMakeLists.txt

4. Aren't there any mirrors for the distfile? It'd be good to have
multiple MASTER_SITES and get rid of that ?format=raw stuff.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru    http://www.amdmi3.ru
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2008-11-10 02:13:59 UTC
State Changed
From-To: open->feedback

Awaiting submitter's feedback.
Comment 4 Dmitry Marakasov freebsd_committer freebsd_triage 2008-11-11 12:18:18 UTC
State Changed
From-To: feedback->open

Feedback received
Comment 5 Dmitry Marakasov freebsd_committer freebsd_triage 2008-11-11 12:18:48 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2008-11-11 12:18:52 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"