From owner-cvs-all@FreeBSD.ORG Wed Aug 4 20:00:20 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0B891065675; Wed, 4 Aug 2010 20:00:20 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D05798FC08; Wed, 4 Aug 2010 20:00:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o74K0KA8041772; Wed, 4 Aug 2010 20:00:20 GMT (envelope-from ohauer@repoman.freebsd.org) Received: (from ohauer@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o74K0KC7041771; Wed, 4 Aug 2010 20:00:20 GMT (envelope-from ohauer) Message-Id: <201008042000.o74K0KC7041771@repoman.freebsd.org> From: olli hauer Date: Wed, 4 Aug 2010 20:00:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/subnetcalc Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2010 20:00:21 -0000 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)