Hi, all! I've read on Google summer of code page about GUI and i want to make one :) Do you have ideas about something special, what GUI may provide besides ordinary thing like list of all ports, search, sorting? P.S. Sorry for my bad english, I am student from Russia :) ----------------------------------- Dzema Dmitriy dimad@ag.ru
On 2007-03-18, at 10:45, Dzema Dmitriy wrote:
I've read on Google summer of code page about GUI and i want to make one :) Do you have ideas about something special, what GUI may provide besides ordinary thing like list of all ports, search, sorting?
I have thought about that a while ago and came up with the idea to write such a GUI as a web app by using tclhttpd. Look at the port command (which is also written in Tcl). Adapting it to use HTML forms and such for input (instead of command line arguments) and HTML for output should be quite easy.
P.S. Sorry for my bad english, I am student from Russia :)
Much better than my russian ;-) Jochem -- When the revolution comes, I will be shot by both sides.
Dzema Dmitriy <dimad@ag.ru> writes:
I've read on Google summer of code page about GUI and i want to make one :) Do you have ideas about something special, what GUI may provide besides ordinary thing like list of all ports, search, sorting?
for my part: I like the navigation features of aptitude, e.g. in the details view of a package, I can follow one of the dependencies and get to the details view of that package. Lots of interconnections: I search for 'fubar', get a list of ports that contain files or directories containing fubar as a substring along with their status. From there, one click to installation or detail view. Maybe 'view all files'. Optional display of active/inactive variants. Show if there's something to clean up (work files, tarballs, ...). Check for updates (selfupdate). If you have used MacPorts, you will surely come up with more ideas. Goodbyte, Gerd. -- The last thing one knows in constructing a work is what to put first. -- Blaise Pascal
participants (3)
-
Dzema Dmitriy
-
Gerd Flaig
-
Jochem Huhmann