On Mon, May 28, 2007 at 03:00:51PM +0300, Antti Harri wrote: > PS. Isn't there some library/layer/whatever for perl that could be used to > enable protocol independent package fetching? Something like > kioslave in kde? I don't see a reason why one would have to implement all > url schemes from scratch..
pkg_add shares as much code as it can... The fact is, the scp: part is actually more efficient, because it establishes exactly one connection and talks with the other side.
