summaryrefslogtreecommitdiff
path: root/databases (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to GNOME 2.2.Joe Marcus Clarke2003-02-0719-74/+226
| | | | | | | | This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts. Notes: svn path=/head/; revision=75035
* Bow to the masses who have complained bitterly about not being able toSean Chittenden2003-02-0718-0/+1004
| | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=75018
* Update PostgreSQL to the maintenance release 7.3.2.Sean Chittenden2003-02-0652-1118/+1001
| | | | | | | | | | | | | | | | | | Fixes numerous bugs especially with various interface libraries and pg_dump. All users are advised to upgrade. This update fixes all known problems with the postgresql7 port. See release notes for details: http://developer.postgresql.org/docs/postgres/release-7-3-2.html A dump/restore is *not* required when upgrading to this version. PR: ports/47983 [1], ports/47284 [2], ports/47808 [3] Submitted by: maintainer [1] Jason C. Wells [2] Michel Oosterhof <m.oosterhof@xs4all.nl> [3] Notes: svn path=/head/; revision=74993
* [NEW PORT] zodb3Edwin Groothuis2003-02-067-0/+482
| | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=74927
* Update py-PyGreSQL to version 7.3Edwin Groothuis2003-02-062-10/+8
| | | | | | | | | | | | | | This patch really only takes over maintainership from ports@freebsd.org. Since I manage most of the postgresql ports, I might as well take this one too, I guess? I have verified that it builds with postgresql-7.3 PR: ports/45887 Submitted by: Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=74924
* New port: databases/py-PySQLiteEdwin Groothuis2003-02-0649-0/+761
| | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=74922
* URL fixes.Christian Weisgerber2003-02-051-1/+1
| | | | | | | | PR: 47848, 47853, 47855 Submitted by: tadalunch@s5.xrea.com Notes: svn path=/head/; revision=74893
* o Definitely fix building on -current.Norikatsu Shigemura2003-02-0516-176/+136
| | | | | | | | | | | | o Really overwrite databases when OVERWRITE_DB is set. o Automatically skip installing databases if they already exist (unless OVERWRITE_DB is set). PR: ports/47945 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=74879
* Update to 2.1024Sergey Skvortsov2003-02-053-21/+20
| | | | | | | PR: 47615 Notes: svn path=/head/; revision=74851
* Update to 0.90Sergey Skvortsov2003-02-053-17/+17
| | | | Notes: svn path=/head/; revision=74846
* Update to 0.28Sergey Skvortsov2003-02-053-10/+10
| | | | Notes: svn path=/head/; revision=74845
* Update to 0.24 (based on SQLite 2.7.6).Norikatsu Shigemura2003-02-054-4/+4
| | | | Notes: svn path=/head/; revision=74816
* New Port: databases/p5-DBIx-Tree v0.91Edwin Groothuis2003-02-056-0/+45
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=74733
* Update: databases/p5-SQL-Statement 1.004 -> 1.005Edwin Groothuis2003-02-053-2/+4
| | | | | | | | | | | | | | | | | | | | | | PR: ports/47659 Submitted by: Philip M. Gollucci <philip@p6m7g8.com> Reviewed by: Approved by: Obtained from: MFC after: CVS: ---------------------------------------------------------------------- CVS: PR: Fill this in if a GNATS PR is affected by the change. CVS: Submitted by: Fill this in if someone else sent in the change. CVS: Reviewed by: Fill this in if someone else reviewed your modification. CVS: Approved by: Fill this in if you needed approval for this commit. CVS: Obtained from: Fill this in if the change is from third party software. CVS: MFC after: N [day[s]|week[s]|month[s]] CVS: Fill in to get MFC notification later. (days assumed unless specified) CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically distinfo pkg-plist CVS: ---------------------------------------------------------------------- Notes: svn path=/head/; revision=74730
* New Port: p5-DBIx-Browse v2.09Edwin Groothuis2003-02-056-0/+49
| | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=74723
* [1] Avoid leaking potentially sensitive information into system logsDag-Erling Smørgrav2003-02-044-3/+166
| | | | | | | | | | | [2] Add PAM support to gnatsd PR: [1] ports/41342 Submitted by: [1] Igor Kucherenko <kivvy@sunbay.com> [2] ru Notes: svn path=/head/; revision=74680
* Update to 4.0.10.Norikatsu Shigemura2003-02-0432-112/+472
| | | | | | | | | | Fix configure on -current. PR: ports/47902 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=74675
* Maintainer update: mysqlman cleanup and fetch updateEdwin Groothuis2003-02-041-14/+8
| | | | | | | | | | | | mysqlman cleanup and fetch update. I can take the maintainership of this port, since I submitted. I had blackhole a while ago on my e-mail alias that has been resolved. PR: ports/47899 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Notes: svn path=/head/; revision=74652
* [MAINTAINER REINPLACE FIX] databases/dbmetrixEdwin Groothuis2003-02-041-1/+2
| | | | | | | | PR: ports/47682 Submitted by: Joseph Scott <joseph@randomnetworks.com> Notes: svn path=/head/; revision=74631
* Remove old install-statementEdwin Groothuis2003-02-031-1/+0
| | | | | | | Submitted by: Peter van Dijk <peter@dataloss.nl> Notes: svn path=/head/; revision=74585
* databases/cdb port forgets uint32.hEdwin Groothuis2003-02-033-3/+5
| | | | | | | | | | | Remove include/ and lib/ files from the package. Add note to pkg-descr about this behaviour. PR: ports/35364 Submitted by: Peter van Dijk <peter@dataloss.nl> Notes: svn path=/head/; revision=74583
* Fix a typo that caused cp to fail.Akinori MUSHA2003-02-011-1/+1
| | | | | | | Submitted by: Ayumu Kato <akato@rc5.so-net.ne.jp> Notes: svn path=/head/; revision=74416
* Update to 0.3.1.Akinori MUSHA2003-02-012-2/+2
| | | | Notes: svn path=/head/; revision=74415
* Add mysql40-client and mysql40-server.Peter Pentchev2003-01-311-0/+2
| | | | Notes: svn path=/head/; revision=74357
* Update to MySQL 4.0.9 after a repo-copy from the mysql323-* ports.Peter Pentchev2003-01-3196-2664/+1000
| | | | | | | | | | PR: 45543 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Repo-copy approved by: portmgr (will) Repo-copy performed by: cvs (josefk) Notes: svn path=/head/; revision=74356
* Properly handle OMF files.Joe Marcus Clarke2003-01-301-0/+2
| | | | Notes: svn path=/head/; revision=74299
* Update to 0.3.0.Akinori MUSHA2003-01-302-3/+5
| | | | Notes: svn path=/head/; revision=74289
* Upgrade to 3.23.55.Dirk Froemberg2003-01-2927-63/+72
| | | | Notes: svn path=/head/; revision=74215
* Update to 2.4.4 and add a patch to make it build with ruby 1.8.Akinori MUSHA2003-01-293-2/+24
| | | | Notes: svn path=/head/; revision=74201
* Update to a a 2003-01-26 snapshot of PostgreSQL. Documentation is notSean Chittenden2003-01-275-117/+424
| | | | | | | | | | | | | included in this port at the moment, please see the developer docs online. http://developer.postgresql.org/docs/postgres/ For a list of changes (mostly significant improvements for large queries): http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL Notes: svn path=/head/; revision=74112
* Update to 0.79.Anton Berezin2003-01-263-4/+8
| | | | Notes: svn path=/head/; revision=74021
* Update to 2.2.4Tilman Keskinoz2003-01-262-2/+2
| | | | | | | | PR: 47484 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=74015
* Remove broken Y2K link.Tilman Keskinoz2003-01-241-2/+0
| | | | | | | | PR: 47427 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=73958
* Use USE_REINPLACE & REINPLACE_CMD instead of PERL.Anders Nordby2003-01-231-1/+2
| | | | | | | Requested by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=73884
* Unbreak packaging for ruby 1.8.Akinori MUSHA2003-01-231-1/+7
| | | | Notes: svn path=/head/; revision=73874
* mysql-server compiles and runs fine on sparc64.Dirk Froemberg2003-01-239-9/+9
| | | | | | | Submitted by: Joao Pedras <jpedras@webvolution.net> Notes: svn path=/head/; revision=73859
* Add an option, WITH_COMPAT, to install the UNIX dbm/ndbmYaroslav Tykhiy2003-01-222-0/+19
| | | | | | | | | | compatibility files--libgdbm_compat and the header files. PR: ports/47363 Approved by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (MAINTAINER) Notes: svn path=/head/; revision=73802
* Add php3 distinfo too.Neil Blakey-Milner2003-01-202-0/+2
| | | | | | | | PR: 46923 Submitted by: Maxim Maximov <mcsi@agava.com> Notes: svn path=/head/; revision=73641
* Update to 0.9.0.Joe Marcus Clarke2003-01-1912-36/+21
| | | | Notes: svn path=/head/; revision=73536
* Fix these two so they at least work with 'make index'. The inclusionAde Lovett2003-01-192-2/+2
| | | | | | | of a master port Makefile like this is iffy in the extreme, IMO. Notes: svn path=/head/; revision=73467
* Update to 2.77Tilman Keskinoz2003-01-182-2/+2
| | | | | | | | PR: 47065 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=73448
* Bump libpq version and PORTREVISION.Sean Chittenden2003-01-181-1/+2
| | | | Notes: svn path=/head/; revision=73441
* Adding POSTGRESQL_PORT tunable. Not bumping PORTREVISION.Sean Chittenden2003-01-182-4/+6
| | | | Notes: svn path=/head/; revision=73440
* Add dependency on libpq.3 and POSTGRESQL_PORT tunable. GrabSean Chittenden2003-01-181-2/+4
| | | | | | | maintainership of ports while I'm here. Notes: svn path=/head/; revision=73439
* Fix path for pg_dump using PREFIX.Jimmy Olgeni2003-01-181-0/+7
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=73416
* Update to 2.55Tilman Keskinoz2003-01-185-26/+25
| | | | | | | | PR: 47074 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=73398
* Original maintainer-email address bounced.Edwin Groothuis2003-01-181-1/+1
| | | | | | | Who knows where "Janos Mohacsi <janos.mohacsi@bsd.hu>" is? Notes: svn path=/head/; revision=73383
* New port: MySQLMan - a web based MySQL database manager written in perlEdwin Groothuis2003-01-187-0/+183
| | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=73379
* Fix the checksum for patch.3.3.11.1. In diff'ing the new patch to the olderJoe Marcus Clarke2003-01-181-1/+1
| | | | | | | | | | | downloaded one, the CVS Id in the context portion of the diffs changed (probably since the files were checked out/in through CVS on the 10th). In any event, the patch still applies cleanly. Reported by: Lee Blevins <leeb@digitalgraphics.net> Notes: svn path=/head/; revision=73365
* New Port: databases/fireprofileEdwin Groothuis2003-01-177-0/+53
| | | | | | | | | | Library to help profiling where programs are using MySQL PR: ports/38023 Submitted by: Dean Hollister <dean@odyssey.apana.org.au> Notes: svn path=/head/; revision=73315