2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
2006-12-08 15:41:11 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update p5-Net-Netmask to 1.9015.
from CHANGELOG:
= 2006/11/30 1.9015
Fix bug # 22662 reported by grjones at gmail: cidrs2inverse
wouldn't notice /32-sized leftovers.
= 2006/10/13 1.9014
Fix bug # 22085 reported by grjones at gmail: cidrs2inverse
wouldn't notice /32-sized holes.
= 2006/09/06 1.9013
Added the nextblock() method as suggested by Robert Drake <rdrake at \
stayonline.net>
Bugfix: it couldn't parse 10/8 or 127/8
|
2005-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) | |
Log message:
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
2005-07-13 20:01:49 by Johnny C. Lam | Files touched by this commit (578) |
Log message:
Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505) |
Log message:
Add RMD160 digests.
|
2004-12-20 12:31:14 by grant beattie | Files touched by this commit (467) |
Log message:
since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
|
2004-11-27 11:39:51 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.9011 (addresses PR 28429):
= 2004/05/31 1.9011
Some speed improvements from Todd R. Eigenschink
= 2004/04/12 1.9009
Fix to netmasks.t for compatability with older perls
= 2004/04/06 1.9008
Added cidrs2inverse() which will find the gaps in a list of blocks.
Based on a request from Howard Jones the tag() method was added.
It allows you to store your own data in a Net::Netmask object.
(Of course, you could have anyway as long as you didn't use the
keys 'IBASE' or 'BITS')
Long ago, Alexandros M Manoussakis reported a bug that findAllNetblock
would often return the same block multiple times. Fixed.
Based on requests from Alexandros M Manoussakis and Lamprecht
Andreas the undefined behavior for overlapping blocks with
cidrs2contiglists is no longer. Such blocks will be in the same
sublist.
Based on a requests from Tom Rudnick and Anthony Pardini new function
was added: cidrs2cidrs(). cidrs2cidrs will condense a set of
netblocks by combining blocks together that make up larger blocks.
Anthony Pardini, Frank Tegtmeyer and George Walker pointed me to
a bug with the contains() method. Fixed.
|
2004-04-25 05:32:31 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Bl3ify and enable pkgviews installation.
|
2004-01-09 02:51:11 by grant beattie | Files touched by this commit (1) |
Log message:
change from CATEGORIES net to devel.
while this module does relate to network address manipulation, it's
really a development package with which to build applications, so
devel is more appropriate.
|