non port: databases/py-htsql/Makefile |
Number of commits found: 23 |
Friday, 16 Oct 2020
|
08:56 antoine
Deprecate a few py27 ports
 |
Wednesday, 20 Jun 2018
|
17:05 mat
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
 |
Monday, 19 Feb 2018
|
11:10 antoine
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
 |
Thursday, 30 Nov 2017
|
15:50 mat
Convert Python ports to FLAVORS.
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
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 19 Oct 2014
|
08:50 mva
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit)
 |
Monday, 5 May 2014
|
09:45 bapt
Convert all :U to :tu and :L to :tl
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
 |
Monday, 3 Feb 2014
|
09:56 koobs
databases/py-htsql[-*] Modernise: STAGE and AUTOPLIST
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
 |
Monday, 13 Jan 2014
|
21:00 rene
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
 |
Friday, 20 Sep 2013
|
16:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
 |
Sunday, 28 Apr 2013
|
14:34 koobs
databases/py-htsql & backends: Update to 2.3.3
- 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)
 |
Saturday, 9 Feb 2013
|
14:50 koobs
Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.
Approved by: eadler (mentor)
 |
Wednesday, 10 Oct 2012
|
04:14 culot
- Update to 2.3.2
PR: ports/172483
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
 |
Monday, 23 Jul 2012
|
21:14 nivit
- Update to 2.3.1
- 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)
 |
Wednesday, 27 Jun 2012
|
16:23 jpaetzel
Switch to New maintainer in preperation for the upcoming 2.3 branch of htsql.
 |
Monday, 16 Jan 2012
|
16:52 jpaetzel
Update to 2.2.1
 |
Friday, 14 Oct 2011
|
23:34 jpaetzel
Various improvements to the port.
Remove un-needed deps.
Use ports framework a bit more.
PR: ports/161665
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
 |
Thursday, 13 Oct 2011
|
19:18 jpaetzel
Update to 2.2.0b2
Sponsored by: iXsystems
 |
Saturday, 14 May 2011
|
15:51 jpaetzel
Update to 2.1.0 Beta 3
 |
Friday, 4 Mar 2011
|
01:33 jpaetzel
Modify port to deal with supported python versions appropriately.
PR: ports/155219
Submitted by: wen
 |
Tuesday, 1 Feb 2011
|
21:22 jpaetzel
Update to version 2.0.1
Feature safe: yes
 |
Sunday, 23 Jan 2011
|
14:32 jpaetzel
Update to latest version
Feature safe: yes
 |
Friday, 17 Dec 2010
|
16:10 jpaetzel
HTSQL ("Hyper Text Structured Query Language") is a high-level query
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/
 |
Number of commits found: 23 |