Commit graph

14495 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
64d5502694 - Update to 2.12
Changes:	http://search.cpan.org/dist/Mojo-Pg/Changes
2015-10-08 18:44:53 +00:00
Sunpoet Po-Chuan Hsieh
134e7b8865 - Update to 0.13
Changes:	http://search.cpan.org/dist/Dancer-Plugin-Database-Core/Changes
2015-10-08 18:44:49 +00:00
Jimmy Olgeni
42bc424f61 Remove trailing whitespace from Makefiles, A-L. 2015-10-08 15:11:28 +00:00
Dmitry Marakasov
9776526188 - Drop 8.x support
- Switch to options helpers

Approved by:	portmgr blanket
2015-10-07 01:37:27 +00:00
Palle Girgensohn
7d7b994589 Fix broken XML support.
PR:	ports/202649
2015-10-06 08:47:42 +00:00
Mark Linimon
a7a9674638 Mark as ignore on sparc64: not yet ported to this architecture.
Hat:	sparc64 blanket
2015-10-06 04:42:28 +00:00
Sunpoet Po-Chuan Hsieh
0104232e62 - Add LICENSE_FILE 2015-10-04 18:01:30 +00:00
Sunpoet Po-Chuan Hsieh
f747400dfb - Add LICENSE_FILE 2015-10-04 18:01:25 +00:00
Sunpoet Po-Chuan Hsieh
484beb0010 - Add LICENSE_FILE 2015-10-04 18:01:21 +00:00
Sunpoet Po-Chuan Hsieh
43a5c9d995 - Convert to new test framework 2015-10-04 18:00:23 +00:00
Sunpoet Po-Chuan Hsieh
87e548dc18 - Convert to new test framework 2015-10-04 18:00:19 +00:00
Sunpoet Po-Chuan Hsieh
71091b0bc7 - Convert to new test framework
- Pet portlint: fix diff header of patch files
2015-10-04 18:00:14 +00:00
Sunpoet Po-Chuan Hsieh
30619635cd - Convert to new test framework
- Pet portlint: fix diff header of patch files
2015-10-04 18:00:10 +00:00
Kurt Jaeger
adad54a6ce databases/cego: 2.25.3 -> 2.26.2
- Fix in CegoBufferPool::calcHas and CegoBufferPool::calcSegement
  For large file id's the integer range for the hash key might be
  exceeded, which lead to wrong address calculation.
  The hash key now is calculated in long based values
- Introduced server mode with same behaviour as daemon mode, but
  no child process is forked and server can be terminated with Ctrl-C
- Small formatting fix in CegoOutput
- Fix in CegoDistCursor for inner and outer joins
  Inner or outer joins with additional where condition might return
  incorrect result set since the condition was just evaluated inside
  the join.
  To correct this, the WHERE condition is also checked via evalCondition.
  This required also a fix in the evalCondition method.
- Added multi segment support to CegoBufferPool. Since the pool is
  divided now into several memory segments, this allows larger buffer
  pool configurations.
- Improvements for output formatting regarding string functions
  (cegoFunction::getReturnTypeLen). Size of required column field size
  is now calculated, so the outlook looks more pretty
- Added hints from David Binderman in CegoAction::backChar and
  CegoBufferPage::printPage ( changed pointer comparison to avoid
  -Wextra compile warnings ) Thanks !

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2015-10-04 12:31:09 +00:00
Sunpoet Po-Chuan Hsieh
8bf961f643 - Update to 3.5.3
Changes:	http://search.cpan.org/dist/DBD-Pg/Changes
2015-10-03 17:09:17 +00:00
Muhammad Moinur Rahman
55c2bd2c39 databases/py-mysql-connector-python2: Update version 2.0.4=>2.1.3
- Remove PORTSCOUT as current version is greater than skipped beta
- Rearrange USES allphabetically
2015-10-03 13:12:08 +00:00
Sunpoet Po-Chuan Hsieh
6f4dc1fb6c - Update to 2.11
Changes:	http://search.cpan.org/dist/Mojo-Pg/Changes
2015-10-01 15:58:18 +00:00
Sunpoet Po-Chuan Hsieh
97dfc4e4b3 - Update to 3.5.2
- Sort USES
- Pet portlint: fix diff header of patch files

