[Lunar-commits] r24550 - moonbase/trunk/perl/Net-RawSock
Dennis Veatch
stumbles at lunar-linux.org
Sun May 27 02:38:51 CEST 2007
Author: stumbles
Date: 2007-05-27 02:38:51 +0200 (Sun, 27 May 2007)
New Revision: 24550
Modified:
moonbase/trunk/perl/Net-RawSock/DETAILS
Log:
A little clean up. BR247
Modified: moonbase/trunk/perl/Net-RawSock/DETAILS
===================================================================
--- moonbase/trunk/perl/Net-RawSock/DETAILS 2007-05-27 00:34:39 UTC (rev 24549)
+++ moonbase/trunk/perl/Net-RawSock/DETAILS 2007-05-27 00:38:51 UTC (rev 24550)
@@ -1,13 +1,16 @@
MODULE=Net-RawSock
VERSION=1.0
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://www.hsc.fr/ressources/outils/rawsock/download/Net-RawSock-1.0.tar.gz
+ SOURCE_URL[0]=http://www.hsc.fr/ressources/outils/rawsock/download/
+ SOURCE_VFY=sha1:fd57c3fdee92dd56c9da567b1fa9a0d80e246980
WEB_SITE=http://www.hsc.fr/ressources/outils/rawsock/index.html
ENTERED=20040217
UPDATED=20040217
SHORT="Net::RawSock provides a base function to send raw IP datagrams from Perl."
cat << EOF
-Net::RawSock provides a base function to send raw IP datagrams from Perl. The raw IP datagam is packed into a buffer and written on the network layer with the write_ip() function.
+Net::RawSock provides a base function to send raw IP datagrams from
+Perl. The raw IP datagam is packed into a buffer and written on the
+network layer with the write_ip() function.
-Net::RawSock is written by Stéphane Aubert.
+Net::RawSock is written by Stéphane Aubert.
EOF
More information about the Lunar-commits
mailing list