Commit graph

564 commits

Author SHA1 Message Date
minskim
9d9fc05bcb databases/Makefile: Add py-lmdb 2018-07-04 05:18:15 +00:00
jaapb
cb22e0ada8 Added ocaml-macaque to Makefile SUBDIRs 2018-06-05 15:39:15 +00:00
adam
1a73be16ae Removed (jdbc-)postgresql92(-*) 2018-05-21 08:06:39 +00:00
prlw1
6f0d9e011d Remove libpqxx-doc
The tarball no longer contains pregenerated documentation. Will be
replaced by a "doc" option to libpqxx.
2018-05-03 12:38:57 +00:00
minskim
b8d5cf28d9 databases/Makefile: Add SQLiteCpp 2018-04-15 01:05:51 +00:00
fhajny
e280799c9f Import mariadb-connector-c-3.0.3 as databases/mariadb-connector-c.
This is LGPL MariaDB client library that can be used to connect to MySQL
or MariaDB.
2018-04-13 08:04:14 +00:00
taca
94ed72c47e databases/Makefile: add and enable ruby-activerecord51 2018-03-21 10:00:38 +00:00
taca
21dee91a39 databases/Makefile: add and enable ruby-arel80 2018-03-13 16:43:40 +00:00
fhajny
f8664c5f51 Import mysqlclient 1.3.12 as databases/py-mysqlclient.
Based on https://github.com/joyent/pkgsrc/issues/77 by @wiedi

This is a fork of MySQLdb. This project adds Python 3 support and bug fixes.
2018-02-01 22:20:08 +00:00
wiz
57d73f4e78 {py-,}bdb-xml: remove packages
Last release from 2011, build broken, not used by anything in pkgsrc.
2018-01-07 18:13:34 +00:00
jperkin
02791f3bd3 databases: Add repmgr. 2017-12-08 15:28:58 +00:00
adam
64208c9d6a Removed databases/postgresql-pgbench successor databases/postgresqlNN-contrib 2017-12-08 12:18:01 +00:00
fhajny
c704013651 Enable postgresql-redislog 2017-11-10 15:08:08 +00:00
wiz
643bac1464 databases/Makefile: Sort. 2017-11-02 06:46:24 +00:00
fhajny
ae00cb5b83 Enable postgresql-pljava 2017-10-27 09:52:32 +00:00
adam
db8cb73458 postgresql10: added version 10.0
Major enhancements in PostgreSQL 10 include:

Logical replication using publish/subscribe
Declarative table partitioning
Improved query parallelism
Significant general performance improvements
Stronger password authentication based on SCRAM-SHA-256
Improved monitoring and control
The above items are explained in more detail in the sections below.
2017-10-23 20:33:49 +00:00
minskim
b677e362fc databases/Makefile: Add ruby-postgres_ext 2017-09-26 16:26:41 +00:00
wiz
06bd0ca307 *: remove qt3 and the packages using it, including KDE3
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
2017-09-26 10:26:54 +00:00
taca
1c68be197d databases/Makefile: delete ruby-mysql-ext 2017-09-18 02:46:00 +00:00
taca
ee618aba4d databases/Makefile: add ruby-mysql28 2017-09-18 02:36:56 +00:00
taca
ef05fbff45 databases/Makefile: add ruby-mysql-ext 2017-09-18 02:05:30 +00:00
minskim
c98c980822 databases/Makefile: Add py-alembic 2017-09-17 04:00:50 +00:00
minskim
d1975f7576 databases/Makefile: Add ruby-pg_array_parser 2017-09-15 17:52:28 +00:00
minskim
0202000e6f databases/Makefile: Add ruby-arel-helpers 2017-09-14 19:55:38 +00:00
wiz
161d644f23 Remove maatkit, discontinued in 2011. Now part of databases/percona-toolkit 2017-09-03 08:58:29 +00:00
fhajny
2fccd0fa1c Enable postgresql-pgroonga 2017-08-29 13:40:52 +00:00
adam
b8657e04b4 The unicodecsv is a drop-in replacement for Python 2.7's csv module which
supports unicode strings without a hassle.
2017-08-21 15:40:17 +00:00
gavan
3724572379 1 new package in databases 2017-08-17 02:04:07 +00:00
fhajny
0082c5bdb3 Enabe pg_repack 2017-08-15 08:35:34 +00:00
maya
333d5d4aa4 liquibase 2017-07-31 14:24:22 +00:00
adam
f50c5e272a asyncpg is a database interface library designed specifically for PostgreSQL
and Python/asyncio. asyncpg is an efficient, clean implementation of
PostgreSQL server binary protocol for use with Python's asyncio framework.
2017-07-31 12:12:59 +00:00
adam
634aaba86a Removed databases/py-python-rrdtool successor py-rrdtool 2017-07-30 17:35:39 +00:00
adam
56da83abef RRDtool 1.7.0
Bugfixes
--------
* made rrd_fetch_cb_wrapper in RRDs more careful with its arguments
* many bugfixes to resolve issues identified Coverty scan
* fix build issues with libdbl
* take the ds step into account while caching data in rrd graph DEF statements
* never 'exit' from librrd (even when DEBUG is on)

