Edit

IABSD.fr/ports/misc/portroach/patches/patch-Portroach_Util_pm

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-08 17:59:57
    Hash : 8ba7d01d
    Message : help portroach through recent infrastructure changes - use the new ROACH_URL and ROACH_SITES values in sqlports - create an indirection thru a temp view that makes things less painful Accordingly: use PortsQ consistently, which is WAY faster. - use FULLPKGNAME instead of DISTNAME so that no port gets bad messages because of that - shorten the progressmeter slightly so it fits on a normal terminal okay aja@

  • misc/portroach/patches/patch-Portroach_Util_pm
  • Index: Portroach/Util.pm
    --- Portroach/Util.pm.orig
    +++ Portroach/Util.pm
    @@ -652,7 +652,7 @@ sub info
     	my @items = (@_);
     	my ($str, $msg);
     
    -	# 60 is chosen as 80 - length of "(xxxx out of xxxx)" (16)" - separators.
    +	# 60 is chosen so that "(xxxxx/xxxxx)" will fit
     	my $width = 30;
     	$width *= 2 if $full;