diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2009-05-10 03:46:49 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2009-05-10 03:46:49 +0000 |
commit | e04e4624ce807bb42e03368a26881353b9cb14b1 (patch) | |
tree | 9008f15d9aafebb114014d6090cb715ef6d7464b /net/p5-NetPacket | |
parent | ce16065f6f154151bc9f157753f57dbcac11bbd7 (diff) | |
download | ports-e04e4624ce807bb42e03368a26881353b9cb14b1.tar.gz ports-e04e4624ce807bb42e03368a26881353b9cb14b1.zip |
Notes
Diffstat (limited to 'net/p5-NetPacket')
-rw-r--r-- | net/p5-NetPacket/Makefile | 7 | ||||
-rw-r--r-- | net/p5-NetPacket/distinfo | 6 | ||||
-rw-r--r-- | net/p5-NetPacket/files/patch-aa | 12 | ||||
-rw-r--r-- | net/p5-NetPacket/pkg-descr | 7 | ||||
-rw-r--r-- | net/p5-NetPacket/pkg-plist | 6 |
5 files changed, 10 insertions, 28 deletions
diff --git a/net/p5-NetPacket/Makefile b/net/p5-NetPacket/Makefile index b203b5bbd2d3..b84cddaa1689 100644 --- a/net/p5-NetPacket/Makefile +++ b/net/p5-NetPacket/Makefile @@ -6,7 +6,7 @@ # PORTNAME= NetPacket -PORTVERSION= 0.04 +PORTVERSION= 0.41.1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= tolid@tolid.eu.org COMMENT= Modules to assemble/disassemble network packets at the protocol level -PERL_CONFIGURE= yes +PERL_MODBUILD= yes -MAN3= NetPacket::LACP.3 NetPacket::IGMP.3 NetPacket::IP.3 \ - NetPacket::SpanningTree.3 NetPacket::LLC.3 NetPacket::ARP.3 \ +MAN3= NetPacket::IGMP.3 NetPacket::IP.3 NetPacket::ARP.3 \ NetPacket.3 NetPacket::UDP.3 NetPacket::Ethernet.3 \ NetPacket::ICMP.3 NetPacket::TCP.3 diff --git a/net/p5-NetPacket/distinfo b/net/p5-NetPacket/distinfo index 2add0c59398f..950bacbe2ba7 100644 --- a/net/p5-NetPacket/distinfo +++ b/net/p5-NetPacket/distinfo @@ -1,3 +1,3 @@ -MD5 (NetPacket-0.04.tar.gz) = 3bf136cd3b555d50ba4b1ce81968f695 -SHA256 (NetPacket-0.04.tar.gz) = 40df1ea665e4526ec73e546eec6d94e3bfc4b18eed03a9be9956d913dddf3616 -SIZE (NetPacket-0.04.tar.gz) = 19386 +MD5 (NetPacket-0.41.1.tar.gz) = 77c1482927c6892b9571404485ffe591 +SHA256 (NetPacket-0.41.1.tar.gz) = 8d27fd064b9a6abf5298c62fef0f9775b45004efa8eb4cc72b7af73a7241303d +SIZE (NetPacket-0.41.1.tar.gz) = 14556 diff --git a/net/p5-NetPacket/files/patch-aa b/net/p5-NetPacket/files/patch-aa deleted file mode 100644 index ffc62c482e62..000000000000 --- a/net/p5-NetPacket/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- NetPacket/IP.pm Fri Jan 11 20:10:25 2002 -+++ NetPacket/IP.pm.new Fri Jan 11 20:10:35 2002 -@@ -224,7 +224,7 @@ - - # make the entire packet - $packet = pack('CCnnnCCna4a4a*a*', $tmp, $self->{tos},$self->{len}, -- $self->{id}, $self->{foffset}, $self->{ttl}, $self->{proto}, -+ $self->{id}, $offset, $self->{ttl}, $self->{proto}, - $self->{cksum}, $src_ip, $dest_ip, $self->{options}, - $self->{data}); - - diff --git a/net/p5-NetPacket/pkg-descr b/net/p5-NetPacket/pkg-descr index abc24c2a7440..b58b6cbacd14 100644 --- a/net/p5-NetPacket/pkg-descr +++ b/net/p5-NetPacket/pkg-descr @@ -1,5 +1,6 @@ -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. +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. WWW: http://search.cpan.org/dist/NetPacket/ diff --git a/net/p5-NetPacket/pkg-plist b/net/p5-NetPacket/pkg-plist index bdd8822351be..41a57060f9a7 100644 --- a/net/p5-NetPacket/pkg-plist +++ b/net/p5-NetPacket/pkg-plist @@ -1,15 +1,9 @@ -%%SITE_PERL%%/NetPacket/LACP.pm %%SITE_PERL%%/NetPacket/IGMP.pm %%SITE_PERL%%/NetPacket/IP.pm -%%SITE_PERL%%/NetPacket/SpanningTree.pm %%SITE_PERL%%/NetPacket/Ethernet.pm %%SITE_PERL%%/NetPacket/ICMP.pm %%SITE_PERL%%/NetPacket/ARP.pm -%%SITE_PERL%%/NetPacket/LLC.pm %%SITE_PERL%%/NetPacket.pm %%SITE_PERL%%/NetPacket/UDP.pm -%%SITE_PERL%%/NetPacket/IP.pm.orig %%SITE_PERL%%/NetPacket/TCP.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetPacket/.packlist @dirrm %%SITE_PERL%%/NetPacket -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/NetPacket |