From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 30 06:10:19 2003 Return-Path: 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 AC30F37B401 for ; Wed, 30 Apr 2003 06:10:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA19043FE3 for ; Wed, 30 Apr 2003 06:10:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3UDAIUp061353 for ; Wed, 30 Apr 2003 06:10:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3UDAIfX061350; Wed, 30 Apr 2003 06:10:18 -0700 (PDT) Resent-Date: Wed, 30 Apr 2003 06:10:18 -0700 (PDT) Resent-Message-Id: <200304301310.h3UDAIfX061350@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Barry Irwin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC88537B401 for ; Wed, 30 Apr 2003 06:08:29 -0700 (PDT) Received: from thug.prv.dev.itouchnet.net (itouchlabs.com [196.15.188.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 340F443FAF for ; Wed, 30 Apr 2003 06:08:27 -0700 (PDT) (envelope-from root@thug.prv.dev.itouchnet.net) Received: from root by thug.prv.dev.itouchnet.net with local (Exim 3.36 #1) id 19ArKg-0000ri-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 30 Apr 2003 15:09:10 +0200 Message-Id: Date: Wed, 30 Apr 2003 15:09:10 +0200 From: Barry Irwin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/51624: NEW port: pixilate X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barry Irwin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2003 13:10:20 -0000 >Number: 51624 >Category: ports >Synopsis: NEW port: pixilate >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: Wed Apr 30 06:10:16 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Barry Irwin >Release: FreeBSD 4.4-RELEASE i386 >Organization: Moria Research >Environment: System: FreeBSD thug.prv.dev.itouchnet.net 4.4-RELEASE FreeBSD 4.4-RELEASE #4: Thu Oct 3 10:19:20 SAST 2002 nbm@thug.prv.dev.itouchnet.net:/export/src/sys/compile/THUG i386 >Description: Commit of new port net/pixilate. Provides facility to generate packets to match a Cisco PIX access list >How-To-Repeat: >Fix: The following contains the port skeleton # 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: # # pixilate # pixilate/Makefile # pixilate/distinfo # pixilate/pkg-descr # pixilate/pkg-plist # echo c - pixilate mkdir -p pixilate > /dev/null 2>&1 echo x - pixilate/Makefile sed 's/^X//' >pixilate/Makefile << 'END-of-pixilate/Makefile' X XPORTNAME= pixilate XPORTVERSION= 0.4 X#PORTREVISION= 3 XCATEGORIES= net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= winfingerprint X XMAINTAINER= bvi-ports@moria.org XCOMMENT= Generates packets to match a list of Cisco PIX access lists X XBUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel X XWRKSRC= ${WRKDIR}/pixilate X XHAS_CONFIGURE= yes X XLIBNET_CONFIG= ${LOCALBASE}/bin/libnet-config XCFLAGS+= `${LIBNET_CONFIG} --cflags` `${LIBNET_CONFIG} --defines` XCFLAGS+= -I${LOCALBASE}/include XLIBS= `${LIBNET_CONFIG} --libs` X#GNU_CONFIGURE= yes XCONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}" X XMAN1= pixilate.1 X X.include END-of-pixilate/Makefile echo x - pixilate/distinfo sed 's/^X//' >pixilate/distinfo << 'END-of-pixilate/distinfo' XMD5 (pixilate-0.4.tar.gz) = 861f82041cc7efc8c290f14f26d9954d END-of-pixilate/distinfo echo x - pixilate/pkg-descr sed 's/^X//' >pixilate/pkg-descr << 'END-of-pixilate/pkg-descr' Xpixilate parses an input file containing Cisco PIX 6.2x (normal mask) X or Cisco IOS (inverted mask) access-list entries and generates X the appropriate packets. For further information on writing PIX access-lists, X look here, for information on writing IOS access-lists, look here. X Xpixilate - is currently capable of generating TCP/UDP/ICMP (various ICMP X types), and IGMP utilizing the Libnet 1.1.x library available from X http://www.packetfactory.net. NOTE: Libnet 1.0.x is NOT compatible." X X XWWW: http://winfingerprint.sourceforge.net/pixilate.php END-of-pixilate/pkg-descr echo x - pixilate/pkg-plist sed 's/^X//' >pixilate/pkg-plist << 'END-of-pixilate/pkg-plist' Xbin/pixilate END-of-pixilate/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: