Date: Wed, 17 May 2006 17:38:20 -0400 (EDT) From: Christopher Boumenot <boumenot@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/97427: [NEW PORT] net/p5-Net-Write: An interface to open and send raw frames to the network Message-ID: <20060517213820.A7C8DF1994@crash.divebomb.org> Resent-Message-ID: <200605172140.k4HLeLq3024988@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 97427 >Category: ports >Synopsis: [NEW PORT] net/p5-Net-Write: An interface to open and send raw frames to the network >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 17 21:40:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Christopher Boumenot >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD crash.divebomb.org 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Tue May 16 15:51:09 EDT 2006 >Description: Net::Write provides a portable interface to open a network interface, and be able to write raw data directly to the network. Authors: Patrice Auffret <netpkt@gomor.org> WWW: http://search.cpan.org/dist/Net-Write This PR was created to upgrade p5-Net-Packet to 2.24 from 2.04, this is PR 2 of 3 for that upgrade. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Net-Write-0.82.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Net-Write # p5-Net-Write/Makefile # p5-Net-Write/distinfo # p5-Net-Write/pkg-descr # p5-Net-Write/pkg-plist # echo c - p5-Net-Write mkdir -p p5-Net-Write > /dev/null 2>&1 echo x - p5-Net-Write/Makefile sed 's/^X//' >p5-Net-Write/Makefile << 'END-of-p5-Net-Write/Makefile' X# New ports collection makefile for: Class-Gomor X# Date created: 17 May 2006 X# Whom: Christopher Boumenot <boumenot@gmail.com> X# X# $FreeBSD: ports/devel/p5-Class-Gomor-Hash/Makefile,v 1.2 2005/09/30 08:18:56 tobez Exp $ X# X XPORTNAME= Net-Write XPORTVERSION= 0.82 XCATEGORIES= net perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Net XPKGNAMEPREFIX= p5- X XMAINTAINER= boumenot@gmail.com XCOMMENT= An interface to open and send raw frames to the network X XPERL_CONFIGURE= yes X XMAN3= Net::Write.3 \ X Net::Write::Layer2.3 \ X Net::Write::Layer3.3 \ X Net::Write::Layer4.3 X X.include <bsd.port.pre.mk> X X.if ${PERL_LEVEL} < 500601 XIGNORE=Needs perl 5.6.1 or higher, install lang/perl5.6 and try again. X.endif X X.include <bsd.port.post.mk> END-of-p5-Net-Write/Makefile echo x - p5-Net-Write/distinfo sed 's/^X//' >p5-Net-Write/distinfo << 'END-of-p5-Net-Write/distinfo' XMD5 (Net-Write-0.82.tar.gz) = 0ea747d4aa4276bbc36f8acd6727af3e XSHA256 (Net-Write-0.82.tar.gz) = c9683cffe0fc9d2147a1081f25293b42b0f21713f505f394df1b20f0e1e08939 XSIZE (Net-Write-0.82.tar.gz) = 9808 END-of-p5-Net-Write/distinfo echo x - p5-Net-Write/pkg-descr sed 's/^X//' >p5-Net-Write/pkg-descr << 'END-of-p5-Net-Write/pkg-descr' XNet::Write provides a portable interface to open a network interface, and be Xable to write raw data directly to the network. X XAuthors: Patrice Auffret <netpkt@gomor.org> XWWW: http://search.cpan.org/dist/Net-Write END-of-p5-Net-Write/pkg-descr echo x - p5-Net-Write/pkg-plist sed 's/^X//' >p5-Net-Write/pkg-plist << 'END-of-p5-Net-Write/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Write.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Write/Layer.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Write/Layer2.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Write/Layer3.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Write/Layer4.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Write/.packlist X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Write/Write.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Write/Write.so X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Write X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/Write X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net END-of-p5-Net-Write/pkg-plist exit --- p5-Net-Write-0.82.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060517213820.A7C8DF1994>