1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

15439 Commits

Author SHA1 Message Date
Rene Ladan
78450f0a5d Reset miwi@'s ports, he stepped down from the Ports Team.
With hat:	portmgr-secretary
2016-07-25 20:01:02 +00:00
Muhammad Moinur Rahman
6919a37e8e databases/postgresql-repmgr: Update version 3.1.3=>3.1.4
PR:		211191
Submitted by:	olgeni
2016-07-25 18:38:10 +00:00
Kurt Jaeger
8f9e0c50c8 databases/cego: 2.30.19 -> 2.30.21
- Fix in CegoProcedure::execute and CegoProcedure::getRetVal In the
  castTo method, the type dimension was still not treated. This might
  lead to wrong cast results especially for fixed values
- Fixed cgadm online help for import command, the nologging option
  was not documented
- In CegoRecoveryManager, added tableset argument line argument for
  calling the external log manager.
  This makes it more easy in the log manager code, to implement
  tableset dependent restore strategies

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2016-07-25 13:02:33 +00:00
Pawel Pekala
64e998a1c1 Update to version 1.3.0
Changelog:
* Added:
    New EXPIRE, PERSISTS, TTL commands. New EX keyword to SET command.
    Support for plain strings using SET ... STRING value. syntax.
    New SEARCH command for finding strings.
    Scans can now order descending.

PR:		211341
Submitted by:	maintainer
2016-07-24 20:56:07 +00:00
Kurt Jaeger
b387177b57 New port: databases/p5-Dancer2-Session-DBIC
This module implements a session engine for Dancer2 by serializing
the session, and storing it in a database via DBIx::Class.

JSON was chosen as the default serialization format,
as it is fast, terse, and portable.

WWW: http://search.cpan.org/dist/Dancer2-Session-DBIC/

PR:		211277
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
2016-07-24 16:19:02 +00:00
Bernard Spil
bba8c27b24 databases/mariadb101-server: Fix lz4 linking fix
- Remove some testing leftover
2016-07-24 10:32:13 +00:00
Bernard Spil
df40f68fd0 databases/mariadb101-client: Update to 10.1.16
- -client was missig from the -server commit
  - post-install target to post-stage
  - Delete private headers
  - Add service_encryption.h patch
  - Fix scipts/CMakeLists.txt patch

PR:             211328
2016-07-24 10:23:45 +00:00
Vanilla I. Shu
403901c1b6 Add compiler:c++11-lang to fix build on 9.3.
Obtained from:	pkg-fallout
2016-07-24 04:35:06 +00:00
Bernard Spil
bddd38d81d databases/mariadb101-server: Update to 10.1.16
- Update to latest version 10.1.16
  - Switch from USE_OPENSSL to USES= ssl
  - Switch from USE_MYSQL to USES= mysql
  - Switch from WANT_MYSQL_VER to USES= mysql:101m
  - Fix liblz4 linking for mroonga
  - Register MROONGA lz4 depends
  - Register libxml2 depends
2016-07-23 20:27:20 +00:00
Matthew Seaman
dcea0218a4 Update to version 1.2
ChangeLog: https://github.com/2ndquadrant-it/pgespresso/blob/master/ChangeLog
2016-07-22 07:05:12 +00:00
David Naylor
bce7563401 lang/pypy: update to 5.3.1.
- Fix LICENSE for databases/pypy-gdbm (GPLv2+).
 - Add support for a slave port (i.e. the upcoming pypy3):
   - Allow select variables to be overridden by slave port.
   - Allow slave port to have its own distinfo and pkg-plist files.
   - Depend on lang/pypy if translating with PYPY or PYPY_MINMEM options.
 - Strip bundled cffi .so files.

