Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2002 23:50:43 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Dag-Erling Smorgrav <des@ofug.org>
Cc:        Wes Peters <wes@softweyr.com>, Dan Moschuk <dan@FreeBSD.ORG>, arch@FreeBSD.ORG
Subject:   Re: Package system flaws?
Message-ID:  <20020707205043.GA2778@hades.hell.gr>
In-Reply-To: <xzplm8nrgse.fsf@flood.ping.uio.no>
References:  <20020706220511.GA88651@scoobysnax.jaded.net> <3D27A296.D58FB4B4@softweyr.com> <xzplm8nrgse.fsf@flood.ping.uio.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-07-07 12:09 +0000, Dag-Erling Smorgrav wrote:
> Wes Peters <wes@softweyr.com> writes:
> > Dan Moschuk wrote:
> > > Where can we improve? 
> > In all of the above areas, plus all the ones we haven't addressed yet.
> 
> *grin*
> 
> One thing we could improve a lot is the package file format.  We
> currently use gzipped tarballs, which have to be completely unpacked
> before processing can begin.  One improvement we can make is to use an
> archive format such as zip that allows us to extract individual files
> quickly, so we can extract the metadata and check dependencies
> etc. without unpacking the entire package.

Err, that can be done with tar too.  Although one might argue that
reading the entire archive (instead of a small TOC at the beginning or
end of the archive) is a bit clumsier...

	% cat archive | ( cd /tmp; tar xzvf - PKG_METADATA )


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020707205043.GA2778>