cvs commit: ports/net/ipv6calc Makefile distinfo

Edwin Groothuis edwin at FreeBSD.org
Tue Oct 7 00:07:27 PDT 2003


edwin       2003/10/07 00:07:25 PDT

  FreeBSD ports repository

  Modified files:
    net/ipv6calc         Makefile distinfo 
  Log:
  Upgrade to version 0.46
  
      Now to the news: version 0.46 is available now.
  
      - IPv4 database updated (20030906)
      - add support of LACNIC registry
      - add output format "octal"
          Print octal representation of a given IPv6 address:
          (useful for djbdns/tinydns)
              3ffe:ffff::1 ->
              \77\376\377\377\0\0\0\0\0\0\0\0\0\0\0\1
          --printfulluncompressed 3ffe:ffff::1 ->
              \077\376\377\377\000\000\000\000\000\000\000\000\000\000\000\001
          Available format options:
          --printfulluncompressed: Print in full uncompressed format
  
      - New program "ipv6logstats" for parsing web server logs to get some
      IPv4/IPv6 distribution data and build time line charts. See examples for
      more.
  
      - add input types:
          "ipv4hex" (hexadecimal IPv4 address)
          "ipv4revhex" (reverse hexadecimal IPv4 address)
      - add support of spaces in MAC/EUI-48 addresses
  
  Revision  Changes    Path
  1.15      +1 -2      ports/net/ipv6calc/Makefile
  1.9       +1 -1      ports/net/ipv6calc/distinfo


More information about the cvs-all mailing list