Re: [Fink-devel] Announce: finkutil 1.3

2002-12-10 Thread David R. Morrison
>From PkgVersion.pm: ### binary package finding sub find_debfile { my $self = shift; my ($path, $fn); foreach $path (@{$self->{_debpaths}}, "$basepath/fink/debs") { $fn = $path."/".$self->{_debname}; if (-f $fn) { return $fn; } } return undef; } So... in addition to

[Fink-devel] Announce: finkutil 1.3

2002-12-09 Thread Carsten Klapp
Check out my tiny fink-utility in the experimental tree. Send me suggestions/love-mail/hate-mail, etc. BTW, would someone explain to me what the "/sw/fink/debs" is for? Is it just a convenient place to refer to all the debs, or is it really used by fink? (Mine is continually mixed up because