pkgsrc/net/ipcalc/Makefile

21 lines
414 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.14 2006/10/04 21:53:16 wiz Exp $
Update to version 0.40. Approved by zuntum@ Changes since last packaged version (0.35): 0.35a ??? [Never released] Fixed broken HTML: missing </font> tags. Thanks to Torgen Foertsch 0.35.1 Repairing HTML 0.35.2 Again repair HTML. Thanks to Lars Mueller. 0.36-pre1 + getopts + split_network + deaggregate + rename dqtobin bintodq + netblocks + accept hex netmasks (contribution) + remove garbage + rework argument handling + work all the time on integers, not machine type representations (pack) + eliminated unnessessary globals + replaced is_valid... + rewrote format_bin + various changes + applied fix for colorchange in format_bin scott baker 0.36-pre3 removed print_netmask sticked formatbin and printline together to printline (this marks new bits in supernets (former version didn't) use label to decide what sfx to print 0.36-pre4 made subnets supernets split / deaggregate work with new parameters removed old functions how to handle /31 and /32? 0.36-pre5 removed debug output in deaggregate 0.36-pre6 started netblocks rework getclass 0.36 /31 2004 0.37-pre5 +handle /31 /32 +new html +wrap_html +GPL Header 0.37 2004-05-14 debian asked for a bug fix in 0.35 0.38 2004-10-08 ipcalc did not work on 64bit architectures. Thanks to Foxfair Hu <foxfair(a)FreeBSD.org> for finding this bug 0.39 2005-07-07 Added output of class only option (-c --class), that was accidentally removed in 0.36 Changed console color of bits back from white to yellow. (Requested by Oliver Seufer) Added ipcalc.cgi and images to the package Added license file to the package Added license text in cgi-wrapper Added contributors file to the package 0.40 2005-07-07 Make -c really do what it did before. (Giving the "natural" mask). Thanks to Bartosz Fenski. Include style sheet into ipcalc.cgi
2005-07-10 23:48:32 +02:00
DISTNAME= ipcalc-0.40
CATEGORIES= net
Update to version 0.40. Approved by zuntum@ Changes since last packaged version (0.35): 0.35a ??? [Never released] Fixed broken HTML: missing </font> tags. Thanks to Torgen Foertsch 0.35.1 Repairing HTML 0.35.2 Again repair HTML. Thanks to Lars Mueller. 0.36-pre1 + getopts + split_network + deaggregate + rename dqtobin bintodq + netblocks + accept hex netmasks (contribution) + remove garbage + rework argument handling + work all the time on integers, not machine type representations (pack) + eliminated unnessessary globals + replaced is_valid... + rewrote format_bin + various changes + applied fix for colorchange in format_bin scott baker 0.36-pre3 removed print_netmask sticked formatbin and printline together to printline (this marks new bits in supernets (former version didn't) use label to decide what sfx to print 0.36-pre4 made subnets supernets split / deaggregate work with new parameters removed old functions how to handle /31 and /32? 0.36-pre5 removed debug output in deaggregate 0.36-pre6 started netblocks rework getclass 0.36 /31 2004 0.37-pre5 +handle /31 /32 +new html +wrap_html +GPL Header 0.37 2004-05-14 debian asked for a bug fix in 0.35 0.38 2004-10-08 ipcalc did not work on 64bit architectures. Thanks to Foxfair Hu <foxfair(a)FreeBSD.org> for finding this bug 0.39 2005-07-07 Added output of class only option (-c --class), that was accidentally removed in 0.36 Changed console color of bits back from white to yellow. (Requested by Oliver Seufer) Added ipcalc.cgi and images to the package Added license file to the package Added license text in cgi-wrapper Added contributors file to the package 0.40 2005-07-07 Make -c really do what it did before. (Giving the "natural" mask). Thanks to Bartosz Fenski. Include style sheet into ipcalc.cgi
2005-07-10 23:48:32 +02:00
MASTER_SITES= http://jodies.de/ipcalc-archive/
2003-07-18 00:50:55 +02:00
MAINTAINER= zuntum@NetBSD.org
HOMEPAGE= http://jodies.de/ipcalc
COMMENT= IP Calculator
USE_TOOLS+= perl:run
Update to version 0.40. Approved by zuntum@ Changes since last packaged version (0.35): 0.35a ??? [Never released] Fixed broken HTML: missing </font> tags. Thanks to Torgen Foertsch 0.35.1 Repairing HTML 0.35.2 Again repair HTML. Thanks to Lars Mueller. 0.36-pre1 + getopts + split_network + deaggregate + rename dqtobin bintodq + netblocks + accept hex netmasks (contribution) + remove garbage + rework argument handling + work all the time on integers, not machine type representations (pack) + eliminated unnessessary globals + replaced is_valid... + rewrote format_bin + various changes + applied fix for colorchange in format_bin scott baker 0.36-pre3 removed print_netmask sticked formatbin and printline together to printline (this marks new bits in supernets (former version didn't) use label to decide what sfx to print 0.36-pre4 made subnets supernets split / deaggregate work with new parameters removed old functions how to handle /31 and /32? 0.36-pre5 removed debug output in deaggregate 0.36-pre6 started netblocks rework getclass 0.36 /31 2004 0.37-pre5 +handle /31 /32 +new html +wrap_html +GPL Header 0.37 2004-05-14 debian asked for a bug fix in 0.35 0.38 2004-10-08 ipcalc did not work on 64bit architectures. Thanks to Foxfair Hu <foxfair(a)FreeBSD.org> for finding this bug 0.39 2005-07-07 Added output of class only option (-c --class), that was accidentally removed in 0.36 Changed console color of bits back from white to yellow. (Requested by Oliver Seufer) Added ipcalc.cgi and images to the package Added license file to the package Added license text in cgi-wrapper Added contributors file to the package 0.40 2005-07-07 Make -c really do what it did before. (Giving the "natural" mask). Thanks to Bartosz Fenski. Include style sheet into ipcalc.cgi
2005-07-10 23:48:32 +02:00
REPLACE_PERL= ipcalc
NO_BUILD= YES
INSTALLATION_DIRS= bin
do-install:
Update to version 0.40. Approved by zuntum@ Changes since last packaged version (0.35): 0.35a ??? [Never released] Fixed broken HTML: missing </font> tags. Thanks to Torgen Foertsch 0.35.1 Repairing HTML 0.35.2 Again repair HTML. Thanks to Lars Mueller. 0.36-pre1 + getopts + split_network + deaggregate + rename dqtobin bintodq + netblocks + accept hex netmasks (contribution) + remove garbage + rework argument handling + work all the time on integers, not machine type representations (pack) + eliminated unnessessary globals + replaced is_valid... + rewrote format_bin + various changes + applied fix for colorchange in format_bin scott baker 0.36-pre3 removed print_netmask sticked formatbin and printline together to printline (this marks new bits in supernets (former version didn't) use label to decide what sfx to print 0.36-pre4 made subnets supernets split / deaggregate work with new parameters removed old functions how to handle /31 and /32? 0.36-pre5 removed debug output in deaggregate 0.36-pre6 started netblocks rework getclass 0.36 /31 2004 0.37-pre5 +handle /31 /32 +new html +wrap_html +GPL Header 0.37 2004-05-14 debian asked for a bug fix in 0.35 0.38 2004-10-08 ipcalc did not work on 64bit architectures. Thanks to Foxfair Hu <foxfair(a)FreeBSD.org> for finding this bug 0.39 2005-07-07 Added output of class only option (-c --class), that was accidentally removed in 0.36 Changed console color of bits back from white to yellow. (Requested by Oliver Seufer) Added ipcalc.cgi and images to the package Added license file to the package Added license text in cgi-wrapper Added contributors file to the package 0.40 2005-07-07 Make -c really do what it did before. (Giving the "natural" mask). Thanks to Bartosz Fenski. Include style sheet into ipcalc.cgi
2005-07-10 23:48:32 +02:00
${INSTALL_SCRIPT} ${WRKSRC}/ipcalc ${PREFIX}/bin/ipcalc
.include "../../mk/bsd.pkg.mk"