Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Sep 2005 16:58:19 -0400
From:      Skip Ford <skip.ford@verizon.net>
To:        Pav Lucistnik <pav@FreeBSD.org>
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: tar(1) versus unzip
Message-ID:  <20050914205818.GB888@lucy.pool-151-204-5-5.pskn.east.verizon.net>
In-Reply-To: <1126730496.77533.34.camel@ikaros.oook.cz>
References:  <20050914203618.GA888@lucy.pool-151-204-5-5.pskn.east.verizon.net> <1126730496.77533.34.camel@ikaros.oook.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
Pav Lucistnik wrote:
> Skip Ford píše v st 14. 09. 2005 v 16:36 -0400:
> > Why do ports that need to unzip a file still depend on unzip?
> > 
> > I uninstalled unzip way back when bsdtar(1) was able to unzip but
> > several ports still try to install it even though the system's
> > native tar can unzip their files just fine, at least with the
> > zipped ports I use.
> > 
> > Looks like the magic to handle it can just go into a file in
> > ports/Mk with USE_ZIP, but my Makefile-writing skills aren't good
> > enough to do it.  I also don't know the version of FreeBSD that
> > first included bsdtar with zip as the native tar.
> > 
> > So, is there some reason unzip is still needed on all systems or
> > has no one with the knowledge had the time to fix it?
> 
> 1) Older FreeBSD revisions didn't have tar capable on unzipping, and no
> one updated the ports infrastructure since.
> 
> 2) Are you absolutely sure tar handle all obscurities that do happen in
> real world zip files?

No, I've done no testing at all, other than manually unzipping the
few zipped ports I use ever since tar(1) could unzip, and
unzipping the odd file here and there from usenet or email.
I wouldn't say I've encountered a lot of zipped files, but tar(1)
has worked for all of them.

> 3) Some ports pass custom flags to unzip command, there would blow up
> when replaced with tar, too.

It'd be possible to depend on the unzip port for older FreeBSD versions
and if there are custom flags, but I guess that's probably a lot
of work just to avoid a dependency on a small port.

Depending on it when there's no reason to depend on it just bugs
me though.

-- 
Skip



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