aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to PHP 5.3.2 release!Alex Dupre2010-04-091-1/+0
| | | | Notes: svn path=/head/; revision=252471
* Add beansdb 0.3.0, yet anonther distributed key-value storage systemXin LI2010-04-051-0/+1
| | | | | | | | | | from Douban Inc. PR: ports/145075 Submitted by: Qing Feng <qingfeng at me.com> Notes: svn path=/head/; revision=252273
* Class::DBI::Lite offers a simple way to deal with databases in anWen Heping2010-03-161-0/+1
| | | | | | | | | | | | | | | | object-oriented way. One class (the Model class) defines your connection to the database (eg: connectionstring, username and password) and your other classes define interaction with one table each (your entity classes). The Entity classes subclass the Model class and automatically inherit its connection. WWW: http://search.cpan.org/dist/Class-DBI-Lite/ Notes: svn path=/head/; revision=251124
* This is the the client and protocol library for the Drizzle project.Greg Larkin2010-03-151-0/+1
| | | | | | | | | | | | | The server, drizzled, will use this as for protocol library. Client utilities and any new projects that require low-level protocol communication (like proxies). Other language interfaces (PHP extensions, Python DBI, Perl DBD, SWIG, ...) should be built off of this library. WWW: https://launchpad.net/libdrizzle Notes: svn path=/head/; revision=251093
* Provide mathematical, string and aggregate functions for SQL queriesGreg Larkin2010-03-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | using the SQLite loadable extensions mechanism. Math functions: acos, asin, atan, atn2, atan2, acosh, asinh, atanh, difference, degrees, radians, cos, sin, tan, cot, cosh, sinh, tanh, coth, exp, log, log10, power, sign, sqrt, square, ceil, floor, pi String functions: replicate, charindex, leftstr, rightstr, ltrim, rtrim, trim, replace, reverse, proper, padl, padr, padc, strfilter Aggregate functions: stdev, variance, mode, median, lower_quartile, upper_quartile WWW: http://www.sqlite.org/contrib Submitted by: myself (glarkin) Feature safe: yes Notes: svn path=/head/; revision=250602
* pg_rman is an online backup and restore tool for PostgreSQL.Jun Kuriyama2010-03-041-0/+1
| | | | | | | | | | | | | | The goal of the pg_rman project is providing a method for online backup and PITR as easy as pg_dump. Also, it maintains a backup catalog per database cluster. Users can maintain old backups including archive logs with one command. WWW: http://code.google.com/p/pg-rman/ Feature safe: yes Notes: svn path=/head/; revision=250564
* This project aims to reduce the size of archive log files by replacingJun Kuriyama2010-03-041-0/+1
| | | | | | | | | | | | backup blocks (full page writes) marked as "removable" (introduced in 8.3) with corresponding incremental logs. WWW: http://pglesslog.projects.postgresql.org/ Feature safe: yes Notes: svn path=/head/; revision=250563
* TokyoTyrant-perl is an extenstion to Perl which allows accessJun Kuriyama2010-02-171-0/+1
| | | | | | | | | | | to TokyoTyrant dataabses. WWW: http://1978th.net/tokyotyrant/perlpkg/ Feature safe: yes Notes: svn path=/head/; revision=249987
* pgSphere provides spherical data types, functions, and operators for PostgreSQL.Philip M. Gollucci2010-02-121-0/+1
| | | | | | | | | | WWW: http://pgsphere.projects.postgresql.org/ PR: ports/143687 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> Notes: svn path=/head/; revision=249717
* Flixible tool for inserting data from DBF into MySQL.Martin Wilke2010-02-121-0/+1
| | | | | | | | | | WWW: http://mydbf2mysql.sourceforge.net/ PR: ports/142416 Submitted by: Andrey Polyakov <andrey.polyakov at unix.net> Notes: svn path=/head/; revision=249706
* This is a separate DBIx::Class model class for HTML::FormHandlerMartin Wilke2010-02-081-0/+1
| | | | | | | | | | WWW: http://search.cpan.org/dist/HTML-FormHandler-Model-DBIC/ PR: ports/143523 Submitted by: Vladimir Timofeev <vovkasm at gmail.com> Notes: svn path=/head/; revision=249463
* DataMapper plugin providing extra data typesMartin Wilke2010-02-081-0/+1
| | | | | | | | | | WWW: http://github.com/datamapper/dm-more/tree/master/dm-types PR: ports/143520 Submitted by: Jyun-Yan You <jyyou at cs.nctu.edu.tw> Notes: svn path=/head/; revision=249462
* DataMapper plugin providing support for aggregates, functions on collectionsMartin Wilke2010-02-081-0/+1
| | | | | | | | | | | | and datasets WWW: http://github.com/datamapper/dm-more/tree/master/dm-aggregates PR: ports/143519 Submitted by: Jyun-Yan You <jyyou at cs.nctu.edu.tw> Notes: svn path=/head/; revision=249461
* DataMapper is a Object Relational Mapper written in Ruby. The goalMartin Wilke2010-02-081-0/+1
| | | | | | | | | | | | is to create an ORM which is fast, thread-safe and feature-rich. WWW: http://datamapper.org PR: ports/143517 Submitted by: Jyun-Yan You <jyyou at cs.nctu.edu.tw> Notes: svn path=/head/; revision=249460
* connect postgresql-libpqxx30 to buildMax Brazhnikov2010-02-071-0/+1
| | | | Notes: svn path=/head/; revision=249396
* 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