Commit graph

14 commits

Author SHA1 Message Date
Mathieu Arnold
d0cba2b797 Cleanup Mk/Uses/gnome.mk.
- Remove the use of comp_DETECT.
- Remove all comp_DETECT variables.
- Remove a use of comp_DETECT outside of gnome.mk
- Remove py3gobject3.
- Have ports depending directly on devel/py-gobject3 use gnome to do it.

PR:		224618
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D13550
2018-01-03 13:22:31 +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
Thierry Thomas
5c767c4915 Upgrade to 1.5.34.
Changelog at
<https://github.com/mike-fabian/ibus-typing-booster/releases/tag/1.5.34>.
2017-10-06 19:30:04 +00:00
Thierry Thomas
ec43f84e5f Upgrade to 1.5.33.
Changelog at https://github.com/mike-fabian/ibus-typing-booster/releases/tag/1.5.33
2017-09-12 19:50:40 +00:00
Antoine Brodin
45c5ab0600 Fix depends 2017-05-10 19:12:08 +00:00
Thierry Thomas
b69192cf87 Do not run the included py-compile, in order to not depend on PYTHON_VERSION.
PR:		218864
Reported by:	miwi
2017-04-27 20:34:19 +00:00
Thierry Thomas
4a61e434bd Upgrade to 1.5.32.
Release notes at
<https://github.com/mike-fabian/ibus-typing-booster/releases/tag/1.5.32>.
2017-04-25 19:44:09 +00:00
Thierry Thomas
cf2e15b049 Upgrade to 1.5.30.
Release notes at:
https://github.com/mike-fabian/ibus-typing-booster/releases/tag/1.5.30
2017-04-04 05:04:50 +00:00
Thierry Thomas
6b610ab5e0 Upgrade to 1.5.29.
Changelog at
https://github.com/mike-fabian/ibus-typing-booster/releases/tag/1.5.29
2017-03-21 21:28:41 +00:00
Thierry Thomas
97c0e5fa9e Upgrade to 1.5.28.
Changelog at
https://github.com/mike-fabian/ibus-typing-booster/releases/tag/1.5.28
2017-03-19 16:49:54 +00:00
Thierry Thomas
7d14a1ba67 Upgrade to 1.5.27.
Release notes at https://github.com/mike-fabian/ibus-typing-booster/releases
2017-03-17 18:24:38 +00:00
Thierry Thomas
daab7e7b3e Upgrade to 1.5.25.
Release notes at
https://github.com/mike-fabian/ibus-typing-booster/releases/tag/1.5.25
2017-03-14 20:41:18 +00:00
Thierry Thomas
e81b4bea69 Upgrade to 1.5.24.
Release notes at https://github.com/mike-fabian/ibus-typing-booster/releases/tag/1.5.24
2017-03-07 20:40:21 +00:00
Thierry Thomas
87359981cc Adding ibus-typing-booster, a completion input method to speedup typing,
with an emoji-picker utility.

Differential Revision:	https://reviews.freebsd.org/D9236
2017-03-05 10:14:03 +00:00