Commit graph

10 commits

Author SHA1 Message Date
Marcus von Appen
e1555011ab - Convert ports from databases/ and deskutils/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-19 08:50:17 +00:00
Baptiste Daroussin
4a4ec28d37 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
2014-05-05 09:45:36 +00:00
Kubilay Kocak
c0f6bf7a97 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
2014-02-03 09:56:19 +00:00
Baptiste Daroussin
56fcf8379f Fix properties on pkg-plist 2014-01-21 23:18:05 +00:00
Rene Ladan
50f8eaece1 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)
2014-01-13 21:00:02 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Kubilay Kocak
d60158d113 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)
2013-04-28 14:34:12 +00:00
Kubilay Kocak
d95c946543 Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.

Approved by:	eadler (mentor)
2013-02-09 14:50:27 +00:00
Frederic Culot
fbb15afe76 - Update to 2.3.2
PR:		ports/172518
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
Feature safe:	yes
2012-10-11 10:32:21 +00:00
Nicola Vitale
4add9c8d8b 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.

This port provides the PostgreSQL backend to HTSQL

WWW:	http://htsql.org/

RedPorts Log: https://redports.org/buildarchive/20120714112050-51475/

PR:		ports/169854
Submitted by:	koobs <koobs.freebsd@gmail.com>
2012-07-23 12:46:31 +00:00