Re: [osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-11 Thread Laszlo (Laca) Peter
On Wed, 2006-10-11 at 17:19 +0100, Darren J Moffat wrote: > David Kleiner wrote: > > Steve, > > > > What's your take on the metadata (versions, pkg dependencies, stable vs. > > -devel, that sort of stuff). As an example, is putting all this into > > mercury (Hg) an option? I know it's python bu

Re: [osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-11 Thread Steve Stallion
Sorry about that, Im a bit guilty of using /usr/sfw as shorthand for the consolodation - i'll qualify next time :)On 10/11/06, Darren J Moffat < [EMAIL PROTECTED]> wrote:David Kleiner wrote:> Steve,>> What's your take on the metadata (versions, pkg dependencies, stable vs. -devel, that sort of stuf

Re: [osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-11 Thread Darren J Moffat
David Kleiner wrote: Steve, What's your take on the metadata (versions, pkg dependencies, stable vs. -devel, that sort of stuff). As an example, is putting all this into mercury (Hg) an option? I know it's python but python is now in /usr/sfw, so it may not be so bad. Or you'd rather keep it a

Re: [osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-11 Thread Steve Stallion
All of this certainly up for discussion. Ive registered a channel on irc.freenode.net named #opensolaris-ports so we can discuss this outside of the discuss list for now. Over the next couple of days, I'll get a ports list setup on opensolaris.org.This goes for anyone else who is interested, hop o

[osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-11 Thread David Kleiner
Steve, What's your take on the metadata (versions, pkg dependencies, stable vs. -devel, that sort of stuff). As an example, is putting all this into mercury (Hg) an option? I know it's python but python is now in /usr/sfw, so it may not be so bad. Or you'd rather keep it all in C? Then ther

[osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-11 Thread Steven Stallion
Its certainly something to take a look at. I know JDS is being built via pkgbuild currently. Thanks for the heads up, Steve This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-10 Thread Josh Howard
No one specifically mentioned pkgbuild, (http://pkgbuild.sourceforge.net/) which seems to be making some progress in terms of keeping up-to-date with software. It has the advantage of building off of rpm spec files, which are becoming more common in software distributions, support whatever compi

[osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-10 Thread Chris Steinke
All of your points are quite valid and I have issues with them as well. But I was thinking something 'similiar' to but not exactly the current Gentoo portage system. I was thinking more along the lines of a super charged portage system with tools written in C or C++ and support for choosing w

Re: [osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-10 Thread Steve Stallion
Danek,Thats great to hear. What else needs to happen make this project official?SteveOn 10/10/06, Danek Duvall < [EMAIL PROTECTED]> wrote:On Tue, Oct 10, 2006 at 07:28:19AM -0500, Steve Stallion wrote: > I most definitely agree - however, I would like to see the project get an> actual start before

Re: [osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-10 Thread Steven Stallion
Dave,This may be ignorance on my part, but AFAIK, there are no TCL bindings to sun api's. In my experience, more developers (including myself) are more proficient in C than TCL. While TCL is in /usr/sfw, I would like to see the ports system available to any solaris user whether or not they have the

[osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-10 Thread Steven Stallion
I have. There are a few problems I have found using portage. I'll list them below: * Python based (again, would require additional packages not part of the base install to use) * USE flags hinder more than help. For example, if you have a global USE set to include GTK+ support and not QT, then

Re: [osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-10 Thread Steve Stallion
Frank,I most definitely agree - however, I would like to see the project get an actual start before these discussions commence. To be perfectly honest, Im feeling a little guilty for all the traffic I have caused on the -discuss list the last few days ;) As a side note: I have already done much of

Re: [osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-10 Thread Frank van der Linden
I think a good start would be to write up an overview of the existing systems out there, e.g. a list of features and how they compare. Then have a list of features which the OpenSolaris system should have. As for pkgsrc, which was mentioned: it did originate in NetBSD, but I think a number of

[osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-09 Thread Eric Boutilier
On Mon, 9 Oct 2006, David Kleiner wrote: ... What do we need to do to make this an official project? A project proposal needs to meet the two requirements below, then someone from the opensolaris.org team (normally me these days) gets together with the proposer to set up the project space. 1.

[osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-09 Thread Chris Steinke
Have you taken a look at the Gentoo portage system? I'm particularly fond of that, but I think with some reworking it would be a nice fit for OpenSolaris and the possibility of even building an Open Solaris kernel with your favorite tool chain. I think the portage tools could get a boost by be

Re: [osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-09 Thread Steve Stallion
Thats an excellent point Alan - it sounds like /opt/sfw should probably be left on its own. This may be a huge stretch, but what would the implications be of having the consolodation managed and distributed via the ports system? This is how other free OS's typically handle non core packages (ie:

Re: [osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-09 Thread Alan Coopersmith
Steve Stallion wrote: I completely agree. It does make the dependency list much bigger but there are a couple of options (at least as I see it): 1) /usr/sfw is moved into the ports collection (eventually of course), and we all live in a big happy world. I think there's confusion here, mostl

Re: [osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-09 Thread Steve Stallion
I completely agree. It does make the dependency list much bigger but there are a couple of options (at least as I see it):1)  /usr/sfw is moved into the ports collection (eventually of course), and we all live in a big happy world. 2) We build in alternate dependencies on /usr/sfw package in the ev

Re: [osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-09 Thread Dave Marquardt
"Steven" == Steven Stallion <[EMAIL PROTECTED]> writes: Steven> This may be ignorance on my part, but AFAIK, there are no TCL Steven> bindings to sun api's. In my experience, more developers Steven> (including myself) are more proficient in C than TCL. While Steven> TCL is in /usr/sfw, I would lik

Re: [osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-09 Thread Dennis Clarke
> Dave, > > This may be ignorance on my part, but AFAIK, there are no TCL bindings to > sun api's. In my experience, more developers (including myself) are more > proficient in C than TCL. While TCL is in /usr/sfw, I would like to see the > ports system available to any solaris user whether or not

Re: [osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-09 Thread Steve Stallion
Dave,This may be ignorance on my part, but AFAIK, there are no TCL bindings to sun api's. In my experience, more developers (including myself) are more proficient in C than TCL. While TCL is in /usr/sfw, I would like to see the ports system available to any solaris user whether or not they have the

[osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-09 Thread David Kleiner
Good summary, thank you. What do we need to do to make this an official project? Cheers, David This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-09 Thread Steven Stallion
A couple of responses to queries on the mailing list: Variant Support = Variants are 'options' to building a port. For example, if one wanted to build apache httpd with mod_ssl support, you would generally notify the ports system with an option. FreeBSD calls these options KNOBS, and

Re: [osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-07 Thread Dennis Clarke
>>From above: > > I would like to propose a solaris ports system loosely based on darwinports > functionality. There are of course changes I would like to see made: support > for different compiler sets (gcc vs. sun), support for solaris packages, and > a shift from TCL to C, and the abillity to r

[osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-07 Thread Steven Stallion
>From above: I would like to propose a solaris ports system loosely based on darwinports functionality. There are of course changes I would like to see made: support for different compiler sets (gcc vs. sun), support for solaris packages, and a shift from TCL to C, and the abillity to rely on p

[osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-07 Thread David Kleiner
There is FreeBSD ports, darwin ports (Mac OS X) and freshports - which one do you suggest we try to follow? Thanx, /D This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org