Commit graph

14 commits

Author SHA1 Message Date
Dmitry Marakasov
29904b46f8 - Fix LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Update WWW
2018-02-18 09:02:54 +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
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Antoine Brodin
bc83061fb2 Use an option helper 2015-01-22 21:18:31 +00:00
Marcus von Appen
734b61f327 - Convert ports of graphics/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-21 16:36:12 +00:00
Wen Heping
16fbc9ac98 - Stage support [1]
- Drop easy_install [1]
- Pet portlint [1]
- Add LICENSE
- Reset maintainer to ports@

PR:		188946 [1]
Submitted by:	Bartek Rutkowski <ports@robakdesign.com> [1]
2014-04-25 02:52:48 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Wen Heping
a39f0bf1e3 - Update to 0.7.0
- Trim Makefile headers
- Convert to optionsNG
2013-05-01 14:14:22 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Wen Heping
caf7a085e1 - Update to 0.6.0 2011-01-04 01:38:55 +00:00
Wen Heping
b168e3edd5 - Update to 0.5.3 2010-03-29 08:36:05 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Wen Heping
b4239d1be2 - Update to 0.5.2
- Update my mail address to FreeBSD

Approved by:	miwi(mentor)
2009-09-30 14:44:07 +00:00
Martin Wilke
691acd38cc Pycha is a very simple Python package for drawing charts using the
great Cairo library. Its goals are:
        * Lightweight
        * Simple to use
        * Nice looking with default values
        * Customization
It won't try to draw any possible chart on earth but draw the most
common ones nicely.

WWW:  http://bitbucket.org/lgs/pycha/wiki/Home

PR:		ports/136597
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-07-09 09:01:35 +00:00