diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-05 02:37:04 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-05 02:37:04 +0000 |
commit | 59debebffec6b77e469b81b9fb7af091b69cec26 (patch) | |
tree | 64716a55bdc0f4ffda720fdd7cb87f69254724a6 /net/p5-Net-RawSock/files/patch-RawSock.pm | |
parent | New port: net/p5-Net-Divert (diff) |
New port: net/p5-Net-RawSock
Net::RawSock provides a base function to send raw IP datagrams
from Perl. The raw IP datagram is packed into a buffer and
written on the network layer with the write_ip() function.
PR: ports/47868
Submitted by: Nicolas Jombart <ecu@ipv42.net>
Notes
Notes:
svn path=/head/; revision=74742
Diffstat (limited to '')
-rw-r--r-- | net/p5-Net-RawSock/files/patch-RawSock.pm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/p5-Net-RawSock/files/patch-RawSock.pm b/net/p5-Net-RawSock/files/patch-RawSock.pm new file mode 100644 index 000000000000..ae80a3eda3ea --- /dev/null +++ b/net/p5-Net-RawSock/files/patch-RawSock.pm @@ -0,0 +1,11 @@ +--- RawSock.pm.orig Mon Feb 3 14:28:08 2003 ++++ RawSock.pm Mon Feb 3 14:28:30 2003 +@@ -41,7 +41,7 @@ + + =head1 AUTHOR + +-Stephane Aubert E<lt>Stephane.Aubert@hsc-labs.frE<gt> ++Stephane Aubert E<lt>Stephane.Aubert@hsc-labs.comE<gt> + + =cut + |