Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6_1 19 Sep 2020 13:01:00
  |
rene  |
Remove expired ports:
2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
1.6_1 08 Mar 2020 17:01:47
  |
antoine  |
Deprecate some ports using deprecated version of python
With hat: portmgr |
1.6_1 20 Oct 2019 22:03:55
  |
tobik  |
mail/courier-pythonfilter: Spell WHITELIST_SPF_DESC correctly |
1.6_1 02 Feb 2019 16:34:19
  |
tobik  |
mail/courier-pythonfilter: Fix CLAMAV_CLAMD option after r416149
Setting options helpers after bsd.port.{options,pre}.mk has no
effect. |
1.6 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.6 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.6 30 May 2016 12:15:57
  |
rene  |
mail/courier-pythonfilter: remove optional dependency on expired
security/py-clamav and simplify option handling.
PR: 209843
Submitted by: myself
Approved by: maintainer (bsd@dino.sk) |
1.6 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.6 18 Sep 2015 17:34:46
  |
amdmi3  |
- Add NO_ARCH
- Fix and modernize plist
Approved by: portmgr blanket |
1.6 21 Oct 2014 17:10:06
  |
mva  |
- Convert ports of mail/ to new USES=python
Approved by: portmgr (implicit) |
1.6 15 Jul 2014 15:19:28
  |
danilo  |
- Fix plist
Reported by: swills |
1.6 10 Jul 2014 20:33:34
  |
danilo  |
- Add stage support
- Use @sample
while here
- Use @owner and @group
PR: ports/191521
Submitted by: bsd@dino.sk |
1.6 20 Sep 2013 19:59:14
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.6 24 May 2013 11:46:11
  |
bdrewery  |
- Fix options conversion |
1.6 23 May 2013 02:19:02
  |
jgh  |
- adoption of optionsNG
Approved by: portmgr (miwi) |
1.6 03 Jul 2011 13:53:52
 |
ohauer  |
- remove MD5 |
1.6 28 Jul 2009 18:05:33
 |
miwi  |
- Fix build with CUSTOM PREFIX
- OPTIONS cleanup
PR: 136979
Submitted by: Milan Obuch <bsd@dino.sk> (maintainer) |
1.6 17 Feb 2009 18:09:08
 |
beech  |
- Update to 1.6
PR: ports/131694
Submitted by: Milan Obuch <bsd@dino.sk> (maintainer) |
0.18 28 Jan 2007 17:06:51
 |
nivit  |
- Updated to 0.18
- Added new OPTIONS
- Fixed pkg-plist
PR: ports/108370
Submitted by: Milan Obuch <bsd at dino.sk> (maintainer)
Approved by: alexbl (mentor, implicit) |
0.16 16 Jan 2007 10:28:15
 |
itetcu  |
- update to 0.16
- don't delete user-modified .conf file on deinstall
- OPTIONify
PR: ports/107651
Submitted by: Milan Obuch (maintainer) |
0.9 04 Oct 2006 23:28:43
 |
alepulver  |
Courier pythonfilter
pythonfilter is a framework for developing courierfilter programs in
Python. The pythonfilter program itself is a multi-threaded daemon
that loads filters as python modules and passes the control and data
files from courier to each module in turn.
pythonfilter includes several modules that provide utility functions.
These modules are found in the "courier" directory. The "config"
module provides functions to access or interpret Courier's
configuration settings. The "control" module provides functions
to interpret Courier's control files.
pythonfilter is distributed under the GNU General Public License
(GPL), as described in the COPYING file.
PR: ports/101862
Submitted by: Milan Obuch |