On Sun, May 17, 2020 at 06:16:03PM +0200, Denis Fondras wrote:
> asdig is a simple tool for retrieving ASN (autonomous system number) match 
> from
> IPv4/IPv6 published by services like Rezopole GoASMap or Cymru.
> 
> For a given IPv4 or IPv6 it would display current BGP anouncements received at
> the BGP-infrastructure of the queried IP-to-AS reference server, or Internet
> Exchange Point (IXP) subnets from PeeringDB, or reserved subnets from Internet
> Assigned Numbers Authority (IANA).  For a given ASnumber it would display a
> digest of the registered informations from Regional Internet Registries (RIR).
> 
> https://github.com/Rezopole/asdig
Missing space after LIB_DEPENDS,
SEPARATE_BUILD can be set,
do-install can be post-install merely installing the manual from WRKBUILD,
NO_TEST=Yes is incorrect as tests exist under the "vimtest" target.

        : /p/mystuff/net/asdig ;  make test
        ===>  Regression tests for asdig-0.96
        ./asdig                                 134.214.100.6  10.10.12.64  
2a02:3d0:623:a000::8008
        NO_DATA
        RFC1918 | 10.0.0.0/8 | | | | <nil>
        22822 | 2a02:3d0::/32 | US | arin | 2001-11-28 | LLNW
        ./asdig -cumry                          134.214.100.6  10.10.12.64  
2a02:3d0:623:a000::8008
        unkown option "-cumry"
        NO_DATA
        NO_DATA
        22822 | 2a02:3d0::/32 | US | arin | 2001-11-28 | LLNW
        ./asdig -cymru                          134.214.100.6  10.10.12.64  
2a02:3d0:623:a000::8008
        2060 | 134.214.0.0/16 | FR | ripencc | 1989-07-25
        HOST_NOT_FOUND
        22822 | 2a02:3d0::/32 | US | ripencc | 2008-05-22
        ./asdig -rezopole                       134.214.100.6  10.10.12.64  
2a02:3d0:623:a000::8008
        NO_DATA
        NO_DATA
        NO_DATA
        ./asdig -suffixv4=tagada.tsointsoin.fr  134.214.100.6  10.10.12.64  
2a02:3d0:623:a000::8008
        HOST_NOT_FOUND
        HOST_NOT_FOUND
        NO_DATA
        ./asdig -suffixv6=tagada.tsointsoin.fr  134.214.100.6  10.10.12.64  
2a02:3d0:623:a000::8008
        NO_DATA
        NO_DATA
        HOST_NOT_FOUND

that "unkown option -cumry" reads odd.

Otherwise the port looks good and asdig(1) works nicely, thanks.

Reply via email to