aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Customizable DBIMartin Wilke2010-01-281-0/+1
| | | | | | | | | | WWW: http://search.cpan.org/dist/DBIx-Custom PR: ports/141138 Submitted by: Andrey Kostenko <andrey at kostenko.name> Notes: svn path=/head/; revision=248737
* Remove outdated port (that was here for FreeBSD 4 and earlier versions).Max Khon2010-01-241-1/+0
| | | | Notes: svn path=/head/; revision=248462
* DBIx::VersionedDDL is a perl module to upgrade and downgrade databaseWen Heping2010-01-201-0/+1
| | | | | | | | | | | | schemas to a specified version. WWW: http://search.cpan.org/dist/DBIx-VersionedDDL/ PR: ports/142175 Submitted by: Alan Snelson <Alan@Wave2.org> Notes: svn path=/head/; revision=248203
* - Fix sorting and minor cleanups in category MakefilesDmitry Marakasov2010-01-201-1/+1
| | | | Notes: svn path=/head/; revision=248188
* kumofs is a scalabe and highly available distributed key-value store.Jun Kuriyama2010-01-191-0/+1
| | | | | | | WWW: http://github.com/etolabo/kumofs Notes: svn path=/head/; revision=248128
* A C implementation of the stored procedure written in plpgsql that's bundledPhilip M. Gollucci2010-01-121-0/+1
| | | | | | | | | | | | | with OpenNMS, this is the preferred version for use as is offers better performance WWW: http://www.opennms.org/wiki/IPLIKE PR: ports/142581 Submitted by: Sevan Janiyan <venture37 at geeklan.co.uk> Notes: svn path=/head/; revision=247661
* As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS.Alex Dupre2010-01-111-4/+0
| | | | Notes: svn path=/head/; revision=247607
* py-dbf is a pure python package for reading/writing dBase, FoxPro,Wen Heping2010-01-091-0/+1
| | | | | | | | | | | | | | and Visual FoxPro .dbf files (including memos). Currently supports dBase III, and FoxPro - Visual FoxPro 6 tables. Text is returned as unicode, and codepage settings in tables are honored. Documentation needs work, but author is very responsive to e-mails. WWW: http://pypi.python.org/pypi/dbf/ Notes: svn path=/head/; revision=247443
* This script takes information from "SHOW STATUS LIKE..."Greg Larkin2010-01-081-0/+1
| | | | | | | | | | | | | | | and "SHOW VARIABLES LIKE..." then attempts to produce sane recommendations for tuning server variables. It is compatible with all versions of MySQL 3.23 - 5.1. WWW: https://launchpad.net/mysql-tuning-primer PR: ports/140641 Submitted by: Joe Horn <joehorn at gmail.com> Notes: svn path=/head/; revision=247421
* DBIx::Class::QueryProfiler is a profiler for DBIx::Class. AlsoWen Heping2010-01-081-0/+1
| | | | | | | | | | | | it provides more usable output or queries. WWW: http://search.cpan.org/dist/DBIx-Class-QueryProfiler PR: ports/142006 Submitted by: Andrey Kostenko <andrey@kostenko.name> Notes: svn path=/head/; revision=247402
* - Connect pear-Doctrine12 to the buildGreg Larkin2010-01-051-0/+1
| | | | | | | Reported by: miwi Notes: svn path=/head/; revision=247236
* Remove MySQL 5.4 in favor of MySQL 5.5.Alex Dupre2010-01-041-4/+0
| | | | Notes: svn path=/head/; revision=247136
* Connect MySQL 5.5 to the build.Alex Dupre2010-01-041-0/+4
| | | | Notes: svn path=/head/; revision=247133
* A script to take daily, weekly and monthly backups of your MySQLMartin Wilke2009-12-241-0/+1
| | | | | | | | | | | | | | | | | | | databases using mysqldump. Features: - Backup mutiple databases - Single backup file or to a seperate file for each DB - Compress backup files - Backup remote servers - E-mail logs WWW: https://sourceforge.net/projects/autobackupmysql PR: ports/141846 Submitted by: Frank Wall <fw at moov.de> Notes: svn path=/head/; revision=246569
* p5-MongoDB is a Mongo Driver for Perl.Wen Heping2009-12-231-0/+1
| | | | | | | WWW: http://search.cpan.org/dist/MongoDB Notes: svn path=/head/; revision=246480
* Pure PythonPav Lucistnik2009-12-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All code, at first, is written in pure Python so that py-postgresql will work anywhere that you can install Python 3. Optimizations in C are made where needed, but are always optional. Prepared Statements Using the PG-API interface, protocol-level prepared statements may be created and used multiple times. db.prepare(sql)(*args) COPY Support Use the convenient COPY interface to directly copy data from one connection to another. No intermediate files or tricks are necessary. Arrays and Composite Typescw Arrays and composites are fully supported. Queries requesting them will returns objects that provide access to the elements within. "pg_python" Quick Console Get a Python console with a connection to PostgreSQL for quick tests and simple scripts. WWW: http://python.projects.postgresql.org/ PR: ports/137782 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> Notes: svn path=/head/; revision=246167
* Dump fixtures from source database to filesystem then import toJun Kuriyama2009-12-161-0/+1
| | | | | | | | | | | | another database (with same schema) at any time. Use as a constant dataset for running tests against or for populating development databases when impractical to use production clones. Describe fixture set using relations and conditions based on your DBIx::Class schema. WWW: http://search.cpan.org/dist/DBIx-Class-Fixtures/ Notes: svn path=/head/; revision=245966
* - Repocopy pgpool-II-2.2.6 (maintenance branch) toJun Kuriyama2009-12-151-0/+1
| | | | | | | | | | | databases/pgpool-II-22 and upgrade databases/pgpool-II to 2.3. - Record $CONFLICTS each other. Please note upgrade from 2.2.6 to 2.3 causes small incompatibility (read NEWS file in distribution). Notes: svn path=/head/; revision=245825
* Add py-pylibmc 0.9.1, python libmemcached wrapper.Yi-Jheng Lin2009-11-251-0/+1
| | | | | | | | | PR: ports/140857 Submitted by: Gea-Suan Lin <gslin at gslin.org> Approved by: lwhsu/rafan (mentors, implicit) Notes: svn path=/head/; revision=244749
* The PyMongo distribution contains tools for interacting withWen Heping2009-11-231-0/+1
| | | | | | | | | | | the Mongo database from Python. The pymongo package is a native Python driver for the Mongo database. The gridfs package is a gridfs implementation on top of pymongo. WWW: http://github.com/mongodb/mongo-python-driver Notes: svn path=/head/; revision=244680
* pecl-mongo provides an interface for communicating with theWen Heping2009-11-231-0/+1
| | | | | | | | | Mongo database in PHP. WWW: http://pecl.php.net/package/mongo Notes: svn path=/head/; revision=244679
* Mongo (from "humongous") is a high-performance, open source,Wen Heping2009-11-191-0/+1
| | | | | | | | | | | | | | | | schema-free, document-oriented database. A common name in the "NOSQL" community. WWW: http://www.mongodb.org/ PR: ports/140257 [1] ports/140144 [2] ports/140489 [2] Submitted by: Ivan Voras <ivoras@FreeBSD.org> [1] Mirko Zinn <mail@derzinn.de> [2] Notes: svn path=/head/; revision=244463
* Mongo (from "humongous") is a high-performance, open source,Wen Heping2009-11-191-0/+1
| | | | | | | | | | | | | | | | schema-free, document-oriented database. A common name in the "NOSQL" community. WWW: http://www.mongodb.org/ PR: ports/140144 [1] ports/140257 [2] ports/140489 [1] Submitted by: Mirko Zinn <mail@derzinn.de> [1] Ivan Voras <ivoras@FreeBSD.org> [2] Notes: svn path=/head/; revision=244459
* - disconnect ruby-dbd-sqlite3Dirk Meyer2009-11-171-1/+0
| | | | Notes: svn path=/head/; revision=244394
* A Ruby interface to the PostgreSQL Relational Database Management System.Dirk Meyer2009-11-171-0/+1
| | | | | | | | | | | | | | The 'pg' module is the newer module, that has been greatly improved, and is almost a complete rewrite. It is not backwards compatible. Use this module for newly written code. It should be more stable, less buggy, and has more features. LICENSE: BSD or GPL2 WWW: http://rubyforge.org/projects/ruby-pg/ Notes: svn path=/head/; revision=244393
* This is the SQLite3 driver for DBI-for-Ruby.Dirk Meyer2009-11-151-0/+1
| | | | | | | | Author: Erik Hollensben WWW: http://ruby-dbi.sourceforge.net Notes: svn path=/head/; revision=244289
* Add Berkeley DB 4.8 to the ports tree as a "regular" port for now.Steven Kreuzer2009-11-091-0/+1
| | | | | | | | | | | | Once FreeBSD 8.0 ships, I'll update all the USE knobs that are necessary to allow other ports to make use of this port. PR: ports/138831 Submitted by: Gea-Suan Lin <gslin@gslin.org> Approved by: portmgr@ Notes: svn path=/head/; revision=244034
* Rose::DBx::Object::Renderer generates web UIs for Rose::DB::Object.Wen Heping2009-11-061-0/+1
| | | | | | | | | | | | | | | | | It encapsulates many web conventions in the generated UIs as default behaviours. For example, email addresses are by default rendered as mailto links in tables and appropiate validation is enforced automatically in forms. These behaviours are highly extensible. Renderer uses CGI::FormBuilder to generate forms and the Google Chart API to render charts. Template::Toolkit is used for template processing, however, Renderer can dynamically generate a full set of UIs without any templates. WWW: http://search.cpan.org/dist/Rose-DBx-Object-Renderer Notes: svn path=/head/; revision=243890
* - add ruby-dbd_sqlite3, SQLite3 driver for DBI-for-RubyCheng-Lung Sung2009-10-291-0/+1
| | | | Notes: svn path=/head/; revision=243462
* 2009-10-01 databases/ruby-dbd_interbase: no longer under developmentCheng-Lung Sung2009-10-291-1/+0
| | | | Notes: svn path=/head/; revision=243442
* 2009-10-01 databases/ruby-dbd_proxy: no longer under developmentCheng-Lung Sung2009-10-291-1/+0
| | | | Notes: svn path=/head/; revision=243441
* 2009-10-01 databases/ruby-dbd_msql: no longer under developmentCheng-Lung Sung2009-10-291-1/+0
| | | | Notes: svn path=/head/; revision=243440
* - Ruby bindings for the tokyocabinet database.Cheng-Lung Sung2009-10-231-0/+1
| | | | | | | | PR: ports/138685 Submitted by: Damian Gerow <dgerow_AT_afflictions dot org> Notes: svn path=/head/; revision=243230
* Doctrine is an object relational mapper (ORM) for PHP 5.2.3+ thatGreg Larkin2009-09-281-0/+1
| | | | | | | | | | | | | | | | | sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernate's HQL. This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication. WWW: http://www.doctrine-project.org/ Feature safe: yes Notes: svn path=/head/; revision=242208
* Pure perl bindings for http://code.google.com/p/redis/Martin Wilke2009-09-181-0/+1
| | | | | | | | | | | | | | This version support git version 0.08 or later of Redis available at git://github.com/antirez/redis WWW: http://search.cpan.org/dist/Redis/ PR: ports/138951 Feature safe: yes Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=241690
* Easy way to turn resultsets into hashrefs.Martin Wilke2009-09-181-0/+1
| | | | | | | | | | | WWW: http://search.cpan.org/dist/DBIx-Class-ResultSet-HashRef/ PR: ports/138852 Submitted by: Fernan Aguero <fernan at iib.unsam.edu.ar> Feature safe: yes Notes: svn path=/head/; revision=241684
* This library will provide the ipv4 ISINNET, IP2INT, INT2IP,Martin Wilke2009-09-131-0/+1
| | | | | | | | | | | | NETFROM, NETLENGTH, NETMASKLENGTH functions in SQL queries. WWW: http://mobigroup.ru/files/sqlite-ext/inet/ PR: ports/137295 Submitted by: Pavel Volkov <pol at iib.ru> Notes: svn path=/head/; revision=241332
* Remove obsolete Firebird 1.x :Sergey Skvortsov2009-09-031-2/+0
| | | | | | | | - no longer under development - does not build with GCC 4.x Notes: svn path=/head/; revision=240787
* Test::Cukes is a BBD test tool inspired by Cucumber.Martin Wilke2009-08-271-0/+1
| | | | | | | | | | WWW: http://search.cpan.org/dist/Test-Cukes/ PR: ports/138197 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=240392
* Google contacts and calendar akonadi resource. It allows syncing your calendarThomas Abthorpe2009-08-221-0/+1
| | | | | | | | | | | | and contacts with your google account. WWW: http://code.google.com/p/libgcal/ PR: ports/137996 Submitted by: Troels Kofoed Jacobsen <tkjacobsen at gmail.com> Notes: svn path=/head/; revision=240086
* pg_filedump is a utility to format PostgreSQL heap, index, and controlJun Kuriyama2009-08-181-0/+1
| | | | | | | | | | | | files into a human-readable form. You can format/dump the files several ways as well as dumping straight binary. This utility is intended to aid in the understanding of the internal contents of a PostgreSQL block. WWW: http://sources.redhat.com/rhdb/utilities.html Notes: svn path=/head/; revision=239824
* Cassandra is a highly scalable, eventually consistent, distributed,Martin Wilke2009-08-131-0/+1
| | | | | | | | | | | | | | | | | | | | | structured key-value store. Cassandra brings together the distributed systems technologies from Dynamo and the data model from Google's BigTable. Like Dynamo, Cassandra is eventually consistent. Like BigTable, Cassandra provides a ColumnFamily-based data model richer than typical key/value systems. Cassandra was open sourced by Facebook in 2008, where it was designed by one of the authors of Amazon's Dynamo. In a lot of ways you can think of Cassandra as Dynamo 2.0. Cassandra is in production use at Facebook but is still under heavy development. WWW: http://incubator.apache.org/cassandra/ PR: ports/137477 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=239458
* Add slony1v2.Jimmy Olgeni2009-08-091-0/+1
| | | | Notes: svn path=/head/; revision=239220
* This is South, intelligent schema migrations for Django apps.Martin Wilke2009-07-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | South is: * Intelligent; it knows if you've missed out a migration or two * Database independent, so there's no hassle if you need to move databases. * Easy; it can write migrations for you, and it takes about a minute to convert your app over to use South. * Designed for a pluggable Django world; you can declare dependencies between apps so they all migrate together correctly, and you can still use syncdb for your non-migrated apps without it interfering. * Useful for data too; you can write migrations to transform legacy data. * Better (we think, anyway) than the alternatives. WWW: http://south.aeracode.org/ PR: ports/137234 Submitted by: Stanislav Svirid <count at 211.ru> Notes: svn path=/head/; revision=238616
* Add a new port databases/embedded_innodb:Vasil Dimov2009-07-291-0/+1
| | | | | | | Standalone version of the MySQL storage engine InnoDB. Notes: svn path=/head/; revision=238596
* Add redis 0.900, a persistent key-value database with built-in netSergey Skvortsov2009-07-271-0/+1
| | | | | | | interface. Notes: svn path=/head/; revision=238445
* Hook up MySQL 5.4 to the build.Alex Dupre2009-07-211-0/+3
| | | | Notes: svn path=/head/; revision=238157
* Add slave port for upcoming MySQL 5.4.Alex Dupre2009-07-211-0/+1
| | | | Notes: svn path=/head/; revision=238152
* MySQL Workbench is a cross-platform, visual database design tool developedPhilip M. Gollucci2009-07-141-0/+1
| | | | | | | | | | | | | | | by MySQL. It is the highly anticipated successor application of the DBDesigner4 project. 5.2 branch still in Alpha stage WWW: http://dev.mysql.com/workbench/ PR: ports/136088 (part 2 of 2) Submitted by: Maxim Ignatenko Notes: svn path=/head/; revision=237743
* MySQL Workbench is a cross-platform, visual database design tool developedPhilip M. Gollucci2009-07-131-0/+1
| | | | | | | | | | | | | by MySQL. It is the highly anticipated successor application of the DBDesigner4 project. WWW: http://dev.mysql.com/workbench/ PR: ports/136088 (part 1 of 2) Submitted by: Maxim Ignatenko Notes: svn path=/head/; revision=237736