Commit Graph

14 Commits

Author SHA1 Message Date
Mathieu Arnold
4a3bebcae1 Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:15:47 +00:00
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
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +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
Jason Helfman
51ccfb349d - remove conditional no longer required per staging 2013-11-07 01:20:48 +00:00
Jason Helfman
cc6f8ff95f - support staging
- convert to autoplist
2013-10-23 05:40:00 +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
Jason Helfman
cf4ae83be0 - update to 1.3, changeset 8bb26094df06
- remove redundancy in pkg-plist for examples
2012-08-20 21:34:28 +00:00
Jason Helfman
f3cde38028 - add conflicts against zh-wenju, talkfilters and reed
Reported by:    madis555@hot.ee
2012-07-01 20:48:02 +00:00
Jason Helfman
5e8fb43b19 - adopt optionsNG 2012-06-25 23:09:08 +00:00
Jason Helfman
5fe169519e - Update to 1.2, changeset 42b380758b70
Feature safe:	yes
2012-03-27 01:01:59 +00:00
Jason Helfman
d343539d3a move contributor address => jgh
Approved by:	crees (mentor)
2011-12-20 17:10:19 +00:00
Frederic Culot
e632b1ef70 - Update to 1.1
- Improve pkg-descr

PR:		ports/157280
Submitted by:	Jason Helfman <jhelfman@experts-exchange.com> (maintainer)
2011-05-24 08:27:13 +00:00
Wesley Shields
840836da29 Python utilities for console mail clients like Mutt.
sigpager: Offers an interactive selection of signatures.

urlpager: Searches for urls, and retrieves url selected by user.
Urls include Message-IDs.

urlbatcher: Retrieve urls contained in input.

pybrowser: Can be used as general browser call.  Application to
override platform default can be specified via -b option.

viewhtmlmsg: Display html message in browser.

wrap: Word wrap text input.  With support for messages
(recognition of quote chars etc.).

WWW: https://bitbucket.org/blacktrash/muttils

PR:		ports/156189
Submitted by:	Jason Helfman <jhelfman@experts-exchange.com>
2011-05-12 23:40:44 +00:00