Bug 59812 - update port: net/whatmask 1.1 updated to whatmask 1.2
Summary: update port: net/whatmask 1.1 updated to whatmask 1.2
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: Sergei Kolobov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-30 03:00 UTC by Daniel Rudy
Modified: 2003-12-05 14:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Rudy 2003-11-30 03:00:36 UTC
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

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 <bsd.port.mk>


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
How-To-Repeat: N/A
Comment 1 Sergei Kolobov freebsd_committer freebsd_triage 2003-12-01 05:58:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sergei

I'll take it.
Comment 2 Sergei Kolobov freebsd_committer freebsd_triage 2003-12-05 14:00:33 UTC
State Changed
From-To: open->closed

Committed, thanks!