You are not logged in.
I want to ask one question - when you browse the packages in the repos from the arch linux site you can see that each package belongs to some category - base, editor, etc. But there is no such info anywhere in the packages themselves(as far as I'm aware). So where does this information come from? In it in some DB local to the web site or I am missing something?
Offline
I believe these category only exist in the PKGBUILD tree from the cvs repo here :
http://cvs.archlinux.org/cgi-bin/viewcv … NT#dirlist
That's also the cvs repo used by abs for getting all the PKGBUILD.
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
Wouldn't it be wise if the category information was added to each package's .PKGINFO file? That way clients could search for or in package categories and the capabilities of GUI front-ends could enhanced a great deal. As a matter of fact why was this possibility ever considered and if so why was the idea dropped?
Offline
Offline
Yep, that's it. I hope you find the time to implement it soon.
Offline
<thread necromancy>
Oh is that why the Category column has been replaced with the near useless "Arch" column? Will the Category column return once pacman is made to keep track of this information in the database? I sure hope so, the "Arch" column is only useful for a small handful of packages like flash player (so people can know its i686 only) or lib32 (so people can know its x86_64 only). Because the vast majority of packages are available for both and everyone already knows this.
</thread necromancy>
6EA3 F3F3 B908 2632 A9CB E931 D53A 0445 B47A 0DAB
Great things come in tar.xz packages.
Offline
<thread necromancy>
Oh is that why the Category column has been replaced with the near useless "Arch" column? Will the Category column return once pacman is made to keep track of this information in the database?
*snip*
</thread necromancy>
Arch devs started using SVN instead of CVS for the package database a few weeks ago. The version control system is now more modern, but the Category feature was lost.
Offline