Re: PKGSRCGFE=PKGSRC GRAPHICAL FRONT END

2008-12-08 Thread Dmitri Nikulin
Hi Savio, The code is not that bad for a prototype, but GUIs in C are generally unnecessarily difficult. The efficiency and performance of C is not necessary for an administrative GUI. I suspect if you rewrite it in a more high-level language such as Python or Ruby, you'll pay an up-front rewrite

Re: PKGSRCGFE=PKGSRC GRAPHICAL FRONT END

2008-12-07 Thread grfgguvf
dark0s Optik writes: I don't know who can interest, but I want also comunicate that I'd like attach my next program pkgsrcgfe at beginning of february 2009. The program will contain: 1) Commented code 2) Modularized code 3) Possibility of choice between multiple mirrors 4) Save button working

Re: PKGSRCGFE=PKGSRC GRAPHICAL FRONT END

2008-12-07 Thread dark0s Optik
I'm quite sure that GTK+ 2.x library has got functions for all operations, and also for operations that you want to implement. I didn't understand that you intend with one can make multiple changes and then execute them at once because I don't know Aptitude, but we can boundle strive us to

Re: PKGSRCGFE=PKGSRC GRAPHICAL FRONT END

2008-11-16 Thread dark0s Optik
Ok, thank you, in next thread with code attached I will search follow this suggestions. N.B. I'd like know if pkg_add work. savio 2008/11/15, Dennis Melentyev [EMAIL PROTECTED]: Hi Saverio, It is a good idea to write a GUI frontend and written code is much better than just an idea to write

Re: PKGSRCGFE=PKGSRC GRAPHICAL FRONT END

2008-11-15 Thread dark0s Optik
I modified program and I tell you test it, especially if it download package in pkg_add operation and if it works. I have a very very slow internet connection and cannot test it fastly. The file mirror.conf must be located in /usr/pkg/share/pkgsrcgfe directory and contains mirror where pkg_add

Re: PKGSRCGFE=PKGSRC GRAPHICAL FRONT END

2008-11-15 Thread Dennis Melentyev
Hi Saverio, It is a good idea to write a GUI frontend and written code is much better than just an idea to write it, but I still see a long way to go. Please let me comment your code a little. And (I'd like to emphasize this) it is absolutely not an attempt to hurt you, but rather friendly

Re: PKGSRCGFE=PKGSRC GRAPHICAL FRONT END

2008-11-12 Thread dark0s Optik
I think that I can solve problem with pkg_add in pkgsrcgfe in some day. savio 2008/11/11, dark0s Optik [EMAIL PROTECTED]: The code is attached and is DragonFlyBSD licensed. I must add mirror button for choose mirror in pkg_add operation. The code must have improving. Can you tell me

Re: PKGSRCGFE=PKGSRC GRAPHICAL FRONT END

2008-11-11 Thread Robert Luciani
My code can't be included in DragonflyBSD directly, because it need for Gtk+ 2, Glib and related library. What is pattern for copyright me. In both cases DragonFlyBSD can have benefit savio Hi Savio, Why don't you upload the code somewhere first so our users can test it. I think that

Re: PKGSRCGFE=PKGSRC GRAPHICAL FRONT END

2008-11-11 Thread dark0s Optik
The code is attached and is DragonFlyBSD licensed. I must add mirror button for choose mirror in pkg_add operation. The code must have improving. Can you tell me suggestions and other all things. I hope that it can serve for spread DragonFly. savio 2008/11/11, Steve O'Hara-Smith [EMAIL

Re: PKGSRCGFE=PKGSRC GRAPHICAL FRONT END

2008-11-11 Thread Steve O'Hara-Smith
On Tue, 11 Nov 2008 00:13:02 +0100 dark0s Optik [EMAIL PROTECTED] wrote: My code can't be included in DragonflyBSD directly, because it need for Gtk+ 2, Glib and related library. What is pattern for copyright me. It's sounding to me like a good idea would be to commit it to pkgsrc-wip

PKGSRCGFE=PKGSRC GRAPHICAL FRONT END

2008-11-10 Thread dark0s Optik
Hi all, I write a lightweight GUI for PkgSrc for DrgonFlyBSD in C language named pkgsrcgfe, that is to say PkgSrc Graphical Front End. It is a simple and little program that it permits to handle graphically pkg_search, pkg_add, pkg_info and pkg_delete. I written this program for DragonFly and I'd

Re: PKGSRCGFE=PKGSRC GRAPHICAL FRONT END

2008-11-10 Thread Jeremy C. Reed
Hi all, I write a lightweight GUI for PkgSrc for DrgonFlyBSD in C language named pkgsrcgfe, that is to say PkgSrc Graphical Front End. It is a simple and little program that it permits to handle graphically pkg_search, pkg_add, pkg_info and pkg_delete. I written this program for DragonFly and