# 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 # pkg-plist # echo x - Makefile sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' X# Created by: Thomas Dreibholz X# $FreeBSD: head/net/subnetcalc/Makefile 427596 2016-12-03 08:11:52Z jhale $ X XPORTNAME= subnetcalc XPORTVERSION= 2.4.14 XCATEGORIES= net XMASTER_SITES= https://www.uni-due.de/~be0001/subnetcalc/download/ X XMAINTAINER= dreibh@iem.uni-due.de XCOMMENT= IPv4/IPv6 Subnet Calculator X XLICENSE= GPLv3+ XLICENSE_FILE= ${WRKSRC}/COPYING X XUSES= tar:xz cmake X XCMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man X X.include b67911656ef5d18c4ae36cb6741b7965 echo x - distinfo sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' XTIMESTAMP = 1565789859 XSHA256 (subnetcalc-2.4.14.tar.xz) = a602cdc8f79fcfcf053c57a0747d0aeda156afeeac1b0facfdac1d0acbae469c XSIZE (subnetcalc-2.4.14.tar.xz) = 68708 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: https://www.uni-due.de/~be0001/subnetcalc/ 7f9555c3c1089940396b503dd37f3979 echo x - pkg-plist sed 's/^X//' >pkg-plist << '842cde48cf18b70a11b15515ca566742' Xbin/subnetcalc Xman/man1/subnetcalc.1.gz 842cde48cf18b70a11b15515ca566742 exit