summaryrefslogtreecommitdiff
path: root/net/ipcalc
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2005-07-10 21:48:32 +0000
committerseb <seb@pkgsrc.org>2005-07-10 21:48:32 +0000
commita79244941d57557e05b958304f5d2021494fb1fb (patch)
treeb7da27d7139022a3d21f5cd126196566492664ed /net/ipcalc
parent02a13d40660f754ee348294fac98cd67cf689459 (diff)
downloadpkgsrc-a79244941d57557e05b958304f5d2021494fb1fb.tar.gz
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
Diffstat (limited to 'net/ipcalc')
-rw-r--r--net/ipcalc/Makefile16
-rw-r--r--net/ipcalc/distinfo8
2 files changed, 9 insertions, 15 deletions
diff --git a/net/ipcalc/Makefile b/net/ipcalc/Makefile
index 2ac834922ac..867de505aeb 100644
--- a/net/ipcalc/Makefile
+++ b/net/ipcalc/Makefile
@@ -1,26 +1,20 @@
-# $NetBSD: Makefile,v 1.11 2005/06/17 03:50:25 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/07/10 21:48:32 seb Exp $
-DISTNAME= ipcalc
-PKGNAME= ${DISTNAME}-0.35
-DIST_SUBDIR= ${PKGNAME}
+DISTNAME= ipcalc-0.40
CATEGORIES= net
-MASTER_SITES= http://jodies.de/
-EXTRACT_SUFX= .pl
+MASTER_SITES= http://jodies.de/ipcalc-archive/
MAINTAINER= zuntum@NetBSD.org
HOMEPAGE= http://jodies.de/ipcalc/
COMMENT= IP Calculator
-EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC}
-
-WRKSRC= ${WRKDIR}
USE_PERL5= YES
-REPLACE_PERL= ipcalc.pl
+REPLACE_PERL= ipcalc
NO_BUILD= YES
INSTALLATION_DIRS= bin
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/ipcalc.pl ${PREFIX}/bin/ipcalc
+ ${INSTALL_SCRIPT} ${WRKSRC}/ipcalc ${PREFIX}/bin/ipcalc
.include "../../mk/bsd.pkg.mk"
diff --git a/net/ipcalc/distinfo b/net/ipcalc/distinfo
index 9bb6dfd37eb..0354cd70267 100644
--- a/net/ipcalc/distinfo
+++ b/net/ipcalc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 12:13:50 agc Exp $
+$NetBSD: distinfo,v 1.6 2005/07/10 21:48:32 seb Exp $
-SHA1 (ipcalc-0.35/ipcalc.pl) = 9ed41594d999f68b28ac5b02602ce30c2ccfc0d3
-RMD160 (ipcalc-0.35/ipcalc.pl) = c14eb366c30992cfcb5054496a4b6c84a84a5c6d
-Size (ipcalc-0.35/ipcalc.pl) = 13992 bytes
+SHA1 (ipcalc-0.40.tar.gz) = f8251b773dab02017edc7e711f0dd609d4bf39e0
+RMD160 (ipcalc-0.40.tar.gz) = 7762b8f59661955e80b8618b2e4f706904954210
+Size (ipcalc-0.40.tar.gz) = 21444 bytes