Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2012 17:35:20 GMT
From:      Thomas Dreibholz <dreibh@iem.uni-due.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174612: subnetcalc port update to version 2.1.4
Message-ID:  <201212211735.qBLHZKIl089479@red.freebsd.org>
Resent-Message-ID: <201212211740.qBLHe0VQ058768@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174612
>Category:       ports
>Synopsis:       subnetcalc port update to version 2.1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 21 17:40:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Dreibholz
>Release:        9.1-RELEASE
>Organization:
University of Duisburg-Essen
>Environment:
FreeBSD pcbsd-1562 9.1-RELEASE FreeBSD 9.1-RELEASE #2: Tue Nov 27 03:45:16 UTC 2012     root@darkstar:/usr/obj/pcbsd-build90/fbsd-source/9.1/sys/GENERIC  amd64
>Description:
subnetcalc has been updated to version 2.1.4. This is the update of the FreeBSD port.
>How-To-Repeat:

>Fix:
Update the port.

Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	Makefile
#	distinfo
#	pkg-descr
#
echo x - Makefile
sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965'
X# New ports collection makefile for: subnetcalc
X# Date created:                      27 July 2010
X# Whom:                              Thomas Dreibholz <dreibh@iem.uni-due.de>
X#
X# $FreeBSD: ports/net/subnetcalc/Makefile,v 1.1 2010/08/04 20:00:20 ohauer Exp $
X#
X
XPORTNAME=	subnetcalc
XPORTVERSION=	2.1.4
XCATEGORIES=	net
XMASTER_SITES=	http://www.iem.uni-due.de/~dreibh/subnetcalc/download/ \
X		http://www.exp-math.uni-essen.de/~dreibh/subnetcalc/download/
X
XMAINTAINER=	dreibh@iem.uni-due.de
XCOMMENT=	IPv4/IPv6 Subnet Calculator
X
XLIB_DEPENDS=	GeoIP.5:${PORTSDIR}/net/GeoIP
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	"--with-geoip=${LOCALBASE}"
XUSE_GMAKE=	yes
X
XLICENSE=	GPLv3
XLICENSE_FILE=	${WRKSRC}/COPYING
X
XPLIST_FILES=	bin/subnetcalc
XMAN1=		subnetcalc.1
X
X.include <bsd.port.mk>
b67911656ef5d18c4ae36cb6741b7965
echo x - distinfo
sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f'
XSHA256 (subnetcalc-2.1.4.tar.gz) = 51cd353da2eb2a6ae33b364fa19cc5c921d1d0c3b30ebf56ce3eee033d5fe537
XSIZE (subnetcalc-2.1.4.tar.gz) = 357198
57677d168a5ec21bdf22c9501f075a8f
echo x - pkg-descr
sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979'
XSubNetCalc is an IPv4/IPv6 subnet address calculator. For given IPv4 or IPv6
Xaddress and netmask or prefix length, it calculates network address, broadcast
Xaddress, maximum number of hosts and host address range. The output is
Xcolourized for better readability (e.g. network part, host part). Also, it
Xprints the addresses in binary format for better understandability.
X
XFurthermore, it can identify the address type (e.g. multicast, unique local,
Xsite local, etc.) and extract additional information from the address
X(e.g. type, scope, interface ID, etc.). Finally, it can generate IPv6 unique
Xlocal prefixes.
X
XWWW: http://www.iem.uni-due.de/~dreibh/subnetcalc/
7f9555c3c1089940396b503dd37f3979
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212211735.qBLHZKIl089479>