diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-09-30 21:22:07 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-09-30 21:22:07 +0000 |
commit | 740d304da5f66d14ae2e70c7b76b066734f14752 (patch) | |
tree | b3f13f286f53e4ff0abdf301bd099aae98345080 /net/whatmask | |
parent | 19a51fb6b86008d1cbba5d7c0a1b7b3bfa3d592a (diff) | |
download | pkgsrc-740d304da5f66d14ae2e70c7b76b066734f14752.tar.gz |
Update whatmask to 1.1
Changes from version 1.0:
Introduced support for reporting network address, broadcast address,
number of IPs, first IP and last IP.
Made some source adjustments to facilitate compiling under
Win32, MacOS Classic and MacOS X.
Optimized a routine or two.
Cleaned up code / headers.
Diffstat (limited to 'net/whatmask')
-rw-r--r-- | net/whatmask/Makefile | 4 | ||||
-rw-r--r-- | net/whatmask/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/whatmask/Makefile b/net/whatmask/Makefile index 376513d2c2b..8583fbd0f4c 100644 --- a/net/whatmask/Makefile +++ b/net/whatmask/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/05/21 13:14:36 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2001/09/30 21:22:07 zuntum Exp $ # -DISTNAME= whatmask-1.0 +DISTNAME= whatmask-1.1 CATEGORIES= net MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/whatmask/ diff --git a/net/whatmask/distinfo b/net/whatmask/distinfo index 600cfba2bc4..8df51db71cd 100644 --- a/net/whatmask/distinfo +++ b/net/whatmask/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/05/21 13:14:36 zuntum Exp $ +$NetBSD: distinfo,v 1.2 2001/09/30 21:22:07 zuntum Exp $ -SHA1 (whatmask-1.0.tar.gz) = 871b0e6f474bb977d1ff2a43bcb4c1520ebd00e5 -Size (whatmask-1.0.tar.gz) = 32745 bytes +SHA1 (whatmask-1.1.tar.gz) = f6f981d90e3e9cc4e0c1e45c6b3277db993792ac +Size (whatmask-1.1.tar.gz) = 162664 bytes |