Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2005 22:55:58 GMT
From:      Corey Smith <corsmith@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/82593: New port: net/pynids pynids is a python wrapper for libnids
Message-ID:  <200506232255.j5NMtw9G012243@www.freebsd.org>
Resent-Message-ID: <200506232300.j5NN0AVq055540@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         82593
>Category:       ports
>Synopsis:       New port: net/pynids pynids is a python wrapper for libnids
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 23 23:00:10 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Corey Smith
>Release:        5.4-STABLE
>Organization:
>Environment:
FreeBSD csmith-dt.corsmith.yi.org 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu Jun 16 15:41:01 EDT 2005     root@:/usr/src/sys/i386/compile/MINIMAL  i386
>Description:
pynids is a python wrapper for libnids, a Network Intrusion Detection
System library offering sniffing, IP defragmentation, TCP stream
reassembly and TCP port scan detection. Let your own python routines
examine (or kill) network conversations.

pynids is free software, licensed under the GPL.

WWW: http://pilcrow.madison.wi.us/pynids/

- Corey Smith
corsmith@gmail.com

>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:
#
#       pynids
#       pynids/Makefile
#       pynids/distinfo
#       pynids/pkg-descr
#
echo c - pynids
mkdir -p pynids > /dev/null 2>&1
echo x - pynids/Makefile
sed 's/^X//' >pynids/Makefile << 'END-of-pynids/Makefile'
X# New ports collection makefile for:   pynids
X# Date created:                22 Jun 2005
X# Whom:                        Corey Smith
X#
X# $FreeBSD$
X#
X
XPORTNAME=      pynids
XPORTVERSION=   0.5
XCATEGORIES=    net python
XMASTER_SITES=  http://pilcrow.madison.wi.us/pynids/
XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
XDISTNAME=      pynids-${PORTVERSION}
XDIST_SUBDIR=   python
X
XMAINTAINER=    csmith@FreeBSD.org
XCOMMENT=       Python interface to libnids
X
XBUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
X
XUSE_PYTHON=    yes
XUSE_PYDISTUTILS=       yes
XUSE_PYTHON_PREFIX=     yes
X
XPLIST_FILES=   %%PYTHON_SITELIBDIR%%/nidsmodule.so
X
X.include <bsd.port.mk>
END-of-pynids/Makefile
echo x - pynids/distinfo
sed 's/^X//' >pynids/distinfo << 'END-of-pynids/distinfo'
XMD5 (python/pynids-0.5.tar.gz) = ae8fab78881aa60cb2d9e50c9348cf87
XSIZE (python/pynids-0.5.tar.gz) = 136808
END-of-pynids/distinfo
echo x - pynids/pkg-descr
sed 's/^X//' >pynids/pkg-descr << 'END-of-pynids/pkg-descr'
Xpynids is a python wrapper for libnids, a Network Intrusion Detection
XSystem library offering sniffing, IP defragmentation, TCP stream
Xreassembly and TCP port scan detection. Let your own python routines
Xexamine (or kill) network conversations.
X
Xpynids is free software, licensed under the GPL.
X
XWWW: http://pilcrow.madison.wi.us/pynids/
X
X- Corey Smith
Xcorsmith@gmail.com
END-of-pynids/pkg-descr
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506232255.j5NMtw9G012243>