Features
--------
* new command rrd list to show rrd files in a directory
* configurable log-level for rrdcached
* hungarian translation (hu.po)

API
---
* New Exported funtions: rrd_lcd, rrd_reduce_data, rrd_cf_conf and rrd_list
* rrd_list support for perl and python binding
* all new and much more complete python bindings working on both python 2.6+ and 3.3+
* extended documentation in rrdlib.pod
2017-07-27 18:31:20 +00:00
jnemeth
b1bb05a060 sort 2017-07-20 04:11:58 +00:00
taca
722ac8fabc Add and enable ruby-arel60. 2017-07-18 14:28:12 +00:00
adam
20cc8a5800 Multidict is dict-like collection of key-value pairs where key might be
occurred more than once in the container.

HTTP Headers and URL query string require specific data structure: multidict.
It behaves mostly like a regular dict but it may have several values for the
same key and preserves insertion ordering.
2017-07-16 09:37:09 +00:00
adam
13b186dead PkgSrc:
renamed py-redis-py to py-redis

2.10.5
    * Allow URL encoded parameters in Redis URLs. Characters like a "/" can
      now be URL encoded and redis-py will correctly decode them.
    * Added support for the WAIT command.
    * Better shutdown support for the PubSub Worker Thread. It now properly
      cleans up the connection, unsubscribes from any channels and patterns
      previously subscribed to and consumes any waiting messages on the socket.
    * Added the ability to sleep for a brief period in the event of a
      WatchError occuring.
    * Fixed a bug with pipeline error reporting when dealing with characters
      in error messages that could not be encoded to the connection's
      character set.
    * Fixed a bug in Sentinel connections that would inadvertantly connect
      to the master when the connection pool resets.
    * Better timeout support in Pubsub get_message.
    * Fixed a bug with the HiredisParser that would cause the parser to
      get stuck in an endless loop if a specific number of bytes were
      delivered from the socket. This fix also increases performance of
      parsing large responses from the Redis server.
    * Added support for ZREVRANGEBYLEX.
    * ConnectionErrors are now raised if Redis refuses a connection due to
      the maxclients limit being exceeded.
    * max_connections can now be set when instantiating client instances.
2017-07-14 11:36:27 +00:00
adam
f7716a4492 Removed databases/postgresql91 2017-05-24 19:51:12 +00:00
markd
f005c3af2f Add py-pickleshare 2017-04-23 03:39:53 +00:00
minskim
23e134c09a Add ruby-activerecord42 2017-04-21 00:13:01 +00:00
wiz
ba5f9c2b6c + leveldb. 2017-03-14 13:20:14 +00:00
joerg
c6d62858b9 + jdbc-mysql51 2017-01-02 19:31:47 +00:00
rodent
a71bc063ac It's time to make Tryton great again. This update is YUGE. There are 71
new packages. Most of which are the remaining modules of the Tryton
platform which weren't packaged. The others are dependencies of the new
modules. This was tested on FreeBSD and is based in large part on Richard
Palo's (richard@) work. This is the most recent release of the Tryton
platform, version 4.2. There's a very large list of changes from the 3.8
series we have in pkgsrc. If you're interested, those functional changes
can be found here:

http://www.tryton.org/posts/new-tryton-release-42.html
http://www.tryton.org/posts/new-tryton-release-40.html
2016-12-04 21:12:58 +00:00
adam
974a1f3317 Added postgresql96 directories 2016-10-30 08:58:12 +00:00
kamil
1ec811a2a3 Added:
- lua-sql-mysql
 - lua-sql-postgres
 - lua-sql-sqlite
 - lua-sql-sqlite3
2016-10-08 13:02:37 +00:00
jaapb
2f888fae2e Added ocaml-ldap to SUBDIRs 2016-09-20 12:55:04 +00:00
mef
6e31f30916 Added databases/p5-Net-FileMaker version 0.064
Added time/p5-DateTime-Incomplete version 0.08
Added time/p5-DateTime-Format-CLDR version 1.17
2016-09-17 02:42:08 +00:00
adam
0f4cfd1961 Added databases/mysql57 version 5.7.15 2016-09-16 06:49:49 +00:00
jdolecek
0dadc3efc0 add php-mongodb 2016-08-04 16:05:01 +00:00
jdolecek
60fa2858cc add php-redis3 2016-07-26 09:51:44 +00:00