aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-blockdiag
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Move all py*diag version to newer version supporting python3Baptiste Daroussin2020-04-274-14/+39
| | | | | | | | | | while here in blockdiag add a patch to fix backward compatibility Reviewed by: maintainer (tota) Differential Revision: https://reviews.freebsd.org/D24039 Notes: svn path=/head/; revision=533138
* Convert the tree to use PY_PILLOWAntoine Brodin2020-03-241-1/+1
| | | | | | | | With hat: portmgr Originally submitted by: kai Notes: svn path=/head/; revision=529063
* graphics/py-pillow: Update to 7.0.0Kai Knoblich2020-02-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release dropped the support for Python 2. * Apply conditional statements to use either Pillow 7.x or Pillow 6.x for consumers that can be built for Python 2 or newer. * Exceptions are ports that can be built only for either Python 2 or Python 3. For the first case, consumers are just assigned to the repo-copied graphics/py-pillow6. * Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not listed in setup.py as a build dependency [1] and relax the version requirements of Pillow for www/py-wagtail. Release Notes: * https://pillow.readthedocs.io/en/latest/releasenotes/index.html Backward Incompatible Changes (7.0.0): * https://pillow.readthedocs.io/en/latest/releasenotes/7.0.0.html#backwards-incompatible-changes Detailed Changelog: * https://github.com/python-pillow/Pillow/blob/7.0.0/CHANGES.rst PR: 243665 Submitted by: sunpoet (patch for 7.0.0 and repo-copied version) Reviewed by: koobs [1], sunpoet Approved by: koobs (maintainer) Differential Revision: https://reviews.freebsd.org/D23713 Notes: svn path=/head/; revision=526962
* Clean up USESAntoine Brodin2020-02-191-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=526520
* Fixup japanese/font-ipa's files locations.Mathieu Arnold2020-01-091-1/+1
| | | | | | | Pointy hat: hrs Notes: svn path=/head/; revision=522491
* - Update to 1.5.4TAKATSU Tomonari2018-08-272-3/+4
| | | | Notes: svn path=/head/; revision=478181
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-4/+4
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Use the correct variable for dependency lines.Mathieu Arnold2018-06-201-4/+4
| | | | | | | | | | PKGNAMEPREFIX the name of the current package prefix, it is not correct to use it for other package names. Sponsored by: Absolight Notes: svn path=/head/; revision=472881
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* - Update to 1.5.3TAKATSU Tomonari2016-04-103-23/+16
| | | | | | | | | - Fix Python version - Make use of options helpers - Regenerate patch file with 'make makepatch' Notes: svn path=/head/; revision=412905
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-2/+0
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* - Update to 1.4.4TAKATSU Tomonari2014-09-263-7/+7
| | | | | | | | | - Convert to USES=python - Add LICENSE_FILE - Update WWW: in pkg-descr Notes: svn path=/head/; revision=369305
* - Update to 1.3.3TAKATSU Tomonari2014-04-264-417/+43
| | | | | | | | | | | | | | | | | | * Switch run-time dependency from PIL to Pillow - Remove indefinite article from COMMENT - Use USE_PYDISTUTILS= yes instead of USE_PYDISTUTILS= easy_install - Use PYDISTUTILS_AUTOPLIST * Remove pkg-plist, accordingly - Add DOCS and EXAMPLES to OPTIONS_DEFINE to fix default options - Support STAGEDIR * Make DOCS and EXAMPLES unconditional to stage - Unmute INSTALL_DATA and INSTALL_MAN in post-install target PR: ports/188891 (based on) Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=352377
* 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
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* 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
* - Update to 1.2.4TAKATSU Tomonari2012-11-233-9/+16
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307671
* - Update to 1.2.3TAKATSU Tomonari2012-11-052-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307032
* - Update to 1.2.2TAKATSU Tomonari2012-10-293-16/+15
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306646
* - Update to 1.2.0TAKATSU Tomonari2012-10-243-12/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306345
* - Remove LICENSE_FILE for well-known licensesTAKATSU Tomonari2012-10-011-2/+1
| | | | | | | | | - Fix USE_PYTHON to -2.7 because 2.4 and 2.5 have been removed from the tree Pointed out by: rm@ (via private e-mail) Notes: svn path=/head/; revision=305143
* - Update to 1.1.8TAKATSU Tomonari2012-09-304-10/+17
| | | | | | | - Trim WWW: line in pkg-descr Notes: svn path=/head/; revision=305083
* - Update to 1.1.7TAKATSU Tomonari2012-09-214-52/+6
| | | | | | | - Convert to new Makefile header Notes: svn path=/head/; revision=304626
* - Update to 1.1.6TAKATSU Tomonari2012-06-122-7/+10
| | | | | | | - Convert to new options framework Notes: svn path=/head/; revision=299113
* - Update to 1.1.5TAKATSU Tomonari2012-04-253-14/+24
| | | | Notes: svn path=/head/; revision=295491
* - Update to 1.1.4TAKATSU Tomonari2012-03-163-3/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293423
* - Update to 1.1.3TAKATSU Tomonari2012-02-143-3/+4
| | | | Notes: svn path=/head/; revision=291353
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-091-1/+1
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* - Update to 1.1.2TAKATSU Tomonari2011-12-294-8/+59
| | | | | | | - Add OPTIONS for IPA font support Notes: svn path=/head/; revision=288211
* - Fix options by forcing UNIQUENAME referred to in ports/116840 and ports/150309TAKATSU Tomonari2011-12-171-3/+5
| | | | | | | | | - Bump PORTREVISION Submitted by: olgeni@ (via private e-mail) Notes: svn path=/head/; revision=287555
* - Add OPTIONS for PDF supportTAKATSU Tomonari2011-12-111-0/+9
| | | | | | | | | - Bump PORTREVISION Feature safe: yes Notes: svn path=/head/; revision=287176
* - Update to 1.1.1TAKATSU Tomonari2011-11-283-3/+9
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286593
* - Update to 1.1.0TAKATSU Tomonari2011-11-233-3/+17
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286284
* - Update to 1.0.3TAKATSU Tomonari2011-11-143-3/+12
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285741
* - Update to 1.0.2TAKATSU Tomonari2011-11-073-3/+16
| | | | Notes: svn path=/head/; revision=285242
* - Update to 0.9.7TAKATSU Tomonari2011-11-023-6/+11
| | | | Notes: svn path=/head/; revision=284936
* - Update to 0.9.6TAKATSU Tomonari2011-10-233-3/+4
| | | | Notes: svn path=/head/; revision=284147
* - Update to 0.9.5TAKATSU Tomonari2011-10-203-9/+10
| | | | Notes: svn path=/head/; revision=283985
* - Update to 0.9.4TAKATSU Tomonari2011-10-083-10/+48
| | | | | | | - Add manpage Notes: svn path=/head/; revision=283161
* - Update to 0.9.2TAKATSU Tomonari2011-10-013-4/+5
| | | | | | | - Restrict USE_PYTHON range Notes: svn path=/head/; revision=282710
* - Update to 0.9.1TAKATSU Tomonari2011-09-263-3/+10
| | | | Notes: svn path=/head/; revision=282426
* - Update to 0.8.9TAKATSU Tomonari2011-08-093-3/+4
| | | | Notes: svn path=/head/; revision=279358
* - Update to 0.8.7TAKATSU Tomonari2011-08-072-3/+3
| | | | Notes: svn path=/head/; revision=279078
* - Update to 0.8.6TAKATSU Tomonari2011-08-072-3/+3
| | | | Notes: svn path=/head/; revision=279073
* - Update to 0.8.5TAKATSU Tomonari2011-08-063-3/+11
| | | | Notes: svn path=/head/; revision=278999
* - Add a new port: graphics/py-blockdiagTAKATSU Tomonari2011-08-054-0/+321
`blockdiag` generate block-diagram image file from spec-text file. Features * Generate block-diagram from dot like text (basic feature). * Multilingualization for node-label (utf-8 only). WWW: http://blockdiag.com/blockdiag/build/html/ Notes: svn path=/head/; revision=278968