Commit graph

343 commits

Author SHA1 Message Date
Mathieu Arnold
4031a6967c Remove databases/postgresql-client because there can't be a -server, and having
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems
2004-05-25 09:19:42 +00:00
Mark Linimon
7c346bdd7d As previously announced, remove the following deprecated ports:
databases/zpygresqlda
lang/ruby-python
lang/tclX80
misc/libelysium
2004-05-15 00:50:47 +00:00
Mathieu Arnold
84eab4b870 Add pear-sqlite 1.0.2, PEAR classes to access sqlite databases. 2004-05-06 13:19:24 +00:00
Mathieu Arnold
761e3c301b Add p5-SQL-Translator 0.05, manipulate structured data definitions (SQL
and more).

PR:		ports/65469
Submitted by:	Lars Thegler <lars@thegler.dk>
2004-05-06 10:39:26 +00:00
Mathieu Arnold
91dbcb3298 Add p5-Class-DBI-Untaint 0.01, Class::DBI constraints using
CGI::Untaint.

PR:		ports/65981
Submitted by:	Lars Thegler <lars@thegler.dk>
2004-05-05 13:59:57 +00:00
Pav Lucistnik
66d6b88640 DBOW is a database compiler-compiler or front-end. It takes table
definitions in a relatively high-level language and prepares C,
C++, PHP, Perl (etc) functions for manipulating the database.  It
will also produce SQL table data for MySQL.

WWW: http://dbow.sf.net/

PR:		ports/66112
Submitted by:	Dermot Tynan <dtynan@kalopa.com>
2004-05-02 19:51:11 +00:00
Pav Lucistnik
270a21b5b0 mrtg-mysq-load is a small Perl script which is meant
to be run by mrtg. It will fetch the total number of queries
and slow queries handled by a mysql server.

Author:	Carsten H. Pedersen <mysqlfaq@bitbybit.dk>
WWW:	http://www.bitbybit.dk/mysqlfaq/mrtg-mysql-load/

PR:		ports/65325
Submitted by:	Piet Delport <pjd@303.za.net>
2004-05-02 19:25:11 +00:00
Kirill Ponomarev
48bd24582f Add py-memcached 1.2, python API for memcached, a distributed memory
cache daemon.

PR:		ports/65643
Submitted by:	michael johnson <ahze at ahze dot net>
2004-04-17 05:33:25 +00:00
Kirill Ponomarev
0920ee7f90 Add p5-Cache-Memcached 1.0.12, perl API for memcached, a distributed
memory cache daemon.

PR:		ports/65600
Submitted by:	michael johnson <ahze@ahze.net>
2004-04-16 08:11:42 +00:00
Thierry Thomas
ab551f7307 Add fpc-mysql 1.0.10, Free Pascal interface to MySQL.
PR:		62621
Submitted by:	John Merryweather Cooper
Approved by:	pav (mentor).
2004-04-12 21:56:21 +00:00
Thierry Thomas
193e188899 Add fpc-ibase 1.0.10, Free Pascal interface to interbase.
PR:		62620
Submitted by:	John Merryweather Cooper
Approved by:	pav (mentor).
2004-04-12 21:55:33 +00:00
Thierry Thomas
18718bebce Add xbsql 0.11, an SQL wrapper for the XBase DBMS library.
Approved by:    pav (mentor).
2004-04-10 18:06:00 +00:00
Thierry Thomas
b6a30b1048 Add xbase 2.0.0, an xbase (i.e. dBase, FoxPro, etc.) compatible
C++ class library.

Approved by:	pav (mentor).
2004-04-10 18:05:19 +00:00
Akinori MUSHA
0eb847bb5d Add databases/ruby-libgda, Ruby binding for libgda (GNOME-DB Project).
This is part of the Ruby/GNOME2 suite.

PR:		ports/65270
Submitted by:	Jeremy Messenger <mezz7@cox.net>
2004-04-09 14:17:14 +00:00
Erwin Lansing
602bdb5436 Add p5-Class-DBI-Loader-Relationship 1.2, easier relationship
specification in CDBI::L.

This module acts as a mix-in, adding the relationship method to
Class::DBI::Loader. Since Class::DBI::Loader knows how to map between
table names and class names, there ought to be no need to replicate
the names.  In addition, it is common (but not universal) to want
reverse relationships defined for has-many relationships, and for
has-a relationships to be defined for the linkages surrounding a
many-to-many table.

WWW: http://search.cpan.org/dist/Class-DBI-Loader-Relationship/

PR:		ports/65176
Submitted by:	Lars Thegler <lars@thegler.dk>
2004-04-08 15:58:14 +00:00
Erwin Lansing
2929a99bad Add p5-Class-DBI-AsForm 2.2, produce HTML form elements for database
columns.

