summaryrefslogtreecommitdiff
path: root/net/ipcalc
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digests.agc1-1/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-12-14REPLACE_PERL's working directory is ${WRKSRC}, so packages needn'tschmonz1-2/+2
prefix REPLACE_PERL definitions with ${WRKSRC}.
2002-05-08- Correct homepage URL.tron1-6/+5
- Cleanup distfile handling a bit.
2002-02-10No need to switch MASTER_SITES to MASTER_SITE_LOCAL, we can just setzuntum2-8/+10
DIST_SUBDIR to ${PKGNAME}. Pointed out by Thomas Klausner <wiz@netbsd.org>, thanks! PKGREVISION hasn't been bumped as the window between changes is reasonably slow (about 20 minutes)
2002-02-10Update ipcalc to 0.35zuntum2-9/+8
Changes: # 0.35 12/2/2001 Fixed big-endian bug in subnets(). This was reported # by Igor Zozulya and Steve Kent. Thank you for your help # and access to your sparc machine! Fixes pkg/15576, though in a different way than suggested by originator (distfile has been put into MASTER_SITE_LOCAL, so distinfo will never get broken again)
2001-12-23Use REPLACE_PERL instead of ${SED} in post-patchzuntum1-6/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-07-04Update ipcalc to 0.34zuntum2-5/+5
Changelog: - Use default netmask of class when no netmask is given
2001-05-21Initial import of ipcalc-0.33 - IP Calculator written in perlzuntum4-0/+38
ipcalc takes an IP address and netmask and calculates the resulting broadcast, network, Cisco wildcard mask, and host range. By giving a second netmask, you can design sub- and supernetworks. It is also intended to be a teaching tool and presents the results as easy-to-understand binary values.