Commit graph

249 commits

Author SHA1 Message Date
Erwin Lansing
972e4750dc Add p5-DBIx-SQLEngine 0.009, extends DBI with high-level operations.
The DBIx::SQLEngine class provides an extended interface for DBI
database handles, adding methods that support ad-hoc SQL generation and
query execution in a single call.

PR:		55129
Submitted by:	Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
2003-08-08 14:21:02 +00:00
Tilman Keskinoz
e4adbd9e14 Add the qt-pgsql-plugin, which provides easy access to PostgreSQL Databases
from Qt Applications

Submitted by:	Lauri Watts <lauri@kde.org>
Reviewed by:	Neil Stevens <neil@qualityassistant.com>
2003-08-06 12:00:35 +00:00
Tilman Keskinoz
0cb2bb1b9c Add the qt-mysql-plugin, whix provides easy access to MySQL Databases from
Qt Applications

PR:		52131
Submitted by:	Kay Lehmann <kay_lehmann@web.de>,
		Lauri Watts <lauri@kde.org>,
		lofi
Reviewed by:	kde
2003-08-06 11:52:26 +00:00
Hye-Shik Chang
cb9cbfb122 Add new port for py-bsddb,
a bsddb[34] binding bundled in python2.3 distribution.
2003-07-31 20:03:51 +00:00
Kirill Ponomarev
122e6065d5 New port databases/p5-Class-DBI-Replication
Classs::DBI::Replication extends Class::DBI's persistence for
replicated databases.

PR:		54744
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	fjoe (mentor) (implicit)
2003-07-23 14:54:39 +00:00
Kirill Ponomarev
76e85e4ee4 New port databases/p5-Class-DBI-Pg
Class::DBI::Pg automate the setup of Class::DBI columns and
primary key for Postgres.

PR:		54725
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	fjoe (mentor) (implicit)
2003-07-23 14:45:52 +00:00
Kirill Ponomarev
7bd1ce6227 New port databases/p5-Class-DBI-SQLite
Class::DBI::SQLite is an extension to Class::DBI for
DBD::SQLite, which allows you to populate auto incremented row
id after insert.

PR:		54749
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	fjoe (mentor)
2003-07-22 14:40:11 +00:00
Kirill Ponomarev
a51078f353 New port databases/p5-Class-DBI-SAK
By taking the busy work out of using Class::DBI as you see fit,
your code becomes more useful by size. Most of us end up using
at least a couple Class::DBI extensions in our programs, and
it's just a pain.  Enter the Swiss Army Knife.

PR:		54748
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	fjoe (mentor)
2003-07-22 14:31:57 +00:00
Kirill Ponomarev
b58aec0ab3 New port databases/p5-Class-DBI-Pager
Class::DBI::Pager is a plugin for Class::DBI, which glues
Data::Page with Class::DBI.

PR:		54723
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	fjoe (mentor)
2003-07-22 14:23:35 +00:00
Kirill Ponomarev
fbb8501f1c New port databases/p5-Data-Page
When searching through large amounts of data, it is often the
case that a result set is returned that is larger than we want
to display on one page. This results in wanting to page through
various pages of data. The maths behind this is unfortunately
fiddly, hence this module.

PR:		54720
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	fjoe (mentor)
2003-07-22 13:47:14 +00:00
Kirill Ponomarev
cb04df402b New port databases/p5-Class-DBI-AbstractSearch
Class::DBI::AbstractSearch is a Class::DBI plugin to glue
SQL::Abstract into
Class::DBI.

PR:		54714
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	fjoe (mentor)
2003-07-22 13:31:05 +00:00
Sean Chittenden
97f08e64a9 Add memcached: a high-performance, distributed memory object caching
system, generic in nature, but intended for use in speeding up dynamic
web applications by alleviating database load.
2003-07-22 06:16:06 +00:00
Akinori MUSHA
703bbb7826 Add ruby-sqlite, (another) Ruby interface to the SQLite DB engine. 2003-06-26 03:47:13 +00:00
Erwin Lansing
1faa189502 Add p5-SQL-Abstract 1.10,
perl extension to generate SQL from Perl
data structures.

