aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-blockdiagcontrib-cisco
Commit message (Collapse)AuthorAgeFilesLines
* Convert Python ports to FLAVORS.mat2018-02-041-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
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - update to 0.1.8ohauer2015-06-252-3/+3
| | | | | | | | | drawer.loadImage is no longer supported, the new version uses drawer.image instead. PR: 200581 Submitted by: ohauer@ Approved by: maintainer timeout
* - Convert ports of graphics/ to new USES=pythonmva2014-10-221-3/+2
| | | | Approved by: portmgr (implicit)
* Actually commit the removal of pkg-plist as planned (and documented).gerald2014-05-151-311/+0
| | | | Reported by: swills
* Stage (dropping easy_install and using auto plist instead of pkg-plist).gerald2014-05-141-10/+2
| | | | | | PR: 188912 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr (blanket pre-approval)
* Python cleanup:rene2014-01-141-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)
* - Update WWW:sunpoet2013-11-211-1/+1
| | | | | | | | - http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | graphics)
* - Upgrade to 0.1.7.kuriyama2012-11-112-8/+3
| | | | Feature safe: yes
* Fix typos in COMMENTcs2012-07-291-1/+1
| | | | Approved by: portmgr@ (implicit)
* A plugin for blockdiag that provides shapes for networking.kuriyama2011-12-024-0/+350
The shapes are using Network Topology Icons designed by Cisco Systems, Inc. o Network Topology Icons: http://www.cisco.com/web/about/ac50/ac47/2.html o Cisco Systems, Inc: http://www.cisco.com/ WWW: http://pypi.python.org/pypi/blockdiagcontrib-cisco/ Feature safe: yes