From owner-cvs-all Tue Feb 4 18:37: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B436937B405; Tue, 4 Feb 2003 18:37:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 594A543F9B; Tue, 4 Feb 2003 18:37:05 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h152b5bv099703; Tue, 4 Feb 2003 18:37:05 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h152b4Gi099701; Tue, 4 Feb 2003 18:37:04 -0800 (PST) Message-Id: <200302050237.h152b4Gi099701@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 4 Feb 2003 18:37:04 -0800 (PST) To: all-committers@FreeBSD.org, legacy-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/p5-Net-RawSock Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/p5-Net-RawSock/files patch-Makefile.PL patch-RawSock.pm patch-RawSock.xs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/02/04 18:37:04 PST Modified files: net Makefile Added files: net/p5-Net-RawSock Makefile distinfo pkg-comment pkg-descr pkg-plist net/p5-Net-RawSock/files patch-Makefile.PL patch-RawSock.pm patch-RawSock.xs Log: 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 Revision Changes Path 1.911 +1 -0 ports/net/Makefile 1.1 +29 -0 ports/net/p5-Net-RawSock/Makefile (new) 1.1 +1 -0 ports/net/p5-Net-RawSock/distinfo (new) 1.1 +17 -0 ports/net/p5-Net-RawSock/files/patch-Makefile.PL (new) 1.1 +11 -0 ports/net/p5-Net-RawSock/files/patch-RawSock.pm (new) 1.1 +21 -0 ports/net/p5-Net-RawSock/files/patch-RawSock.xs (new) 1.1 +1 -0 ports/net/p5-Net-RawSock/pkg-comment (new) 1.1 +3 -0 ports/net/p5-Net-RawSock/pkg-descr (new) 1.1 +8 -0 ports/net/p5-Net-RawSock/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message