2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2012-10-23 19:19:22 by Aleksej Saushev | Files touched by this commit (671) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2010-02-26 11:28:35 by Thomas Klausner | Files touched by this commit (59) |
Log message:
Reset maintainer for developers who gave back their commit bit.
|
2009-02-16 19:39:36 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
DESTDIR support.
|
2007-07-24 19:23:34 by Jan Schaumann | Files touched by this commit (2) | |
Log message:
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@
|
2006-10-04 23:53:19 by Thomas Klausner | Files touched by this commit (41) |
Log message:
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
|
2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273) |
Log message:
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-10 23:48:32 by Stoned Elipot | Files touched by this commit (2) |
Log message:
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
|