summaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Chase the libintl.so shared lib version.marcus2003-08-2522-22/+22
|
* Add MAN3 now that Module::Build does generate man pagesmat2003-08-242-6/+7
| | | | | | bump PORTREVISION Approved by: demon (mentor)
* New port: postgresql-contribedwin2003-08-245-0/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* New port: Replaces NULL MySQL Field with value from top recordsedwin2003-08-245-0/+34
| | | | | | | Replaces NULL column(s) with value from last available column value PR: ports/55649 Submitted by: Aftab Jahan Subedar <jahan@geocities.com>
* Bring postgressql-devel up to snuff to build with PostgreSQL's otherseanc2003-08-231-3/+3
| | | | | | | sub-ports (eg: p5-postgresql-plperl). PR: ports/54629 Submitted by: Yen-Shuo Su <yssu@CCCA.net>
* Fix plist problem identified by bentonbm2003-08-222-7/+5
| | | | | | Use the same method as phpmyadmin for PHP4 dependency. Submitted by: kris
* Upgrade memcached to 1.1.8seanc2003-08-214-12/+29
| | | | Noticed by: fenner's distfile survey
* Remove comment character in front of FORBIDDEN, slipped in by accident.netchild2003-08-215-5/+5
| | | | Pointy hat to: netchild
* Update address of maintainer.netchild2003-08-216-11/+11
|
* Um, my bad. Hook up the pkg-message so that it gets displayed whenseanc2003-08-212-0/+6
| | | | building the port. Too much time in the beer garden tonight...
* Add nifty little script that parses the CIA's World Factbook andseanc2003-08-216-0/+81
| | | | | | | 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.
* unbreak databases/gauche-gdbmleeym2003-08-212-2/+1
| | | | | | PR: 55267 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: Erik Greenwald <erik@smluc.org>
* update databases/gauche-gdbm: add 'scheme' virtual catagorydaichi2003-08-211-1/+1
| | | | | PR: 55282 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* Add the missing \n to one of the printf()s in the patch.mi2003-08-201-1/+1
|
* Update to the patch to the newer version submitted to SF. No PORTREVISIONmi2003-08-201-36/+185
| | | | bump, since the last commit was only a little while ago.
* Upgrade from 0.5.1 to 0.6. Don't need gmake (any longer?).mi2003-08-204-4/+909
| | | | | Add a big patch, that's also submitted to the vendor -- fixing a number of bugs and inefficiencies.
* Update to 1.32erwin2003-08-204-10/+8
| | | | | | PR: 55388 Submitted by: mat Approved by: maintainer
* Add usogres 0.8.1, real-time backup utility for PostgreSQL.kuriyama2003-08-2012-0/+169
|
* Add p5-Class-DBI-Loader 0.01mat2003-08-205-0/+60
| | | | | | | | Dynamic definition of Class::DBI sub classes. PR: 54719 Submitted by: me Approved by: demon (mentor)
* Add p5-Class-DBI-FromCGI 0.92mat2003-08-205-0/+54
| | | | | | | | Update Class::DBI data using CGI::Untaint. PR: 54718 Submitted by: me Approved by: demon (mentor)
* Add p5-Class-DBI-BaseDSN 1.21, DSN sensitive base class.mat2003-08-205-0/+38
| | | | | | PR: 54715 Submitted by: mat Approved by: demon (mentor)
* Add p5-Class-DBI-Oracle 0.51, extensions to Class::DBI for Oracle.mat2003-08-205-0/+45
| | | | | | PR: 54710 Submitted by: mat Approved by: demon (mentor)
* Add p5-DBIx-Ease 0.07mat2003-08-205-0/+43
| | | | | | | | DBIx::Ease is intended to allow less-code DBI interactions. PR: 54706 Submitted by: mat Approved by: demon (mentor)
* Add p5-Mysql-Diff 0.33,erwin2003-08-209-0/+83
| | | | | | | | perl module for comparing the table structure of two MySQL databases. PR: 55451 Submitted by: Andrew McNaughton <andrew@scoop.co.nz>
* Update phpmyadmin to 2.5.2nbm2003-08-196-16/+32
| | | | | PR: 54776 Submitted by: Kang Liu <lazykang@hotmail.com>
* Add p5-Time-Piece-MySQL, which adds MySQL-specific methods to Time::Piece.knu2003-08-185-0/+36
|
* o Main modificationnork2003-08-182-6/+4
| | | | | | | | | | | | | | | | | | graphics/gd(based on 1.8.4) -> graphics/gd1 graphics/gd2(based on 2.0.15) -> graphics/gd graphics/p5-GD(based on 1.41) -> graphics/p5-GD1 graphics/p5-GD2(based on 2.07) -> graphics/p5-GD japanese/gd -> japanese/gd1 japanese/gd2 -> japanese/gd o Include some feature WITH_XPM(w/, w/o WITHOUT_X11) o Chase this modification o Fix build error [1] PR: ports/54540 Submitted by: Ports Fury Approved by: maintainer (blanket) Reported by: bento via kris [1]
* update databases/pgaccess: 0.98.8 -> 0.98.8.20030520daichi2003-08-183-16/+53
| | | | | PR: 55355 Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
* - Fix buildkrion2003-08-171-2/+3
| | | | | | PR: 55663 Submitted by: Ports Fury Reported by: kris via bento
* - Remove gdbm dependencykrion2003-08-173-6/+90
| | | | | | | - Fix build on -current PR: 55658 Submitted by: Matthias Andree <matthias.andree@gmx.de>
* Assign maintainership back to ports@. Thanks for all your work, Martin.marcus2003-08-171-1/+1
|
* Depend on openldap20-client as openldap20 no longer exists.marcus2003-08-162-2/+2
| | | | Pointed out by: Thierry Thomas <thierry@pompo.net>
* Update my ports to use my @FreeBSD.org addressmat2003-08-168-8/+8
| | | | Approved by: demon (mentor)
* Reset bouncing maintainer address ("Host not found")kris2003-08-151-1/+1
|
* Upgrade phppgadmin port to 3.0nbm2003-08-133-80/+182
| | | | | PR: 54089 Submitted by: Dmitry Morozovsky <marck@rinet.ru>
* Fix my fault in previous commit: put a pkg-messageosa2003-08-1213-0/+0
| | | | | | into right place. Notify from: Palle Girgensohn <girgen@pingpong.net>
* Silence warnings, bump port revision.fjoe2003-08-124-14/+14
| | | | PR: 55483
* Update to 7.3.4osa2003-08-1265-819/+390
| | | | | | | | | | | "In order to address a potentially serious (although rare) server startup failure that was recently reported, we have released PostgreSQL version 7.3.4. This release is critical for users of PostgreSQL version 7.3.3, and highly recommended for all other PostgreSQL users." Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) PR: 55354
* - Add missing 'DBD::Pg::' qualifier in call of db::pg_server_version [1].fjoe2003-08-114-0/+122
| | | | | | | | | | | | - Temporary fix for pg_server_version comparisons [2]. - Bump port revision. Both errors are already fixed in CVS but patch for [2] from CVS has some functional changes and committed fix was implemented differently in less intrusive manner. Submitted by: Robin Schilham <co9@xs4all.nl> [1] Jun Kuriyama <kuriyama@imgsrc.co.jp> [2] (partially)
* Update to 2.4.5. Depend on MySQL 4.0 by default.knu2003-08-093-25/+10
|
* Update to 0.90erwin2003-08-092-6/+3
| | | | | | PR: 55383 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: maintainer (implicit)
* Updated to 0.29skv2003-08-093-4/+3
| | | | | PR: ports/55389 Submitted by: Mathieu Arnold <m@absolight.net>
* Add p5-DBIx-SQLEngine 0.009, extends DBI with high-level operations.erwin2003-08-085-0/+84
| | | | | | | | | 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>
* PostgreSQL's now in 7.4 beta1. This update includes a few fixes afterseanc2003-08-083-2/+8
| | | | | | | the 7.4beta1 tag went down. Please report any failures or successes on exotic hardware (ie: !i386, !alpha). http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL
* Upgrade to version 1.11, remove redundant DISTFILES specification.olgeni2003-08-073-5/+4
|
* Remove the redundant PKGNAMESUFFIX that slipped into the last commitarved2003-08-071-1/+0
| | | | | PR: 55316 Submitted by: maintainer
* Update to 2.74osa2003-08-072-2/+2
|
* BROKEN: Does not patchkris2003-08-071-0/+2
|
* BROKEN: Does not fetchkris2003-08-071-0/+2
|
* BROKEN: Broken dependencykris2003-08-072-0/+4
|
OpenPOWER on IntegriCloud