ChangeLog:
 - Highlighted changes
   - Major improvements in the C-API compatibility layer
   - Complete support for lxml
   - Passing 95%+ of numpy's test suite
   - Scipy and matplotlib builds and runs
   - cffi updated to 1.7
 - New features:
   - Merge a major expansion of the C-API support in cpyext, also expand cpyext
     tests to allow running them after translation as well as untranslated
   - Instead of ?GIL not held when a CPython C extension module calls PyXxx?, we
     now silently acquire/release the GIL. Helps with C extension modules that
     call some PyXxx() functions without holding the GIL (arguably, they are
     theoretically buggy).
   - Support command line -v to trace import statements
   - Revive traceviewer, a tool to use pygame to view traces
 - Numpy via our internal _numpypy module:
   - Implement ufunc.outer
   - Move PyPy-specific numpypy headers to a subdirectory (also changed the repo
     accordingly)
 - Performance improvements:
   - Use bitstrings to compress lists of descriptors that are attached to an
     EffectInfo
   - Remove most of the _ovf, _zer and _val operations from RPython. Kills quite
     some code internally, and allows the JIT to do better optimizations: for
     example, app-level code like x / 2 or x % 2 can now be turned into x >> 1
     or x & 1, even if x is possibly negative.
   - Rework the way registers are moved/spilled in before_call()
 - Internal refactorings:
   - Refactor code to better support Python3-compatible syntax
   - Reduce the size of generated C sources during translation by eliminating
     many many unused struct declarations (Issue #2281)
   - Reduce the size of generated code by using the same function objects in all
     generated subclasses
   - Share cpyext Py* function wrappers according to the signature, shrinking
     the translated libpypy.so by about 10% (without the JIT)
2016-07-21 06:02:04 +00:00
Mathieu Arnold
e50dc2a336 Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)

Sponsored by:	Absolight
2016-07-20 15:33:20 +00:00
Vanilla I. Shu
2e495f8e6f Update to 0.2.5. 2016-07-20 08:34:56 +00:00
Kurt Jaeger
3b231f3cb8 devel/lfcbase: 1.8.7 -> 1.8.9
databases/cego: 2.30.17 -> 2.30.19

lfcbase:
- Added File::rename method to be able to move files via file class
- Patch file File class, operator= and operator+= did not close the
  file descriptor after copying / appending. This may cause a problem
  for subsequent method calls on the instance. ( e.g. renaming or
  removing )
  This effect actually has just been observed for MinGW64 compiles

cego:
- Catched server termination in CegoTableManager::writeCheckpoint.
  If log files could not be archived, the method does not recognized
  server termination ( runstate = OFFLINE )
- Improvement added for log file shipping in CegoLogThreadPool::copyLog.
  The archive log file is first written to a temporary file and if
  finished, is moved than to its original file name. For the tape
  management, this is an indication, that the file is completely
  written and is ready for further processing
- The previous patch in lfcbase required a patch for
  CegoLogThreadPool::copyLog. Since the archfile file was not closed
  after trunc, the rename operation failed now. close method call was
  added

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2016-07-20 07:30:09 +00:00
Jimmy Olgeni
c1f8511bf8 Update databases/elixir-geo to version 1.1.1. 2016-07-19 15:26:54 +00:00
Jimmy Olgeni
e5a77106c2 Prepare databases/couchdb for Erlang 19.
PR:		211012
Submitted by:	Dave Cottlehuber
2016-07-19 11:25:14 +00:00
Mathieu Arnold
f899c758a6 When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-19 11:04:13 +00:00
Dmitry Marakasov
7f732a0845 - Fix build after FreeTDS update by porting upstream commit ec46fea
PR:		210363
Reported by:	ports@thelanman.net (maintainer), pkg-fallout
Approved by:	portmgr blanket
2016-07-18 21:06:53 +00:00
Dmitry Marakasov
1379ad389e - Fix build
- While here, add LICENSE

PR:		211026
Submitted by:	sunghyuk@gmail.com (maintainer)
2016-07-18 17:05:45 +00:00
Jan Beich
c02ff86a83 Invoke pytest from within desired python version
When testing a port for a non-default python py.test may fail to find
dependencies for default version because they weren't built e.g.,

$ make test PYTHON_VERSION=python3.5 -C devel/py-apscheduler
[...]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/_pytest/config.py", line 319, in _importconftest
    mod = conftestpath.pyimport()
  File "/usr/local/lib/python3.5/site-packages/py/_path/local.py", line 650, in pyimport
    __import__(modname)
  File "/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/tests/conftest.py", line 8, in <module>
    from apscheduler.job import Job
  File "/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/apscheduler/job.py", line 4, in <module>
    import six
