1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

16182 Commits

Author SHA1 Message Date
Kurt Jaeger
573d892044 New port: databases/p5-Store-CouchDB
Store::CouchDB provides a simple perlish interface for working with
Apache CouchDB.

WWW: http://search.cpan.org/dist/Store-CouchDB/

PR:		217597
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at>
2017-03-07 18:19:05 +00:00
Sunpoet Po-Chuan Hsieh
848451b983 Update to 1.5.0
Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2017-03-07 17:02:26 +00:00
Alex Kozlov
7b0cbba528 - Remove empty directories
- Remove empty lines after .include <bsd.port.mk>

Approved by:	portmgr blanket
2017-03-07 15:28:19 +00:00
Steve Wills
a299dcfc87 databases/godis: fix expiration date 2017-03-07 15:11:01 +00:00
Steve Wills
459d82b3f7 databases/godis: deprecate and expire 2017-03-07 14:42:47 +00:00
Martin Matuska
e852505c6c Horde package update:
comms/pear-Horde_ActiveSync 2.37.4 -> 2.38.0
devel/pear-Horde_Cache 2.5.4 -> 2.5.5
devel/pear-Horde_Core 2.27.6 -> 2.27.8
databases/pear-Horde_Db 2.3.4 -> 2.4.0
devel/pear-Horde_Icalendar 2.1.4 -> 2.1.6
dns/pear-Horde_Idna 1.0.4 -> 1.1.0
sysutils/pear-Horde_Log 2.2.0 -> 2.3.0
mail/pear-Horde_Mime 2.10.2 -> 2.10.3
devel/pear-Horde_Prefs 2.8.0 -> 2.8.1
www/pear-Horde_Service_Weather 2.5.3 -> 2.5.4
www/pear-Horde_SessionHandler 2.2.8 -> 2.2.9
security/pear-Horde_Share 2.1.1 -> 2.1.2
mail/pear-Horde_Smtp 1.9.3 -> 1.9.4
devel/pear-Horde_Support 2.1.5 -> 2.2.0
devel/pear-Horde_Timezone 1.0.11 -> 1.1.0
devel/pear-Horde_Translation 2.2.1 -> 2.2.2
sysutils/pear-Horde_Vfs 2.3.4 -> 2.4.0
2017-03-07 14:22:52 +00:00
Alexey Dokuchaev
d876652859 Update `databases/libcouchbase' to version 2.6.4.
TIMESTAMP (libcouchbase-2.6.4.tar.gz) = 1480368745

PR:	215246
2017-03-07 10:52:08 +00:00
Veniamin Gvozdikov
f1768f0ad3 - Update to 1.7.3.318 2017-03-07 10:07:08 +00:00
Rene Ladan
4586615ad2 databases/py-sqlalchemy08: deprecate for removal on 2017-04-01
The original date was 2017-03-01

PR:		215287
Submitted by:	rene
Approved by:	maintainer timeout (nivit, almost 3 months)
2017-03-05 21:46:42 +00:00
Tobias Kortkamp
e5e1a49479 New port: databases/sqliteconvert
Sqliteconvert is a set of tools to convert SQLite3 schema files into
documentation.  It includes sqlite2dot(1), which converts into a
graphviz file; sqlite2html(1), which converts into an HTML5 fragment;
and sqliteconvert(1), which pulls these tools together with some sane
default templates.

WWW: https://kristaps.bsd.lv/sqliteconvert/

Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D9895
2017-03-05 20:05:56 +00:00
Muhammad Moinur Rahman
ee11dc723a databases/py-mysql-connector-python2: Update version 2.2.0=>2.2.2 2017-03-05 11:08:59 +00:00
Kurt Jaeger
655eea77c3 devel/lfcbase: update 1.8.12 -> 1.9.0
databases/cego: update 2.32.8 -> 2.32.11
databases/cegobridge: update 1.1.2 -> 1.1.3, fix build with clang 4.0

devel/lfcbase:
- Added Monitor class for ncurses based GUI utility implementation.
  This class provides GUI layout and event handling to simply ncurses
  based GUI tool implementaton.
- Added class Pager for curses based pager implementation

databases/cego:
- Include stdlib.h added in CegoNet ( still missing forLinux compiles )
- Added CegoFieldValue::getDim method required for arithmetic operations
  on fixed values
- Fix in CegoTableManager::getPoolInfo, readdelay and writedelay was
  not calculated correctly
- Fix in CegoDistManager::stopDistTableSet, removing of btree objects
  from database object dictionary was still missing
- In CegoTableManager::dropTableSet now also counter objects are
  dropped ( stored in the database xml file ).
- Added some sizing optimizations for CegoAdmMon forms
- Fix in CegoRecoveryManager::recoverCurrentTransactionLog, added
  the force option to addCounter method, since counters already could
  be synched to xml ( not completely transaction save )
- Online index build up tested and verified. First tests with heavy
  insert operations ( using cgblow ) during index build went succesful.
- Improvements for CegoAdmMon role permission handling, added remove
  permission option
- Preparation of CegoObjectCursor and CegoTableManager to support
  online index rebuild with write access to the table.
  For this, concurrent insert operations have to be performed with
  append =true. The ObjectCursor locks the last page until the index
  rebuild is finished ( method setLastPageSync )
  In this way, the index can be build up in parallel, while further
  tuples could be appended to the table. ( just supported for btree
  index objects )

PR:		216621
Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
Reported by:	jbeich
2017-03-05 11:08:50 +00:00
Muhammad Moinur Rahman
3a6f513c5c databases/py-bsddb3: Update version 6.2.1=>6.2.4 2017-03-05 10:56:55 +00:00
Muhammad Moinur Rahman
e3788dbf2f databases/postgresql-repmgr: Update version 3.1.5=>3.3
- Daemon would better run as pgsql user, and for safety by default in
  monitor only mode [1]

PR:		212490 [1]
Submitted by:	marck [1]
2017-03-05 10:40:45 +00:00
Muhammad Moinur Rahman
f71ec7742d databases/postgresql-odbc: Update version 09.05.0400=>09.06.0100 2017-03-05 10:32:29 +00:00
Martin Wilke
be3e135e0e - Mark BROKEN keep on crashing with OpenJDK
PR:		195099
Submitted by:	Leonid Shalupov
Approved by:	maintainer
2017-03-05 09:29:34 +00:00
Muhammad Moinur Rahman
c911debfcb databases/mysql-connector-c++: Update version 1.1.7=>1.1.8 2017-03-05 08:24:42 +00:00
Muhammad Moinur Rahman
d4426ad8fb databases/mysql-connector-c: Update version 6.1.6=>6.1.9 2017-03-04 22:19:33 +00:00
Muhammad Moinur Rahman
a97a0723ea databases/freetds-devel: Update version 1.00.38=>1.00.131 2017-03-04 21:03:18 +00:00
Muhammad Moinur Rahman
4a191cff9d databases/freetds: Update version 1.00.1=>1.00.27 2017-03-04 20:11:48 +00:00
Sunpoet Po-Chuan Hsieh
f78b7a6eaa Add LICENSE 2017-03-04 13:48:26 +00:00
Sunpoet Po-Chuan Hsieh
4b9538dd35 Add LICENSE 2017-03-04 13:48:22 +00:00
Mathieu Arnold
bebf3178ae Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.

In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed.  The remaining must not
be of use to anyone.

With hat:	portmgr
Sponsored by:	Absolight
2017-03-03 16:00:19 +00:00
Jimmy Olgeni
a25c7696d7 Update databases/elixir-postgrex to version 0.13.1. 2017-03-03 15:31:38 +00:00
Wen Heping
cc36cf5a89 - Update to 2.2 2017-03-03 08:19:21 +00:00
Wen Heping
448056df00 DBIx::Lite was written with some goals in mind, that no other
available module provides. Such goals/key features are:

no need to define your database schema (most features work without
one and some advanced features only require some bits, and still
not the full table definitions)
no need to connect to database: the module can just generate SQL
for you
chained methods with lazy SQL generation
joins/relationships
optional custom classes for results and resultsets with custom methods
SQL::Abstract syntax
paging features (with Data::Page)

WWW: http://search.cpan.org/dist/DBIx-Lite/
2017-03-03 06:24:05 +00:00
Sunpoet Po-Chuan Hsieh
37cab25f40 Update to 4.2.8
Changes:	https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md
2017-03-02 18:01:18 +00:00
Sunpoet Po-Chuan Hsieh
2063b121f8 Update to 4.2.8
Changes:	https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md
2017-03-02 18:01:14 +00:00
Sunpoet Po-Chuan Hsieh
255d51e820 Update to 5.0.2
Changes:	https://github.com/rails/rails/blob/5-0-stable/activerecord/CHANGELOG.md
2017-03-02 18:00:27 +00:00
Sunpoet Po-Chuan Hsieh
ffb0ad2afe Update to 5.0.2
Changes:	https://github.com/rails/rails/blob/5-0-stable/activemodel/CHANGELOG.md
2017-03-02 18:00:23 +00:00
Sunpoet Po-Chuan Hsieh
c7998364b1 Update to 0.2.3
Changes:	https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG
2017-03-02 17:59:22 +00:00
Sunpoet Po-Chuan Hsieh
7cdeb4f9bb Update to 1.20
Changes:	https://github.com/google/leveldb/releases
2017-03-02 17:59:09 +00:00
Palle Girgensohn
01fef12ced Update influxdb to 1.2.0
Approved by:	maintainer
PR:		217493
2017-03-02 15:45:05 +00:00
Torsten Zuehlsdorff
735141f788 databases/pgpool: Update from 3.4.3 to 3.4.9
Changelog: http://www.pgpool.net/docs/pgpool-II-3.4.8/NEWS.txt
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-9.html

PR:           206839
Submitted by: Felix Hanley <felix@userspace.com.au>
2017-03-02 12:24:34 +00:00
Jimmy Olgeni
436e4c50f4 Mark BROKEN for build failure with latest Ecto. 2017-03-02 06:11:18 +00:00
Dmitry Marakasov
6cc1a93868 ClickHouse is an open-source column-oriented database management
system that allows generating analytical data reports in real time.

WWW: https://clickhouse.yandex/

PR:		216152
Submitted by:	proler@gmail.com
2017-03-01 18:30:06 +00:00
Jimmy Olgeni
f9bec3fabb Update databases/elixir-timex_ecto to version 3.1.1. 2017-03-01 15:53:58 +00:00
Jimmy Olgeni
4b5c615c91 Update databases/elixir-ecto to version 2.1.3. 2017-03-01 15:52:56 +00:00
Sunpoet Po-Chuan Hsieh
ede417a720 Update to 1.1.6
Changes:	http://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
2017-03-01 14:41:21 +00:00
Matthew Seaman
48d24a6c83 Update to 5.1.41
ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-41.html
2017-02-28 23:54:54 +00:00
Christoph Moench-Tegeder
8efb30f5ea databases/pgrouting: update to 2.3.2
PR:		216918
Approved by:	lbartoletti()tuxfamily.org (maintainer), rene (mentor, implicit)
2017-02-28 18:58:17 +00:00
Sunpoet Po-Chuan Hsieh
755de186ec Update to 0.16012
- Use real PORTVERSION and update dependent port
- Add LICENSE
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/DateTime-Format-Pg/Changes
2017-02-28 09:46:53 +00:00
Sunpoet Po-Chuan Hsieh
596c9fc233 Use real PORTVERSION and update dependent ports
- Add LICENSE
- Sort *_DEPENDS
- Add NO_ARCH
- Remove post-extract:
- Sort PLIST
2017-02-28 09:45:00 +00:00
Matthew Seaman
8cc6b5cc9c Update to 0.5.1
ChangeLog:	https://github.com/wireservice/agate-sql/blob/master/CHANGELOG.rst
2017-02-28 08:50:36 +00:00
Sunpoet Po-Chuan Hsieh
bb45879289 Add rubygem-arel7 (copied from rubygem-arel) 2017-02-26 14:00:01 +00:00
Sunpoet Po-Chuan Hsieh
4cc2e27f65 Update RUN_DEPENDS
- Bump PORTREVISION for dependency change
2017-02-26 13:57:38 +00:00
Sunpoet Po-Chuan Hsieh
8faed8c6e0 Update to 8.0.0
Changes:	https://github.com/rails/arel/blob/master/History.txt
2017-02-26 13:57:26 +00:00
Sunpoet Po-Chuan Hsieh
6c8f66a8fe Add LICENSE_FILE 2017-02-25 09:55:57 +00:00
Sunpoet Po-Chuan Hsieh
efa504eb53 Add LICENSE_FILE 2017-02-25 09:55:52 +00:00
Mark Linimon
eae8bbbfc9 Mark a few leaf ports broken on aarch64.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-02-24 21:55:52 +00:00