aboutsummaryrefslogtreecommitdiff
path: root/databases/py-htsql
Commit message (Collapse)AuthorAgeFilesLines
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-2/+2
| | | | | | | | | | 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
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-2/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2/+2
| | | | | | | | 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
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* databases/py-htsql[-*] Modernise: STAGE and AUTOPLISTKubilay Kocak2014-02-032-622/+5
| | | | | | | | | | | | | | For py-htsql, py-htsql-mysql and py-htsql-pgsql: - Enable STAGE support - Enable AUTOPLIST support, delete pkg-plist accordingly - Deprecate easy_install target - Deprecate PYDISTUTILS_PKGNAME - Add LICENSE (AGPLv3) - Bump PORTREVISION Notes: svn path=/head/; revision=342407
* 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
* 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
* databases/py-htsql & backends: Update to 2.3.3Kubilay Kocak2013-04-283-38/+208
| | | | | | | | | | | | | - Standardise and clarify COMMENTs - Update pkg-plist's - Tab->space for WWW: in pkg-descr Changes: http://htsql.org/blog/2013/htsql-2.3.3.html Approved: eadler, rm (mentors, implicit) Notes: svn path=/head/; revision=316728
* Update MAINTAINER address for all my ports. While I'm here,Kubilay Kocak2013-02-091-1/+1
| | | | | | | | | standardise and canonicalise Makefile header format and contents. Approved by: eadler (mentor) Notes: svn path=/head/; revision=311983
* - Update to 2.3.2Frederic Culot2012-10-103-9/+14
| | | | | | | | PR: ports/172483 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer) Notes: svn path=/head/; revision=305629
* - Update to 2.3.1Nicola Vitale2012-07-234-564/+439
| | | | | | | | | | | | | | | | - Set DISTNAME and PYDISTUTILS_PKGNAME using modifiers - Bump min USE_PYTHON version to 2.6 - Upstream moved PostgreSQL/MySQL modules into their own packages - Remove PostgreSQL and MySQL RUN_DEPENDS accordingly - Remove post-patch: bits - Add pkg-message mentioning py-htsql-{pgsql,mysql} ports PR: ports/169851 Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com> (maintainer) Notes: svn path=/head/; revision=301414
* Switch to New maintainer in preperation for the upcoming 2.3 branch of htsql.Josh Paetzel2012-06-271-1/+1
| | | | Notes: svn path=/head/; revision=300101
* Update to 2.2.1Josh Paetzel2012-01-163-18/+57
| | | | Notes: svn path=/head/; revision=289338
* Various improvements to the port.Josh Paetzel2011-10-142-534/+532
| | | | | | | | | | | Remove un-needed deps. Use ports framework a bit more. PR: ports/161665 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=283546
* Update to 2.2.0b2Josh Paetzel2011-10-133-467/+531
| | | | | | | Sponsored by: iXsystems Notes: svn path=/head/; revision=283490
* Update to 2.1.0 Beta 3Josh Paetzel2011-05-143-264/+467
| | | | Notes: svn path=/head/; revision=274108
* Modify port to deal with supported python versions appropriately.Josh Paetzel2011-03-042-261/+262
| | | | | | | | PR: ports/155219 Submitted by: wen Notes: svn path=/head/; revision=270220
* Update to version 2.0.1Josh Paetzel2011-02-013-267/+264
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268527
* Update to latest versionJosh Paetzel2011-01-233-4/+267
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268135
* HTSQL ("Hyper Text Structured Query Language") is a high-level queryJosh Paetzel2010-12-174-0/+39
language for relational databases. The target audience for HTSQL is the accidental programmer -- one who is not a SQL expert, yet needs a usable, comprehensive query tool for data access and reporting. WWW: http://htsql.org/ Notes: svn path=/head/; revision=266501