Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ↵ | Baptiste Daroussin | 2013-09-20 | 1 | -0/+1 |
| | | | | | | | net) Notes: svn path=/head/; revision=327755 | ||||
* | - Update to 2.1.4 [1] | Alex Kozlov | 2012-12-25 | 2 | -13/+8 |
| | | | | | | | | | | | | - Convert Makefile headers to new style - Remove LICENSE_FILE since GPLv3 is in Templates/Licenses - Remove ABI version numbers from LIB_DEPENDS PR: ports/174612 (based on) [1] Submitted by: Thomas Dreibholz <dreibh@iem.uni-due.de> (maintainer) Notes: svn path=/head/; revision=309480 | ||||
* | Update to 2.1.3 | Julien Laffaye | 2011-06-19 | 2 | -3/+3 |
| | | | | | | | | | PR: ports/157902 Submitted by: rodrigo osorio <rodrigo@bebik.net> Approved by: Thomas Dreibholz <dreibh@iem.uni-due.de> (maintainer), bapt (mentor) Notes: svn path=/head/; revision=275852 | ||||
* | - Get Rid MD5 support | Martin Wilke | 2011-03-20 | 1 | -1/+0 |
| | | | | Notes: svn path=/head/; revision=271346 | ||||
* | PR: ports/148997 | Olli Hauer | 2010-08-04 | 3 | -0/+44 |
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/ Notes: svn path=/head/; revision=258790 |