aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Seed Fu is an attempt to once and for all solve the problem of inserting andSteve Wills2013-10-211-0/+1
| | | | | | | | | | | | | | maintaining seed data in a database. It uses a variety of techniques gathered from various places around the web and combines them to create what is hopefully the most robust seed data system around. WWW: http://github.com/mbleigh/seed-fu PR: ports/182705 Submitted by: Loic Blot <loic.blot@unix-experience.fr> Notes: svn path=/head/; revision=331087
* Add p5-Bucardo 4.5.0, asynchronous PostgreSQL replication system.Mathieu Arnold2013-10-171-0/+1
| | | | Notes: svn path=/head/; revision=330641
* 2013-10-10 audio/ruby-vorbisfile: Does not work with Ruby 1.9Thomas Abthorpe2013-10-111-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-10-10 audio/ruby-xmms: Does not work with Ruby 1.9 2013-10-10 databases/ruby-interbase: Does not work with Ruby 1.9 2013-10-10 databases/ruby-bdb1: Does not work with Ruby 1.9 2013-10-10 devel/ruby-fam: Does not work with Ruby 1.9 2013-10-10 devel/ruby-rcov: Does not work with Ruby 1.9 2013-10-10 devel/ruby-rudl: Does not work with Ruby 1.9 2013-10-10 devel/ruby-gemfinder: Does not work with Ruby 1.9 2013-10-10 devel/ruby-sysvipc: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-sdl: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-ncurses: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-parsetree: Does not work with Ruby 1.9 2013-10-10 devel/ruby-sexp: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-getopt-declare: Does not work with Ruby 1.9 2013-10-10 devel/ruby-slang: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-slang: Does not work with Ruby 1.9 2013-10-10 devel/ruby-gettext: Does not work with Ruby 1.9 2013-10-10 devel/ruby-jttui: Does not work with Ruby 1.9 2013-10-10 devel/ruby-mmap: Does not work with Ruby 1.9 2013-10-10 devel/ruby-racc: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-rparsec: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-zoom: Does not work with Ruby 1.9 2013-10-10 games/ruby-exmars: Does not work with Ruby 1.9 2013-10-10 graphics/ruby-pgplot: Does not work with Ruby 1.9 2013-10-10 graphics/ruby-opengl: Does not work with Ruby 1.9 2013-10-10 graphics/rubygem-turing: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-chasen: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-gyokuro: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-rdic: Does not work with Ruby 1.9 2013-10-10 lang/ruby-mode.el: Does not work with Ruby 1.9 2013-10-10 misc/rubygem-ohcount: Does not work with Ruby 1.9 2013-10-10 net-im/rubygem-xmpp4r: Does not work with Ruby 1.9 2013-10-10 security/ruby-acl: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-xslt: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-erbscan: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-mwdom: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-xmlscan-old: Does not work with Ruby 1.9 2013-10-10 textproc/rubygem-formosa: Does not work with Ruby 1.9 2013-10-10 textproc/rubygem-htmltools: Does not work with Ruby 1.9 2013-10-10 www/ruby-cruisecontrolrb: Does not work with Ruby 1.9 2013-10-10 www/rubygem-rubyfulsoup: Does not work with Ruby 1.9 2013-10-10 x11/ruby-gtktrayicon: Does not work with Ruby 1.9 Notes: svn path=/head/; revision=330056
* Remove libgda (component of the EOLed gnome1) not used by anything anymore.Baptiste Daroussin2013-10-071-1/+0
| | | | | | | Approved by: gnome (implicit) Notes: svn path=/head/; revision=329654
* Remove gnome-db (component of the EOLed gnome1) not used by anything anymore.Baptiste Daroussin2013-10-071-1/+0
| | | | | | | Approved by: gnome (implicit) Notes: svn path=/head/; revision=329653
* This port is unsupported upstream and its package name conflict with the ↵Baptiste Daroussin2013-10-021-1/+0
| | | | | | | | | supported version While here fix a typo in MOVED Notes: svn path=/head/; revision=329115
* CppDB is a SQL connectivity library that is designed to provide platform andSteven Kreuzer2013-10-021-0/+1
| | | | | | | | | | | | | | | | | | database independent connectivity API similarly to what JDBC, ODBC and other connectivity libraries do. It supports Sqlite3, PostgreSQL, MySQL and as many RDBMSs as possible via cppdb-odbc bridge. It was written with performance, simplicity in use and locale safety as the primary goals in mind. It also provides both explicit verbose API and brief and nice syntactic sugar. WWW: http://cppcms.com/sql/cppdb/ PR: ports/180404 Submitted by: Mohammad S. Babaei <info@babaei.net> Notes: svn path=/head/; revision=329100
* Remove outdated, not depend on dbh10, which name is in collision with dbhBaptiste Daroussin2013-10-021-1/+0
| | | | Notes: svn path=/head/; revision=329050
* - Add new port databases/riakBryan Drewery2013-09-271-0/+1
| | | | | | | | | | | | | | | | | - Did not convert to staging as it fails to build when enabled currently Riak is a distributed database designed for maximum availability: so long as your client can reach one server, it should be able to write data. In most failure scenarios the data you want to read should be available, albeit possibly stale. WWW: http://basho.com/riak/ PR: ports/182317 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=328458
* Add PostGIS 2.1.0Ruslan Makhmatkhanov2013-09-141-0/+1
| | | | | | | | PR: 182032 (based on) Submitted by: Trevor Caira <trevor@bitba.se> Notes: svn path=/head/; revision=327229
* APSW is a Python wrapper for the SQLite embedded relational databaseGuido Falsi2013-09-121-0/+1
| | | | | | | | | | | | | | engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python. The documentation has a section on the differences between APSW and pysqlite. APSW supports CPython 2.3 onwards and CPython 3.1 onwards. PR: ports/181938 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> Notes: svn path=/head/; revision=327055
* add postgresql-plv8js, it's procedural language base on v8js.Vanilla I. Shu2013-09-071-0/+1
| | | | Notes: svn path=/head/; revision=326569
* Repo copy libgda4 ports to libgda5 and libgdamm to libgdamm5.Koop Mast2013-09-061-0/+9
| | | | | | | | | | Update libgda5 to 5.0.3 and libgdamm5 to 4.99.6. Libgda 5 is the new version of libgda data abstraction library. Obtained from: gnome dev repo. Notes: svn path=/head/; revision=326490
* Remove expired ports:Rene Ladan2013-09-041-1/+0
| | | | | | | | 2013-09-04 www/p5-Catalyst-Plugin-Unicode-Encoding: This module now part of core Catalyst distribution 2013-09-04 databases/phpmyadmin35: Has unresolved security problems: http://www.phpmyadmin.net/home_page/security/PMASA-2013-10.php Notes: svn path=/head/; revision=326267
* Rename databases/py-migrate to databases/py-sqlalchemy-migrateLi-Wen Hsu2013-09-011-1/+1
| | | | | | | | Requested by: koobs Reviewed by: koobs, mva Notes: svn path=/head/; revision=325853
* - Disconnect ports removed in r325546Bryan Drewery2013-08-291-2/+0
| | | | Notes: svn path=/head/; revision=325558
* - Add new port: databases/redigoGrzegorz Blach2013-08-221-0/+1
| | | | | | | | | | 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
* Custom prefetches for DBIx::Class.Mathieu Arnold2013-08-221-0/+1
| | | | | | | | 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-221-0/+1
| | | | | | | | PR: ports/180306 Submitted by: Anes Mukhametov <anes@anes.su> Notes: svn path=/head/; revision=325200
* Add rrdmerge - a simple script to merge two RRD files together. But quiteMaxim Sobolev2013-08-151-0/+1
| | | | | | | useful at that. Notes: svn path=/head/; revision=324749
* New port for databases/p5-DBIx-Class-HelpersTom Judge2013-08-131-0/+1
| | | | | | | | | | 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
* Adds a Redis::Namespace class which can be used to namespace calls to Redis.Steve Wills2013-07-301-0/+1
| | | | | | | | | | This is useful when using a single instance of Redis with multiple, different applications. WWW: http://github.com/resque/redis-namespace Notes: svn path=/head/; revision=323936
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-261-9/+0
| | | | | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt Notes: svn path=/head/; revision=323748
* SHA1, SHA256, SHA512, MD5 & CRC32 data types for PostgreSQLPawel Pekala2013-07-231-0/+1
| | | | | | | | | | | | | A fork of the shatypes extension which adds additional data types along with some fixes. WWW: http://pgxn.org/dist/hashtypes/ PR: ports/180137 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Notes: svn path=/head/; revision=323551
* Remove expired ports:Rene Ladan2013-07-111-1/+0
| | | | | | | | | 2013-07-11 databases/embedded_innodb: The Embedded InnoDB project was terminated a few years ago 2013-07-11 print/lyx16: Unmaintained upstream, upgrading to the 2.x series is advised 2013-07-11 security/py-crack: Superseded by security/py-cracklib Notes: svn path=/head/; revision=322762
* Welcome PHP 5.5!Alex Dupre2013-06-241-0/+16
| | | | | | | | | Future steps: - rename current php5 ports to php54 - make php55 the default one after an exp-run Notes: svn path=/head/; revision=321684
* The Doctrine ORM package is the primary package containing theWilliam Grzybowski2013-06-201-0/+1
| | | | | | | | | object relational mapper. WWW: http://www.doctrine-project.org/ Notes: svn path=/head/; revision=321391
* The Doctrine DBAL package is the database abstraction layer used toWilliam Grzybowski2013-06-201-0/+1
| | | | | | | | | power the ORM package. WWW: http://www.doctrine-project.org/ Notes: svn path=/head/; revision=321389
* The Doctrine Common package contains shared code between the other packages.William Grzybowski2013-06-201-0/+1
| | | | | | | WWW: http://www.doctrine-project.org/ Notes: svn path=/head/; revision=321388
* Remove ports that still depend on MySQL 4.1 or 5.0 which should have beenFlorian Smeets2013-06-191-2/+0
| | | | | | | | | | removed with MySQL 4.1 and 5.0 respectively. PR: ports/179707 Reported by: John Marino <draco@marino.st> Notes: svn path=/head/; revision=321331
* new port databases/p5-MR-TarantoolAndrej Zverev2013-06-161-0/+1
| | | | | | | | | | A driver for an efficient Tarantool/Box NoSQL in-memory storage. PR: ports/178617 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> Notes: svn path=/head/; revision=321063
* Add Oracle Berkeley DB 6.0.Matthias Andree2013-06-111-0/+1
| | | | | | | | | | | | Simplify installation over previous versions. License change to Affero GNU General Public License v3 (AGPL v3). Announcement: https://oss.oracle.com/pipermail/bdb/2013-June/000056.html ChangeLog: http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_0.html Notes: svn path=/head/; revision=320540
* Horde API to access various hash table implementations.Martin Matuska2013-06-041-0/+1
| | | | | | | WWW: http://pear.horde.org Notes: svn path=/head/; revision=319906
* Remove postgresql83-*; it expired at the beginning of March.Chris Rees2013-06-041-7/+0
| | | | | | | While here, fix flo's typo... Notes: svn path=/head/; revision=319888
* Remove MySQL 5.0, it has been unsupported upstream for about 1.5 yearsFlorian Smeets2013-06-041-4/+0
| | | | | | | Approved by: ale (maintainer) Notes: svn path=/head/; revision=319886
* Remove expired port:Rene Ladan2013-06-031-1/+0
| | | | | | | 2012-06-21 databases/php-sqlite3: No upstream development and superseded by databases/php5-sqlite3 and databases/php53-sqlite3 Notes: svn path=/head/; revision=319809
* SQL::Abstract::More Generates SQL from Perl datastructures. This is aFrederic Culot2013-05-301-0/+1
| | | | | | | | | | | | | | | | | | | subclass of SQL::Abstract, fully compatible with the parent class, but it handles a few additional SQL constructs, and provides a different API with named parameters instead of positional parameters, so that various SQL fragments are more easily identified. This module was designed for the specific needs of DBIx::DataModel, but is published as a standalone distribution, because it may possibly be useful for other needs. WWW: http://search.cpan.org/dist/SQL-Abstract-More/ PR: ports/176883 Submitted by: Espen Tagestad <espen@tagestad.no> Notes: svn path=/head/; revision=319423
* Its ruby client for Tarantool Key-Value StorageMartin Wilke2013-05-291-0/+1
| | | | | | | | | | WWW: https://github.com/mailru/tarantool-ruby PR: ports/178624 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> Notes: svn path=/head/; revision=319338
* Add databases/epgsql, a PostgreSQL client library written in Erlang.Jimmy Olgeni2013-05-251-0/+1
| | | | Notes: svn path=/head/; revision=319061
* This module provides a synchronous and asynchronous driver for Tarantool.Andrej Zverev2013-05-251-0/+1
| | | | | | | | | | | | | | The driver does not have external dependencies, but includes the official light-weight Tarantool C client (a single C header which implements all protocol formatting) for packing requests and unpacking server responses. WWW: https://github.com/dr-co/dr-tarantool/ PR: ports/178618 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> Notes: svn path=/head/; revision=319057
* - Repocopy databases/py-sqlalchemy to databases/py-sqlalchemy-develNicola Vitale2013-05-231-0/+1
| | | | | | | | | | | | - Update the repocopied port to 0.8.1 [1] - Re-order OPTIONS conditionals [1] - Make BUILD_DEPENDS use TEST_DEPENDS when TESTS option is true [1] PR: ports/178498 [1] Submitted by: koobs Notes: svn path=/head/; revision=318899
* databases/innobackup: Remove dead port replaced by databases/xtrabackupChris Rees2013-05-181-1/+0
| | | | | | | | PR: ports/177997 Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=318441
* Add postgresql 9.3 beta1Palle Girgensohn2013-05-121-0/+8
| | | | Notes: svn path=/head/; revision=317925
* - Copy databases/phpmyadmin to databases/phpmyadmin35Matthew Seaman2013-05-041-0/+1
| | | | | | | | | | | | | | | | - Update databases/phpmyadmin to 4.0.0 Version 4.0.0 is the first release of a new major version, and involves some significant changes in functionality. In particular it now requires Javascript in order to operate. Provide a new phpmyadmin35 port to track the 3.5.x branch for those not wishing to upgrade yet. Note that you will have to adjust your httpd.conf if you switch to this port, as it installs the application to ${LOCALBASE}/www/phpMyAdmin35 Notes: svn path=/head/; revision=317295
* Remove MySQL 4.1, it has been unsupported upstream for almost 3.5 years.Florian Smeets2013-04-261-4/+0
| | | | | | | Approved by: ale Notes: svn path=/head/; revision=316631
* - add new port: databases/pg_activityJason Helfman2013-04-161-0/+1
| | | | | | | | | | | Top like utility for PostgreSQL activity monitoring WWW: https://github.com/julmon/pg_activity Feature safe: yes Notes: svn path=/head/; revision=315915
* Remove unmaintained, expired ports:Rene Ladan2013-04-161-1/+0
| | | | | | | | | | | | | 2013-04-09 x11-drivers/xf86-video-radeonhd-devel: Unsupported devel version 2013-04-10 devel/ros-image_common: Depends on devel/ros_common which is broken for more than 6 months 2013-04-10 devel/ros-laser_pipeline: Depends on devel/ros_common which is broken for more than 6 months 2013-03-01 databases/php52-rrdtool: PHP 5.2 series is strongly discouraged for new installations, migrate now 2013-03-05 devel/ros-common: Broken for more than 6 month Feature safe: yes Notes: svn path=/head/; revision=315825
* pyspatialite is an interface to the SQLite 3.x embedded relational databasePawel Pekala2013-03-271-0/+1
| | | | | | | | | | | | | | engine with spatialite extensions. It is almost fully compliant with the Python database API version 2.0 also exposes the unique features of SQLite and spatialite. WWW: https://code.google.com/p/pyspatialite/ PR: ports/173079 Submitted by: lbartoletti <coder@tuxfamily.org> Notes: svn path=/head/; revision=315396
* New port: databases/p5-DBIx-Dump:Ryan Steinmetz2013-03-261-0/+1
| | | | | | | | | | DBIx::Dump allows you to easily dump database data, retrieved using DBI, into a variety of formats including Excel, CSV, etc... WWW: http://search.cpan.org/dist/DBIx-Dump/ Notes: svn path=/head/; revision=315305
* - Remove databases/akonadi-google: it was merged intoAlberto Villa2013-03-241-1/+0
| | | | | | | deskutils/kdepim4-runtime. Notes: svn path=/head/; revision=315087