aboutsummaryrefslogtreecommitdiff
path: root/databases/py-pytc
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
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* 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
* - Convert ports from databases/ and deskutils/ to new USES=pythonMarcus von Appen2014-10-191-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371173
* 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
* - Support STAGEDIRLi-Wen Hsu2013-11-181-3/+1
| | | | Notes: svn path=/head/; revision=334228
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update databases/tokyocabinet to 1.4.44 [1]Philip M. Gollucci2010-04-261-1/+1
| | | | | | | | | | - Chase SHLIB bump PR: ports/145992 [1] Submitted by lwhsu [1] Notes: svn path=/head/; revision=253304
* - Update databases/tokyocabinet to 1.4.41Philip M. Gollucci2009-12-271-1/+1
| | | | | | | | | | - Bump PORTREVISION of depend ports (sh lib bump) PR: ports/142032 Submitted by: lwshu Notes: svn path=/head/; revision=246739
* - Update databases/tokyocabinet to 1.4.39Philip M. Gollucci2009-12-101-1/+1
| | | | | | | | | | - Bump PORTREVISION of affected ports for SHLIB bump PR: ports/140622 Submitted by: Sahil Tandon <sahil@tandon.net> Notes: svn path=/head/; revision=245479
* - Update databases/tokyocabinet to 1.4.30Philip M. Gollucci2009-07-241-1/+1
| | | | | | | | PR: ports/136988 [prompted by] Submitted by: Qing Feng <qingfeng@me.com> Notes: svn path=/head/; revision=238307
* - Update to 1.4.29Philip M. Gollucci2009-07-131-1/+1
| | | | | | | - bump PORTREVISION for SHLIB bump Notes: svn path=/head/; revision=237739
* - Fix build for customized PREFIX and LOCALBASELi-Wen Hsu2009-06-112-7/+14
| | | | | | | Submitted by: QAT Notes: svn path=/head/; revision=235604
* - Update to 1.4.23Philip M. Gollucci2009-05-271-1/+1
| | | | | | | | | | - Chase shlib bump PR: ports/134960 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=234673
* - Update to 1.4.20Philip M. Gollucci2009-05-171-0/+1
| | | | | | | | | | - Bump PORTREVISION for SHLIB bump PR: ports/134596 Submitted by: lwshu Notes: svn path=/head/; revision=234057
* - Update to 0.8Li-Wen Hsu2009-05-122-5/+4
| | | | Notes: svn path=/head/; revision=233761
* - Update to 1.4.17Philip M. Gollucci2009-05-071-1/+1
| | | | | | | | | | - Bump PORTREVISION for SHLIB bump PR: ports/134057 Submitted by: lwshu Notes: svn path=/head/; revision=233347
* - Update to 4.1.16Philip M. Gollucci2009-04-251-1/+1
| | | | | | | - Bump PORTREVISION for SHLIB bump Notes: svn path=/head/; revision=232694
* - Update to 4.1.15Philip M. Gollucci2009-04-221-1/+1
| | | | | | | - Bump PORTREVISION for SHLIB bump Notes: svn path=/head/; revision=232488
* - Bump PORTREVISION from databases/tokyocabinet SHLIB bumpPhilip M. Gollucci2009-04-101-1/+1
| | | | Notes: svn path=/head/; revision=231978
* - Bump PORTREVISION to chase databases/tokyocabinet updateLi-Wen Hsu2009-03-281-1/+1
| | | | Notes: svn path=/head/; revision=231195
* - Bump PORTREVISION to chase databases/tokyocabinet updateLi-Wen Hsu2009-03-101-0/+1
| | | | Notes: svn path=/head/; revision=229828
* Add py-pytc 0.7, Tokyo Cabinet Python bindings.Li-Wen Hsu2009-02-184-0/+41
Notes: svn path=/head/; revision=228575