Commit graph

20 commits

Author SHA1 Message Date
wiz
aeaceb273d Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
joerg
ea89e11a9e DESTDIR support. 2009-02-16 18:39:36 +00:00
jschauma
694fd8ebe1 update to 0.41:
A cross site scripting vulnerabilty was found in the ipcalc CGI wrapper
script. (Note: This is not the ipcalc script itself, it is only used
when ipcalc is run via a web interface).
This script was included in the tar archives of ipcalc 0.39 and 0.40.

ok zuntum@
2007-07-24 17:23:34 +00:00
wiz
b6160330f7 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
seb
a79244941d 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 21:48:32 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
schmonz
0268aa4b89 REPLACE_PERL's working directory is ${WRKSRC}, so packages needn't
prefix REPLACE_PERL definitions with ${WRKSRC}.
2002-12-14 03:43:18 +00:00
tron
4d8cf1477e - Correct homepage URL.
- Cleanup distfile handling a bit.
2002-05-08 11:09:25 +00:00
zuntum
7a2c3b1d21 No need to switch MASTER_SITES to MASTER_SITE_LOCAL, we can just set
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-10 22:11:36 +00:00
zuntum
d694f73e7e Update ipcalc to 0.35
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)
2002-02-10 21:50:49 +00:00
zuntum
c54456c447 Use REPLACE_PERL instead of ${SED} in post-patch 2001-12-23 07:57:43 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
zuntum
2f61f589be Update ipcalc to 0.34
Changelog:
 - Use default netmask of class when no netmask is given
2001-07-04 21:43:15 +00:00
zuntum
4b777c385a Initial import of ipcalc-0.33 - IP Calculator written in perl
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.
2001-05-21 12:52:44 +00:00