Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 1999 13:50:02 -0800 (PST)
From:      Dima Sivachenko <dima@Chg.RU>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/10110: New port - p5-Net-RawIP
Message-ID:  <199902182150.NAA97280@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/10110; it has been noted by GNATS.

From: Dima Sivachenko <dima@Chg.RU>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/10110: New port - p5-Net-RawIP
Date: Fri, 19 Feb 1999 00:47:13 +0300 (MSK)

 Please use this PR instead of 10110 - this is the most recent version.
 
 
 
 # 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.05d
 X# Date created:				18 February 1999
 X# Whom:                			Dima Sivachenko <dima@chg.ru>
 X#
 X# $Id$
 X#
 X
 XDISTNAME=	Net-RawIP-0.05d
 XPKGNAME=	p5-Net-RawIP-0.05d
 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.05d.tar.gz) = 919349c66bbf411fe3a667bebddf9e9a
 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	Fri Feb 19 00:27:52 1999
 X+++ Makefile.PL	Fri Feb 19 00:28:12 1999
 X@@ -8,7 +8,7 @@
 X print "5) FreeBSD\n";
 X print "6) BSDI\n";
 X print "7) Other\n-> ";
 X-chomp($system =<STDIN>);
 X+$system = 5;
 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 with optional feature for
 Xmanipulating ethernet headers.
 X
 Xhttp://quake.skif.net/RawIP/
 X
 X--Dima
 Xdima@chg.ru
 END-of-./pkg/DESCR
 exit
 
 


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?199902182150.NAA97280>