From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 19:00:38 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85AAF16A4CE for ; Sat, 29 Nov 2003 19:00:38 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F35743FE0 for ; Sat, 29 Nov 2003 19:00:36 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAU30aFY062210 for ; Sat, 29 Nov 2003 19:00:36 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAU30aBh062209; Sat, 29 Nov 2003 19:00:36 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 29 Nov 2003 19:00:36 -0800 (PST) Resent-Message-Id: <200311300300.hAU30aBh062209@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, dcrudy@pacbell.net Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB6A116A4E5 for ; Sat, 29 Nov 2003 18:56:11 -0800 (PST) Received: from wildfire.danielrudy.org (adsl-67-123-10-153.dsl.pltn13.pacbell.net [67.123.10.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A40543F3F for ; Sat, 29 Nov 2003 18:56:10 -0800 (PST) (envelope-from dcrudy@wildfire.danielrudy.org) Received: from wildfire.danielrudy.org (qtedgn@localhost.danielrudy.org [127.0.0.1])hAU2uAwk071657 for ; Sat, 29 Nov 2003 18:56:10 -0800 (PST) (envelope-from dcrudy@wildfire.danielrudy.org) Received: (from root@localhost) by wildfire.danielrudy.org (8.12.9p2/8.12.9/Submit) id hAU2uARD071656; Sat, 29 Nov 2003 18:56:10 -0800 (PST) (envelope-from dcrudy) Message-Id: <200311300256.hAU2uARD071656@wildfire.danielrudy.org> Date: Sat, 29 Nov 2003 18:56:10 -0800 (PST) From: dcrudy@pacbell.net To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59812: new port: whatmask-1.1 updated to whatmask-1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dcrudy@pacbell.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 03:00:38 -0000 >Number: 59812 >Category: ports >Synopsis: new port: whatmask-1.1 updated to whatmask-1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Nov 29 19:00:36 PST 2003 >Closed-Date: >Last-Modified: >Originator: Daniel Rudy >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: System: FreeBSD wildfire.xxxxxxxxxx.org 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Sun Nov 2 06:14:20 PST 2003 root@strata.xxxxxxxxxx.org:/usr/obj/usr/src/sys/WILDFIRE i386 >Description: FreeBSD port whatmask-1.1 has been updated to whatmask-1.2. The auto fetch is broken though. I'm not sure WHY it won't work, but it does compile and execute correctly under FreeBSD 4.9-RELEASE once you get the file whatmask-1.2.tar.gz in the distfiles directory. Below are the files for the port. There was a comment file in the work directory, but since I built the port, the file seems to have been clobbered. The home website of this port is http://www.laffeycomputer.com/whatmask.html >How-To-Repeat: N/A >Fix: File Makefile # ex:ts=8 # New ports collection makefile for: whatmask # Date created: May 20, 2001 # Whom: ijliao # # $FreeBSD: ports/net/whatmask/Makefile,v 1.5 2003/02/20 18:51:12 knu Exp $ # PORTNAME= whatmask PORTVERSION= 1.2 CATEGORIES= net MASTER_SITES= http://moog.laffeycomputer.com:8080/ MAINTAINER= ports@FreeBSD.org COMMENT= Easily convert between four common subnet mask notations GNU_CONFIGURE= yes .include File distinfo MD5 (whatmask-1.2.tar.gz) = 26aeff74dbba70262ccd426e681dcf4a File pkg-descr Notations supported: --------------------------------------------- TCP/IP SUBNET MASK EQUIVALENTS --------------------------------------------- CIDR = .....................: /26 Netmask = ..................: 255.255.255.192 Netmask (hex) = ............: 0xffffffc0 Wildcard Bits = ............: 0.0.0.63 Usable IP Addresses = ......: 62 The above notations are all identical. CIDR notation commonly has a "/" in front of the number (representing the number of bits). Whatmask can accept these notations with or without a slash. This notation is used more and more recently. A lot of popular routers and software supprt this notation. Netmask notation is pretty much the standard old-school way of doing it. It is supported by most systems (Un*x, Win, Mac, etc.). Netmask (hex) was recently added to support conversions between dotted quad hex notation. Wilcard bits are similar to the netmask, but they are the logical not of the netmask. This notation is used by a number of popular routers. WWW: http://www.laffeycomputer.com/whatmask.html File pkg-plist bin/whatmask >Release-Note: >Audit-Trail: >Unformatted: