aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-PyX
Commit message (Collapse)AuthorAgeFilesLines
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=455210
* Reset mva@'s ports, he handed in his ports bit.Rene Ladan2017-01-221-1/+1
| | | | Notes: svn path=/head/; revision=432169
* - Update to version 0.14.1Marcus von Appen2015-12-152-5/+4
| | | | | | | - PyX is distributed via PyPi now, unbreak Notes: svn path=/head/; revision=403796
* Mark as broken: does not fetchBaptiste Daroussin2015-12-131-0/+1
| | | | Notes: svn path=/head/; revision=403659
* - Update to version 0.14Marcus von Appen2015-05-042-4/+3
| | | | | | | | | | | Aside from bug fixes and smaller changes, this release comes with new svgwriter and svgfile modules, which bring SVG in- and output support to PyX. Changelog: http://sourceforge.net/p/pyx/code/HEAD/tree/tags/pyx_0_14/pyx/CHANGES Notes: svn path=/head/; revision=385416
* Switch default python3 version from 3.3 to 3.4.Dmitry Sivachenko2015-01-101-0/+1
| | | | | | | | | Bump PORTREVISIONs for the affected ports. Exp-run by: antoine Notes: svn path=/head/; revision=376731
* - Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid aMarcus von Appen2014-08-141-2/+1
| | | | | | | | | | | | | | | conflict in behaviour with the read-only COMPILER_FEATURES knob - Fix the deprecated USE_PYTHON_BUILD and USE_PYTHON_RUN behaviour, which usually should be mutually exclusive, but some ports include both knobs Phabric: D581 Recommended by: danfe@, makc@ Reviewed by: danfe, wg, antoine Approved by: portmgr With hat: python@ Notes: svn path=/head/; revision=364857
* - Convert my ports to USES=pythonMarcus von Appen2014-08-101-3/+3
| | | | Notes: svn path=/head/; revision=364518
* - Fix PORTVERSION to unbreak the buildMarcus von Appen2014-06-131-1/+1
| | | | | | | Noticed by: swills@ Notes: svn path=/head/; revision=357707
* - Update graphics/py-PyX to version 0.13Marcus von Appen2014-06-132-4/+4
| | | | | | | | - Repocopy graphics/py-PyX -> graphics/py-PyX12, since 0.13 requires Python 3 Notes: svn path=/head/; revision=357702
* - Enable stagedir supportMarcus von Appen2014-01-182-250/+9
| | | | | | | | - Convert to PYDISTUTILS_AUTOPLIST - Shorten COMMENT to pet portlint Notes: svn path=/head/; revision=340155
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Rectify USE_TEX to support both of teTeX and TeXLive.Hiroki Sato2013-05-111-1/+1
| | | | | | | | | | | | TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk. Notes: svn path=/head/; revision=317899
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexHiroki Sato2013-05-061-3/+1
| | | | | | | instead to make migration to TeXLive easier. Notes: svn path=/head/; revision=317455
* - Update to 0.12.1Marcus von Appen2012-12-103-10/+56
| | | | | | | | | - Add LICENSE - Trim Makefile headers - Convert to OptionsNG Notes: svn path=/head/; revision=308590
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 0.11.1Marcus von Appen2011-06-212-3/+3
| | | | Notes: svn path=/head/; revision=275978
* - Update to 0.11Marcus von Appen2011-05-283-20/+215
| | | | Notes: svn path=/head/; revision=274753
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-1/+1
| | | | Notes: svn path=/head/; revision=273475
* - Move over to py25 or aboveMartin Wilke2011-02-252-3/+2
| | | | | | | - While here get rid FreeBSD 6.X and md5 support Notes: svn path=/head/; revision=269643
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Get rip python 2.3+Martin Wilke2009-12-131-1/+1
| | | | | | | | | | | Note: Python 2.3 is't longer supported and have a lot of security issues. Convert 2.3+ to yes/or 2.4/5+ With hat: portmgr Notes: svn path=/head/; revision=245717
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Updated my mail address to use @FreeBSD.org now.Marcus von Appen2009-02-191-1/+1
| | | | | | | Approved by: miwi (co-mentor), beech (mentor) Notes: svn path=/head/; revision=228687
* - Update to 0.10Martin Wilke2007-10-242-6/+5
| | | | | | | | | | | | | Changelog: * new graph modules * new graph styles * a new mesh module and a lot of other new stuff, bug fixes and changes. PR: 117281 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=201913
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Pass maintainership to submitterMartin Wilke2006-11-011-1/+1
| | | | | | | | PR: ports/104947 Submitted by: Marcus von Appen <mva@sysfault.org> Notes: svn path=/head/; revision=176027
* upgrade to 0.9Ying-Chieh Liao2006-05-262-4/+4
| | | | Notes: svn path=/head/; revision=163440
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530
* - Update to 0.8Pav Lucistnik2005-07-132-6/+12
| | | | | | | | PR: ports/83411 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Notes: svn path=/head/; revision=139153
* make it fetchable againYing-Chieh Liao2004-06-151-3/+1
| | | | | | | Pointyhat to: myself Notes: svn path=/head/; revision=111550
* BROKEN: UnfetchableKris Kennaway2004-06-151-0/+2
| | | | Notes: svn path=/head/; revision=111538
* add py-PyX 0.6.3Ying-Chieh Liao2004-06-083-0/+53
A Python package for the creation of encapsulated PostScript figures Notes: svn path=/head/; revision=111073