summaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Fix plist and bump PORTREVISION subsequently.perky2003-10-192-0/+12
|
* Utilize new USE_PYTHON instead of pkg-req script.perky2003-10-192-23/+1
|
* Utilize PYTHON_SITE_SUBDIR and USE_PYTHON.perky2003-10-193-19/+7
|
* Update to 2.79.osa2003-10-172-2/+2
|
* Update to 3.01osa2003-10-172-2/+2
|
* - Fix buildkrion2003-10-172-0/+2
| | | | | Approved bu: maintainer Reported by: kris via bento
* Updated to 2.9002skv2003-10-172-3/+2
| | | | | PR: ports/58048 Submitted by: Philip M. Gollucci <philip@p6m7g8.com>
* BROKEN on 5.x: does not compilekris2003-10-151-1/+7
|
* Update to 0.10mat2003-10-152-2/+2
|
* Updated to 0.31skv2003-10-152-2/+2
|
* BROKEN: Does not installkris2003-10-151-0/+2
|
* Drop maintainership. I don't use these regularly any more, sorry.knu2003-10-141-1/+1
| | | | Seems they started using Linux specific constants..
* Update to 0.3.6.knu2003-10-142-3/+3
|
* Update to 1.1a.knu2003-10-143-3/+8
|
* Add a post-install message that DBD ports are available as separateknu2003-10-142-0/+5
| | | | | | ports. Suggested by: Justin Honold <justin@badbeat.com>
* Updated to 0.14skv2003-10-144-17/+16
|
* s/pqeasy/pgeasy/marcus2003-10-132-2/+2
| | | | Submitted by: Sebastian Schaffert <wastl@wastl.net>
* New slaveport: databases/postgresql-client.edwin2003-10-132-0/+17
| | | | | | | It installs databases/postgresql7 with the WITHOUT_SERVER option, making it an ideal replacement for all the ports 'which require libpq.so.3 but are currently building the full database server for it'.
* Set pkg-comment only when there isn't one set yet (make portedwin2003-10-1313-13/+13
| | | | master/slave clean)
* Update to 1.0.1.adamw2003-10-128-9/+8
|
* Updated to 0.30skv2003-10-122-2/+2
|
* - use DOCSDIRdinoex2003-10-121-112/+112
|
* Add a CONFLICT entry against databases/zodb3.perky2003-10-121-0/+1
| | | | Spotted by: kris
* - Update to 3.2.perky2003-10-113-436/+670
| | | | | - Assign maintainership to me. - Add an CONFLICTS entry against zodb-1*.
* Update to 1.01mat2003-10-103-11/+10
| | | | | | use %%SITE_PERL%% Approved by: maintainer
* - Install example and (minimal) documentationkrion2003-10-102-2/+22
| | | | | | | | | | - Use PYTHON_SITELIBDIR macro in pkg-plist - Shorten COMMENT to make pkg_info(1) happier - Bump PORTREVISION for changed package PR: 57814 Submitted by: Sergei Kolobov <sergei@kolobov.com> Approved by: maintainer
* Update to 1.22mat2003-10-093-4/+3
|
* Miscellaneous installation improvements, including (but not limited to)des2003-10-098-46/+225
| | | | preserving pre-existing configuration and data.
* Upgrade to 0.7.2.vanilla2003-10-061-1/+1
| | | | | PR: ports/57615 Submitted by: maintainer
* [patch] databases/py-MySQLdb: take maintainership and misc improvement.edwin2003-10-064-36/+38
| | | | | | | | | | * Use USE_MYSQL and BROKEN_WITH_MYSQL for 4.1.x since it doesn't work (thanks to Guy Middleton <guy@obstruction.com> for testing it with MySQL 4.0.x) * use %%DOCSDIR%% * take maintainership PR: ports/56579 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* New port: special purpose database applicationedwin2003-10-066-0/+43
| | | | | | | | | | | The useracc utility is a special purpose database application to store and retrieve data about users in a distributed environment. It is usable in situations where a single numerical and/or a single non-numerical field for each index (possibly a user name) are adequate. PR: ports/46394 Submitted by: Konrad Heuer <kheuer@gwdg.de>
* Add a cast of tunables (mostly for for development and debugging) andseanc2003-10-033-8/+44
| | | | upddate the port for 7.4 beta 4.
* Add p5-DBD-PgSPI 0.01mat2003-10-036-0/+70
| | | | | | | Provides access to PostgreSQL db through DBI within pl/perl functions. PR: 51097 Submitted by: myself
* Protect against accidentally defining USE_MYSQL in the environment orroam2003-10-039-0/+38
| | | | | | | | | on the make(1) command line[1]. Unbreak mysql40-server's building on -CURRENT (-pthread)[2]. PR: 56252[1], 56925[2] Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> [1], Alex Dupre <sysadmin@alexdupre.com> (maintainer) [2]
* Add p5-Class-DBI-ToSax 0.09, extension to Class::DBI for sqlite.mat2003-10-035-0/+51
|
* Chase up new MASTER_SITE_SAVANNAH.edwin2003-10-031-1/+2
| | | | | PR: ports/56970 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* Update to 0.02mat2003-10-025-7/+25
| | | | | | | | Use SITE_PERL, add WWW and a patch to generate man page maintainer timeout (5 months) PR: 51572 Submitted by: myself
* Fix reference in .omf file to html documentation. So it can be navigatedbland2003-10-026-0/+36
| | | | via Yelp.
* Fix pkg-plist.skv2003-10-012-2/+6
| | | | | PR: ports/57393 Submitted by: dinoex
* Add libgdamm 1.3.0, C++ wrapper for libgda2 library.bland2003-10-016-0/+71
|
* Update to the latest snapshot for 7.4beta3. Mostly bug fixes, but theseanc2003-10-014-9/+56
| | | | | | | most significant change is the ability to change PostgreSQL's block size with the nob: WITH_PGBLOCKSIZE=("16K"|"32K"). Release notes: http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL
* - Change patches for gcc 3.1 and gcc 3.2 with patch for gcc 3.3krion2003-09-296-106/+106
| | | | | | | | | | | | (it includes both) - Utilize USE_MYSQL - Utilize DOCSDIR and EXAMPLESDIR - Realize NOPORTDOCS behaviour (at long last!) - Change ${WRKDIR}/${DISTNAME} with ${WRKSRC} - Maintainer timeout > 3 weeks PR: 56544 Submitted by: Sergey Matveychuk <sem@ciam.ru>
* Update to 2.99.osa2003-09-292-2/+2
|
* Update to 2.77.osa2003-09-292-2/+2
|
* take care about DB_DIR when the initial database get installedoliver2003-09-287-14/+14
| | | | | | PR: ports/54628 Submitted By: Max Okumoto <okumoto@ucsd.edu> Approved By: maintainer
* update pear-DB to 1.5.0RC2oliver2003-09-283-4/+5
| | | | | PR: 56880 Submitted By: Thierry Thomas <thierry@pompo.net>
* Chase distfile after QT updatearved2003-09-272-2/+2
| | | | | PR: 57102 Submitted by: Kay Lehmann <kay_lehmann@web.de>
* ECHO -> ECHO_MSGedwin2003-09-272-2/+2
| | | | | | | (ECHO_CMD for deskutils/notebook) PR: ports/56767-56770,56772-56774,56776-56784 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update port: databases/mysql323-serveredwin2003-09-271-35/+35
| | | | | | | | - ECHO -> ECHO_MSG - pre-fetch -> pre-everything PR: ports/56775 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 1.0.0.adamw2003-09-2510-45/+17
| | | | Obtained from: marcuscom
OpenPOWER on IntegriCloud