aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Add trailing "Kris Kennaway2004-03-021-1/+1
| | | | | | | | Submitted by: Ion-Mihai Tetcu <itetcu@apropo.ro> Pointy hat to: kris Notes: svn path=/head/; revision=102717
* Update to 0.3.9 and unbreak.Akinori MUSHA2004-03-023-11/+249
| | | | Notes: svn path=/head/; revision=102699
* Update to 3.14.Sergey A. Osokin2004-03-012-4/+3
| | | | Notes: svn path=/head/; revision=102639
* Update to 2.93.Sergey A. Osokin2004-03-012-4/+3
| | | | Notes: svn path=/head/; revision=102638
* Unbreak build on ruby-18Sergey Skvortsov2004-03-011-2/+2
| | | | | | | Pointed by: kris Notes: svn path=/head/; revision=102602
* Updated to 0.95Sergey Skvortsov2004-03-012-3/+10
| | | | Notes: svn path=/head/; revision=102601
* Updated to 0.32Sergey Skvortsov2004-03-012-2/+3
| | | | Notes: svn path=/head/; revision=102600
* Update to 4.20 release.Alex Dupre2004-02-293-11/+28
| | | | | | | | PR: ports/63523 Submitted by: Martin Matuska <martin@tradex.sk> (maintainer) Notes: svn path=/head/; revision=102573
* Add mysql323-scripts, a slave port containing additional scripts for theAlex Dupre2004-02-292-0/+22
| | | | | | | MySQL database. Notes: svn path=/head/; revision=102524
* Sync with MySQL 4.0:Alex Dupre2004-02-297-27/+97
| | | | | | | | | - get rid of perl dependency - enhance man pages and scripts installation - move additional scripts in mysql-scripts port Notes: svn path=/head/; revision=102523
* Add mysql50-scripts, a slave port containing additional scripts for theAlex Dupre2004-02-296-0/+106
| | | | | | | MySQL database. Notes: svn path=/head/; revision=102510
* Sync with MySQL 4.0:Alex Dupre2004-02-2942-210/+648
| | | | | | | | | - get rid of perl dependency - enhance man pages and scripts installation - move additional scripts in mysql-scripts port Notes: svn path=/head/; revision=102508
* Move mysql.info installation in do-install stage.Alex Dupre2004-02-292-6/+2
| | | | Notes: svn path=/head/; revision=102507
* Remove lib/mysql directory, if empty.Alex Dupre2004-02-291-0/+1
| | | | Notes: svn path=/head/; revision=102498
* Add mysql41-scripts, a slave port containing additional scripts for theAlex Dupre2004-02-292-0/+22
| | | | | | | MySQL database. Notes: svn path=/head/; revision=102496
* Sync with MySQL 4.0:Alex Dupre2004-02-297-33/+108
| | | | | | | | | - get rid of perl dependency - enhance man pages and scripts installation - move additional scripts in mysql-scripts port Notes: svn path=/head/; revision=102495
* Fix plist (remove not installed man page).Alex Dupre2004-02-281-1/+1
| | | | Notes: svn path=/head/; revision=102481
* - Update to 1.5 ReleaseKirill Ponomarev2004-02-2815-50/+45
| | | | | | | | PR: ports/63479 Submitted by: maintainer Notes: svn path=/head/; revision=102471
* USE_MYSQLTilman Keskinoz2004-02-281-2/+8
| | | | | | | | | Fix build on AMD64 Reported by: bento Notes: svn path=/head/; revision=102420
* Add pear-DB_Pager, a class handles all the stuff needed for displayingPav Lucistnik2004-02-284-0/+36
| | | | | | | | | | | | paginated results from a database query of Pear DB. including fetching only the needed rows and giving extensive information for helping build an HTML or GTK query result display. PR: ports/63346 Submitted by: Toshiya SAITOH <toshiya@saitoh.nu> Notes: svn path=/head/; revision=102371
* Update to 0.2.2.Akinori MUSHA2004-02-283-94/+85
| | | | Notes: svn path=/head/; revision=102345
* - Update to version 0.7.4.2Kirill Ponomarev2004-02-271-1/+1
| | | | | | | | PR: ports/63471 Submitted by: maintainer Notes: svn path=/head/; revision=102317
* - Update to version 1.8.1Kirill Ponomarev2004-02-272-3/+6
| | | | | | | | PR: ports/63468 Submitted by: maintainer Notes: svn path=/head/; revision=102315
* Define NOPORTDOCS to work around the upgrade problem, for the moment.Akinori MUSHA2004-02-271-0/+2
| | | | Notes: svn path=/head/; revision=102280
* Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports whichMichael Nottebrock2004-02-261-3/+2
| | | | | | | BUILD_DEPEND on qmake now. Notes: svn path=/head/; revision=102232
* - Add checksum for bdb/patch.4.2.52.2Pav Lucistnik2004-02-261-0/+4
| | | | | | | | | | - Add SIZE PR: ports/63321 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=102199
* Add fpc-oracle, a part of base packages of Free Pascal.Pav Lucistnik2004-02-266-0/+104
| | | | | | | | | | It provides interface to Oracle database. PR: ports/61114 Submitted by: John Merryweather Cooper <johnmary@adelphia.net> Notes: svn path=/head/; revision=102196
* BROKEN on !i386: Does not compileKris Kennaway2004-02-261-0/+4
| | | | Notes: svn path=/head/; revision=102174
* - add SIZEDirk Meyer2004-02-261-0/+1
| | | | Notes: svn path=/head/; revision=102158
* - add USE_LIBTOOL supportClement Laforet2004-02-266-24/+30
| | | | | | | | PR: 63316 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=102152
* o Fix some bugs reported on ML.Jun Kuriyama2004-02-2510-36/+666
| | | | | | | | | | | | | | o Fix more style bugs in debug message. o Add internal function to postmaster which returns current replication server. o Add new packet handler to pgreplicate which returns cluster node status information. o Add check scripts for nagios. These scripts may be useful, but not intended to officially supported by me. I'll make them as another port when they become stable. Notes: svn path=/head/; revision=102097
* Update to 1.6.0 release.Alex Dupre2004-02-242-17/+19
| | | | | | | | PR: ports/63152 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=102010
* Upgrade to 1.41.Vanilla I. Shu2004-02-243-2/+4
| | | | Notes: svn path=/head/; revision=102003
* Simplify the Makefile.Alex Dupre2004-02-241-5/+0
| | | | Notes: svn path=/head/; revision=101982
* Update to 1.07Mathieu Arnold2004-02-243-5/+4
| | | | Notes: svn path=/head/; revision=101976
* * Add vendor patch.4.2.52.2Oliver Eikemeier2004-02-2412-12/+36
| | | | | | | | | | | * Bump portrevision. * Add SIZE to distinfo. PR: 63306 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=101975
* Update to 0.02Mathieu Arnold2004-02-242-3/+3
| | | | Notes: svn path=/head/; revision=101971
* Add mysql-administrator 1.0.1a,Kirill Ponomarev2004-02-2418-0/+467
| | | | | | | | | | | | | | | | | | | | | | | | MySQL Administrator is a powerful visual administration console that enables you to easily administer your MySQL environment and gain significantly better visibility into how your databases are operating. MySQL Administrator now integrates database management and maintenance into a single, seamless environment, with a clear and intuitive graphical user interface. By using MySQL Administrator you will be able to: * Achieve higher database availability through improved management * Reduce errors through visual database administration * Lower database administration costs through improved productivity * Deliver a more secure environment through easier privilege management WWW: http://www.mysql.com/products/administrator/ PR: ports/63292 Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=101947
* Bump PORTREVISION.Alex Dupre2004-02-231-1/+0
| | | | Notes: svn path=/head/; revision=101878
* Add mysql40-scripts, a slave port containing additional scripts for theAlex Dupre2004-02-232-0/+22
| | | | | | | MySQL database. Notes: svn path=/head/; revision=101868
* - get rid of perl dependency [1]Alex Dupre2004-02-236-30/+107
| | | | | | | | | | - enhance man pages and scripts installation - move additional scripts in mysql-scripts port Requested by: many [1] Notes: svn path=/head/; revision=101867
* BROKEN: Does not compile. This port is scheduled for removal on April 22Kris Kennaway2004-02-231-0/+4
| | | | | | | if it is still broken at that time. Notes: svn path=/head/; revision=101784
* Upgrade to 1.2.1Oliver Braun2004-02-223-7/+12
| | | | Notes: svn path=/head/; revision=101741
* Reset maintainer. Maintainer has not responded to multiple emailsMark Linimon2004-02-221-1/+1
| | | | | | | | about one of his other ports which has been broken for some time (textproc/latte). Possibly that email account is no longer active. Notes: svn path=/head/; revision=101720
* - remove BROKENDirk Meyer2004-02-221-2/+0
| | | | Notes: svn path=/head/; revision=101702
* - Fix MASTER_SITESDirk Meyer2004-02-221-1/+1
| | | | | | | - newer version does not build yet. Notes: svn path=/head/; revision=101701
* Update to 3.2.1Hye-Shik Chang2004-02-223-20/+32
| | | | Notes: svn path=/head/; revision=101687
* Change BROKEN to FORBIDDEN to prevent the package buildKris Kennaway2004-02-221-1/+1
| | | | Notes: svn path=/head/; revision=101685
* BROKEN on 4.x: broken pkg-plistKris Kennaway2004-02-221-0/+4
| | | | Notes: svn path=/head/; revision=101683
* Don my portmgr hat and return dirk@FreeBSD.org's ports back to theKris Kennaway2004-02-222-2/+2
| | | | | | | | unmaintained pool. He has not committed in over a year and has been unresponsive to emails over a similar time period. Notes: svn path=/head/; revision=101647