* [gentoo-dev] FreeBSD ports...gentoo portage.....new mac/bsd package system
@ 2002-02-27 0:32 mikepolniak
2002-02-27 1:19 ` Daniel Robbins
2002-02-27 1:21 ` [gentoo-dev] bad openssh-3.0.2_p1-r1.ebuild Mike Sensney
0 siblings, 2 replies; 5+ messages in thread
From: mikepolniak @ 2002-02-27 0:32 UTC (permalink / raw
To: gentoo-dev
The originator of the Free BSD ports system, Jordan K. Hubbard now Engineering
Manager, BSD technology group Apple Computer, posted a lengthy note to the
darwin-dev list about a package system for Apple/BSD:
http://www.macgimp.org/article.php?sid=95
His note was more a prophetic admonition, but he did propose five characteristics
of what the package system should do/be:
1. XML-based descriptive file
2. make files no longer mandatory
3. treat it like a database
4. abstract packaging rules to integrate various formats
5. have an architecture prepared for GUI front-ends
I thought the gentoo developers would like to read this and perhaps comment
about how gentoo portage is evolving as the package system of the future.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] FreeBSD ports...gentoo portage.....new mac/bsd package system
2002-02-27 0:32 [gentoo-dev] FreeBSD ports...gentoo portage.....new mac/bsd package system mikepolniak
@ 2002-02-27 1:19 ` Daniel Robbins
2002-02-27 1:21 ` [gentoo-dev] bad openssh-3.0.2_p1-r1.ebuild Mike Sensney
1 sibling, 0 replies; 5+ messages in thread
From: Daniel Robbins @ 2002-02-27 1:19 UTC (permalink / raw
To: gentoo-dev
On Tue, 2002-02-26 at 17:32, mikepolniak wrote:
> The originator of the Free BSD ports system, Jordan K. Hubbard now Engineering
> Manager, BSD technology group Apple Computer, posted a lengthy note to the
> darwin-dev list about a package system for Apple/BSD:
> http://www.macgimp.org/article.php?sid=95
>
> His note was more a prophetic admonition, but he did propose five characteristics
> of what the package system should do/be:
> 1. XML-based descriptive file
> 2. make files no longer mandatory
> 3. treat it like a database
> 4. abstract packaging rules to integrate various formats
> 5. have an architecture prepared for GUI front-ends
>
> I thought the gentoo developers would like to read this and perhaps comment
> about how gentoo portage is evolving as the package system of the future.
Yep, I read that and sent Jordan an email. The most important aspect of
a "next-generation" packaging system is for it to be designed in a
friendly and elegant way so that it is a pleasure to use, whether from
the command-line or GUI. I think we will, at some point, extend guide
XML (what we use on the Web site) and add an XML description for each
package. However, the down and dirty stuff should be kept in the
.ebuild file for easy access. It can easily be extracted from the
ebuild and converted into XML automatically. Just my opinion, not yet
filtered through our developers and their particular insights.
Best Regards,
--
Daniel Robbins <drobbins@gentoo.org>
Chief Architect/President http://www.gentoo.org
Gentoo Technologies, Inc.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-dev] bad openssh-3.0.2_p1-r1.ebuild
2002-02-27 0:32 [gentoo-dev] FreeBSD ports...gentoo portage.....new mac/bsd package system mikepolniak
2002-02-27 1:19 ` Daniel Robbins
@ 2002-02-27 1:21 ` Mike Sensney
2002-02-27 6:34 ` Daniel Robbins
1 sibling, 1 reply; 5+ messages in thread
From: Mike Sensney @ 2002-02-27 1:21 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 182 bytes --]
While attempting emerge --usepkg system, the openssh-3.0.2_p1-r1.ebuild
downloads openssh-3.0.2_p1.tar.gz then fails with a bad checksum.
Note the missing "-r1" in the tar.gz file.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] bad openssh-3.0.2_p1-r1.ebuild
2002-02-27 1:21 ` [gentoo-dev] bad openssh-3.0.2_p1-r1.ebuild Mike Sensney
@ 2002-02-27 6:34 ` Daniel Robbins
2002-02-27 16:29 ` Mike Sensney
0 siblings, 1 reply; 5+ messages in thread
From: Daniel Robbins @ 2002-02-27 6:34 UTC (permalink / raw
To: gentoo-dev
On Tue, 2002-02-26 at 18:21, Mike Sensney wrote:
> While attempting emerge --usepkg system, the openssh-3.0.2_p1-r1.ebuild
> downloads openssh-3.0.2_p1.tar.gz then fails with a bad checksum.
> Note the missing "-r1" in the tar.gz file.
Please be sure to submit bug reports to bugzilla at bugs.gentoo.org.
That way, they can be properly tracked.
Best Regards,
--
Daniel Robbins <drobbins@gentoo.org>
Chief Architect/President http://www.gentoo.org
Gentoo Technologies, Inc.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] bad openssh-3.0.2_p1-r1.ebuild
2002-02-27 6:34 ` Daniel Robbins
@ 2002-02-27 16:29 ` Mike Sensney
0 siblings, 0 replies; 5+ messages in thread
From: Mike Sensney @ 2002-02-27 16:29 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 607 bytes --]
Done.
At 11:34 PM 2/26/2002 -0700, Daniel Robbins wrote:
>On Tue, 2002-02-26 at 18:21, Mike Sensney wrote:
> > While attempting emerge --usepkg system, the openssh-3.0.2_p1-r1.ebuild
> > downloads openssh-3.0.2_p1.tar.gz then fails with a bad checksum.
> > Note the missing "-r1" in the tar.gz file.
>
>Please be sure to submit bug reports to bugzilla at bugs.gentoo.org.
>That way, they can be properly tracked.
>
>Best Regards,
>
>--
>Daniel Robbins <drobbins@gentoo.org>
>Chief Architect/President http://www.gentoo.org
>Gentoo Technologies, Inc.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-02-27 16:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-27 0:32 [gentoo-dev] FreeBSD ports...gentoo portage.....new mac/bsd package system mikepolniak
2002-02-27 1:19 ` Daniel Robbins
2002-02-27 1:21 ` [gentoo-dev] bad openssh-3.0.2_p1-r1.ebuild Mike Sensney
2002-02-27 6:34 ` Daniel Robbins
2002-02-27 16:29 ` Mike Sensney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox