summaryrefslogtreecommitdiff
path: root/net/p5-NetPacket
AgeCommit message (Collapse)AuthorFilesLines
2009-05-01PkgSrc changes:sno2-7/+6
- Updating package for p5 NetPacket modules from 0.04 to 0.41.1 Upstream changes: 0.41.1 * Fixed bug 37931: export of ICMP_MASKREQ * Fixed UDP and TCP checksums for odd-sized packets * Fixed import from NetPacket::UDP * Fixed bug 37931: export of ICMP_MASKREQ * Added git repo and bug tracking info to META.yml 0.41_0 * Fixed bug 18941 - NetPacket::IP includes trailing trash bytes in $ip->{data} * Fixed bug 7010 - IP flags field lost in IP::encode() * Added Build.PL * Moved history off the README file into this one (Changes) * Moved module structure to /lib * Version now gathered from NetPacket.pm * META.yml added to MANIFEST * Added myself (Yanick) as author * Switched to major.minor.revision version notation
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-2/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-06-20Add DESTDIR support.joerg1-1/+2
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
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-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-05-02Fix MAINTAINER email address for David Ferlier.reed1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
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-05-10Import p5-NetPacket from pkgsrc-wip. Packaged by David Ferlier.minskim4-0/+26
NetPacket provides a base class for a cluster of modules related to decoding and encoding of network protocols. Each NetPacket descendent module knows how to encode and decode packets for the network protocol it implements.