From owner-freebsd-ports-bugs Mon Feb 3 11: 0:33 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8750137B41A for ; Mon, 3 Feb 2003 11:00:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05C1343F9B for ; Mon, 3 Feb 2003 11:00:28 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h13J0RNS040623 for ; Mon, 3 Feb 2003 11:00:27 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h13J0Rbp040622; Mon, 3 Feb 2003 11:00:27 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1982B37B401 for ; Mon, 3 Feb 2003 10:54:14 -0800 (PST) Received: from shiva.bouglou.net (shiva.bouglou.net [62.4.22.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46C7A43F43 for ; Mon, 3 Feb 2003 10:54:13 -0800 (PST) (envelope-from ecu@shiva.bouglou.net) Received: by shiva.bouglou.net (Postfix, from userid 1000) id 40BBF1523A; Mon, 3 Feb 2003 19:54:07 +0100 (CET) Message-Id: <20030203185407.40BBF1523A@shiva.bouglou.net> Date: Mon, 3 Feb 2003 19:54:07 +0100 (CET) From: Nicolas Jombart Reply-To: Nicolas Jombart To: FreeBSD-gnats-submit@FreeBSD.org Cc: _@r4k.net X-Send-Pr-Version: 3.113 Subject: ports/47867: New port: net/p5-Net-Divert Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47867 >Category: ports >Synopsis: New port: net/p5-Net-Divert >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 03 11:00:26 PST 2003 >Closed-Date: >Last-Modified: >Originator: Nicolas Jombart >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD shiva.bouglou.net 4.7-STABLE FreeBSD 4.7-STABLE #15: Sat Jan 4 18:49:56 CET 2003 ecu@shiva.bouglou.net:/usr/obj/usr/src/sys/SHIVA i386 >Description: This perl modules helps manipulation of IP packets via divert(4) sockets. >How-To-Repeat: >Fix: --- p5-Net-Divert.shar begins here --- # 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: # # ./p5-Net-Divert # ./p5-Net-Divert/Makefile # ./p5-Net-Divert/pkg-comment # ./p5-Net-Divert/distinfo # ./p5-Net-Divert/pkg-descr # ./p5-Net-Divert/pkg-plist # echo c - ./p5-Net-Divert mkdir -p ./p5-Net-Divert > /dev/null 2>&1 echo x - ./p5-Net-Divert/Makefile sed 's/^X//' >./p5-Net-Divert/Makefile << 'END-of-./p5-Net-Divert/Makefile' X# New ports collection makefile for: p5-Net-Divert X# Date created: January 30, 2003 X# Whom: Nicolas Jombart X# X# $FreeBSD$ X XPORTNAME= Net-Divert XPORTVERSION= 0.01 XCATEGORIES= net perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Net XPKGNAMEPREFIX= p5- XEXTRACT_SUFX= .tgz X XMAINTAINER= ecu@ipv42.net X XPERL_CONFIGURE= yes X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Net::Divert.3 X X.include END-of-./p5-Net-Divert/Makefile echo x - ./p5-Net-Divert/pkg-comment sed 's/^X//' >./p5-Net-Divert/pkg-comment << 'END-of-./p5-Net-Divert/pkg-comment' XA module to deal with divert(4) sockets END-of-./p5-Net-Divert/pkg-comment echo x - ./p5-Net-Divert/distinfo sed 's/^X//' >./p5-Net-Divert/distinfo << 'END-of-./p5-Net-Divert/distinfo' XMD5 (Net-Divert-0.01.tgz) = 06a1efd15a486112eb7f58fd5d5a21ad END-of-./p5-Net-Divert/distinfo echo x - ./p5-Net-Divert/pkg-descr sed 's/^X//' >./p5-Net-Divert/pkg-descr << 'END-of-./p5-Net-Divert/pkg-descr' XThe Net::Divert module facilitates the use of divert Xsockets for packet alteration on FreeBSD and MacOSX. X XThis module allows you to create a divert socket and then Xjust supply a function that will deal with the incoming packets. END-of-./p5-Net-Divert/pkg-descr echo x - ./p5-Net-Divert/pkg-plist sed 's/^X//' >./p5-Net-Divert/pkg-plist << 'END-of-./p5-Net-Divert/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Net/Divert.pm Xlib/perl5/site_perl/%%PERL_VER%%/auto/Net/Divert/autosplit.ix Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Divert/.packlist END-of-./p5-Net-Divert/pkg-plist exit --- p5-Net-Divert.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message