Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 1999 00:10:30 +0300 (MSK)
From:      Dima Sivachenko <dima@Chg.RU>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/10110: New port - p5-Net-RawIP
Message-ID:  <199902152110.AAA27256@netserv1.chg.ru>

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

>Number:         10110
>Category:       ports
>Synopsis:       New port - p5-Net-RawIP
>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:   Mon Feb 15 13:20:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dima Sivachenko
>Release:        FreeBSD 3.0-980520-SNAP i386
>Organization:
>Environment:

	

>Description:

This is perl5 module which allows to send, create and manipulate with
 raw IP packets.

>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:
#
#	.
#	./Makefile
#	./files
#	./files/md5
#	./patches
#	./patches/patch-aa
#	./pkg
#	./pkg/PLIST
#	./pkg/COMMENT
#	./pkg/DESCR
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	p5-Net-RawIP
X# Version required:			0.05
X# Date created:				14 February 1999
X# Whom:                			Dima Sivachenko <dima@chg.ru>
X#
X# $Id$
X#
X
XDISTNAME=	Net-RawIP-0.05b
XPKGNAME=	p5-Net-RawIP-0.05
XCATEGORIES=	net perl5
XMASTER_SITES=	http://quake.skif.net/RawIP/files/	\
X		http://www.ic.al.lg.ua/~ksv/		\
X		ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/
X
XMAINTAINER=	dima@chg.ru
X
XUSE_PERL5=	yes
X
XMAN3=		Net::RawIP.3
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
Xdo-configure:
X
X		@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
X
X.include <bsd.port.mk>
END-of-./Makefile
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/md5
sed 's/^X//' >./files/md5 << 'END-of-./files/md5'
XMD5 (Net-RawIP-0.05.tar.gz) = d4d174acee139792d7d92f982cd09c26
END-of-./files/md5
echo c - ./patches
mkdir -p ./patches > /dev/null 2>&1
echo x - ./patches/patch-aa
sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa'
X--- Makefile.PL.orig	Mon Jan 25 10:18:00 1999
X+++ Makefile.PL	Sun Feb 14 21:56:20 1999
X@@ -6,7 +6,7 @@
X print "3) Solaris\n";
X print "4) Systems with BSD raw socket format: FreeBSD,BSDI,... *BSD\n";
X print "5) Other\n-> ";
X-chomp($system =<STDIN>);
X+$system = 4;
X 
X if($system == 1)
X {
END-of-./patches/patch-aa
echo c - ./pkg
mkdir -p ./pkg > /dev/null 2>&1
echo x - ./pkg/PLIST
sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
Xlib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/RawIP/RawIP.so
Xlib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/RawIP/RawIP.bs
Xlib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Net/RawIP.pm
Xlib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/RawIP/autosplit.ix
Xlib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/RawIP/.packlist
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/RawIP
END-of-./pkg/PLIST
echo x - ./pkg/COMMENT
sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
XA perl module to manipulate raw IP packets.
END-of-./pkg/COMMENT
echo x - ./pkg/DESCR
sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
XThis package provides a class object which can be used for creating,
Xmanipulating and sending a raw IP packets.
X
Xhttp://quake.skif.net/RawIP/
X
X--Dima
Xdima@chg.ru
END-of-./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?199902152110.AAA27256>