ImportError: No module named 'six'
ERROR: could not load /usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/tests/conftest.py

Approved by:	portmgr blanket
2016-07-18 16:15:01 +00:00
Mathieu Arnold
50cfbaceb2 Cleanup USE_GITHUB usage.
Sponsored by:	Absolight
2016-07-18 13:39:17 +00:00
Thomas Zander
e3fb988596 Fix plist for non-default OPTIONs
While on it: USE_MYSQL -> USES=mysql

PR:		211165
Submitted by:	info@babaei.net (maintainer)
Reported by:	riggs
2016-07-17 11:28:46 +00:00
Thomas Zander
dd4c04cdc2 Build with ninja to reduce build time
PR:		210725
Submitted by:	info@babaei.net (maintainer)
2016-07-17 06:46:45 +00:00
Pawel Pekala
242feb60a2 Update to version 0.7.3
PR:		211158
Submitted by:	maintainer
2016-07-16 20:18:56 +00:00
Kurt Jaeger
da3fa3feeb databases/cego: 2.30.15 -> 2.30.17
- Fixed for point-in-time recovery, Date format handling was not
  done correectly
- Elimination of BUFFERPOOLHASHKEY. The bufferpool position is now
  calculated based on the page offset of the corresponding datafile
  ( this information is provided by CegoFileHandler::getRegPageOffset )
  This leads to a much better distribution and usage of the available
  buffer pool pages
- Fix in CegoTableManager::createBTree, the creation of the btree object
  must be done in a dedicated exception block, otherwise the btree
  object is dropped, if it already exists.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2016-07-15 17:34:38 +00:00
Li-Wen Hsu
e7f0ba8f36 - Update to 0.7.5 2016-07-14 05:31:03 +00:00
Jimmy Olgeni
d13509d005 Add databases/erlang-couchbeam, Barrel and Apache CouchDB client
library for Erlang.
2016-07-11 14:06:44 +00:00
Jimmy Olgeni
c6631a33ed Update databases/elixir-postgrex to version 0.11.2. 2016-07-11 10:48:40 +00:00
Jimmy Olgeni
1ef2f57004 Update databases/elixir-mariaex to version 0.7.7. 2016-07-11 10:48:36 +00:00
Jimmy Olgeni
6cab861286 Update databases/elixir-geo to version 1.1.0. 2016-07-11 10:48:31 +00:00
Jimmy Olgeni
3d3e56b8f6 Update databases/elixir-calecto to version 0.16.0. 2016-07-11 10:48:24 +00:00
Jimmy Olgeni
3792c258c1 Update databases/elixir-ecto to version 2.0.2. 2016-07-11 10:48:16 +00:00
Jimmy Olgeni
4fae1a68e0 Update databases/elixir-db_connection to version 1.0.0.r.3. 2016-07-11 10:48:07 +00:00
Carlo Strub
78492366e3 Radix is a minimalistic Redis client for Go. It is broken up into small,
single-purpose packages for ease of use.

WWW: http://godoc.org/github.com/mediocregopher/radix.v2
2016-07-10 20:42:11 +00:00
Carlo Strub
f8a75d72b9 - Update to 1.0.0
- Take maintainership
- Use GH
2016-07-10 19:57:25 +00:00
Kurt Jaeger
b6f628c82d devel/lfcbase: 1.8.4 -> 1.8.5
databases/cego: 2.30.14 -> 2.30.15

lfcbase:
- Added statlock mutex in ThreadLock class for protecting statistic
  counters. It seems, increment and decrement operators on atomic
  values are no more thread safe ( Once it was, but I guess this is
  a compiler issue )
  Since the lock statistics can be disabled for production mode,
  there is not performance impact caused by the additional mutex
  calls

cego:
- Made __dateFormatList in CegoMain threadsafe
  For the point-in-time recovery timestamp format, now the server
  defined format is used ( variable CGPITFORMAT is obsolete )
- Added update sync mode. With this mode, the user can decide, if
  an update or delete should be blocked until another concurrent
  transaction is finished or return immediatly without updating
  concurrent affected tuples