PR:		48411
Submitted by:	Dominic Mitchell <dom@happygiraffe.net>
2003-06-19 14:30:46 +00:00
Norikatsu Shigemura
413c4f99ce Add pear-DB 1.4.0, pEAR Database Abstraction Layer.
PR:		ports/52596
Submitted by:	Thierry Thomas (<thierry@pompo.net>)
2003-06-08 06:53:16 +00:00
Kris Kennaway
6777f867da As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,
remove ports that have been broken for >4 months (in many cases much longer)
with no sign of a fix.
2003-05-06 03:56:26 +00:00
Norikatsu Shigemura
dc608dc90f Repo copy & update to MySQL 4.1.0 aka mysql41-server/mysql41-client.
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Repo copied by:	joe (cvs)
Approved by:	portmgr (no objections)
2003-04-18 16:17:47 +00:00
Ying-Chieh Liao
364861920e add dbf 0.5.1
Show and convert the content of dBASE III, IV, and 5.0 files
2003-04-03 18:17:29 +00:00
Edwin Groothuis
01f686aad2 databases/puredb: Set of libraries for creating and reading constant databases
PureDB is a portable and tiny set of libraries for creating
	and reading constant databases. It manages data files that
	contains text or binary key/data pairs of arbitrary sizes.
	Lookups are very fast (normally only one disk access to
	match a hash value), overhead is low (a database is 1028
	bytes plus only 16 extra bytes per record), multiple
	concurrent read access are supported, and databases can be
	up to 4 Gb long, and they are portable across architectures.

PR:		ports/48901
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-04-01 02:36:38 +00:00
Norikatsu Shigemura
38d1617d85 Add db41-nocrypto(4.1.25), no crypto the Berkeley DB package.
PR:		ports/48225
Submitted by:	matthias.andree@web.de
2003-02-16 06:27:25 +00:00
Edwin Groothuis
5deca61635 update and split devel/p5-ResourcePool
p5-Resource's DBI and Net::LDAP resources are from this
	version on split into separate modules.

PR:		ports/48000
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-02-12 23:32:20 +00:00
Sean Chittenden
d87a4a6578 Bow to the masses who have complained bitterly about not being able to
upgrade to the PostgreSQL 7.3 series and provide an update to the 7.2
series, 7.2.4.  :~]  This port _will_ be removed and should EOL'ed in
about 6 months time.  Since there is no future for these bits, ignore their
heritage commit an orphan for the 7 series.  See the postgresql7 port for
future and past bits.  This port is only intended to serve as a means of
postponing an inevitable upgrade to recent release.

DBAs, please plan and begin upgrading to 7.3.X, the grass really is greener.

Release notes:
http://developer.postgresql.org/docs/postgres/release-7-2-4.html

PR:		ports/48025
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2003-02-07 11:00:47 +00:00
Edwin Groothuis
6a07c0e8c0 [NEW PORT] zodb3
zodb3 is different from zodb which is already in the database
	ports collection.

	The ZODB package is a Python object persistence system.  It
	provides the Z Object Database separately from Zope so it
	can be used in non-Zope related Python applications to
	provide transparent object-oriented persistency.

PR:		ports/46108
Submitted by:	Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
2003-02-06 00:52:52 +00:00
Edwin Groothuis
7d239c3de3 New port: databases/py-PySQLite
The goal of the PySQLite project is to develop a Python
	extension for SQLite that conforms to the Python Database
	API Specification 2.0. SQLite is a powerful embedded
	relational database management system in a compact C library.
	It offers support for a large subset of SQL92, multiple
	tables, indices, transactions and triggers.

PR:		ports/43571
Submitted by:	Gerhard Häring <gerhard.haering@gmx.de>
2003-02-06 00:20:32 +00:00
Edwin Groothuis
40c0abdb5b New Port: databases/p5-DBIx-Tree v0.91
When you've got one of those nasty self-referential tables
	that you want to bust out into a tree, this is the module
	to check out.  Assuming there are no horribly broken nodes
	in your tree and (heaven forbid) any circular references

PR:		ports/47660
Submitted by:	Philip M. Gollucci <philip@p6m7g8.com>
2003-02-05 02:24:52 +00:00
Edwin Groothuis
7ada3a8cf0 New Port: p5-DBIx-Browse v2.09
The purpose of DBIx::Browse is to handle the browsing of
	relational tables.

	DBIx::Browse transparently translates SELECTs, UPDATEs,
	DELETEs and INSERTs from the desired "human view" to the
	values needed for the ta- ble. This is the case when you
	have related tables (1 to n) where the detail table has a
	reference (FOREIGN KEY) to a generic table (i.e.  Customers
	and Bills) with some index (tipically an integer).

PR:		ports/47624
Submitted by:	Philip M. Gollucci <philip@p6m7g8.com>
2003-02-05 01:57:07 +00:00
Peter Pentchev
3dd206fdf7 Add mysql40-client and mysql40-server. 2003-01-31 16:04:02 +00:00
Edwin Groothuis
e4ceff6486 New port: MySQLMan - a web based MySQL database manager written in perl
This port can be useful those, who have to manage MySQL
	remotely via web, but they don't want to install php for
	phpMyAdmin.  Unfortunately the license is not complete free:
	You have to download yourself from the original distribution
	site then you can freely use it, but you cannot redistribute.