Changes:	http://search.cpan.org/dist/DBD-Pg/Changes
2015-10-01 15:58:13 +00:00
Dmitry Marakasov
3e4b9cf0c2 - Fix more shebangs
- Drop unneeded WX_UNICODE
- Remove useless checks to fix packaging as non-root
2015-10-01 15:50:25 +00:00
Muhammad Moinur Rahman
a5737b02e5 databases/geoserver-mysql-plugin: Update version 2.7.2=>2.8.0
- Mark NO_ARCH as it has no ARCH dependant files
- Take MAINTAINERSHIP
2015-10-01 15:02:08 +00:00
John Marino
d6d149032c databases/libnvpair: New major version (so.1 => so.3)
The changes since version 1.0.2 were significant enough to warrant
a major library version bump.  However, libnvpair.so.2 exists in
FreeBSD base, so the port version builds libnvpair.so.3 instead.

With one exception, all of the Solaris/Illumos types have been
replaced with BSD equivalents, including boolean_t.  This changes
several prototypes, and also allows for the type compatibility header
to be removed.  The one type that remains is hrtime_t (equivalent to
int64_t).

Internally, the regression tests for print_json (functionality that
does not exist in FreeBSD base, at least on F9) have been added from
Illumos regression tests and both DragonFly and FreeBSD pass.
2015-10-01 10:10:31 +00:00
Dmitry Marakasov
b37bff045e - Add CPE info
- Use /var instead of PREFIX/var
- Don't install win32 configs
- Use @sample
- Properly handle vardirs in plist
2015-10-01 09:42:19 +00:00
Vanilla I. Shu
379416f0a3 Rename ctemplate back to google-ctemplate, due package conflict. 2015-09-30 15:52:53 +00:00
Steve Wills
54e1091e1c databases/influxdb: update to 0.9.4.1
PR:		202981
Submitted by:	cheffo@freebsd-bg.org (maintainer)
2015-09-30 14:25:10 +00:00
John Marino
5df261c393 Add new port databases/libnvpair
libnvpair is a name-value pair library originating from Solaris

The nvpair library was released in OpenSolaris and has been extended
by the Illumos project.  It exports a set of functions used for managing
name-value pairs.  This is a base library for Solaris and its descendents.
However, the kernel-specific code has been removed thus libnvpair is
strictly meant for the userland.  The XDR functionality has been masked
for now due to RPC differences between *BSD and Illumos.
2015-09-30 10:28:55 +00:00
Vanilla I. Shu
f6995ee93e Fix WWW. 2015-09-30 02:43:52 +00:00
Vanilla I. Shu
0a47ddd77c rename google-ctemplate to ctemplate. 2015-09-30 02:23:36 +00:00
Matthew Seaman
2ac5a0fd2f Update to 1.5.0
- Mark as NO_ARCH=yes
  - Sort the USES lne contents
  - Regenerage patches via 'make makepatch'

Announcement:	http://www.pgbarman.org/barman-1-5-0-released/
ReleaseNotes:	http://sourceforge.net/projects/pgbarman/files/1.5.0/
2015-09-29 14:24:09 +00:00
Jimmy Olgeni
294eeda0a2 Sort category Makefiles. 2015-09-29 10:48:46 +00:00
Jimmy Olgeni
1b2fa3d28b Upgrade databases/elixir-ecto to version 1.0.4. 2015-09-28 22:00:15 +00:00
Ruslan Makhmatkhanov
e4e7fe18da databases/py-mssql: mark broken and deprecated
pymssql 1.0.2 is known by its developers [1] to be broken with FreeTDS 0.91 and
later. It should be upgraded to 2.x anyway for Python 3. The bug is that DB
queries return no rows, and therefore it's unlikely to work for anyone.

[1] http://pymssql.org/en/latest/faq.html#queries-return-no-rows

Users should switch to using databases/py-pymssql instead.
Expiration date is set to 2015-10-28.

PR:		198719
Submitted by:	bilbo@hobbiton.org
2015-09-28 18:43:52 +00:00
Ruslan Makhmatkhanov
e12c842c5e PyMSSQL is a MS-SQL database adapter for the Python programming
language. It was written from scratch using FreeTDS library.

