Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Apr 2001 00:20:43 +0200 (CEST)
From:      Anatoliy Dmytriyev <tolid@plab.ku.dk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26412: New port: Modules to assemble/disassemble network packets at the protocol level
Message-ID:  <200104072220.f37MKh992969@plab.ku.dk>

next in thread | raw e-mail | index | archive | help

>Number:         26412
>Category:       ports
>Synopsis:       New port: Modules to assemble/disassemble network packets at the protocol level
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 07 15:30:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anatoliy Dmytriyev
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:

        FreeBSD eagle.plab.ku.dk 4.2-STABLE FreeBSD 4.2-STABLE #0: Fri Jan 19 15:14:16 CET 2001     root@eagle.plab.ku.dk:/1/obj/1/src/sys/eagle  i386

>Description:

        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.

>How-To-Repeat:


>Fix:

# 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:
#
#	NetPacket/Makefile
#	NetPacket/pkg-comment
#	NetPacket/pkg-plist
#	NetPacket/distinfo
#	NetPacket/pkg-descr
#
echo x - NetPacket/Makefile
sed 's/^X//' >NetPacket/Makefile << 'END-of-NetPacket/Makefile'
X# New ports collection makefile for:	p5-NetPacket
X# Date created:				8 April 2001
X# Whom:					Anatoliy Dmytriyev
X#
X# $FreeBSD$
X#
X
XPORTNAME=	NetPacket
XPORTVERSION=	0.01
XCATEGORIES=	net perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	NetPacket
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	tolid@plab.ku.dk
X
XPERL_CONFIGURE=	yes
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3= NetPacket.3 NetPacket::ARP.3 NetPacket::Ethernet.3 NetPacket::ICMP.3 NetPacket::IGMP.3 NetPacket::IP.3 NetPacket::TCP.3 NetPacket::UDP.3
X
X.include <bsd.port.mk>
END-of-NetPacket/Makefile
echo x - NetPacket/pkg-comment
sed 's/^X//' >NetPacket/pkg-comment << 'END-of-NetPacket/pkg-comment'
XModules to assemble/disassemble network packets at the protocol level
END-of-NetPacket/pkg-comment
echo x - NetPacket/pkg-plist
sed 's/^X//' >NetPacket/pkg-plist << 'END-of-NetPacket/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/NetPacket/TCP.pm
Xlib/perl5/site_perl/%%PERL_VER%%/NetPacket/UDP.pm
Xlib/perl5/site_perl/%%PERL_VER%%/NetPacket/IP.pm
Xlib/perl5/site_perl/%%PERL_VER%%/NetPacket/ICMP.pm
Xlib/perl5/site_perl/%%PERL_VER%%/NetPacket/IGMP.pm
Xlib/perl5/site_perl/%%PERL_VER%%/NetPacket/Ethernet.pm
Xlib/perl5/site_perl/%%PERL_VER%%/NetPacket/ARP.pm
Xlib/perl5/site_perl/%%PERL_VER%%/NetPacket.pm
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetPacket/.packlist
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/NetPacket
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetPacket
END-of-NetPacket/pkg-plist
echo x - NetPacket/distinfo
sed 's/^X//' >NetPacket/distinfo << 'END-of-NetPacket/distinfo'
XMD5 (NetPacket-0.01.tar.gz) = 0761ff2f6caf4961dcd5778cf7e1e6d1
END-of-NetPacket/distinfo
echo x - NetPacket/pkg-descr
sed 's/^X//' >NetPacket/pkg-descr << 'END-of-NetPacket/pkg-descr'
XNetPacket provides a base class for a cluster of modules related to decoding
Xand encoding of network protocols. Each NetPacket descendent module knows how
Xto encode and decode packets for the network protocol it implements.
END-of-NetPacket/pkg-descr
exit


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104072220.f37MKh992969>