Date: Tue, 26 Aug 2003 20:49:25 -0700 (PDT) From: Sean Chittenden <seanc@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/subcalc Makefile distinfo pkg-descr pkg-plist Message-ID: <200308270349.h7R3nPXD046515@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
seanc 2003/08/26 20:49:25 PDT FreeBSD ports repository Modified files: net Makefile Added files: net/subcalc Makefile distinfo pkg-descr pkg-plist Log: Add subcalc, a utility that is used for subnet calculation and IPv6 DNS PTR record generation. subcalc takes command line arguments in a similar format to ifconfig(8) so the synopsis should be familiar to the user. Given an address family, address and a netmask/prefix length, subcalc will calculate the number of hosts and address ranges of the specific network. PR: ports/55979 Submitted by: Chris S.J. Peron Revision Changes Path 1.1059 +1 -0 ports/net/Makefile 1.1 +20 -0 ports/net/subcalc/Makefile (new) 1.1 +1 -0 ports/net/subcalc/distinfo (new) 1.1 +8 -0 ports/net/subcalc/pkg-descr (new) 1.1 +1 -0 ports/net/subcalc/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308270349.h7R3nPXD046515>