This is the version 2 release branch.

WWW: http://www.pymssql.org/
WWW: https://github.com/pymssql/pymssql

PR:		198694
Submitted by:	ports@thelanman.net (based on)
2015-09-28 18:36:10 +00:00
Sunpoet Po-Chuan Hsieh
d511179e3a - Fix warning generated by recent snapshot of Clang 3.7.0, including:
- Pessimizing std::move() invocations in a number of places.

PR:		203154
Submitted by:	dim
2015-09-28 14:24:08 +00:00
Jan Beich
84eec79bd5 databases/sqlite3: enable DBSTAT by default for firefox 41+
PR:		200853
Reviewed by:	milios@ccsys.com
Approved by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
2015-09-27 21:58:43 +00:00
Mark Linimon
f570b59a93 Mark as broken on sparc64: fails to build.
Approved by:	portmgr (sparc64 blanket)
2015-09-26 16:53:58 +00:00
Baptiste Daroussin
8f87ca4e22 Convert to new @sample 2015-09-26 15:53:39 +00:00
Matthew Seaman
79947ef895 Update to 4.5.0.2
Another quick fix for a regression in 4.5.0

ChangeLog:    https://www.phpmyadmin.net/files/4.5.0.2/
2015-09-26 14:30:38 +00:00
Jimmy Olgeni
4dba6bd030 Fix dependencies for Elixir 1.1. 2015-09-26 11:40:27 +00:00
Jimmy Olgeni
506ed9efd6 Upgrade databases/elixir-ecto_migrate to version 0.6.2. 2015-09-26 07:35:21 +00:00
William Grzybowski
f10dc3e1c3 databses/riak2: Riak is an open source, distributed database. Riak is architected for:
* Low-Latency
Riak is designed to store data and serve requests predictably and quickly, even
during peak times.

* Availability
Riak replicates and retrieves data intelligently, making it available for read
and write operations even in failure conditions.

* Fault-Tolerance
Riak is fault-tolerant so you can lose access to nodes due to network partition
or hardware failure and never lose data.

* Operational Simplicity
Riak allows you to add machines to the cluster easily, without a large
operational burden.

WWW: http://basho.com/riak

Submitted by:	nbari, Scott Kamp (based on)
2015-09-24 20:53:21 +00:00
Jimmy Olgeni
b36e92ad60 Upgrade databases/elixir-calecto to version 0.3.10. 2015-09-24 19:12:27 +00:00
Matthew Seaman
682e6df513 Update to 4.5.0.1
This is a fix for a regression in 4.5.0:
- issue #11492 AUTO_INCREMENT statements are partly missing from exports

ChangeLog:     https://www.phpmyadmin.net/files/4.5.0.1/
2015-09-24 09:20:56 +00:00
Matthew Seaman
8c0ede0305 Update to 4.5.0
This is the first release from the 4.5 branch, and a major update.

With this release, the minimum required version of PHP is php-5.5

ChangeLog:	   https://www.phpmyadmin.net/files/4.5.0/
2015-09-24 06:35:40 +00:00
Jung-uk Kim
377bb55f1a Update to 2.5.4. 2015-09-23 22:49:46 +00:00
Jung-uk Kim
d42cd29114 Fix option handling.
PR:		197080
2015-09-23 21:51:39 +00:00
Dmitry Marakasov
d9ab5d229a - Fix shebangs for mysql51-scripts, add NO_ARCH
Approved by:	portmgr blanket
2015-09-23 19:55:00 +00:00
Jung-uk Kim
6be1888fe3 Update to 2.3.4.
PR:		203243
2015-09-23 19:38:57 +00:00
Vanilla I. Shu
4324473ccf Upgrade to 1.1.6. 2015-09-23 02:30:42 +00:00
Sunpoet Po-Chuan Hsieh
799e1191d0 - Add NO_ARCH
Approved by:	portmgr (blanket)
2015-09-20 20:26:50 +00:00
Sunpoet Po-Chuan Hsieh
f76c5d0e5e - Update i386 patches to upstream ones and rename them
Obtained from:	4b0b0201c9
		90415cfebe
		f171faa240
2015-09-20 20:14:44 +00:00