aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* - Add TEST_DEPENDSMartin Wilke2012-01-141-0/+1
| | | | | | | | PR: 164068 Submitted by: swills# Notes: svn path=/head/; revision=289230
* - Update to 1.2.2Martin Wilke2012-01-143-6/+22
| | | | | | | | PR: 164120 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=289212
* - Update to 1.2.1Martin Wilke2012-01-142-6/+5
| | | | | | | - Pet portlint Notes: svn path=/head/; revision=289186
* - Add TEST_DEPENDS to enable testingSteve Wills2012-01-141-0/+1
| | | | | | | | | PR: ports/164111 Submited by: swills (myself) Approved by: Jon Nistor <nistor@snickers.org> (maintainer) Notes: svn path=/head/; revision=289164
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-1448-56/+53
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Add TEST_DEPENDS to enable testingSteve Wills2012-01-141-1/+2
| | | | | | | - Expand value of BUILD_DEPENDS before assigning to RUN_DEPENDS Notes: svn path=/head/; revision=289127
* Update to 5.5.20 release.Alex Dupre2012-01-134-6/+6
| | | | Notes: svn path=/head/; revision=289106
* Update to 5.1.61 release.Alex Dupre2012-01-132-3/+3
| | | | Notes: svn path=/head/; revision=289101
* - update to 2.0.2Florian Smeets2012-01-133-57/+61
| | | | | | | | PR: ports/164074 [1] Submitted by: pgolluci [1] , Royce Williams <royce@tycho.org> (private mail) Notes: svn path=/head/; revision=289090
* - Update to 1.027Sunpoet Po-Chuan Hsieh2012-01-132-6/+15
| | | | | | | Changes: http://search.cpan.org/dist/Class-DBI-Lite/Changes Notes: svn path=/head/; revision=289083
* 2012-01-12 databases/phpmyadmin211: No longer supported by the phpMyAdmin ↵Eitan Adler2012-01-139-270/+0
| | | | | | | project Notes: svn path=/head/; revision=289076
* - Update to 1.926Sunpoet Po-Chuan Hsieh2012-01-132-6/+17
| | | | | | | Changes: http://search.cpan.org/dist/Redis/Changes Notes: svn path=/head/; revision=289074
* - update to 2.1.1Wen Heping2012-01-132-3/+3
| | | | Notes: svn path=/head/; revision=289063
* Update from 2.4.5 to 2.4.6.Sergey A. Osokin2012-01-122-3/+3
| | | | | | | | | | | | | | | | | | <ChangeLog> * [BUGFIX] Fixed issue #141 part 1: Possible protocol desyncs when clients send wrong protocol is now fixed. (See issue 141 for more details) * [BUGFIX] Fixed issue #141 part 2: Connection of multiple slaves used to result from time to time into corrupted protocol send to slaves connected after the first one. (See issue 141 for more details) * [BUGFIX] Do not propagate DEBUG LOADAOF. * New INFO contains information such as ip/port/state for every conneced slave. * Show GCC version in INFO output. </ChangeLog> Notes: svn path=/head/; revision=288997
* share/doc/HTML/en/kmysqladmin/common is a symlink not a directory, fix plist ↵Baptiste Daroussin2012-01-112-2/+2
| | | | | | | | | and bump portrevision Spotted by: (pointyhat) pkgng exp-run Notes: svn path=/head/; revision=288982
* Update to 2.10Carlo Strub2012-01-103-4/+4
| | | | | | | Approved by: glarkin@ (mentor) Notes: svn path=/head/; revision=288901
* Update to 2.3 release.Alex Dupre2012-01-102-3/+3
| | | | Notes: svn path=/head/; revision=288900
* Fix multi-instance handling in rc.d scriptDoug Barton2012-01-101-17/+14
| | | | | | | Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer) Notes: svn path=/head/; revision=288869
* - patch to resolve THRIFT-1487 issueMichael Scheidell2012-01-091-0/+9
| | | | | | | | PR: ports/163946 Approved by: gabor (mentor, implicit) Notes: svn path=/head/; revision=288830
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-099-9/+9
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* The port asks the user a question. Tools like portmaster need toLars Balker Rasmussen2012-01-091-0/+2
| | | | | | | | | | know this so that they can inform the user. PR: 162070 Submitted by: Doug Barton <dougb@freebsd.org> Notes: svn path=/head/; revision=288823
* - update to 1.0.6Ruslan Makhmatkhanov2012-01-097-43/+85
| | | | | | | | | | | | | | - stop using kill-9 - support for cqlsh While i'm here, fix plist and some whitespace issues. PR: 163295 Submitted by: Radim Kolar <hsn at sendmail dot cz> Approved by: maintainer (timeout, 3 weeks+) Notes: svn path=/head/; revision=288809
* 2011-11-30 databases/pear-Doctrine: Please upgrade to 1.2.x: ↵Eitan Adler2012-01-086-1139/+0
| | | | | | | http://svn.doctrine-project.org/tags/1.2.4/UPGRADE_TO_1_2 Notes: svn path=/head/; revision=288787
* - Change DISTNAME to follow lang/perl5.14Sunpoet Po-Chuan Hsieh2012-01-083-4/+14
| | | | | | | | | | - Fix XSLoader to allow GDBM_File work with Perl releases other than 5.14 - Bump PORTREVISION for package change Reported by: swills Notes: svn path=/head/; revision=288756
* Repeated words are are hard to to find sometimes.Eitan Adler2012-01-083-3/+3
| | | | | | | Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=288737
* - Update to 0.0018Wen Heping2012-01-082-3/+3
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/ROKR/DBIx-NoSQL-0.0018/Changes Notes: svn path=/head/; revision=288727
* Upgrade to version 1.41.Jimmy Olgeni2012-01-073-3/+23
| | | | Notes: svn path=/head/; revision=288707
* - Update to 1.51Sunpoet Po-Chuan Hsieh2012-01-072-7/+21
| | | | | | | | | | | | | - Add TEST_DEPENDS - Pet portlint Changes: http://search.cpan.org/dist/ORLite/Changes PR: ports/163852 Submitted by: sunpoet (myself) Approved by: Cezary Morga <cm@therek.net> (maintainer) Notes: svn path=/head/; revision=288702
* - Update to 0.766Sunpoet Po-Chuan Hsieh2012-01-072-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB/Changes Notes: svn path=/head/; revision=288677
* - Update to 2.11.7Frederic Culot2012-01-072-3/+3
| | | | | | | | PR: ports/163870 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) Notes: svn path=/head/; revision=288663
* Python DB-API 2.0 client interface for CassandraEitan Adler2012-01-075-0/+67
| | | | | | | | | | WWW: http://code.google.com/a/apache-extras.org/p/cassandra-dbapi2/ PR: ports/163292 Submitted by: Radim Kolar <hsn@sendmail.cz> Notes: svn path=/head/; revision=288654
* - Update to 0.5.1Frederic Culot2012-01-062-3/+3
| | | | | | | | | PR: ports/163819 Submitted by: Joe Horn <joehorn@gmail.com> Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=288623
* - Update to 1.60Sunpoet Po-Chuan Hsieh2012-01-062-5/+9
| | | | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Dancer-Plugin-Database/Changes Notes: svn path=/head/; revision=288612
* - Update to 0.765Sunpoet Po-Chuan Hsieh2012-01-062-3/+4
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB/Changes Notes: svn path=/head/; revision=288599
* MySAC: MySQL Simple Asynchonous ClientPawel Pekala2012-01-057-0/+108
| | | | | | | | | | | | | | | MySAC is a library that provides mechanisms for making asynchronous request to MySQL database. It uses uses the official MySQL client library for authentication and network functions. Memory allocation must be done in user code, so any memory manager can be used. WWW: http://cv.arpalert.org/page.sh?mysac PR: ports/163767 Submitted by: Jake Smith <jake@xz.cx> Notes: svn path=/head/; revision=288576
* - Update to 5.14Frederic Culot2012-01-053-4/+5
| | | | | | | | PR: ports/163817 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer) Notes: svn path=/head/; revision=288541
* Upgrade to version 5.2.10:Doug Barton2012-01-055-11/+85
| | | | | | | | | | | | | * Introduce a PAM authentication plugin * Various bug fixes For the rc.d script, add the ability to run multiple instances PR: ports/161883 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer) Notes: svn path=/head/; revision=288535
* Add php5-pdo_cassandra 0.2.1, PDO driver for Apache Cassandra.Li-Wen Hsu2012-01-034-0/+46
| | | | | | | | PR: ports/163794 Submitted by: Gasol Wu <gasol.wu@gmail.com> Notes: svn path=/head/; revision=288466
* - Mark BROKEN on amd64/7, as it segfaults during installation on pointyhatPav Lucistnik2012-01-021-0/+5
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=288439
* Tarantool/Box, or simply Tarantool, is a high performance key/valueEitan Adler2012-01-0217-0/+1006
| | | | | | | | | | | | | storage server. The code is available for free under the terms of BSD license. Supported platforms are GNU/Linux and FreeBSD. WWW: http://tarantool.org/ PR: ports/163213 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> Notes: svn path=/head/; revision=288420
* DBIx::QueryLog is logs each execution time and the actual query.Jun Kuriyama2012-01-025-0/+38
| | | | | | | | | Currently, works on DBD::mysql and DBD::sqlite. WWW: http://search.cpan.org/dist/DBIx-QueryLog/ Notes: svn path=/head/; revision=288401
* - remove apache13 and ports depending on apache13 from portstreeOlli Hauer2012-01-0110-103/+0
| | | | | | | | | ( EXPIRATION_DATE=2012-01-01 ) with hat apache@ Notes: svn path=/head/; revision=288378
* - change required APACHE version from 13+ to 20+Olli Hauer2012-01-012-2/+2
| | | | | | | | | | | (prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@ Notes: svn path=/head/; revision=288372
* update to 1.0.2Florian Smeets2011-12-312-4/+3
| | | | Notes: svn path=/head/; revision=288343
* - Upgrade to 0.06.Jun Kuriyama2011-12-312-3/+3
| | | | Notes: svn path=/head/; revision=288322
* - Upgrade to 1.11.Jun Kuriyama2011-12-312-4/+4
| | | | Notes: svn path=/head/; revision=288321
* Test::mysqld automatically setups a mysqld instance in a temporaryJun Kuriyama2011-12-315-0/+37
| | | | | | | | | directory, and destroys it when the perl script exits. WWW: http://search.cpan.org/dist/Test-mysqld/ Notes: svn path=/head/; revision=288316
* - Update to 10.0.4Martin Wilke2011-12-292-3/+3
| | | | | | | | PR: 163654 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Notes: svn path=/head/; revision=288238
* - Update to 1.6.1Martin Wilke2011-12-294-9/+23
| | | | | | | | PR: 163409 Submitted by: Jaap Boender <jaapb@kerguelen.org> (maintainer) Notes: svn path=/head/; revision=288230
* Update from 2.4.4 to 2.4.5.Sergey A. Osokin2011-12-292-4/+3
| | | | | | | | | | | | | Notice from: miwi <ChangeLog> https://raw.github.com/antirez/redis/2.4/00-RELEASENOTES </ChangeLog> Notes: svn path=/head/; revision=288214