Commit graph

671 commits

Author SHA1 Message Date
Marcus Alves Grando
d56e8ed49a - Remove sqlite3-threads and add sqlite34 2008-04-05 14:54:59 +00:00
Ion-Mihai Tetcu
21d3c3e73f MySQL++ is a C++ wrapper for MySQL's C API.
It is built around STL principles, to make dealing with
the database as easy as dealing with an STL container.

This port contains the version 3 of the library; see databases/mysql++ and
databases/mysql++1 for the older versions.

WWW: http://tangentsoft.net/mysql++/
2008-04-05 11:54:42 +00:00
Martin Wilke
13b22fcba9 XML_Query2XML allows you to transform the records retrieved with one or
more SQL SELECT queries into XML data. Very simple to highly complex
transformations are supported. Is was written with performance in mind
and can handel large amounts of data.

WWW:	http://pear.php.net/package/XML_Query2XML

PR:		ports/122157
Submitted by:	wenheping<wenheping at gmail.com>
2008-03-31 10:13:19 +00:00
Joe Marcus Clarke
4e9d60242d Resurrect mergeat at version 0.67 now that it builds with the new libgda3.
Submitted by:	kwm
2008-03-24 04:23:48 +00:00
Joe Marcus Clarke
8b4fe8856a Update libgda3 to 3.0.2, and split out the various database backends as
slave ports.

Submitted by:	kwm
2008-03-24 04:22:10 +00:00
Vanilla I. Shu
9fa9aaa223 Add postgresql-pllua 0.2.2, PL/Lua procedural language for PostgreSQL
database.

PR:		ports/121139
Submitted by:	sunghyuk
2008-03-21 07:42:59 +00:00
Martin Wilke
6fcc268439 2007-12-12 net-im/wildfire: Use net-im/openfire instead of this port
2008-01-20 www/gekko: This port is not being developed anymore. This was replaced by textmotion  http://code.google.com/p/textmotion/
2008-01-20 www/gekko-modules: This port is not being developed anymore. This was replaced by textmotion  http://code.google.com/p/textmotion/
2007-11-01 java/linux-blackdown-jre11: Obsolete version; Support for Java 1.1 is to be removed from the ports tree
2008-01-14 french/pluxml: no active development and known security vulnerabilities, see http://www.securityfocus.com/bid/24607/info for details
2008-01-14 french/pluxml-theme-bridge: pluxml is marked as deprecated
2008-01-14 french/pluxml-theme-snowxml: pluxml is marked as deprecated
2007-09-15 databases/pgbash: Last release in 2003, relies on outdated Postgre 7.3 and bash 2.05a
2007-11-01 audio/nogger: "just makes a humming noise""
2008-02-28 07:50:46 +00:00
Cheng-Lung Sung
b9ba767083 Memcached::libmemcached -
Thin fast full interface to the libmemcached client API

Memcached::libmemcached is a very thin, highly efficient,
wrapper around the libmemcached library.

It gives full access to the rich functionality offered by
libmemcached. libmemcached is fast, light on memory usage,
thread safe, and provide full access to server side methods.

    - Synchronous and Asynchronous support.
    - TCP and Unix Socket protocols.
    - A half dozen or so different hash algorithms.
    - Implementations of the new cas, replace, and append operators.
    - Man pages written up on entire API.
    - Implements both modulo and consistent hashing solutions.

