From owner-freebsd-ports Mon Feb 15 13:20:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07772 for freebsd-ports-outgoing; Mon, 15 Feb 1999 13:20:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA07742 for ; Mon, 15 Feb 1999 13:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA54273; Mon, 15 Feb 1999 13:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA06277 for ; Mon, 15 Feb 1999 13:10:32 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id AAA27256; Tue, 16 Feb 1999 00:10:30 +0300 (MSK) Message-Id: <199902152110.AAA27256@netserv1.chg.ru> Date: Tue, 16 Feb 1999 00:10:30 +0300 (MSK) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/10110: New port - p5-Net-RawIP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 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 =); 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