This module helps to generate HTML forms for creating new database
rows or editing existing rows. It maps column names in a database
table to HTML form elements which fit the schema. Large text fields
are turned into textareas, and fields with a has-a relationship to
other Class::DBI tables are turned into select drop-downs populated
with objects from the joined class.

WWW: http://search.cpan.org/dist/Class-DBI-AsForm/

PR:		ports/65147
Submitted by:	Lars Thegler <lars@thegler.dk>
2004-04-04 21:11:42 +00:00
Erwin Lansing
891528b0a7 Add p5-Class-DBI-Plugin-Type 0.02, determine type information for
columns.

This module allows Class::DBI-based classes to query their columns
for data type information in a database-independent manner.

WWW: http://search.cpan.org/dist/Class-DBI-Plugin-Type/

PR:		ports/65147
Submitted by:	Lars Thegler <lars@thegler.dk>
2004-04-04 20:44:12 +00:00
Erwin Lansing
b5d0f2f386 Add p5-Class-DBI-Plugin-RetrieveAll 1, more complex retrieve_all() for
Class::DBI.

This is a simple plugin to a Class::DBI subclass which provides a
'retrieve_all_sorted_by' method.

WWW: http://search.cpan.org/dist/Class-DBI-Plugin-RetrieveAll/

PR:		ports/65146
Submitted by:	Lars Thegler <lars@thegler.dk>
2004-04-04 18:00:58 +00:00
Kris Kennaway
98dd96ee20 Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.

Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR:		59651
2004-04-02 07:29:48 +00:00
Sergey Skvortsov
f07849a27d Add p5-POE-Component-LaDBI 1.2.0,
perl extension for asynchronous
non-blocking DBI calls in POE.
2004-03-30 15:50:30 +00:00
Mikhail Teterin
a623e2d6cf This is Sybtcl -- a dynamicly loadable TCL extension, which provides
your interpreter with connectivity to a Sybase server. Althghough it was
written to work with Sybase's own client libraries (not available for
FreeBSD), this port patches it enough to make it work with FreeTDS.

WWW: http://sybtcl.sourceforge.net/
2004-03-30 00:02:11 +00:00
Sergey Skvortsov
5a74d1f6cc Add p5-DBIx-ContextualFetch 1.01, add contextual fetches to DBI. 2004-03-22 15:17:41 +00:00
Vanilla I. Shu
4b6bb91e63 Add p5-T2 0.07, object Relational mapping system.
PR:		ports/61633
Submitted by:	Scott McWhirter <scott_at_surreytech_dot_co_dot_uk>
2004-03-21 01:48:02 +00:00
Mathieu Arnold
0cc1988912 Reorder those files 2004-03-20 19:06:44 +00:00
Michael Nottebrock
e87edc58b8 Add qt-sqlite-plugin, a QT database plugin for SQLite. 2004-03-09 20:05:40 +00:00
Michael Nottebrock
d6e8d207b7 Add qt-ibase-plugin, a QT database plugin for ibase/firebird.
PR:	ports/61655
Submitted by:	Nigel Weeks <nigel@e-easy.com.au>
2004-03-09 20:04:35 +00:00
Hye-Shik Chang
e0427d1526 Add new port for py-mssql 0.5.1,
A simple database interface to MS-SQL for Python.
2004-03-05 12:36:16 +00:00
Alex Dupre
4e11cdd48f Add mysql323-scripts, a slave port containing additional scripts for the
MySQL database.
2004-02-29 12:40:30 +00:00
Alex Dupre
dec7abf628 Add mysql50-scripts, a slave port containing additional scripts for the
MySQL database.
2004-02-29 10:54:22 +00:00
Alex Dupre
2015e1ddb8 Add mysql41-scripts, a slave port containing additional scripts for the
MySQL database.
2004-02-29 08:46:12 +00:00
Pav Lucistnik
20b207d197 Add pear-DB_Pager, a class handles all the stuff needed for displaying
paginated results from a database query of Pear DB.
including fetching only the needed rows and giving extensive information
for helping build an HTML or GTK query result display.

PR:		ports/63346
Submitted by:	Toshiya SAITOH <toshiya@saitoh.nu>
2004-02-28 11:06:43 +00:00
Pav Lucistnik
a3b8d42bee Add fpc-oracle, a part of base packages of Free Pascal.
It provides interface to Oracle database.

PR:		ports/61114
Submitted by:	John Merryweather Cooper <johnmary@adelphia.net>
2004-02-26 14:57:34 +00:00
Kirill Ponomarev
4f0c0f316d Add mysql-administrator 1.0.1a,
MySQL Administrator is a powerful visual administration console
that enables you to easily administer your MySQL environment
and gain significantly better visibility into how your
databases are operating. MySQL Administrator now integrates
database management and maintenance into a single, seamless
environment, with a clear and intuitive graphical user
interface.

