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:
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it.
> 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
State Changed From-To: open->feedback Awaiting submitter's feedback.
State Changed From-To: feedback->open Feedback received
State Changed From-To: open->closed New port added. Thanks!
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"