WWW: http://search.cpan.org/dist/Memcached-libmemcached/
2008-01-24 03:42:11 +00:00
Yen-Ming Lee
ce6247b33b - add libmemcached-0.14
libmemcached is a C and C++ client library to the memcached server
(http://danga.com/memcached). It has been designed to be light on memory usage,
thread safe, and provide full access to server side methods.

A few notes on its design:

# Synchronous and Asynchronous support.
# TCP and Unix Socket protocols.
# A half dozen or so different hash algorithms.
# Implementations of the new cas, replace, and append operators.
# Man pages written up on entire API.
# Implements both modulo and consistent hashing solutions.

It also implements several command line tools:

memcat - Copy the value of a key to standard output
memflush - Flush the contents of your servers.
memrm - Remove a key(s) from the serrver.
memcp - Copy files to a memached server.
memstat - Dump the stats of your servers to standard output
memslap - Generate testing loads on a memcached cluster

WWW: http://tangent.org/552/libmemcached.html
2008-01-23 08:01:45 +00:00
Martin Wilke
9471359735 - Remove databases/mysqltoolkit project was renamed
PR:		119538
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com>
2008-01-21 11:33:15 +00:00
Martin Wilke
f09dad6e88 Connect databases/maatkit 2008-01-21 11:27:05 +00:00
Cheng-Lung Sung
1baf0aca01 SQL::Interp converts a list of intermixed SQL fragments and
variable references into a conventional SQL string and list
of bind values suitable for passing onto DBI. This simple
technique creates database calls that are simpler to create
and easier to read, while still giving you full access to
custom SQL.

SQL::Interp properly binds or escapes variables. This recommended
practice safeguards against "SQL injection" attacks. The DBI
documentation has several links on the topic.

Besides the simple techniques shown above, The SQL-Interpolate
distribution includes the optional DBIx::Interp module.

WWW: http://search.cpan.org/dist/SQL-Interp/
2008-01-16 12:42:56 +00:00
Jun Kuriyama
11e3d25641 PostgreSQL extension for full-text search indexing.
WWW: http://sourceforge.jp/projects/ludia (Japanese)
2008-01-05 04:40:28 +00:00
Martin Matuska
63cef33ffc This is the new version of ADOdb with PHP ver 5+ support only.
For more information see databases/adodb

WWW: http://adodb.sourceforge.net/
2007-12-25 09:42:13 +00:00
Cheng-Lung Sung
1275f475d4 Tokyo Cabinet is a library of routines for managing a database. The
database is a simple data file containing records, each is a pair of a
key and a value. Every key and value is serial bytes with variable
length. Both binary data and character string can be used as a key and
a value. There is neither concept of data tables nor data types.
Records are organized in hash table or B+ tree.

WWW:	http://tokyocabinet.sourceforge.net/

PR:		ports/118947
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2007-12-25 03:06:43 +00:00
Martin Wilke
49655da383 A PECL extension to provide read access to MDB data files as used by Microsoft
Access and its underlying JetEngine. It is based on libmdb from the mdbtools
package.

WWW: http://pecl.php.net/package/mdbtools

- Ditesh Shashikant Gathani
ditesh@gathani.org

PR:		ports/118943
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
2007-12-22 17:24:11 +00:00
Martin Wilke
446ceb11e0 This is a DataSource driver for Structures_DataGrid using PHP Data Objects
(PDO) and an SQL query.

WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_PDO/
2007-12-21 17:38:44 +00:00
Martin Wilke
4e361b8c72 This is a DataSource driver for Structures_DataGrid using PEAR::DB_DataObject.
WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_DataObject/
2007-12-19 13:49:26 +00:00
Martin Wilke
31818d63a0 This is a DataSource driver for Structures_DataGrid using PEAR::MDB2 and an
SQL query.

WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_MDB2/
2007-12-19 13:48:26 +00:00
Martin Wilke
899b2ac77a This is a DataSource driver for Structures_DataGrid using CSV files.
WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/
2007-12-19 13:45:53 +00:00
Martin Wilke
8f7a6a2599 This is a DataSource driver for Structures_DataGrid using PEAR::DB and an
SQL query.

WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/
2007-12-19 13:44:44 +00:00
Martin Wilke
4f90132741 This is a DataSource driver for Structures_DataGrid using PEAR::DB_Table.
WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_DBTable/
2007-12-19 13:43:26 +00:00
Martin Wilke
05857ab7b4 This is a DataSource driver for Structures_DataGrid using arrays. It is a
base package for some other DataSource drivers like CSV or XML.

WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_Array/
2007-12-19 13:40:10 +00:00
Pav Lucistnik
59cff48bf2 Ptop is top clone for PostgreSQL.
Similar to top, ptop allows you to monitor PostgreSQL processes.
It also allows you to:

    * View currently running SQL statement of a process.
    * View query plan of a currently running SELECT statement.
    * View locks held by a process.
    * View user table statistics.
    * View user index statistics.

WWW: http://ptop.projects.postgresql.org/

PR:		ports/118809
Submitted by:	Sunghyuk Do <sunghyuk@gmail.com>
2007-12-19 09:33:31 +00:00
Anton Berezin
5bffa76631 Add databases/p5-Cache-Memcached-Fast, a fast Perl client for
memcached, a distributed memory cache daemon.
2007-12-17 11:44:37 +00:00
Martin Wilke
0827e3ad3c - Connect databases/mysql-connector-java50 2007-10-24 09:10:06 +00:00
Palle Girgensohn
139991ab8a Introducing the first beta of PostgreSQL 8.3
Note that this is a BETA VERSION of the PostgreSQL server.
Use it only for testing.
2007-10-15 23:35:41 +00:00
Andrew Pantyukhin
123d815215 - Sort category Makefiles
Inspired by:	Jason Harris <jharris@widomaker.com>
Howto:		http://twiki.cenkes.org/Cenkes/SortingCategoryMakefiles
2007-10-05 23:33:27 +00:00
Alejandro Pulver
17a88465c8 eXist is an Open Source native XML database featuring efficient, index-based
XQuery processing, automatic indexing, extensions for full-text search,
XUpdate support, XQuery update extensions and tight integration with existing
XML development tools. The database implements the current XQuery 1.0 working
drafts, with exception of the schema import and schema validation features
defined as optional in the XQuery specification.

WWW: http://exist-db.org/

PR:		ports/115717
Submitted by:	Anton Yudin (<contact at toha.org.ua>)
2007-09-29 05:50:46 +00:00
Cheng-Lung Sung
5101442b7d Memcachedb is a distributed storage system designed for persistent. We
simplely hacked from memcached and tugela. But neither of them.
Memcachedb is not a cache solution, it is a persistent solution for
high-frequency writing and reading. It conforms to memcache protocol
(not completed, see below), so any memcached client can have
connectivity with memcachedb. Memcachedb uses Berkeley DB as a storing
backend, so lots of features including transaction and replication are
supported.

WWW:	http://code.google.com/p/memcachedb/

PR:		ports/116548
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2007-09-27 03:02:34 +00:00
Martin Wilke
74ddc02cd9 2007-08-22 java/jdk11-doc: Obsolete version of jdk
2007-08-22 databases/java-sqlrelay: Depends on obsolete version of jdk
2007-08-22 mail/yuzu: Depends on obsolete version of jdk
2007-08-29 net/ng_netflow: already in base in all supported versions of FreeBSD
2007-08-22 java/jdk12-doc: Obsolete version of jdk
2007-08-22 japanese/netypesv: Depends on obsolete version of jdk
2007-09-18 16:06:44 +00:00
Martin Wilke
a9c74f1ce3 2007-08-19 databases/bbdb-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 databases/lsdb-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 deskutils/mhc-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 devel/elib-emacs19: emacs19 is obsolete; please use a more recent version
2007-08-19 devel/elib-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 devel/pcl-cvs-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 08:32:46 +00:00
Andrew Pantyukhin
61c43ad466 Add port databases/tablelog:
Tablelog is a contributed PostgreSQL module that uses a trigger to log
any INSERTs, UPDATEs and DELETEs on a specific table into another table.
The second part of tablelog is able to restore the state of the original
table or of a specific row for any time in the past.

WWW: http://tablelog.projects.postgresql.org/
Author: Andreas Scherbaum <ads-pgfoundry @nospam@ wars-nicht.de>

PR:		ports/114541
Submitted by:	Robert Gogolok <gogo@cs.uni-sb.de>
2007-08-15 19:22:58 +00:00
Cheng-Lung Sung
6e4232f1da Module that allows validation of data before submission to a
database.

WWW: http://search.cpan.org/dist/DBIx-Class-Validation/

PR:		ports/115176
Submitted by:	Zach Thompson <hideo at lastamericanempire.com>
2007-08-14 01:47:24 +00:00
Cheng-Lung Sung
2a3e3ee8fc This DBIx::Class component resembles the behaviour of Class::DBI::UUID,
implicitly creating columns as uuid.

WWW: http://search.cpan.org/dist/DBIx-Class-UUIDColumns/

PR:		ports/115175
Submitted by:	Zach Thompson <hideo at lastamericanempire.com>
2007-08-14 01:45:30 +00:00
Edwin Groothuis
e8158a50e8 [repocopy] net/py-rrdtool_lgpl -> databases/py-rrdtool_lgpl
Follow the migration of net/rrdtool to databases/rrdtool

PR:		ports/114320
Submitted by:	Edwin Groothuis <edwin@freebsd.org>
Approved by:	maintainer timeout
2007-08-11 11:34:29 +00:00
Edwin Groothuis
130ff60990 [repocopy] net/php4-rrdtool -> databases/php4-rrdtool
Follow the migration of net/rrdtool to databases/rrdtool

PR:		ports/114316
Submitted by:	Edwin Groothuis <edwin@freebsd.org>
Approved by:	mat@
2007-08-11 11:31:48 +00:00
Edwin Groothuis
0872ead07d [repocopy] net/p5-RRD-Simple -> databases/p5-RRD-Simple
Chase the migration of net/rrdtool to databases/rrdtool

PR:		ports/114315
Submitted by:	Edwin Groothuis <edwin@freebsd.org>
Approved by:	chinsan@
2007-08-11 11:31:47 +00:00
Edwin Groothuis
e03be08888 [repocopy] net/p5-POE-Component-RRDTool -> databases/p5-POE-Component-RRDToo
Chase the migration of net/rrdtool to databases/rrdtool

PR:		ports/114314
Submitted by:	Edwin Groothuis <edwin@freebsd.org>
Approved by:	maintainer timeout
2007-08-11 11:31:46 +00:00
Edwin Groothuis
7a33ed2408 [repocopy] net/jrobin -> databases/jrobin
Chase the migration of net/rrdtool to databases/rrdtool

PR:		ports/114313
Submitted by:	Edwin Groothuis <edwin@freebsd.org>
Approved by:	maintainer timeout
2007-08-11 11:31:45 +00:00
Edwin Groothuis
65ee97446a [repocopy] move net/rrdtool10 to databases/rrdtool10
Chase the move of net/rrdtool to databases/rrdtool. Since
	this is the same program, this one also has to be moved.

PR:		ports/114311
Submitted by:	Edwin Groothuis <edwin@freebsd.org>
Approved by:	lth@
2007-08-11 11:18:54 +00:00
Xin LI
91880e84d9 New port: Berkeley DB 4.6 (databases/db46)
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
PR:		ports/114921
2007-08-06 09:17:54 +00:00
Cheng-Lung Sung
036e3ba7c2 - databases/ruby-postgres -> databases/rubygem-postgres
PR:		ports/114048
Submitted by:	Roderick van Domburg <r dot s dot a dot vandomburg_AT_nedforce dot nl>
2007-08-03 07:23:12 +00:00
Cheng-Lung Sung
053544fbdc - this is a repocopied port
- db45 introduced in ports tree

PR:		ports/114821
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2007-07-31 09:18:11 +00:00
Sergey Skvortsov
690acbda3d Add postgresql-plproxy 2.0.2, PL/Proxy is database partitioning system. 2007-07-26 21:20:37 +00:00
Sergey Skvortsov
9b478cbcd6 Add skytools 2.1.4, PostgreSQL tools from Skype: walshipping, queueing,
replication.
2007-07-26 20:42:30 +00:00
Martin Wilke
1d4c652711 mysqltoolkit is a collection of command-line utilities that provide missing
functionality for MySQL. Some of the tools implement lacking server
functionality, such as online consistency checks for master/slave replication;
others are client-side utilities such as a query profiler.

WWW:	http://mysqltoolkit.sourceforge.net

PR:		ports/114747
Submitted by:	Steven Kreuzer <skreuzer at exit2shell.com>
2007-07-24 13:03:11 +00:00
Sergey Skvortsov
784419accc Add pgbouncer 1.0.8, lightweight connection pooler for PostgreSQL. 2007-07-22 19:02:40 +00:00
Edwin Groothuis
fbfe255218 [repocopy] net//php5-rrdtool -> databases//php5-rrdtool
Follow the migration of net/rrdtool to databases/rrdtool

PR:		ports/114317
Submitted by:	Edwin Groothuis <edwin@freebsd.org>
Approved by:	Rick van der Zwet <rick@wzoeterwoude.net>
2007-07-08 01:06:45 +00:00
Edwin Groothuis
ba4ca305d6 [repocopy] net/py-rrdpipe -> databases/py-rrdpipe
Follow the migration of net/rrdtool to databases/rrdtool

PR:		ports/114318
Submitted by:	Edwin Groothuis <edwin@freebsd.org>
2007-07-08 00:56:54 +00:00