By using MySQL Administrator you will be able to:
 * Achieve higher database availability through improved management
 * Reduce errors through visual database administration
 * Lower database administration costs through improved productivity
 * Deliver a more secure environment through easier privilege management

WWW: http://www.mysql.com/products/administrator/

PR:		ports/63292
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2004-02-24 09:13:10 +00:00
Alex Dupre
d764dfa3c9 Add mysql40-scripts, a slave port containing additional scripts for the
MySQL database.
2004-02-23 15:34:49 +00:00
Edwin Groothuis
5f2b4ecc90 New port: databases/postgresql-relay
postgresql-relay - multiplex all your databases to one point
	of origin

	postgresql-relay can be used to as a single point of origin
	for all your databases. Instead of having to remember (or
	modify in case of changes) all the names of your databases,
	on which machines and on which ports they are running, you
	only need to remember one machine and the name of the
	database. The postgresql-relay will then forward the
	connection to the proper database on the proper port of the
	proper server. No more changes in the hundreds of clients
	and scripts!
2004-02-13 06:50:09 +00:00
Alex Dupre
fa672ddb53 Link MySQL 5.0 directories.
Approved by:	nork (mentor)
2004-02-04 16:03:07 +00:00
Alex Dupre
355d382e1e Add p5-DBD-mysql50, a MySQL 5.0 driver for the Perl5 Database Interface
(DBI).

PR:             ports/60559
Submitted by:   me
Approved by:    nork (mentor/implicitly)
2004-02-04 16:01:22 +00:00
Jun Kuriyama
79e023903e Add pgcluster 1.0.6b, the multi-master and synchronous replication
system for PostgreSQL.
2004-01-26 09:02:45 +00:00
Vanilla I. Shu
0af9b9f294 Add p5-DBI-Shell 11.93, interactive command shell for the DBI.
PR:		61564
Submitted by:	dcf@aracnet.com
2004-01-19 23:33:25 +00:00
Michael Haro
de215b3692 add p5-DWH_File which allows for data and object persistence in deep and
wide hashes
2004-01-16 21:26:02 +00:00
Pav Lucistnik
abf6087db1 - Hook db42 ports to build
Spotted by:	erwin
Forgotted by:	pav
2004-01-16 14:36:34 +00:00
Ying-Chieh Liao
6ca3f3b90c add fpc-postgres 1.0.10
Free Pascal interface to PostGreSQL

PR:		61116
Submitted by:	John Merryweather Cooper <johnmary@adelphia.net>
2004-01-16 01:04:40 +00:00
Ying-Chieh Liao
3d90109dea add fpc-odbc 1.0.10
Free Pascal interface to ODBC

PR:		61113
Submitted by:	John Merryweather Cooper <johnmary@adelphia.net>
2004-01-16 00:49:36 +00:00
Oliver Braun
e04c5951e1 Add HSQL a SQL binding for Haskell. The port supports only PostgreSQL. MySQL
and ODBC support will be added if someone requests.
2004-01-15 23:47:22 +00:00
Alex Dupre
2e063acc4b Add freetds-msdblib, a slave port to build freetds with Microsoft db-lib
(required for PHP MSSQL extension).

Approved by:	nork (mentor/implicitly)
2004-01-15 19:07:26 +00:00
Edwin Groothuis
f68fdc7175 new ports: databases/mantis
Mantis is a web-based bugtracking system.

	It is written in the PHP scripting language and requires
	the MySQL database and a webserver. Mantis has been installed
	on Windows, MacOS, OS/2, and a variety of Unix operating
	systems. Any web browser should be able to function as a
	client. It is released under the terms of the GNU General
	Public License (GPL).

PR:		ports/46034
Submitted by:	Sebastien Gioria <gioria@FreeBSD.ORG>
2004-01-10 09:19:54 +00:00
Mark Linimon
b2b41bf90a Remove databases/xmysql. Per the distfile survey, this port hasn't
fetched for a long time.  It's no longer even clear that this is the
same port as is now available on sourceforge under that name; the
major number is different.  After 3 years of no updates, it's probably
easier to start over at this point.

PR:				ports/59171
Submitted by:			linimon
No objection from anyone for:	2 months
2004-01-08 20:05:14 +00:00
Will Andrews
08c8f0e2df Add py-sybase 0.36, a Python Database API interface to the Sybase RDBMS.
PR:		57521
Submitted by:	Gregory Bond <gnb@itga.com.au>
2004-01-06 06:18:59 +00:00
Edwin Groothuis
7a6314056c FreeBSD port of the NetBSD db(1) command.
manipulate db(3)'s btree(3) and hash(3) databases

Submitted by:	edwin@mavetju.org
2004-01-02 21:53:41 +00:00
Michael Nottebrock
5bf07460a2 Add qt-odbc-plugin, a database plugin for the QT toolkit. 2003-12-31 19:29:54 +00:00