aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build when devel/googletest is installedSunpoet Po-Chuan Hsieh2015-09-041-0/+1
| | | | Notes: svn path=/head/; revision=396130
* - Fix shebangsDmitry Marakasov2015-09-041-27/+23
| | | | | | | | | - Switch to options helpers Approved by: portmgr blanket Notes: svn path=/head/; revision=396129
* Update evolution suite to 3.16.5.Koop Mast2015-09-042-5/+4
| | | | Notes: svn path=/head/; revision=396107
* Upgrade to 0.07043.Dag-Erling Smørgrav2015-09-042-8/+12
| | | | Notes: svn path=/head/; revision=396086
* - Use BROKEN_RUBY21 and BROKEN_RUBY22Sunpoet Po-Chuan Hsieh2015-09-031-8/+4
| | | | Notes: svn path=/head/; revision=395993
* - Add LICENSESunpoet Po-Chuan Hsieh2015-09-031-7/+6
| | | | | | | | | | - Use BROKEN_RUBY22 Approved by: portmgr (blanket) With hat: ruby Notes: svn path=/head/; revision=395992
* - Update to 2.09Sunpoet Po-Chuan Hsieh2015-09-032-4/+4
| | | | | | | | | - Convert to new options target helper Changes: http://search.cpan.org/dist/Mojo-Pg/Changes Notes: svn path=/head/; revision=395980
* - Update to 2.13Sunpoet Po-Chuan Hsieh2015-09-032-7/+9
| | | | | | | | | | | - Fix *_DEPENDS - Add more TEST_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/Dancer2-Plugin-Database/Changes Notes: svn path=/head/; revision=395979
* - Update to 2.11Sunpoet Po-Chuan Hsieh2015-09-032-4/+5
| | | | | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Dancer-Plugin-Database/Changes Notes: svn path=/head/; revision=395978
* Upgrade to 2.7.2.Vanilla I. Shu2015-09-022-4/+4
| | | | Notes: svn path=/head/; revision=395928
* devel/rudiments: 0.52 -> 0.53Kurt Jaeger2015-09-023-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | databases/sqlrelay: 0.62 -> 0.63 0.53 - exposed codetreegrammar class and updated codetree class so that successive parses/writes can use the same grammar without having to reload it added insert/appendXml(File) methods to xmldomnode to parse and insert/append xml strings or files to a node fixed FILE->fileno detection for solaris 11.2, which doesn't have it at all llabs() is detected and preferred to abs() added partial xml namespace support (namespaces for tags) added partial support for extended ascii character set to character class added setgroups() call before setuid() call to drop extraneous groups updated rudiments-config man page, slightly removed outdated and unused dtd class updated file::resolveSymbolicLink() to use directory::maxPathLength(filename) as a starting point updated directory::getCurrentDirectory() to use MAX_PATH as a starting point serialport/serialportprofile, modemserver/modemclient classes are disabled in the default build now updated intro docs 0.63 - suppressed ruby configure warning fixed glib detection if pkg-config isn't present fixed mono detection on freebsd fixed node.js yes/no misreport bug in configure script added freetds tcl test fixed slashes in tcl tests for windows updated docs to mention firebird buffer size parameters updated MAX_ITEM_BUFFER_SIZE to 32768 for firebird fixed ruby detection on fedora 22 fixed missing export for setAuth/ResponseTimeout in ruby api added manual include of inttypes.h in php api to work around issue with define/undef games, revealed on openbsd 5.7 tweaked ruby cflags script for debian 8 refactored mysql detection tweaked unixodbc detection to also look in /usr/include/odbc renamed "oracle8" connection plugin to "oracle" renamed "sybase" connection plugin to "sap" updated identity tests in api's/cmdline clients to use charstring::contains() rather than !charstring::compare() implemented missing destructors for ADO.NET Data Provider Notes: svn path=/head/; revision=395907
* - Strip shared librarySunpoet Po-Chuan Hsieh2015-09-021-0/+4
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=395874
* - Allow concurrent installation (USE_PYTHON=concurrent)Sunpoet Po-Chuan Hsieh2015-09-021-1/+1
| | | | Notes: svn path=/head/; revision=395873
* - Allow concurrent installation (USE_PYTHON=concurrent)Sunpoet Po-Chuan Hsieh2015-09-021-1/+2
| | | | | | | - Add NO_ARCH Notes: svn path=/head/; revision=395872
* - Update to 3.13.1Sunpoet Po-Chuan Hsieh2015-09-024-14/+11
| | | | | | | Changes: https://github.com/facebook/rocksdb/releases Notes: svn path=/head/; revision=395865
* - Convert to new options target helperSunpoet Po-Chuan Hsieh2015-09-021-2/+5
| | | | Notes: svn path=/head/; revision=395825
* - Switch to options helpersDmitry Marakasov2015-09-011-3/+2
| | | | | | | | | - While here, add some NO_ARCHes Approved by: portmgr blanket Notes: svn path=/head/; revision=395777
* lang/pypy: update to 2.6.1David Naylor2015-08-315-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - Add external cffi ports (a la python): - databases/pypy-gdbm - databases/pypy-sqlite3 - x11-toolkits/pypy-tkinter - Add bsd.pypy.mk for consistency between pypy ports. - Add bsd.pypy.cffi.mk for consistency with external cffi ports. - Switch back to using $PREFIX/pypy-X.Y (the '-' separator is required to differentiate between lang/pypy and lang/pypy3) - Remove all patches (upstreamed, see announcement below) ChangeLog: - Bug Fixes - Revive non-SSE2 support - Fixes for detaching _io.Buffer* - Clear up contention in the garbage collector between trace-me-later and pinning - Issues reported with our previous release were resolved after reports from users on our issue tracker at https://bitbucket.org/pypy/pypy/issues or on IRC at #pypy. - New features: - cffi was updated to version 1.3 - The python stdlib was updated to 2.7.10 from 2.7.9 - vmprof now supports multiple threads - The translation process builds cffi import libraries for some stdlib packages, which should prevent confusion when package.py is not used - better support for gdb debugging - FreeBSD should be able to translate PyPy "out of the box" with no patches - Numpy: - Better support for record dtypes, including the align keyword - Implement casting and create output arrays accordingly (still missing some corner cases) - Support creation of unicode ndarrays - Better support ndarray.flags - Support axis argument in more functions - Refactor array indexing to support ellipses - Allow the docstrings of built-in numpy objects to be set at run-time - Support the buffered nditer creation keyword - Performance improvements: - Delay recursive calls to make them non-recursive - Skip loop unrolling if it compiles too much code - Tweak the heapcache - Add a list strategy for lists that store both floats and 32-bit integers. The latter are encoded as nonstandard NaNs. Benchmarks show that the speed of such lists is now very close to the speed of purely-int or purely-float lists. - Simplify implementation of ffi.gc() to avoid most weakrefs - Massively improve the performance of map() with more than one sequence argument Differential Revision: https://reviews.freebsd.org/D3285 Notes: svn path=/head/; revision=395726
* databases/mysql-connector-odbc: build and interoperate with mariadb-10Kurt Jaeger2015-08-317-23/+95
| | | | | | | | | PR: 198925 Submitted by: Pavel Timofeev <timp87@gmail.com> Approved by: sergey@network-asp.biz (maintainer timeout) Notes: svn path=/head/; revision=395662
* databases/kbibtex: fix build on i386Max Brazhnikov2015-08-311-0/+13
| | | | Notes: svn path=/head/; revision=395654
* Reset maintainership per mail on freebsd-ports@ listJan Beich2015-08-304-4/+4
| | | | | | | Requested by: Joe Horn <joehorn@gmail.com> (maintainer) Notes: svn path=/head/; revision=395640
* Upgrade to version 1.0.1.Jimmy Olgeni2015-08-302-3/+3
| | | | Notes: svn path=/head/; revision=395617
* databases/cego: 2.24.3 -> 2.24.4Kurt Jaeger2015-08-302-3/+3
| | | | | | | | | | | | | | | - Fix in CegoAction::execViewCreate. Views must be compiled successful now immediately after creation. Otherwise, the calculated schema is not stored correctly into dictionary. - Fix in CegoFactor::getId. If sysdate is used in queries, it should be resolved, otherwise query couldbe used from cache which returns invalid result Submitted by: Bjoern Lemke <lemke@lemke-it.com> Notes: svn path=/head/; revision=395602
* Upgrade to version 0.16.1, which now requires elixir-postgrex.Jimmy Olgeni2015-08-303-21/+8
| | | | Notes: svn path=/head/; revision=395601
* - Remove MASTER_SITE_SUBDIRSunpoet Po-Chuan Hsieh2015-08-291-1/+0
| | | | Notes: svn path=/head/; revision=395541
* - Update to 0.10.5TAKATSU Tomonari2015-08-292-3/+6
| | | | Notes: svn path=/head/; revision=395534
* databases/cego: 2.23.12 -> 2.24.3Kurt Jaeger2015-08-293-4/+5
| | | | | | | | | | | | - Implemented query cache http://www.lemke-it.com/litexec?request=pubcegodoc&user=&lang=en&section=cgdoc_cgadm.html#cgadm_querycache - SQL keywords can now be used case-insensitive, with proper CSMODE http://www.lemke-it.com/litexec?request=pubcegodoc&user=&lang=en&section=cgdoc_database_running.html#compatattr Submitted by: Bjoern Lemke <lemke@lemke-it.com> Notes: svn path=/head/; revision=395533
* - Updated to 1.6.6Veniamin Gvozdikov2015-08-284-5/+44
| | | | | | | - Copied patch from lang/luajit Notes: svn path=/head/; revision=395521
* - Switch to options helpersDmitry Marakasov2015-08-281-0/+4
| | | | Notes: svn path=/head/; revision=395501
* - Switch to @sample; also fixes config removal on deinstall due to incorrect ↵Dmitry Marakasov2015-08-282-4/+2
| | | | | | | | | @unexec command MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=395488
* databases/kbibtex:Max Brazhnikov2015-08-285-33/+196
| | | | | | | | - Update to 0.6 - Remove obsolete patch Notes: svn path=/head/; revision=395458
* - Update to 1.1.0Dmitry Marakasov2015-08-274-7/+22
| | | | | | | | PR: 202597 Submitted by: coder@tuxfamily.org (maintainer) Notes: svn path=/head/; revision=395405
* - Update to 0.3.20Sunpoet Po-Chuan Hsieh2015-08-262-3/+3
| | | | | | | Changes: https://github.com/brianmario/mysql2/releases Notes: svn path=/head/; revision=395377
* - Drop @dirrm* from plistDmitry Marakasov2015-08-261-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=395338
* - Add LICENSE_FILEDmitry Marakasov2015-08-261-7/+4
| | | | | | | | | | - Switch to USES=autoreconf - Switch to options helpers Approved by: portmgr blanket Notes: svn path=/head/; revision=395333
* - Fix build when CC contains slashesDmitry Marakasov2015-08-261-2/+3
| | | | Notes: svn path=/head/; revision=395330
* Upgrade to version 0.3.9.Jimmy Olgeni2015-08-252-3/+3
| | | | Notes: svn path=/head/; revision=395311
* Upgrade to version 1.0.0.Jimmy Olgeni2015-08-252-3/+3
| | | | Notes: svn path=/head/; revision=395309
* Upgrade to version 0.13.2.Jimmy Olgeni2015-08-253-4/+6
| | | | Notes: svn path=/head/; revision=395308
* - Update to 4.1.13Sunpoet Po-Chuan Hsieh2015-08-252-3/+4
| | | | | | | | | - Add NO_ARCH Changes: https://github.com/rails/rails/blob/4-1-stable/activerecord/CHANGELOG.md Notes: svn path=/head/; revision=395289
* - Update to 4.1.13Sunpoet Po-Chuan Hsieh2015-08-252-3/+4
| | | | | | | | | - Add NO_ARCH Changes: https://github.com/rails/rails/blob/4-1-stable/activemodel/CHANGELOG.md Notes: svn path=/head/; revision=395288
* - Update to 4.2.4Sunpoet Po-Chuan Hsieh2015-08-252-3/+3
| | | | | | | Changes: https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md Notes: svn path=/head/; revision=395280
* - Update to 4.2.4Sunpoet Po-Chuan Hsieh2015-08-252-3/+3
| | | | | | | Changes: https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md Notes: svn path=/head/; revision=395279
* percona56-client: Switch to USES=libedit.Raphael Kubo da Costa2015-08-241-2/+1
| | | | | | | | | | | | | | | | | | Instead of manually adding both a build- and a run-time dependency on libedit from ports, use USES=libedit instead. Not only does it take care of adding the proper dependency, but it also sets CMAKE_PREFIX_PATH to ${LOCALBASE} to make sure that the version in ports is preferred instead of the one in base. This is a dependency for moving to CMake 3.3.x, as starting with 3.3.0 calls to find_library() will also look in the $PATH environment variable and end up finding libedit from base by default. Approved by: flo (maintainer) Differential Revision: https://reviews.freebsd.org/D3468 Notes: svn path=/head/; revision=395190
* python-sql is a library to write SQL queries in a pythonic way.Wen Heping2015-08-244-0/+23
| | | | | | | WWW: http://python-sql.tryton.org/ Notes: svn path=/head/; revision=395167
* - Update to 3.8.11.1Sunpoet Po-Chuan Hsieh2015-08-232-5/+6
| | | | | | | | | | | - Update MASTER_SITES Changes: https://www.sqlite.org/releaselog/3_8_11_1.html PR: 202569 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=395102
* - Update to 3.8.11.1Sunpoet Po-Chuan Hsieh2015-08-232-6/+8
| | | | | | | | | | | | | - Update MASTER_SITES - Sort USES - Cosmetic change Changes: https://www.sqlite.org/releaselog/3_8_11_1.html PR: 202568 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=395101
* - Update to 0.4.4.0Veniamin Gvozdikov2015-08-232-3/+3
| | | | | | | | PR: ports/202475 Submitted by: Chris Petrik <chris@bsdjunk.com> Notes: svn path=/head/; revision=395096
* - Updated to lates 1.6.5-305-g3a9640bVeniamin Gvozdikov2015-08-222-4/+4
| | | | Notes: svn path=/head/; revision=395057
* Fix depends on devel/pear-XML_Parser.Mathieu Arnold2015-08-222-4/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=395055