aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* nuke mysql entirelyAndreas Klemm1998-09-061-2/+3
| | | | | | | add necessary entries for both mysql ports after repository copy Notes: svn path=/head/; revision=13033
* Let the ports collection do its thing with CDBGary Palmer1998-07-191-1/+2
| | | | Notes: svn path=/head/; revision=11956
* Activate py-PyGreSQL (in new home).Jacques Vidrine1998-07-061-1/+2
| | | | Notes: svn path=/head/; revision=11766
* activate tkgnatsAndreas Klemm1998-04-181-1/+2
| | | | Notes: svn path=/head/; revision=10554
* Remove nonexistent directory from SUBDIR list.Steve Price1998-01-111-2/+1
| | | | | | | PR: 5078 Notes: svn path=/head/; revision=9322
* Add p5-MLDBMAndrey A. Chernov1997-12-031-1/+2
| | | | Notes: svn path=/head/; revision=8968
* enabled pgaccessAndreas Klemm1997-10-041-1/+2
| | | | Notes: svn path=/head/; revision=8114
* Enabled 2 new ports xmysql and xmysqladminAndreas Klemm1997-09-021-1/+3
| | | | Notes: svn path=/head/; revision=7756
* Enable xmbase-grokAndreas Klemm1997-08-301-1/+2
| | | | Notes: svn path=/head/; revision=7728
* Re-sort SUBDIRSBill Fenner1997-08-191-2/+2
| | | | Notes: svn path=/head/; revision=7618
* Remove exodus.Thomas Gellekum1997-07-301-2/+1
| | | | Notes: svn path=/head/; revision=7436
* Deactivate ports/databases/xfsqlJames FitzGibbon1997-07-201-2/+1
| | | | | | | Deactivate ports/www/w3-msql Notes: svn path=/head/; revision=7379
* Massive changes to mSQL and related ports:James FitzGibbon1997-07-141-3/+1
| | | | | | | | | - msql-beta is now dead. Now that v2.0 release is out, it has been folded into ports/databases/msql. - p5-DBD-mSQL is dead. It has been rolled into p5-Msql - The version number of p5-Msql has moved from 1.1702 to 0.91. This new version numbering scheme is related to the "Msql-modules" distfile on CPAN, whereas the old version numbering scheme was based on the "MsqlPerl" distfile (which is no longer available) Notes: svn path=/head/; revision=7319
* Activate databases/mysqlJames FitzGibbon1997-06-181-1/+5
| | | | | | | | | Activate databases/p5-Mysql Activate databases/p5-DBD-mysql Activate databases/p5-DBD-Pg Notes: svn path=/head/; revision=6999
* Activate dbJames FitzGibbon1997-06-131-1/+2
| | | | Notes: svn path=/head/; revision=6914
* Change PostgreSQL to postgresqlMarc G. Fournier1997-04-101-2/+2
| | | | Notes: svn path=/head/; revision=6178
* Add PostgreSQL port, remove Postgres95 portMarc G. Fournier1997-04-021-2/+2
| | | | Notes: svn path=/head/; revision=6113
* Add msql-beta.James FitzGibbon1997-03-251-1/+2
| | | | Notes: svn path=/head/; revision=5993
* add typhoonEric L. Hernes1996-12-121-1/+2
| | | | Notes: svn path=/head/; revision=4945
* Remove msqlperl, it's now p5-MsqlJames FitzGibbon1996-10-241-2/+1
| | | | Notes: svn path=/head/; revision=4131
* Update for new perl5 portsJames FitzGibbon1996-10-241-1/+5
| | | | Notes: svn path=/head/; revision=4084
* Add msqlperl after moving from lang/ to databases/James FitzGibbon1996-10-171-1/+2
| | | | Notes: svn path=/head/; revision=4015
* Import of Postgres95, a next-generation DMBS research prototype.James FitzGibbon1996-09-231-1/+2
| | | | | | | | Reviewed by: jfitz@FreeBSD.ORG Submitted by: Matthew Stein <matt@bdd.net> Notes: svn path=/head/; revision=3850
* Added xfsqlJames FitzGibbon1996-09-031-1/+2
| | | | Notes: svn path=/head/; revision=3740
* Add gdbm.Satoshi Asami1996-04-121-1/+2
| | | | Notes: svn path=/head/; revision=2972
* Sort things alphabetically.Satoshi Asami1995-11-021-2/+2
| | | | Notes: svn path=/head/; revision=2386
* Add ashe & gnats (ashe=nobuild due to motif)Paul Traina1995-10-301-2/+2
| | | | Notes: svn path=/head/; revision=2379
* Added exodus.Satoshi Asami1995-08-131-2/+3
| | | | | | | (Hurray! This Makefile now has two entries!) Notes: svn path=/head/; revision=2053
* Clean up subdir Makefiles. They now all look like this:Satoshi Asami1995-05-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | ===== # Id line # # RESTRICTED: restricted_port_1 (comment1) # RESTRICTED: restricted_port_2 (comment2) # # BROKEN: broken_port_3 (comment3) # BROKEN: broken_port_4 (comment4) # BROKEN: broken_port_5 (comment5) # SUBDIR= good_port_1 good_port_2 ... ===== Basically, the idea is to make it easy to find restricted or broken ports by doing a "grep". Notes: svn path=/head/; revision=1740
* Missing subdir makefileGary Palmer1995-01-151-0/+4
Notes: svn path=/head/; revision=781