You are not logged in.
here is mines!!
Registered Linux user :#500622
"être fort pour être utile" (be strong to be useful) —Georges Hébert
"There is only Good people and Bad people, we should not be judged by Race, religion or sex but we should be judged by our deeds or actions." - Lindsey Irving
Xenokite aka Lycan
Offline
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol
Offline
Amazing!
Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
-- Antoine de Saint-Exupery
Offline
Offline
cool tool!
i knew there was something like this and hence didn't really search, as i wanted to scratch the same itch ^_^
(although i was after exact dependecy trees of a package or group, and in which repo they are)
and ironically, as i dont really use any forums, i searched/posted only on the mailinglist, and also called it pacgraph, sorry >_<*
(if i ever continue/finish it, i'll rename!)
but whatever, the dependency compression sounds/looks awesome for big graphs!
ps. could you add the namespace xmlns="http://www.w3.org/2000/svg" in the svg element so firefox and chromium recognize and render it.
Offline
Done. Also added the doctype and xml version info (required for Opera).
Offline
xmonad @ Arch + zsh
dwm @ freeBSD +zsh
Registered linux user #495331
http://dawix-net.bluefile.cz
Offline
New version on AUR.
This one comes with [multilib] support. And a speed boost from replacing the brute force checker with an R tree.
Last edited by keenerd (2010-08-28 23:42:52)
Offline
It seems today is my lucky day.
Thanks for this awesome package sir, now I can see my bloated system.
Can you add a conf file ? Maybe like .pacgraph, so I can edit some config (like colors) before use it.
Ask, and it shall be given you.
Seek, and ye shall find.
Knock, and it shall be opened unto you.
Offline
Offline
http://i.imgur.com/XzJNj.jpg
Much smaller than my last one. (It was around 5GB!)
Last edited by burninating__absol (2010-08-30 18:56:17)
currentproblem: none.
Offline
Offline
I'm new to pacgraph and have a bit of a silly question...
What does pacgraph tell me exactly. I realize what it does (draws installed packages, their sizes, and their dependencies), but how can I use this information? Does the graph hint at packages that should be removed? Does it provide guidance for cleaning up the system in some way?
Thanks!
Last edited by jalu (2010-09-11 17:16:33)
Offline
no.. it just provides a cool graph showing your installed packages, their sizes, and their dependencies. there are no "hints" at anything else.
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you." -- Bregol
Offline
Big update to pacgraph-i. It is now stable and fast enough to be usable!
Features:
Animation. Pan and zoom.
Type to search for a package.
Hover to see deps and inverse deps.
No waiting for the PNG to render.
Still single threaded and I had to disable zoom during the animation (glitchtastic otherwise).
Thoughts and requests?
Offline
I can't get pacgraph -i to work
I tried pacgraph -i followed by 3 hex values and again followed by 3 colour names and no luck
What should I be doing?
PS this tool along with PDI is very useful for Arch, thanks very much.
Last edited by tawan (2010-10-26 19:54:19)
Offline
My bad, the docs are not clear at all. You need to select packages for it to color anything. So
pacgraph -i red yellow green qt
would color Qt red, the deps below it yellow, and the apps above it green.
Unless you mean pacgraph-i (no space), the interactive version. That is just a Tk app. Yes, it is getting renamed next release to avoid confusion.
Last edited by keenerd (2010-10-26 21:39:56)
Offline
Could we possibly start a new thread? It looks like a cool tool, but the original post was from a year and a half ago. It's kind of a pain to look at a thread, and only the last three are from within the last month. Thanks!
(not trying to bash on your contribution keenerd )
Offline
ssentinull: Most everything in Community Contrib is like this. Log in and click [New posts] instead.
maxexcloo: Try every single app in the repos until you mind the smallest one you like. Remove duplicate functionality (Chromium and firefox? VLC and Mplayer and totem?) Also, either ditch java or go java-only :-)
Offline
Biiiiiig update! The layout and search has been substantially overhauled.
Generating an SVG is about twice as fast.
Packages cluster much better.
Some control over aspect ratio.
Pacgraph-tk is more responsive.
Unfortunately, aspect ratio is not set from command line, yet. (If aspect ratio works at all, this will be added.) It is forced at 2:1. If you manage to generate a tall render, it is a bug and I'd like to see it.
If you are curious what changed, empty space is now found with a spiral pattern. (Formerly, it was a straight line.) Fire up pacgraph-tk and the spirals are very apparent.
Offline
Offline
Seems like the clustering gets a little out of hand with large data sets.
http://kmkeen.com/tmp/arch-repo.png (3.6 MB!)
From Reventlov: http://ompldr.org/vN2txYg (15 MB!)
There are distinct blobs of OOo, python, perl, etc. Might have to tune that, but I kind of like it. If you want to generate that image yourself, "pacgraph -m arch-repo"
milomouse: I forgot about that. I'll see about adding that later today. Nice colors, btw.
Last edited by keenerd (2011-02-26 21:09:08)
Offline