From owner-freebsd-ports Thu Feb 18 13:50: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 631B011B91 for ; Thu, 18 Feb 1999 13:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA97280; Thu, 18 Feb 1999 13:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 18 Feb 1999 13:50:02 -0800 (PST) Message-Id: <199902182150.NAA97280@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Dima Sivachenko Subject: Re: ports/10110: New port - p5-Net-RawIP Reply-To: Dima Sivachenko Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10110; it has been noted by GNATS. From: Dima Sivachenko 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 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 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 =); 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