Bug 148997 - New port: net/subnetcalc
Summary: New port: net/subnetcalc
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-27 13:20 UTC by Thomas Dreibholz
Modified: 2010-08-04 21:12 UTC (History)
0 users

See Also:


Attachments
file.shar (2.43 KB, text/plain)
2010-07-27 13:20 UTC, Thomas Dreibholz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Dreibholz 2010-07-27 13:20:01 UTC
SubNetCalc is an IPv4/IPv6 subnet address calculator. For given IPv4 or IPv6 address and netmask or prefix length, it calculates network address, broadcast address, maximum number of hosts and host address range. The output is colourized for better readability (e.g. network part, host part). Also, it prints the addresses in binary format for better understandability. Furthermore, it can identify the address type (e.g. multicast, unique local, site local, etc.) and extract additional information from the address (e.g. type, scope, interface ID, etc.). Finally, it can generate IPv6 unique local prefixes.
Comment 1 Olli Hauer freebsd_committer freebsd_triage 2010-08-04 18:32:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ohauer

I will take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-08-04 21:00:29 UTC
ohauer      2010-08-04 20:00:20 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/subnetcalc       Makefile distinfo pkg-descr 
  Log:
  PR:             ports/148997
  Submitted by:   ohauer
  Approved by:    glarkin (mentor)
  
  Say helo to new port subnetcalc
  
  SubNetCalc is an IPv4/IPv6 subnet address calculator. For given IPv4 or IPv6
  address and netmask or prefix length, it calculates network address, broadcast
  address, maximum number of hosts and host address range. The output is
  colourized for better readability (e.g. network part, host part). Also, it
  prints the addresses in binary format for better understandability.
  
  Furthermore, it can identify the address type (e.g. multicast, unique local,
  site local, etc.) and extract additional information from the address
  (e.g. type, scope, interface ID, etc.). Finally, it can generate IPv6 unique
  local prefixes.
  
  WWW: http://www.iem.uni-due.de/~dreibh/subnetcalc/
  
  Revision  Changes    Path
  1.2230    +1 -0      ports/net/Makefile
  1.1       +29 -0     ports/net/subnetcalc/Makefile (new)
  1.1       +3 -0      ports/net/subnetcalc/distinfo (new)
  1.1       +12 -0     ports/net/subnetcalc/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Olli Hauer freebsd_committer freebsd_triage 2010-08-04 21:10:39 UTC
State Changed
From-To: open->closed

- port added with minor changes (Makefile) 

Approved by: glarkin (mentor)