PR:		ports/38958
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2003-01-18 09:01:34 +00:00
Edwin Groothuis
6f21bbfd7d New Port: databases/fireprofile
Library to help profiling where programs are using MySQL

PR:		ports/38023
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au>
2003-01-17 07:36:30 +00:00
Vanilla I. Shu
325f8178dd Add pgaccess.
A powerful GUI PostgreSQL database administration tool and toolkit

PR:		ports/46705
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2003-01-16 07:33:00 +00:00
Pete Fritchman
3c36009a3a Add db41-4.1.25 after a repocopy from databases/db4.
PR:		46755
Submitted by:	Matthias Andree <matthias.andree@web.de>
2003-01-07 01:06:07 +00:00
Sean Chittenden
ff0e3c1bf7 Add libpqxx. libpqxx is no longer hosted under the main PostgreSQL tree and
is now a project on gborg.  libpqxx is still a supported interface.

PR:		ports/45944
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2003-01-05 00:11:39 +00:00
Sean Chittenden
063ec41e82 Add libpq++. libpq++ is no longer hosted under the main PostgreSQL tree and
is now a project on gborg.  libpq++ is still a supported interface.

PR:		ports/45943
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2003-01-05 00:03:13 +00:00
Alan Eldridge
5932ccd258 A graphical ERD designer. It's a bit rough, but give it a version or two
more. This port is up for maintainership grabs, so I hope somebody takes it
and sticks with it. I'm just putting it here.
2003-01-02 12:42:09 +00:00
Akinori MUSHA
60e37192e4 Sort entries. 2002-11-27 20:28:08 +00:00
Edwin Groothuis
6e41809f7e New port: databases/gbib
gBib is an editor/browser for BibTeX bibliographic database
    files.

PR:		ports/35355
Submitted by:	Christian Brueffer <chris@unixpages.org>
2002-11-23 04:10:42 +00:00
Norikatsu Shigemura
f5d155859d Add p5-DBIx-DBSchema 0.21, an OO-interface to database schemas.
PR:		38013
Submitted by:	Peter Avalos <pavalos@theshell.com>
2002-11-22 19:57:43 +00:00
Yen-Ming Lee
e1ab150f4b add gqlplus, the SQL*PLUS with commandline editing, history, and
table/column name completion

Reviewed by:	ijliao (mentor)
Approved by:	ijliao (mentor)
2002-11-07 17:36:47 +00:00
Akinori MUSHA
c721b3d3fe The Sybase driver for Ruby-DBI has been (officially) broken for quite
some time, so remove the port.
2002-11-04 21:14:57 +00:00
Norikatsu Shigemura
ccb41b3716 Add jdb(1.11), JDB manipulates flat-ASCII databases from shell scripts.
PR:		ports/39957
Submitted by:	Lars Eggert <larse@ISI.EDU>
2002-11-04 14:15:55 +00:00
Joe Marcus Clarke
7f08951006 Remove gnomedb2. 2002-10-25 07:33:52 +00:00
Ying-Chieh Liao
89b25cf738 add tinycdb 0.72
Analogous to cdb, but faster
2002-10-17 16:23:42 +00:00
Ying-Chieh Liao
adffaf811e add tdb 1.0.6
Trivial Database
2002-10-12 13:02:16 +00:00
Chris D. Faulhaber
18efa9504d Remove p5-MyObject due the prolonged disappearance of it's homepage
and distfile.
2002-10-09 01:14:51 +00:00
Trevor Johnson
71e9de7da1 Send this to the Attic (when it was marked FORBIDDEN, Mir was still
in orbit).

Approved by:	Berend de Boer (maintainer)
advisory:	FreeBSD-SA-01:26.interbase
2002-09-27 09:44:48 +00:00
Sean Chittenden
bb7d32715f Hook postgresql-devel up to the build
Approved by:	knu (mentor) && portmgr
2002-09-23 22:03:37 +00:00
Alan Eldridge
a023750df6 KDE2 only. Too far gone, no kde3, won't even configure. 2002-09-20 22:03:28 +00:00
Joe Marcus Clarke
893fed8847 Add mergeant, a libgnomedb frontend that merges portions of gnome-db and
gASQL.
2002-09-15 00:35:47 +00:00
Akinori MUSHA
0bdb4b602f Add gauche-gdbm, a GDBM interface for Gauche. 2002-09-09 19:25:33 +00:00
Trevor Johnson
63c7505c62 Add ports/databases/postgresql-docs, which will install the documentation
formerly found in ports/databases/postgresql7.

PR:		42008
Submitted by:	Palle Girgensohn (maintainer)
2002-08-26 23:14:23 +00:00