aboutsummaryrefslogtreecommitdiff
path: root/security/py-PF
Commit message (Collapse)AuthorAgeFilesLines
* - Don't cat pkg-message from MakefilesDmitry Marakasov2015-05-271-5/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=387528
* Update ports in the remaining categories to not use GH_COMMIT.Mathieu Arnold2015-05-072-4/+2
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385665
* - Convert ports of science/ and security to new USES=pythonMarcus von Appen2014-10-241-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371453
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* - Update to 0.0.8Sofian Brabez2014-04-215-46/+16
| | | | Notes: svn path=/head/; revision=351702
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Update to 0.0.6Sofian Brabez2011-07-123-6/+6
| | | | | | | Approved by: miwi@ (mentor) Notes: svn path=/head/; revision=277578
* Update my MAINTAINER address to sbz at FreeBSD.org.Sofian Brabez2011-03-181-1/+1
| | | | | | | Approved by: jadawin@ (mentor) Notes: svn path=/head/; revision=271244
* - Update to 0.0.5Martin Wilke2011-02-272-4/+10
| | | | | | | | PR: 155025 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) Notes: svn path=/head/; revision=269891
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* - Fix fetch errorYi-Jheng Lin2009-08-121-1/+1
| | | | | | | Approved by: rafan (co-mentor) Notes: svn path=/head/; revision=239393
* - Update to 0.0.4Yi-Jheng Lin2009-08-072-4/+4
| | | | | | | | | PR: 137262 Submitted by: Sofian Brabez <sbrabez AT gmail.com> Approved by: rafan (co-mentor) Notes: svn path=/head/; revision=239066
* - Update to 0.0.3Martin Wilke2009-05-093-4/+7
| | | | | | | | PR: 134235 Submitted by: Sofian Brabez <sbrabez@gmail.com> (maintainer Notes: svn path=/head/; revision=233491
* - Remove PKGMESSAGEMartin Wilke2009-02-091-1/+0
| | | | | | | | Reported by: pav Approved by: maintainer via irc Notes: svn path=/head/; revision=227956
* py-PF is a pure-Python module for managing OpenBSD's Packet Filter. It aimsMartin Wilke2009-02-095-0/+73
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> Notes: svn path=/head/; revision=227948