aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* - Add NO_ARCHDmitry Marakasov2017-03-152-3/+4
| | | | | | | | | | - Fix WWW: - Cosmetic fixes Approved by: portmgr blanket Notes: svn path=/head/; revision=436244
* - Fix WWW:Dmitry Marakasov2017-03-151-1/+1
| | | | Notes: svn path=/head/; revision=436230
* Update to 0.8.6Sunpoet Po-Chuan Hsieh2017-03-152-4/+4
| | | | | | | Changes: https://github.com/remiprev/her/commits/master Notes: svn path=/head/; revision=436218
* Update to 0.17.2Sunpoet Po-Chuan Hsieh2017-03-152-4/+4
| | | | | | | Changes: https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=436217
* Update to 1.5.1Sunpoet Po-Chuan Hsieh2017-03-152-4/+4
| | | | | | | Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst Notes: svn path=/head/; revision=436213
* - Update to 0.11.0Li-Wen Hsu2017-03-152-6/+6
| | | | | | | | | | - Add missing runtime dependency [1] PR: 217696 [1] Submitted by: grembo Notes: svn path=/head/; revision=436207
* databases/pgpool: Add options DOCS and SSLTorsten Zuehlsdorff2017-03-151-1/+6
| | | | | | | | | | Reintegrate DOCS and SSL options already used in previous versions in the ports-tree. Submitted by: Adam Schumacher <adam.schumacher@flightaware.com> Notes: svn path=/head/; revision=436201
* databases/rubygem-redis-actionpack4: patch to unbreakTorsten Zuehlsdorff2017-03-152-0/+12
| | | | | | | | | After the update of devel/rubygem-redis-store to 1.2.0 this port need an patch to start again, since it requiered devel/rubygem-redis-store 1.1.0 but still works with 1.2.0 Notes: svn path=/head/; revision=436200
* databases/luadbi: unbreak postgres case after testsKurt Jaeger2017-03-151-1/+0
| | | | | | | Submitted by: Michael Pfeiffer <michael.pfeiffer@eichenstein.de> Notes: svn path=/head/; revision=436199
* Update to 0.8.5Sunpoet Po-Chuan Hsieh2017-03-142-4/+4
| | | | | | | Changes: https://github.com/remiprev/her/commits/master Notes: svn path=/head/; revision=436186
* databases/luadbi: unbreak with new distsiteKurt Jaeger2017-03-143-19/+25
| | | | | | | | | PR: 212884 Submitted by: Olexander Melnyk <olexander.v.melnyk@gmail.com> (maintainer) Reviewed by: Michael Pfeiffer <michael.pfeiffer@eichenstein.de> Notes: svn path=/head/; revision=436168
* Deprecate databases/pgpool-II-22 and databases/pgpool-II-23Torsten Zuehlsdorff2017-03-142-0/+6
| | | | | | | | | They are deprecated by upstream for a long time PR: 206839 Notes: svn path=/head/; revision=436162
* databases/postgresql-plproxy: Update from 2.5 to 2.7Torsten Zuehlsdorff2017-03-144-20/+15
| | | | | | | | | | | | | | | | | Changelog: https://plproxy.github.io/changelog.html This adds support for PostgreSQL 9.5 Also: - take maintainership - change MASTERSITE to GitHub - remove obsoleted check for PostgreSQL 9.1 (no longer in ports) - update homepage of project PR: 201796, 217515 Notes: svn path=/head/; revision=436153
* Update to 5.6.35-80.0Florian Smeets2017-03-133-5/+5
| | | | | | | | PR: 215245 Submitted by: Thomas Babut <tbabut@mobileobjects.de> Notes: svn path=/head/; revision=436111
* Update to 5.5.54-38.6Florian Smeets2017-03-133-5/+4
| | | | Notes: svn path=/head/; revision=436110
* - Fix buildKirill Ponomarev2017-03-133-18/+19
| | | | | | | | | | | | | | | | - Add new necessary dependencies - Replace portions of CPPFLAGS and LDFLAGS with sed patches for ${WRKSRC}/configure - Add sed patch to rename some deprecated structure names after v3.7.1 update of x11-toolkits/scintilla PR: 217697 Submitted by: lightside@gmx.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9974 Notes: svn path=/head/; revision=436103
* GNU_CONFIGURE: Fix ax_am_jobserver usage to respect MAKE_JOBS_NUMBER.Bryan Drewery2017-03-131-1/+0
| | | | | | | | PR: 217670 [exp-run] With hat: portmgr Notes: svn path=/head/; revision=436097
* Update to 3.05Sunpoet Po-Chuan Hsieh2017-03-132-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Mojo-Pg/Changes Notes: svn path=/head/; revision=436054
* Remove expired port:Rene Ladan2017-03-124-98/+0
| | | | | | | 2017-03-01 databases/py-sqlalchemy09: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10 Notes: svn path=/head/; revision=436020
* Fix SSE 4.2 detection (on armv6)Sunpoet Po-Chuan Hsieh2017-03-121-0/+11
| | | | | | | | PR: 217575 Submitted by: Mikael Urankar <mikael.urankar@gmail.com> Notes: svn path=/head/; revision=436008
* New port: databases/phpliteadmin , web-based SQLite database admin tool ↵Nikolai Lifanov2017-03-125-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | written in PHP Features Lightweight - consists of a single 200KB source file for portability Supports SQLite3 and SQLite2 databases Translated and available in over 10 languages - and counting Specify and manage an unlimited number of databases Specify a directory and optionally its subdirectories to scan for databases Create and delete databases Add, delete, rename, empty, and drop tables Browse, add, edit, and delete records Add, delete, and edit table columns Manage table indexes Manage table triggers Import and export tables, structure, indexes, and data (SQL, CSV) View data as bar, pie, and line charts Graphical search tool to find records based on specified field values Create and run your own custom SQL queries in the free-form query editor/builder Easily apply core SQLite functions to column values using the GUI Write your own PHP functions to be available to apply to column values Design your own theme using CSS or install a pre-made theme from the community All presented in an intuitive, easy-to-use GUI that allows non-technical, SQL-illiterate users to fully manage databases Allows multiple installations on the same server, each with a different password Secure password-protected interface with login screen and cookies PR: 214806 Submitted by: olevole@olevole.ru Notes: svn path=/head/; revision=435995
* devel/lfcbase: update 1.9.0 -> 1.9.1Kurt Jaeger2017-03-112-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | databases/cego: update 2.32.11 -> 2.32.14 lfcbase: - Small fix for Monitor::showFormBox, in case of menu elements, delete key is disabled cego: - Correstion for distinct clause. With the current grammar implemention, queries with nested selects and using the distinct operator might fail. Cego.def grammar and CegoAction implementation has been changed in way, that distinct option is just allowed at the beginning ( e.g. select distinct count(a) from t1 and NOT select count(distinct a) from t1 ) This should simplify usage, since by using the distinct clause, distinct tuples are retrieved either for plain queries or for aggregation Confusing sample not allowed anymore : select count(distinct a), count(distinct b) from t1 ... now select distinct count(a), count(b) from t1 ) - Fix in CegoBTreeValue::valueFromSchema added. In case of multidimension btree objects, the insert of new values might fail, if string bases attributes occur at the beginning - Fix in CegoDistManager::registerObjects, registration of btree objects was still missing. This might lead to wrong results for drop if exists btree statements - Added check to CegoXMLSpace::addArchLog to verify, that directory for new archive location really exists - Added archive log management to curses based CegoAdmMon administration console Submitted by: Bjoern Lemke <lemke@lemke-it.com> Notes: svn path=/head/; revision=435953
* Update to 0.20.0Sunpoet Po-Chuan Hsieh2017-03-112-4/+4
| | | | | | | Changes: https://bitbucket.org/ged/ruby-pg/src/default/History.rdoc Notes: svn path=/head/; revision=435939
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2017-03-111-0/+1
| | | | Notes: svn path=/head/; revision=435912
* Run configure script in configure stageSunpoet Po-Chuan Hsieh2017-03-102-3/+16
| | | | Notes: svn path=/head/; revision=435847
* Update databases/elixir-db_connection to version 1.1.2.Jimmy Olgeni2017-03-102-4/+4
| | | | Notes: svn path=/head/; revision=435829
* Update to version 2.7.2.Alexey Dokuchaev2017-03-103-5/+5
| | | | | | | PR: 217643 Notes: svn path=/head/; revision=435814
* Fix MAKE_JOBS support.Bryan Drewery2017-03-091-0/+1
| | | | | | | | | | | | | | | | | | | | | - This port uses ax_am_jobserver [1] which uses CPU_COUNT from ax_count_cpus [2] to force -j to match the number of CPUs in the system rather than the amount already specified by -j to 'gmake all'. The ax_count_cpus script is broken on FreeBSD and the ax_am_jobserver code has no current support for FreeBSD and uses a bashism, thus this always builds with 1 CPU. Forcing ax_am_jobserver to use our MAKE_JOBS_NUMBER value fixes the problem. I plan to do an exp-run to fix this for the entire tree. [1] https://www.gnu.org/software/autoconf-archive/ax_am_jobserver.html [2] https://www.gnu.org/software/autoconf-archive/ax_count_cpus.html MFH: 2017Q1 Notes: svn path=/head/; revision=435782
* Update to 3.04Sunpoet Po-Chuan Hsieh2017-03-092-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Mojo-Pg/Changes Notes: svn path=/head/; revision=435769
* Update to 4.042Sunpoet Po-Chuan Hsieh2017-03-092-6/+9
| | | | | | | | | - Complete SSL option Changes: http://search.cpan.org/dist/DBD-mysql/Changes Notes: svn path=/head/; revision=435768
* - Update to 2.3.5Wen Heping2017-03-093-16/+5
| | | | | | | | PR: 217450 Submitted by: joneum@bsdproject.de Notes: svn path=/head/; revision=435747
* Remove expired ports:Rene Ladan2017-03-0832-3190/+0
| | | | | | | | | | | | | 2017-03-07 databases/oracle8-client: Oracle 8 EOL by 10 years 2017-03-07 databases/oracle7-client: Oracle 7 EOL by 13 years 2017-03-07 databases/yasql: Dependent on deprecated oracle7-client 2017-03-07 databases/jdbc-oracle10g: Oracle 10g EOL almost 4 years 2017-03-07 databases/p5-DBD-Oracle: Depends on deprecated Oracle 7 (or 8) client 2017-03-07 databases/jdbc-oracle8i: Oracle8i unsupported and unavailable; fetch site redirects 2017-03-07 databases/jdbc-oracle9i: Oracle 9i is no more supported Notes: svn path=/head/; revision=435735
* Drop optional dependencies on expired databases/jdbc-oracle[89]iRene Ladan2017-03-081-14/+1
| | | | Notes: svn path=/head/; revision=435734
* Update databases/elixir-ecto to version 2.1.4.Jimmy Olgeni2017-03-082-4/+4
| | | | Notes: svn path=/head/; revision=435724
* Update databases/elixir-postgrex to version 0.13.2.Jimmy Olgeni2017-03-082-4/+4
| | | | Notes: svn path=/head/; revision=435723
* Update to 3.03Sunpoet Po-Chuan Hsieh2017-03-082-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Mojo-Pg/Changes Notes: svn path=/head/; revision=435705
* databases/pglesslog: set DEPRECATED and EXPIRATION_DATETorsten Zuehlsdorff2017-03-081-0/+3
| | | | | | | | | The port does not build with recent PostgreSQL versions. Also the last upstream activity was 2010 with the release of this beta. Therefore mark this port as DEPRECATED. Notes: svn path=/head/; revision=435687
* Remove optional dependency on expired databases/p5-DBD-OracleRene Ladan2017-03-081-4/+1
| | | | Notes: svn path=/head/; revision=435680
* databases/powerarchitect: remove dependency on expired databases/jdbc-oracle10gRene Ladan2017-03-071-2/+1
| | | | Notes: svn path=/head/; revision=435643
* databases/sql-workbench: remove dependency on expired databases/jdbc-oracle10gRene Ladan2017-03-071-2/+1
| | | | Notes: svn path=/head/; revision=435642
* databases/fpc-oracle: drop optional dependency on expired ↵Rene Ladan2017-03-071-6/+0
| | | | | | | databases/oracle8-client Notes: svn path=/head/; revision=435640
* databases/tora: remove expired optional ORACLE optionRene Ladan2017-03-071-8/+0
| | | | Notes: svn path=/head/; revision=435639
* New port: databases/p5-Store-CouchDBKurt Jaeger2017-03-075-0/+38
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=435630
* Update to 1.5.0Sunpoet Po-Chuan Hsieh2017-03-072-5/+5
| | | | | | | Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst Notes: svn path=/head/; revision=435618
* - Remove empty directoriesAlex Kozlov2017-03-071-1/+0
| | | | | | | | | - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr blanket Notes: svn path=/head/; revision=435611
* databases/godis: fix expiration dateSteve Wills2017-03-071-1/+1
| | | | Notes: svn path=/head/; revision=435608
* databases/godis: deprecate and expireSteve Wills2017-03-071-0/+3
| | | | Notes: svn path=/head/; revision=435606
* Horde package update:Martin Matuska2017-03-072-4/+4
| | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=435605
* Update `databases/libcouchbase' to version 2.6.4.Alexey Dokuchaev2017-03-073-7/+7
| | | | | | | | | TIMESTAMP (libcouchbase-2.6.4.tar.gz) = 1480368745 PR: 215246 Notes: svn path=/head/; revision=435593
* - Update to 1.7.3.318Veniamin Gvozdikov2017-03-072-4/+4
| | | | Notes: svn path=/head/; revision=435589