View previous topic :: View next topic |
Author |
Message |
nemo Guest
|
Posted: Sun Apr 21, 2002 7:25 pm Post subject: package description |
|
|
it would be very very handy if each port woul have a short description as seen in the beloved ;P fbsd ports system ( http://www.freebsd.org/ports/ )
furthermore the list on http://www.gentoo.org/index-packages.html is good for searching if a certain app is in the ports system but not to search software.
i.e. there is a "mc". thats nice but how should i know its the midnight commander i'm looking for? since it has a version # of 4.5 the chances are good but its categorisized as gnome-extra, hmmm....
i don't think its a big effort tgo add each port a file which contains the name, version and a short description of the application? |
|
Back to top |
|
|
Nitro Bodhisattva
Joined: 08 Apr 2002 Posts: 661 Location: San Francisco
|
Posted: Mon Apr 22, 2002 1:16 am Post subject: |
|
|
Check out: emerge -s
Code: | # emerge -s portage
[ Results for search key : portage ]
[ Applications found : 1 ]
* sys-apps/portage
Latest version Available: 1.9.1
Latest version Installed: 1.9.1
Homepage: http://www.gentoo.org
Description:
Portage ports system |
_________________ - Kyle Manna
Please, please SEARCH before posting.
There are three kinds of people in the world: those who can count, and those who can't. |
|
Back to top |
|
|
nemo Guest
|
Posted: Mon Apr 22, 2002 11:52 am Post subject: |
|
|
thx for your reply:
Nitro wrote: | Check out: emerge -s |
it works, but it does not search the Descriptions, only the names
Code: |
# emerge -s mc
[ Results for search key : mc ]
[ Applications found : 8 ]
* gnome-extra/mc
Latest version Available: 4.5.55-r4
Latest version Installed: 4.5.55-r4
Description:
GNOME Midnight Commander
# emerge -s Midnight
[ Results for search key : Midnight ]
[ Applications found : 0 ]
|
and is slow as hell to |
|
Back to top |
|
|
|