From owner-freebsd-ports Tue Sep 26 10:20:17 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 281CB37B424 for ; Tue, 26 Sep 2000 10:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA60343; Tue, 26 Sep 2000 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from smtp.mfom.es (nat2.mfom.es [195.76.37.8]) by hub.freebsd.org (Postfix) with ESMTP id 4253C37B424 for ; Tue, 26 Sep 2000 10:19:53 -0700 (PDT) Received: (from root@localhost) by smtp.mfom.es (8.9.3/8.9.3) id SAA00368; Tue, 26 Sep 2000 18:23:02 +0200 (CEST) (envelope-from root) Message-Id: <200009261623.SAA00368@smtp.mfom.es> Date: Tue, 26 Sep 2000 18:23:02 +0200 (CEST) From: aandres@mfom.es Reply-To: aandres@mfom.es To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/21564: New port: security/sing Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21564 >Category: ports >Synopsis: New port: security/sing >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: Tue Sep 26 10:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Alfredo Andres >Release: FreeBSD 3.4-RELEASE i386 >Organization: none >Environment: FreeBSD inferno.mfom 3.4-RELEASE FreeBSD 3.4-RELEASE #1: Thu May 18 11:48:47 CEST 2000 root@inferno.mfom:/usr/src/sys/compile/ALF-334 i386 >Description: Sing is a ping replacement with many new features: spoofing, fragmentation, mimic techniques, little fingerprinting techniques, send many ICMP packet types (errors and information), etc. Please, don't flame me, is my first port so don't be cruel .:) Be aware, it has been tested against my FreeBSD 3.4 box only. >How-To-Repeat: Use the shar below to add the port to tree. >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: # # sing # sing/Makefile # sing/files # sing/files/md5 # sing/pkg # sing/pkg/PLIST # sing/pkg/COMMENT # sing/pkg/DESCR # echo c - sing mkdir -p sing > /dev/null 2>&1 echo x - sing/Makefile sed 's/^X//' >sing/Makefile << 'END-of-sing/Makefile' X# New ports collection Makefile for: sing X# Date created: 26 September 2000 X# Whom: Alfredo Andres Omella X# X# $FreeBSD$ X# X XPORTNAME= sing XPORTVERSION= 0.1 XCATEGORIES= security XMASTER_SITES= http://download.sourceforge.net/sing/ XDISTNAME= SING-1.0 XEXTRACT_SUFX= .tgz X XMAINTAINER= aandres@mfom.es X XMANCOMPRESSED= no X XHAS_CONFIGURE= yes X XMAN8= sing.8 X X.include END-of-sing/Makefile echo c - sing/files mkdir -p sing/files > /dev/null 2>&1 echo x - sing/files/md5 sed 's/^X//' >sing/files/md5 << 'END-of-sing/files/md5' XMD5 (SING-1.0.tgz) = 54fe7e765b8f4dad6cb3f2d551a20802 END-of-sing/files/md5 echo c - sing/pkg mkdir -p sing/pkg > /dev/null 2>&1 echo x - sing/pkg/PLIST sed 's/^X//' >sing/pkg/PLIST << 'END-of-sing/pkg/PLIST' Xbin/sing END-of-sing/pkg/PLIST echo x - sing/pkg/COMMENT sed 's/^X//' >sing/pkg/COMMENT << 'END-of-sing/pkg/COMMENT' XA ping security replacement END-of-sing/pkg/COMMENT echo x - sing/pkg/DESCR sed 's/^X//' >sing/pkg/DESCR << 'END-of-sing/pkg/DESCR' XThis is a port of sing, a ping security replacement with new features as Xfragmentation, spoofing, etc. X : X(etc.) X XWWW: http://www.sourceforge.net/projects/sing X X- Alfredo Xaandres@mfom.es END-of-sing/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