1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

260 Commits

Author SHA1 Message Date
Edwin Groothuis
16d1da8428 New port: postgresql-contrib
New port, containing all contrib stuff distributed with postgresql

	From the README:

	The PostgreSQL contrib tree
	---------------------------

	This subtree contains porting tools, analysis utilities,
	and plug-in features that are not part of the core PostgreSQL
	system, mainly because they address a limited audience or
	are too experimental to be part of the main source tree.
	This does not preclude their usefulness.

	Each subdirectory contains a README file with information
	about the module.  Most items can be built with `gmake all'
	and installed with `gmake install' in the usual fashion,
	after you have run the `configure' script in the top-level
	directory.  Some directories supply new user-defined
	functions, operators, or types.  After you have installed
	the files you need to register the new entities in the
	database system by running the commands in the supplied
	.sql file.  For example,

		$ psql -d dbname -f module.sql

	See the PostgreSQL documentation for more information about
	this procedure.

PR:		ports/53181
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2003-08-24 12:17:02 +00:00
Edwin Groothuis
364f82df74 New port: Replaces NULL MySQL Field with value from top records
Replaces NULL column(s) with value from  last available column value

PR:		ports/55649
Submitted by:	Aftab Jahan Subedar <jahan@geocities.com>
2003-08-24 06:24:58 +00:00
Sean Chittenden
894d797199 Add nifty little script that parses the CIA's World Factbook and
converts it into SQL for PostgreSQL, DB2, or MySQL.  Includes
referential constraints for PostgreSQL and DB2.  Useful for those
wanting to populate a database with dummy data that isn't completely
fake or people who make frequent use of the data.
2003-08-21 09:32:49 +00:00
Jun Kuriyama
4484008569 Add usogres 0.8.1, real-time backup utility for PostgreSQL. 2003-08-20 11:22:45 +00:00
Mathieu Arnold
072cd9b8fb Add p5-Class-DBI-Loader 0.01
Dynamic definition of Class::DBI sub classes.

PR:		54719
Submitted by:	me
Approved by:	demon (mentor)
2003-08-20 08:47:10 +00:00
Mathieu Arnold
8132a74c0d Add p5-Class-DBI-FromCGI 0.92
Update Class::DBI data using CGI::Untaint.

PR:		54718
Submitted by:	me
Approved by:	demon (mentor)
2003-08-20 08:44:36 +00:00
Mathieu Arnold
04566439cc Add p5-Class-DBI-BaseDSN 1.21, DSN sensitive base class.
PR:		54715
Submitted by:	mat
Approved by:	demon (mentor)
2003-08-20 08:39:23 +00:00
Mathieu Arnold
af3b17ac34 Add p5-Class-DBI-Oracle 0.51, extensions to Class::DBI for Oracle.
PR:		54710
Submitted by:	mat
Approved by:	demon (mentor)
2003-08-20 08:34:27 +00:00
Mathieu Arnold
e8823fa2ac Add p5-DBIx-Ease 0.07
DBIx::Ease is intended to allow less-code DBI interactions.

PR:		54706
Submitted by:	mat
Approved by:	demon (mentor)
2003-08-20 08:26:23 +00:00
Erwin Lansing
f2a146575f Add p5-Mysql-Diff 0.33,
perl module for comparing the table
structure of two MySQL databases.

PR:		55451
Submitted by:	Andrew McNaughton <andrew@scoop.co.nz>
2003-08-20 06:51:48 +00:00
Akinori MUSHA
b9db623b3a Add p5-Time-Piece-MySQL, which adds MySQL-specific methods to Time::Piece. 2003-08-18 18:21:40 +00:00
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