16 Commits

Author SHA1 Message Date
Mathieu Arnold
551be3c723 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
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Rene Ladan
791fda1403 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)
2016-05-30 12:15:56 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Dmitry Marakasov
28d0e3f418 - Add NO_ARCH
- Fix and modernize plist

Approved by:	portmgr blanket
2015-09-18 17:34:45 +00:00
Marcus von Appen
306e66af5d - Convert ports of mail/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-21 17:10:06 +00:00
Danilo Egea Gondolfo
2583af9c7c - Fix plist
Reported by:	swills
2014-07-15 15:19:28 +00:00
Danilo Egea Gondolfo
7ef1df378a - Add stage support
- Use @sample
while here
- Use @owner and @group

PR:		ports/191521
Submitted by:	bsd@dino.sk
2014-07-10 20:33:34 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Bryan Drewery
f8ddb11b40 - Fix options conversion 2013-05-24 11:46:11 +00:00
Jason Helfman
2a8fb99db4 - adoption of optionsNG
Approved by:	portmgr (miwi)
2013-05-23 02:19:02 +00:00
Olli Hauer
c5284f2b4e - remove MD5 2011-07-03 13:53:52 +00:00
Martin Wilke
550283f9fa - Fix build with CUSTOM PREFIX
- OPTIONS cleanup

PR:		136979
Submitted by:	Milan Obuch <bsd@dino.sk> (maintainer)
2009-07-28 18:05:33 +00:00
Beech Rintoul
1de0b66aca - Update to 1.6
PR:		ports/131694
Submitted by:	Milan Obuch <bsd@dino.sk> (maintainer)
2009-02-17 18:09:08 +00:00
Nicola Vitale
1bd5efef95 - 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)
2007-01-28 17:06:51 +00:00
Ion-Mihai Tetcu
23c23b1ea1 - update to 0.16
- don't delete user-modified .conf file on deinstall
- OPTIONify

PR:		ports/107651
Submitted by:	Milan Obuch (maintainer)
2007-01-16 10:28:15 +00:00
Alejandro Pulver
e74f9da761 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
2006-10-04 23:28:43 +00:00