Bug 131463 - New port: security/py-PF: A pure-Python module for managing OpenBSD Packet Filter
Summary: New port: security/py-PF: A pure-Python module for managing OpenBSD Packet Fi...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-07 14:10 UTC by Sofian Brabez
Modified: 2009-02-09 21:30 UTC (History)
0 users

See Also:


Attachments
file.shar (3.56 KB, text/plain)
2009-02-07 14:10 UTC, Sofian Brabez
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sofian Brabez 2009-02-07 14:10:01 UTC
Here the .shar file as attachement to add py-PF to the port tree (security category)

py-PF is a pure-Python module for managing OpenBSD's Packet Filter. It aims 
to combine the flexibility of PF's C API and the power of Python, making it
easier to manage PF data and to integrate firewalling capabilities in more 
complex applications.

Features:
===========
* Stateful filtering of TCP/IP traffic
* Network Address translation
* packets normalization and reassembly
* bandwidth control and packet prioritization
* traffic filtering based on OS fingerprint

Requirements:
===============
* Python 2.2 and later

Author:
=========
Daniele Mazzocchio

WWW:    http://www.kernel-panic.it/software/py-pf/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-07 14:10:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-02-09 21:25:15 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-02-09 21:25:35 UTC
miwi        2009-02-09 21:25:26 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/py-PF       Makefile distinfo pkg-descr pkg-plist 
    security/py-PF/files pkg-message.in 
  Log:
  py-PF is a pure-Python module for managing OpenBSD's Packet Filter. It aims
  to combine the flexibility of PF's C API and the power of Python, making it
  easier to manage PF data and to integrate firewalling capabilities in more
  complex applications.
  
  WWW:    http://www.kernel-panic.it/software/py-pf/
  
  PR:             ports/131463
  Submitted by:   Sofian Brabez <sbrabez at gmail.com>
  
  Revision  Changes    Path
  1.1019    +1 -0      ports/security/Makefile
  1.1       +31 -0     ports/security/py-PF/Makefile (new)
  1.1       +3 -0      ports/security/py-PF/distinfo (new)
  1.1       +8 -0      ports/security/py-PF/files/pkg-message.in (new)
  1.1       +6 -0      ports/security/py-PF/pkg-descr (new)
  1.1       +25 -0     ports/security/py-PF/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"