aboutsummaryrefslogtreecommitdiff
path: root/databases/py-kyotocabinet
Commit message (Collapse)AuthorAgeFilesLines
* Update MASTER_SITES and WWWSunpoet Po-Chuan Hsieh2018-10-292-2/+2
| | | | Notes: svn path=/head/; revision=483407
* 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
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Use DISTVERSIONPREFIX instead of DISTNAMESunpoet Po-Chuan Hsieh2015-05-161-1/+1
| | | | Notes: svn path=/head/; revision=386544
* 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
* - Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)Sunpoet Po-Chuan Hsieh2014-08-151-1/+1
| | | | | | | Notified by: koobs, wg Notes: svn path=/head/; revision=364929
* - Use USES=pythonSunpoet Po-Chuan Hsieh2014-08-151-3/+2
| | | | Notes: svn path=/head/; revision=364888
* - Add LICENSESunpoet Po-Chuan Hsieh2014-02-241-5/+4
| | | | | | | | | - Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES and PYDISTUTILS_EGGINFO - Update USE_PYTHON - Support STAGEDIR Notes: svn path=/head/; revision=345808
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | LIB_DEPENDS in databases Notes: svn path=/head/; revision=336187
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Cosmetic changeSunpoet Po-Chuan Hsieh2013-09-071-1/+1
| | | | Notes: svn path=/head/; revision=326670
* - Cleanup Makefile headerSunpoet Po-Chuan Hsieh2013-08-211-5/+1
| | | | Notes: svn path=/head/; revision=325163
* - Update to 1.22Sunpoet Po-Chuan Hsieh2012-05-282-4/+3
| | | | Notes: svn path=/head/; revision=297606
* - Bump PORTREVISION for databases/kyotocabinet shlib changeSunpoet Po-Chuan Hsieh2012-05-031-1/+1
| | | | Notes: svn path=/head/; revision=295923
* - Bump PORTREVISION for databases/kyotocabinet shlib changeSunpoet Po-Chuan Hsieh2012-03-281-0/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293932
* - Update to 1.21Sunpoet Po-Chuan Hsieh2012-03-152-4/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293363
* - Bump PORTREVISION for databases/kyotocabinet shlib changeSunpoet Po-Chuan Hsieh2011-12-181-0/+1
| | | | Notes: svn path=/head/; revision=287593
* - Add py-kyotocabinet 1.20Sunpoet Po-Chuan Hsieh2011-08-283-0/+32
Python binding of kyotocabinet. WWW: http://fallabs.com/kyotocabinet/ Notes: svn path=/head/; revision=280627