aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.9.12Steven Kreuzer2013-08-272-3/+3
| | | | | | | | PR: ports/181460 Submitted by: Steve Wills <swills@FreeBSD.org> Notes: svn path=/head/; revision=325446
* - update to 1.0.2Jason Helfman2013-08-273-14/+20
| | | | | | | - properly support DOCS, and add option Notes: svn path=/head/; revision=325431
* - Add LICENSESunpoet Po-Chuan Hsieh2013-08-252-11/+14
| | | | | | | | | - Convert to new options framework - Cosmetic change - Use single space after WWW: Notes: svn path=/head/; revision=325359
* - Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo)Sunpoet Po-Chuan Hsieh2013-08-253-4/+4
| | | | Notes: svn path=/head/; revision=325358
* - Remove USE_GCC=4.2+Sunpoet Po-Chuan Hsieh2013-08-252-4/+2
| | | | | | | | - Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo) - Use single space after WWW: Notes: svn path=/head/; revision=325351
* - Use -pthread instead of deprecated PTHREAD_LIBSSunpoet Po-Chuan Hsieh2013-08-251-3/+3
| | | | | | | - Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo) Notes: svn path=/head/; revision=325350
* Horde package update:Martin Matuska2013-08-232-7/+3
| | | | | | | | | | | | | | | | | | | Horde_ActiveSync 2.6.1 -> 2.6.2 Horde_Css_Parser 1.0.0 -> 1.0.1 Horde_Db 2.0.3 -> 2.0.4 Horde_Imap_Client 2.12.0 -> 2.13.1 Horde_Mail 2.0.6 -> 2.1.0 Horde_Mime 2.2.4 -> 2.2.5 Horde_Queue 1.0.0 -> 1.1.0 Horde_SessionHandler 2.2.1 -> 2.2.2 Horde_View 2.0.2 -> 2.0.3 horde-wicked 2.0.0RC1 -> 2.0.0RC2 horde-whups 3.0.0RC1 -> 3.0.0RC2 horde-ansel 3.0.0RC1 -> 3.0.0 final Notes: svn path=/head/; revision=325255
* - Update to 0.1.20130428Sunpoet Po-Chuan Hsieh2013-08-222-3/+3
| | | | | | | Changes: https://code.google.com/p/py-leveldb/source/list Notes: svn path=/head/; revision=325215
* - Update to 1.13.0Sunpoet Po-Chuan Hsieh2013-08-222-3/+3
| | | | | | | Changes: http://code.google.com/p/leveldb/source/list Notes: svn path=/head/; revision=325214
* - Add new port: databases/redigoGrzegorz Blach2013-08-225-0/+50
| | | | | | | | | | Redigo is a Go client for the Redis database. It supports all Redis commands, pipelining, publish/subscribe and connection pooling. Approved by: crees (mentor) Notes: svn path=/head/; revision=325213
* - Fix USESSunpoet Po-Chuan Hsieh2013-08-221-2/+1
| | | | Notes: svn path=/head/; revision=325212
* Custom prefetches for DBIx::Class.Mathieu Arnold2013-08-225-0/+48
| | | | | | | | PR: ports/180313 Submitted by: Anes Mukhametov <anes@anes.su> Notes: svn path=/head/; revision=325201
* Add virtual columns to DBIx::Class schemataMathieu Arnold2013-08-225-0/+42
| | | | | | | | PR: ports/180306 Submitted by: Anes Mukhametov <anes@anes.su> Notes: svn path=/head/; revision=325200
* Add support for lang/lua, disabled by default.Sergey A. Osokin2013-08-223-3/+60
| | | | | | | Do not bump PORTREVISION. Notes: svn path=/head/; revision=325175
* Update to 0.9.11Steven Kreuzer2013-08-212-11/+6
| | | | | | | | PR: ports/181454 Submitted by: Steve Wills <swills@FreeBSD.org> Notes: svn path=/head/; revision=325167
* Upgrade from 2.6.14 to 2.6.15.Sergey A. Osokin2013-08-214-7/+65
| | | | | | | | | | | | | | | | | | | | | | | | | Add support for lang/lua, disabled by default. <ChangeLog> UPGRADE URGENCY: MODERATE, upgrade ASAP only if you experience issues related to the expired keys collection algorithm, or if you use the ZUNIONSTORE command. * [FIX] Improved expired keys collection algorithm. Even under heavy load keys to be expired can't accumulate because of lack of CPU time. * [FIX] Fixed Issue #1240, ZUNIONSTORE could lead to wrong result. * [NEW] redis-benchmark improvements. * [NEW] dict.c API wrong usage detection. WARNING: redis-benchmark released with 2.6.15 features non backward compatible change in the way the random arguments are specified, use the --help option for more information. </ChangeLog> Notes: svn path=/head/; revision=325164
* - Cleanup Makefile headerSunpoet Po-Chuan Hsieh2013-08-2111-55/+11
| | | | Notes: svn path=/head/; revision=325163
* - Remove leading indefinite article from COMMENTSunpoet Po-Chuan Hsieh2013-08-215-5/+5
| | | | Notes: svn path=/head/; revision=325161
* - Use RUN_DEPENDS:=BUILD_DEPENDSSunpoet Po-Chuan Hsieh2013-08-214-14/+5
| | | | | | | | - Add BUILD_DEPENDS - Cosmetic change Notes: svn path=/head/; revision=325148
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-2112-12/+23
| | | | Notes: svn path=/head/; revision=325134
* databases/jrrd: update to 1.0.6William Grzybowski2013-08-212-11/+6
| | | | | | | | | | | | | - Update to 1.0.6 [1] - Trim Makefile header [1] - Convert to new LIB_DEPENDS syntax - Remove leading article from COMMENT PR: ports/180841 Submitted by: Sevan Janiyan <venture37 geeklan.co.uk> (maintainer) Notes: svn path=/head/; revision=325133
* - Use USES=gmakeSunpoet Po-Chuan Hsieh2013-08-215-5/+5
| | | | Notes: svn path=/head/; revision=325110
* Update to 0.13Mathieu Arnold2013-08-212-7/+3
| | | | Notes: svn path=/head/; revision=325101
* Update to 1.22Mathieu Arnold2013-08-212-3/+3
| | | | Notes: svn path=/head/; revision=325099
* - Update to 1.10.0Sunpoet Po-Chuan Hsieh2013-08-212-2/+2
| | | | | | | | | | - Update COMMENT and remove leading indefinite article from COMMENT - Bump PORTREVISION for graphics/gdal shlib change Changes: http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News Notes: svn path=/head/; revision=325086
* databases/pymongo: update to 2.6William Grzybowski2013-08-202-3/+5
| | | | | | | | | | | | - Update to 2.6 - Add LICENSE (AL2) - Fix WWW line in pkg-descr (one space and ending slash) Changes: https://github.com/mongodb/mongo-python-driver/blob/2.6/doc/changelog.rst Notes: svn path=/head/; revision=325073
* Update from 2.8.0-rc2 to 2.8.0-rc3.Sergey A. Osokin2013-08-203-6/+13
| | | | | | | | | | | | | | | | | | | | | | Disable debug flags. <ChangeLog> # UPGRADE URGENCY: HIGH * [FIX] Improved expired keys collection algorithm. Even under heavy load keys to be expired can't accumulate because of lack of CPU time. * [FIX] Replication speed regression fixed (issue #1238). * [FIX] Fixed an hard to trigger PSYNC bug. * [FIX] Fixed Issue #1240, ZUNIONSTORE could lead to wrong result. * [NEW] Add per-db average TTL information in INFO output. * [NEW] redis-benchmark improvements. * [NEW] dict.c API wrong usage detection. </ChangeLog> Notes: svn path=/head/; revision=325066
* Update to 0.07036.Mathieu Arnold2013-08-202-3/+3
| | | | Notes: svn path=/head/; revision=325045
* Update to 2.07.Mathieu Arnold2013-08-203-7/+4
| | | | Notes: svn path=/head/; revision=325043
* Update to 0.771.Mathieu Arnold2013-08-202-3/+3
| | | | Notes: svn path=/head/; revision=325039
* Update to 0.53.Mathieu Arnold2013-08-202-3/+3
| | | | Notes: svn path=/head/; revision=325037
* Don't abuse PORTREVISION.Maxim Sobolev2013-08-191-2/+2
| | | | Notes: svn path=/head/; revision=325022
* - Update to 2.19.4Frederic Culot2013-08-192-3/+3
| | | | | | | | | Changes: http://www.lemke-it.com/litexec?request=pubclogcego&user=&lang=en PR: ports/181305 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) Notes: svn path=/head/; revision=324958
* databases/pymongo: take maintainershipWilliam Grzybowski2013-08-181-1/+1
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=324924
* - Update to 2.5.2Wen Heping2013-08-182-5/+4
| | | | | | | - Reset maintainer to ports@ Notes: svn path=/head/; revision=324920
* - Reset pgollucci's portsBryan Drewery2013-08-181-6/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=324913
* - Fix build after the recent lang/python changesMarcus von Appen2013-08-171-0/+1
| | | | Notes: svn path=/head/; revision=324882
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-172-2/+2
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* 1: Upgrade to 3.0.6.Vanilla I. Shu2013-08-175-52/+39
| | | | | | | | | | 2: trim Makefile header, fix pkg-plist. PR: ports/174242 Submitted by: maintainer [1], me [2] Notes: svn path=/head/; revision=324833
* Update to 0.9.7.Xin LI2013-08-163-19/+24
| | | | Notes: svn path=/head/; revision=324812
* Add rrdmerge - a simple script to merge two RRD files together. But quiteMaxim Sobolev2013-08-155-0/+39
| | | | | | | useful at that. Notes: svn path=/head/; revision=324749
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-1440-40/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Update to 5.1.71 release.Alex Dupre2013-08-142-3/+3
| | | | Notes: svn path=/head/; revision=324690
* Update from 2.6.14 to 2.8.0-rc2.Sergey A. Osokin2013-08-136-57/+59
| | | | | | | Changes: https://raw.github.com/antirez/redis/2.8/00-RELEASENOTES Notes: svn path=/head/; revision=324677
* New port for databases/p5-DBIx-Class-HelpersTom Judge2013-08-135-0/+137
| | | | | | | | | | DBIx::Class::Helpers is a collection of tools to help simplify the common tasks in DBIx::Class. WWW: http://search.cpan.org/dist/DBIx-Class-Helpers/ Notes: svn path=/head/; revision=324673
* Update to 2.4.5 release.Alex Dupre2013-08-133-5/+18
| | | | | | | | Add support for SASL client authentication Build shared library. Notes: svn path=/head/; revision=324663
* databases/xtrabackup: update to 2.1.4William Grzybowski2013-08-133-80/+13
| | | | | | | | | | | | - Update to 2.1.4 - Remove MySQL references (everything is now inside tarball) - Add qpress as run dependency for --decompress option PR: ports/181255 Submitted by: Alex Samorukov <samm os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=324660
* The swift client requires pbr for run too.Mikolaj Golub2013-08-121-1/+2
| | | | | | | Approved by: bdrewery Notes: svn path=/head/; revision=324636
* Rework patch to be similar to php 5.5.Alex Dupre2013-08-121-9/+10
| | | | Notes: svn path=/head/; revision=324634
* Remove unneeded patch.Alex Dupre2013-08-121-15/+0
| | | | Notes: svn path=/head/; revision=324633