aboutsummaryrefslogtreecommitdiff
path: root/security/py-cybox
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.1.0.21Antoine Brodin2020-03-112-4/+4
| | | | Notes: svn path=/head/; revision=528222
* Update to 2.1.0.20Antoine Brodin2019-12-062-4/+4
| | | | Notes: svn path=/head/; revision=519138
* Update to 2.1.0.18Antoine Brodin2019-09-092-4/+4
| | | | Notes: svn path=/head/; revision=511656
* 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
* - Update to 2.1.0.17Antoine Brodin2018-03-042-5/+5
| | | | | | | - Allow concurrent installation Notes: svn path=/head/; revision=463593
* Update to 2.1.0.16Antoine Brodin2017-12-232-4/+4
| | | | Notes: svn path=/head/; revision=457042
* 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
* Update to 2.1.0.14Antoine Brodin2017-05-212-6/+10
| | | | Notes: svn path=/head/; revision=441393
* - Update to 2.1.0.13Antoine Brodin2017-01-222-6/+15
| | | | | | | | - This version works fine with python3 - Add do-test target Notes: svn path=/head/; revision=432132
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Update to 2.1.0.12Antoine Brodin2015-10-312-3/+3
| | | | Notes: svn path=/head/; revision=400591
* Update to 2.1.0.11Antoine Brodin2015-04-292-3/+3
| | | | Notes: svn path=/head/; revision=384984
* Update to 2.1.0.10Antoine Brodin2015-03-272-3/+3
| | | | Notes: svn path=/head/; revision=382385
* Update to 2.1.0.9Antoine Brodin2014-12-232-3/+3
| | | | Notes: svn path=/head/; revision=375343
* Update to 2.1.0.8Antoine Brodin2014-10-192-3/+3
| | | | Notes: svn path=/head/; revision=371212
* Update to 2.1.0.7Antoine Brodin2014-09-062-3/+3
| | | | Notes: svn path=/head/; revision=367429
* Convert a few ports to USES=pythonAntoine Brodin2014-08-291-3/+2
| | | | Notes: svn path=/head/; revision=366537
* Update to 2.1.0.6Antoine Brodin2014-07-262-3/+3
| | | | Notes: svn path=/head/; revision=362995
* Update to 2.1.0.5Antoine Brodin2014-07-212-5/+3
| | | | Notes: svn path=/head/; revision=362480
* Update to 2.1.0.4Antoine Brodin2014-05-102-4/+5
| | | | Notes: svn path=/head/; revision=353573
* Distfile rerolled with a license file and some examplesAntoine Brodin2014-04-062-3/+8
| | | | Notes: svn path=/head/; revision=350421
* Update to 2.1.0.2Antoine Brodin2014-03-312-3/+3
| | | | Notes: svn path=/head/; revision=349784
* Update to 2.1.0.1Antoine Brodin2014-02-212-3/+3
| | | | Notes: svn path=/head/; revision=345525
* New port: security/py-cyboxAntoine Brodin2014-01-303-0/+35
A Python library for parsing, manipulating, and generating CybOX content. WWW: https://github.com/CybOXProject/python-cybox/ Notes: svn path=/head/; revision=341888