- Reactivation of rollback segment record locks in CegoLockHandler class.
  In CegoObjectManager::insertData, in case of rollback segements
  insert operations, the RB record lock is used instead of the
  system record lock. This might avoid some deadlock situations.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2016-07-10 12:39:29 +00:00
Wen Heping
accac76631 - Update to 0.96.8 2016-07-10 07:38:52 +00:00
Wen Heping
f27c173cb8 - Update to 4.035
Changes: http://cpansearch.perl.org/src/MICHIELB/DBD-mysql-4.035/Changes
2016-07-10 03:20:34 +00:00
Christoph Moench-Tegeder
b3572697b0 do not strip binaries when building with DTRACE
stripping would destroy some probes and might result in instable
behaviour when trying to access those probes.

PR:		204314
Approved by:	rene (mentor), maintainer-timeout
2016-07-09 13:16:52 +00:00
Kurt Jaeger
7030d031ae databases/pecl-mongodb: 1.1.7 -> 1.1.8
- Trace returns from phongo_stream_initiator()
- PHPC-720: Do not persist SSL streams to avoid SSL reinitialization errors
- Move php_phongo_new_datetime_from_utcdatetime() into UTCDateTime.c
- PHPC-631: Regression tests for UTCDateTime::toDateTime()
- PHPC-631: Fix timelib_time.f assignment in UTCDateTime::toDateTime()
2016-07-09 06:55:21 +00:00
Dmitry Marakasov
99111b71f9 - Update to 3.2.7
PR:		210489
Submitted by:	numisemis@yahoo.com
Approved by:	maintainer timeout (brendan+freebsd@bbqsrc.net, 2 weeks)
2016-07-07 14:25:52 +00:00
Kurt Jaeger
584e5fd0d2 databases/cego: 2.30.12 -> 2.30.14
- Added alter table modify command just for default values.
    alter table t1 modify column a default 42;
- Improvement for hash calculation in CegoBufferPool::calcSegement.
  For a better page spreading, the segment calculation was changed
  to a more linear approach
- Added more cast cases to CegoField::castTo, still not completed
- Cast handling in CegoFieldValue::castTo completed.
  This allows an any to any value casting, except lob values and
  some unsupported datetime casts ( e.g. bool to datetime really
  makes no sense )
- Fix in CegoBufferPool::poolInfo, the spread rate calculation was
  not done correctly

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2016-07-07 13:30:54 +00:00
Pietro Cerutti
7be4cd1d84 databases/speedtables: update to 1.10.0 2016-07-07 12:44:50 +00:00
Mathieu Arnold
7acca7e902 Bump PORTREVISION for the icu revert.
This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.

PR:		205120
With hat:	portmgr
Sponsored by:	Absolight
2016-07-06 22:10:14 +00:00
Pietro Cerutti
f686e26c90 databases/metakit: and bump PORTREVISION 2016-07-06 14:15:55 +00:00
Pietro Cerutti
c0b3dde5a1 databases/metakit: bump dependency on Tcl from 8.4 to 8.5 2016-07-06 14:15:23 +00:00
Lars Thegler
c1965e4bba - Update to 1.410
- Add LICENSE
- Disperse maintainership
2016-07-06 08:44:10 +00:00
Pietro Cerutti
fb8d8ab5f9 devel/icu: bump PORTREVISION on dependent ports 2016-07-06 07:34:12 +00:00
Kurt Jaeger
220ae465af databases/adodb5: 5.18 -> 5.20.4
- changed WWW in pkg-descr
2016-07-05 05:25:39 +00:00
Kurt Jaeger
004fdf53bc databases/adodb5: 5.18 -> 5.20.4
https://github.com/ADOdb/ADOdb/blob/v5.20.4/docs/changelog.md
  https://github.com/ADOdb/ADOdb/blob/v5.20.3/docs/changelog.md
  https://github.com/ADOdb/ADOdb/blob/v5.20.2/docs/changelog.md
  https://github.com/ADOdb/ADOdb/blob/v5.20.1/docs/changelog.md

Requested by:	Peter Beckman <beckman@angryox.com>
2016-07-05 05:25:06 +00:00