aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove mistakenly added portPalle Girgensohn2018-01-121-1/+0
| | | | | | | | Pointed out by: Yasuhiro KIMURA Pointy hat to: girgen Notes: svn path=/head/; revision=458864
* Update postgresql-libpqxx to latest version 6Palle Girgensohn2018-01-121-0/+2
| | | | | | | | | | | Keep version 4 as a separate port Set license for the old version 3 port PR: 225109 Submitted by: Yuri Victorovich Notes: svn path=/head/; revision=458857
* Revert r457783, it was not added properly.Mathieu Arnold2018-01-041-1/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=458032
* Add rubygem-redis3 3.3.5 (copied from rubygem-redis)Sunpoet Po-Chuan Hsieh2018-01-021-0/+1
| | | | | | | - Add PORTSCOUT Notes: svn path=/head/; revision=457872
* New port: databases/py-python-arango: Python driver for ArangoDBYuri Victorovich2018-01-021-0/+1
| | | | | | | | | Submitted by: myself Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13733 Notes: svn path=/head/; revision=457840
* add new port: MongoDB 3.6.0Nikolai Lifanov2018-01-011-0/+1
| | | | | | | | | PR: 224303 Submitted by: dev@dudu.ro Differential Revision: https://reviews.freebsd.org/D13594 Notes: svn path=/head/; revision=457783
* Add rubygem-arel8 8.0.0 (copied from rubygem-arel)Sunpoet Po-Chuan Hsieh2017-12-171-0/+1
| | | | | | | - Add PORTSCOUT Notes: svn path=/head/; revision=456541
* Add new port postgis24 for v2.4.xRodrigo Osorio2017-12-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | See https://svn.osgeo.org/postgis/tags/2.4.2/NEWS for new features in 2.4 branch, bugfixes and enhancements Upgrade postgis22 from v2.2.5 to 2.2.6 Multiple bug fixes, see changelog https://svn.osgeo.org/postgis/tags/2.2.6/NEWS Upgrade postfix23 from v2.3.3 to v2.3.5 Multiple bug fixes and enhancements, see changelog https://svn.osgeo.org/postgis/tags/2.3.5/NEWS Fix and expand CONFLICTS_INSTALL for the postgis2* ports reorder USES and USE_* in database/postgis20 to makes portlint happy PR: 222703 Submitted by: lbartoletti@tuxfamily.org Approved by: rhurlin@gwdg.de (maintainer) Notes: svn path=/head/; revision=456527
* databases/py-sqlparse020: create portSteve Wills2017-12-111-0/+1
| | | | | | | | | | | | | | | | sqlparse is a non-validating SQL parser module. It provides support for parsing, splitting and formatting SQL statements. This is version 0.2.0 which is needed by calendarserver. WWW: https://pypi.python.org/pypi/sqlparse WWW: https://github.com/andialbrecht/sqlparse PR: 224204 Submitted by: Axel.Rau@Chaos1.DE Notes: svn path=/head/; revision=456046
* Add php72-memcache 3.0.8 (copied from php71-memcache)Sunpoet Po-Chuan Hsieh2017-12-071-0/+1
| | | | Notes: svn path=/head/; revision=455707
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* New port: databases/pspg: Tabular data pager designed to be used with psqlYuri Victorovich2017-11-221-0/+1
| | | | | | | | | | PR: 223694 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13170 Notes: svn path=/head/; revision=454699
* Repo copy databases/rubygem-flipper-active_record and devel/rubygem-flipperTorsten Zuehlsdorff2017-11-221-0/+1
| | | | | | | | | to unbreak www/gitlab. GitLab broke through there updates in 453680 and 453681. Reported by: remko, Matthias Fechner <idefix@fechner.net> Notes: svn path=/head/; revision=454691
* Hook ldb12 and ldb13 to the buildAntoine Brodin2017-11-211-0/+2
| | | | Notes: svn path=/head/; revision=454652
* new port: databases/arangodb32Nikolai Lifanov2017-11-211-0/+1
| | | | | | | | | | | ArangoDB is a production ready highly available Multi-Model NoSQL database PR: 223240 Submitted by: dev@dudu.ro Differential Revision: https://reviews.freebsd.org/D12793 Notes: svn path=/head/; revision=454616
* Remove databases/grass6 in favor of the existing databases/grass7.Gerald Pfeifer2017-11-181-1/+0
| | | | | | | | PR: 222570 Approved by: lbartoletti@tuxfamily.org (maintainer) Notes: svn path=/head/; revision=454466
* Remove duplicate portAntoine Brodin2017-11-171-1/+0
| | | | | | | Pointy hat: tz Notes: svn path=/head/; revision=454363
* New Port: lua-resty-redis - for accessing redis from nginx luaJochen Neumeister2017-11-161-0/+1
| | | | | | | | | | | | | | | | | | | This Lua library is a Redis client driver for the ngx_lua nginx module: http://wiki.nginx.org/HttpLuaModule This Lua library takes advantage of ngx_lua's cosocket API, which ensures 100% nonblocking behavior. WWW: https://github.com/openresty/lua-resty-redis PR: 191531 Submitted by: arcade@b1t.name (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13121 Notes: svn path=/head/; revision=454333
* Add PHP 7.2 RC6Torsten Zuehlsdorff2017-11-161-0/+14
| | | | | | | | | | | | | | | | Notable changes: - mcrypt module was removed - sodium module was added - sybase_ct artifacts removed Also many PECL ports will not work with this version since some files got renamed. Reviewed by: mat, ale, Rainer Duffner <rainer@ultra-secure.de> Differential Revision: https://reviews.freebsd.org/D12980 Notes: svn path=/head/; revision=454302
* Removing expired port:Rene Ladan2017-11-121-1/+0
| | | | | | | 2017-11-09 databases/cassandra2: Broken for more than 6 months Notes: svn path=/head/; revision=454052
* Remove expired port:Rene Ladan2017-11-111-1/+0
| | | | | | | 2017-11-09 databases/glom: Broken for more than 6 months Notes: svn path=/head/; revision=453967
* Remove expired ports:Rene Ladan2017-11-111-1/+0
| | | | | | | | | | | | | | | | | | | | 2017-11-04 lang/ats: Unmaintained, outdated, needs lots of refreshment 2017-11-09 games/lordsawar: Broken for more than 6 months 2017-11-09 databases/elixir-ecto_migrate: Broken for more than 6 months 2017-11-09 audio/gspeakers: Broken for more than 6 months 2017-11-09 net/p5-Filesys-SmbClient: Broken for more than 6 months 2017-11-09 audio/tclmidi: Broken for more than 6 months 2017-11-09 security/py-xmlsec: Broken for more than 6 months 2017-11-09 security/samba-virusfilter: Broken for more than 6 months 2017-11-09 textproc/ocaml-pxp: Broken for more than 6 months 2017-11-09 audio/sooperlooper: Broken for more than 6 months 2017-11-09 devel/dwarves: Broken for more than 6 months 2017-11-09 devel/cl-cffi-sbcl: Broken for more than 6 months 2017-11-09 devel/pinba_engine: Broken for more than 6 months 2017-11-09 devel/py-event: Broken for more than 6 months Notes: svn path=/head/; revision=453966
* Remove expired ports:Rene Ladan2017-11-031-2/+0
| | | | | | | | 2017-11-01 databases/puppetdb-terminus3: End of life upstream 2017-11-01 databases/puppetdb3: End of life upstream Notes: svn path=/head/; revision=453390
* Under Python2, this package forks both Python 2.7's pickle andMark Felder2017-10-121-0/+1
| | | | | | | | | | | | | | | | cPickle modules, adding support for the protocol 3 opcodes. It also provides a new subclass of bytes, zodbpickle.binary, which Python2 applications can use to pickle binary values such that they will be unpickled as bytes under Py3k. Under Py3k, this package forks the pickle module (and the supporting C extension) from both Python 3.2 and Python 3.3. The fork add support for the noload operations used by ZODB. WWW: https://pypi.python.org/pypi/zodbpickle Notes: svn path=/head/; revision=451925
* New port databases/zabbix34-libzbxpgsql: PostgreSQL monitoring module for ↵Danilo G. Baio2017-10-121-0/+1
| | | | | | | | | | | | | | | | | | | | | zabbix34-agent This project provides comprehensive monitoring of PostgreSQL servers using a natively compiled Zabbix agent module, written in C. The module enables discovery and monitoring of tablespaces, databases, namespaces, tables, indexes, etc. WWW: http://cavaliercoder.com/libzbxpgsql/ databases/zabbix32-libzbxpgsql -> databases/zabbix34-libzbxpgsql PR: 222600 Submitted by: pg@pakhom.spb.ru Approved by: Martin Waschbüsch <martin@waschbuesch.de> (maintainer) Notes: svn path=/head/; revision=451879
* Add lazperf to the ports treePalle Girgensohn2017-09-261-0/+1
| | | | | | | | and reenable databases/pointcloud PR: 221577 Notes: svn path=/head/; revision=450694
* Remove non functionnal port.Mathieu Arnold2017-09-261-1/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=450691
* Unhook pointcloudAdam Weinberger2017-09-261-1/+1
| | | | | | | | r450685 introduced pointcloud, but not its dependency archivers/lazperf. Once lazperf is added, pointcloud can be hooked back up. Notes: svn path=/head/; revision=450690
* Add pointcloud to the ports treePalle Girgensohn2017-09-261-0/+1
| | | | | | | | A PostgreSQL extension for storing point cloud (LIDAR) data. PR: 221577 Notes: svn path=/head/; revision=450685
* [NEW] databases/pgroonga: Open-source fulltext search engine for PostGRESQLMuhammad Moinur Rahman2017-09-191-0/+1
| | | | | | | | | | | | | | | | | | | | PGroonga is a PostgreSQL extension. PGroonga provides a new index access method that uses Groonga. Groonga is an embeddable super fast full text search engine. It can be embedded into MySQL. Mroonga is a storage engine that is based on Groonga. Groonga can also work as standalone search engine. PostgreSQL supports full text search against languages that use only alphabet and digit. It means that PostgreSQL doesn't support full text search against Japanese, Chinese and so on. You can use super fast full text search feature against all languages by installing PGroonga into your PostgreSQL! WWW: https://pgroonga.github.io/ Notes: svn path=/head/; revision=450158
* [NEW] databases/mroonga: Open-source fulltext search engine for MySQLMuhammad Moinur Rahman2017-09-191-0/+1
| | | | | | | | | | | Mroonga is a storage engine for MySQL. It provides fast fulltext search feature for all languages including Chinese, Japanese and Korean to all MySQL users. Mroonga was called Groonga storage engine. WWW: http://mroonga.org/ Notes: svn path=/head/; revision=450147
* Add py-lmdb 0.93, python bindings for LMDB.Vanilla I. Shu2017-09-111-0/+1
| | | | | | | | PR: 222188 Submitted by: Keith Gaughan <k@sterechro.me> Notes: svn path=/head/; revision=449648
* Sort categories Makefiles properly.Mathieu Arnold2017-09-111-2/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449635
* New port, databases/pecl-rrd1: Copied from databases/pecl-rrd, so thatJoseph Mingrone2017-09-071-0/+1
| | | | | | | | | | | | databases/pecl-rrd can be updated to version 2.0.1. Separate ports are needed because databases/pecl-rrd does not support php 5.6 and databases/pecl-rrd1 does not support php 7.0 and 7.1. PR: 219939 Submitted by: daniel@blodan.se (maintainer) Notes: svn path=/head/; revision=449400
* Remove Python 3.3 and related ports, it expired today:Rene Ladan2017-09-031-2/+0
| | | | | | | | | | | | 2017-09-01 lang/python33: No longer receives bug fixes, only security updates. Please update to Python 3.6 databases/py33-gdbm databases/py33-sqlite3 devel/py33-setuptools x11-toolkits/py33-tkinter devel/py3-enum34 Notes: svn path=/head/; revision=449196
* New port databases/zabbix32-libzbxpgsql: PostgreSQL monitoring module for ↵Danilo G. Baio2017-08-261-0/+1
| | | | | | | | | | | | | | | | | | | | zabbix32-agent This project provides comprehensive monitoring of PostgreSQL servers using a natively compiled Zabbix agent module, written in C. The module enables discovery and monitoring of tablespaces, databases, namespaces, tables, indexes, etc. WWW: http://cavaliercoder.com/libzbxpgsql/ databases/zabbix3-libzbxpgsql -> databases/zabbix32-libzbxpgsql PR: 221831 Submitted by: Martin Waschbüsch <martin@waschbuesch.de> Notes: svn path=/head/; revision=448782
* New port databases/zabbix22-libzbxpgsql: PostgreSQL monitoring module for ↵Danilo G. Baio2017-08-261-0/+1
| | | | | | | | | | | | | | | | | | | | zabbix22-agent This project provides comprehensive monitoring of PostgreSQL servers using a natively compiled Zabbix agent module, written in C. The module enables discovery and monitoring of tablespaces, databases, namespaces, tables, indexes, etc. WWW: http://cavaliercoder.com/libzbxpgsql/ databases/zabbix3-libzbxpgsql -> databases/zabbix22-libzbxpgsql PR: 221830 Submitted by: Martin Waschbüsch <martin@waschbuesch.de> Notes: svn path=/head/; revision=448780
* databases/libzbxpgsql: Update to 1.1.0, Rename to databases/zabbix3-libzbxpgsqlDanilo G. Baio2017-08-261-1/+1
| | | | | | | | | | | | | Rename to allow multiple version of libzbxpgsql to coexist, each one uses a different zabbix-agent version. Add CONFLICTS in preparation for multiple versions as well. PR: 221798 Submitted by: Martin Waschbüsch <martin@waschbuesch.de> (maintainer) Notes: svn path=/head/; revision=448779
* New port: databases/rubygem-peek-pgTorsten Zuehlsdorff2017-08-241-0/+1
| | | | | | | | | | | | | Take a peek into the Postgres queries made during your application's requests. Things this peek view provides: - Total number of Postgres queries called during the request - The duration of the queries made during the request WWW: https://github.com/peek/peek-pg Notes: svn path=/head/; revision=448654
* New port: databases/rubygem-peek-mysql2Torsten Zuehlsdorff2017-08-241-0/+1
| | | | | | | | | | | | | Take a peek into the MySQL queries made during your application's requests. Things this peek view provides: - Total number of MySQL queries called during the request - The duration of the queries made during the request WWW: https://github.com/peek/peek-mysql2 Notes: svn path=/head/; revision=448653
* databases/sqlitebrowser: update to 3.10.0; remove sqlitebrowser-qt5Steve Wills2017-08-211-1/+0
| | | | | | | | | | Since QT4 is dropped, sqlitebrowser-qt5 is now sqlitebrowser. PR: 221699 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) Notes: svn path=/head/; revision=448488
* CockroachDB is a distributed SQL database built on a transactionalKirill Ponomarev2017-08-211-0/+1
| | | | | | | | | | | | | | | | | | | and strongly-consistent key-value store. It scales horizontally; survives disk, machine, rack, and even datacenter failures with minimal latency disruption and no manual intervention; supports strongly-consistent ACID transactions; and provides a familiar SQL API for structuring, manipulating, and querying data. CockroachDB is inspired by Google's Spanner and F1 technologies, and it's completely open source. PR: 221635 Submitted by: James Nugent <freebsd@jen20.com> Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D12088 Notes: svn path=/head/; revision=448474
* Fix INDEXAntoine Brodin2017-08-161-1/+1
| | | | Notes: svn path=/head/; revision=448066
* New port: databases/postgres-xlKurt Jaeger2017-08-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Postgres-XL is an open source project to provide both write-scalability and massively parallel processing transparently to PostgreSQL. It is a collection of tightly coupled database components which can be installed on more than one system or virtual machine. Write-scalable means Postgres-XL can be configured with as many database servers as you want and handle many more writes (updating SQL statements) than a single standalone database server could otherwise do. You can have more than one database server that provides a single database view. Any database update from any database server is immediately visible to any other transactions running on different servers. Transparent means you do not necessarily need to worry about how your data is stored in more than one database servers internally. WWW: http://www.postgres-xl.org/ PR: 219164 Submitted by: Jov <amutu@amutu.com> Notes: svn path=/head/; revision=448063
* New port databases/puppetdb-terminus5Romain Tartière2017-08-121-0/+1
| | | | | | | | | Copy databases/puppetdb-terminus4 to databases/puppetdb-terminus5 and update. While here, update/Fix conflicts with databases/puppetdb-terminus[34]. Notes: svn path=/head/; revision=447833
* New port databases/puppetdb5Romain Tartière2017-08-121-0/+1
| | | | | | | | | | | | | | Copy databases/puppetdb4 to databases/puppetdb5 and update. While here: - Update/fix conflicts with databases/puppetdb[34]; - Remove broken indirect dependency in databases/puppetdb3 (no need to rebuild, so not bumping PORTREVISION). With hat: puppet Notes: svn path=/head/; revision=447832
* New port: databases/pg_partmanKurt Jaeger2017-08-111-0/+1
| | | | | | | | | | | | | | | | | | | | pg_partman is an extension to create and manage both time-based and serial-based table partition sets. Sub-partitoning is also supported. Child table & trigger function creation is all managed by the extension itself. Tables with existing data can also have their data partitioned in easily managed smaller batches. Optional retention policy can automatically drop partitions no longer needed. A background worker (BGW) process is included to automatically run partition maintenance without the need of an external scheduler (cron, etc) in most cases. WWW: https://github.com/keithf4/pg_partman PR: 214417 Submitted by: Lacey Powers <lacey.leanne@gmail.com> Reviewed by: ler Notes: svn path=/head/; revision=447749
* Add PostgreSQL-10 to the ports treePalle Girgensohn2017-08-101-0/+8
| | | | Notes: svn path=/head/; revision=447720
* New port: databases/pgloader3Torsten Zuehlsdorff2017-08-071-0/+1
| | | | | | | | | | | | | | | | | | Pgloader loads data into PostgreSQL using the COPY streaming protocol,and doing so with separate threads for reading and writing data.Asynchronous IO,compiled to the metal programming language. pgloader knows how to read data from MySQL,SQLite or dBase databases,and knows how to discover the schema and properly cast data types over.It also knows how to read CSV files in several definitions of CSV,and fixed columns files. WWW: http://pgloader.io PR: 219165 Submitted by: Jov <amutu@amutu.com> Notes: svn path=/head/; revision=447494
* New port: databases/grass7Kurt Jaeger2017-07-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | databases/grass: renamed to databases/grass6 - submitter becomes maintainer - changed dependency for graphics/qgis to grass6 Geographic Resources Analysis Support System (GRASS GIS) An open source Geographical Information System (GIS) with raster, topological vector, image processing, and graphics production functionality that operates on various platforms through a graphical user interface and shell in X-Windows. It is released under GNU General Public License (GPL). WWW: http://grass.osgeo.org/ PR: 221087 Submitted by: lbartoletti@tuxfamily.org Notes: svn path=/head/; revision=446935