/packages/dev-tools-pages/less/

ate' type='text/html' href='http://tfcis.org/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/?id=ad9c5e72c063fd2001b42cfbb2fcc63cb86019d7'/> ad9c5e72c063fd2001b42cfbb2fcc63cb86019d7 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
  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
- Fix trailing whitespace in pkg-descrs, categories [p-x]* 2016-05-19T10:53:05+00:00 amdmi3 amdmi3@FreeBSD.org 2016-05-19T10:53:05+00:00 22084e17f721ebb9a063f5603491229fcfc70d9b Approved by: portmgr blanket
Approved by:	portmgr blanket
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u. 2016-04-01T14:25:16+00:00 mat mat@FreeBSD.org 2016-04-01T14:25:16+00:00 2ff80f55375ee2811ca2895a06b853699c3e0915 With hat: portmgr Sponsored by: Absolight
With hat:	portmgr
Sponsored by:	Absolight
Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12T16:20:31+00:00 amdmi3 amdmi3@FreeBSD.org 2016-01-12T16:20:31+00:00 f5c820f44ef3ac0da915aa0f52b5b54fddedf017 Approved by: portmgr blanket
Approved by:	portmgr blanket
- Switch to autoplist, fixing .egg-info handling 2015-09-16T16:40:16+00:00 amdmi3 amdmi3@FreeBSD.org 2015-09-16T16:40:16+00:00 18fc2c6e3bff24cba77e5085929a10996c472901 - Fix PIL dependency handling and detection - Add LICENSE - Add NO_ARCH
- Fix PIL dependency handling and detection
- Add LICENSE
- Add NO_ARCH
Cleanup plist 2014-11-13T10:38:16+00:00 antoine antoine@FreeBSD.org 2014-11-13T10:38:16+00:00 23c898da181c047b7f789b343b8d2b78c88a9a60

security/vinetto: switch from py-imaging to py-pillow 2014-10-07T11:42:25+00:00 wg wg@FreeBSD.org 2014-10-07T11:42:25+00:00 a6203ccee4afe968eb5ac778247b143c83a8f535 - USES python - Rename option to reflect reality With hat: python Approved by: portmgr (bdrewery, implicit)
- USES python
- Rename option to reflect reality

With hat:	python
Approved by:	portmgr (bdrewery, implicit)
Remove indefinite articles and trailing periods from COMMENT, plus 2014-07-17T08:57:51+00:00 olgeni olgeni@FreeBSD.org 2014-07-17T08:57:51+00:00 fd091c3e50b3977db49af4b254842a056ea9e77e minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt)
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
- Stage support 2014-03-09T14:25:41+00:00 miwi miwi@FreeBSD.org 2014-03-09T14:25:41+00:00 c4c88b45da963d32ade4c4f508b5aef79b07f908