summaryrefslogtreecommitdiff
path: root/databases (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update name of perl executable in dependencies to "perl5.00401".Satoshi Asami1997-07-1820-40/+40
| | | | | | | | Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS and RUN_DEPENDS). Notes: svn path=/head/; revision=7366
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-1714-28/+28
| | | | Notes: svn path=/head/; revision=7360
* Fix pkg/COMMENT to not use the specific version numberJames FitzGibbon1997-07-1512-12/+12
| | | | | | | Submitted by: itojun@itojun.org Notes: svn path=/head/; revision=7348
* Massive changes to mSQL and related ports:James FitzGibbon1997-07-146-86/+37
| | | | | | | | | - 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
* Merge from msql-beta port as of 07/11/97James FitzGibbon1997-07-1426-654/+598
| | | | | | | | Upgrade to v2.0 release PR: ports/4072 Notes: svn path=/head/; revision=7316
* Merge from msql-beta port as of 05/18/97James FitzGibbon1997-07-144-8/+8
| | | | | | | Upgrade to v2.0b7.1 Notes: svn path=/head/; revision=7315
* Merge from msql-beta port as of 04/28/97James FitzGibbon1997-07-144-4/+4
| | | | | | | | Change startup script in ${PREFIX}/etc/rc.d to directly run the daemon instead of using the old kludgey run_daemon wrapper. Fix up two mistakes in the PLIST Notes: svn path=/head/; revision=7314
* Merge from msql-beta port as of 04/15/97James FitzGibbon1997-07-146-8/+82
| | | | | | | | | | Upgrade to v2.0b6 PLEASE NOTE: upgrading from <= b4 of mSQL2 requires that you dump and re-load all your databases. See the Makefile for details. Notes: svn path=/head/; revision=7313
* Merge from msql-beta port as of 03/19/97James FitzGibbon1997-07-142-0/+22
| | | | | | | Added patch to fix mislocation of mSQL's ACL file. Notes: svn path=/head/; revision=7312
* Merge from msql-beta port as of 02/08/97James FitzGibbon1997-07-144-552/+28
| | | | | | | | Remove broken (duplicated) patch-al file. Submitted by: Werner Griessl <werner@btp1da.phy.uni-bayreuth.de> Notes: svn path=/head/; revision=7311
* Merge from msql-beta port as of 2/05/97James FitzGibbon1997-07-1412-44/+550
| | | | | | | Upgrades 2.0b3 -> 2.0b4 Notes: svn path=/head/; revision=7310
* Merge from msql-beta as of 1/21/97James FitzGibbon1997-07-1440-312/+1540
| | | | Notes: svn path=/head/; revision=7309
* Add patch to make this compile on -currentJames FitzGibbon1997-07-0210-0/+250
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=7198
* Update 1.101-beta to 1.102-beta, old distfile had gone. I've made noPeter Wemm1997-06-302-5/+5
| | | | | | | other changes. Notes: svn path=/head/; revision=7133
* Upgrade to v0.85James FitzGibbon1997-06-274-10/+10
| | | | Notes: svn path=/head/; revision=7093
* Make all p5- ports use USE_PERL instead of explicitly stating the version ↵James FitzGibbon1997-06-248-29/+26
| | | | | | | | | | number in each Makefile In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.) Notes: svn path=/head/; revision=7065
* Fix `date` languageAndrey A. Chernov1997-06-191-0/+19
| | | | Notes: svn path=/head/; revision=7008
* Typo in dependency ("database/p5-DBI" -> "databases/p5-DBI").Satoshi Asami1997-06-192-4/+4
| | | | | | | Became obvious make package test was omitted by: jfitz :p Notes: svn path=/head/; revision=7007
* 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
* Import of a perl5 module for accessing PostgeSQL databases through the DBIJames FitzGibbon1997-06-1810-0/+80
| | | | Notes: svn path=/head/; revision=6998
* Import of a perl5 module for accessing MySQL databasesJames FitzGibbon1997-06-1810-0/+194
| | | | Notes: svn path=/head/; revision=6997
* Import of MySQL, a mutlithreaded SQL database serverJames FitzGibbon1997-06-1860-0/+1610
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=6996
* Upgrade to v0.83James FitzGibbon1997-06-186-12/+16
| | | | Notes: svn path=/head/; revision=6995
* Remove BROKEN; builds clean with v6.1 of postgresqlJames FitzGibbon1997-06-151-3/+1
| | | | Notes: svn path=/head/; revision=6939
* Upgrade to 1.1702James FitzGibbon1997-06-152-5/+5
| | | | Notes: svn path=/head/; revision=6938
* - Add shared lib using ldconfig -m before trying to init databasesAndreas Klemm1997-06-1428-84/+336
| | | | | | | | | | | | | - Added missing ldconfig -m in startup file - Modified pgsql user environment - Make port NOPORTDOCS aware - Add additional port docs to post-install target and updated PLIST - recursively change owner of pgsql directory after creating .profile, so that .profile can be modified by the pgsql user. Hope everything is fine now. Notes: svn path=/head/; revision=6936
* Update from 6.0 to 6.1Andreas Klemm1997-06-1456-2366/+2688
| | | | | | | | Enabled locale support, please tell me, if this ok or causes trouble. Thanks. Notes: svn path=/head/; revision=6934
* Activate dbJames FitzGibbon1997-06-131-1/+2
| | | | Notes: svn path=/head/; revision=6914
* Import of Berkely DB 2.0James FitzGibbon1997-06-1360-0/+912
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=6913
* Mark as broken until postgresql port or p5-Pg distfile is updatedJames FitzGibbon1997-05-291-1/+3
| | | | Notes: svn path=/head/; revision=6624
* Upgrade all ports requiring perl5.003 to perl5.004James FitzGibbon1997-05-244-12/+12
| | | | | | | Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution. Notes: svn path=/head/; revision=6544
* Fix removal of wrong directory in PLISTJames FitzGibbon1997-04-272-2/+0
| | | | Notes: svn path=/head/; revision=6335
* Mass update of perl5 ports (most bring the port up-to-date with the latest ↵James FitzGibbon1997-04-2012-27/+41
| | | | | | | | | | release from CPAN) Specifics: p5-Net fixed for IS_INTERACTIVE p5-libwww fixed for IS_INTERACTIVE Notes: svn path=/head/; revision=6251
* Add virtual category 'perl5'.Wolfram Schneider1997-04-204-8/+8
| | | | Notes: svn path=/head/; revision=6249
* Fix directory names in dependency for the postgres95 -> postgresqlSatoshi Asami1997-04-111-2/+2
| | | | | | | upgrade. Notes: svn path=/head/; revision=6189
* Change comment so that its there when INDEX regeneratesMarc G. Fournier1997-04-1014-14/+14
| | | | Notes: svn path=/head/; revision=6181
* Update the DESCR fileMarc G. Fournier1997-04-1014-238/+350
| | | | Notes: svn path=/head/; revision=6179
* Change PostgreSQL to postgresqlMarc G. Fournier1997-04-101-2/+2
| | | | Notes: svn path=/head/; revision=6178
* Update postgresql port from v1.09 to v6.0 using files from PostgreSQLMarc G. Fournier1997-04-1084-3206/+3234
| | | | | | | port, which is going to be removed Notes: svn path=/head/; revision=6177
* revive postgres95 as postgresql with full history as requested by Satoshi.Peter Wemm1997-04-0984-0/+4186
| | | | Notes: svn path=/head/; revision=6172
* Remove now obsolete postgres95 portJames FitzGibbon1997-04-0284-4186/+0
| | | | | | | | | | | | Clean up newly imported PostgreSQL port: - variable reorganization and cleanup - remove NOMANCOMPRESS conditional in favour of MAN?= - prevent import of installing user's $PATH into ${PREFIX}/pgsql/.profile - change package name to remove 'v' - remove some of the latent bugs left over from the postgres95 port. Notes: svn path=/head/; revision=6114
* Add PostgreSQL port, remove Postgres95 portMarc G. Fournier1997-04-021-2/+2
| | | | Notes: svn path=/head/; revision=6113
* More updates...www.ki.net doesn't exist anymoreMarc G. Fournier1997-04-0214-14/+14
| | | | Notes: svn path=/head/; revision=6112
* This port was *way* out of date, by 2 versions and represents a bad versionMarc G. Fournier1997-04-0214-70/+98
| | | | | | | | | | | | | to boot. Have updated the Master Sites listing to reflect where the current port actually resides, as well as added a few of the mirrors. Will work on bringing the port up to date as I figure out how ports work :( This should at least allow this port to be compiled using v1.08 now Notes: svn path=/head/; revision=6111
* Add msql-beta.James FitzGibbon1997-03-251-1/+2
| | | | Notes: svn path=/head/; revision=5993
* Add PKGNAME, as DISTNAME contains "beta" in the version part.Satoshi Asami1997-02-191-2/+2
| | | | | | | | While I'm here, remove obsoleted .el -> .elc comment (emacs is not BUILD_DEPENDED anymore since the last update). Notes: svn path=/head/; revision=5691
* Honor user's CFLAGS setting, instead of splatting it unconditionally withSatoshi Asami1997-02-191-0/+9
| | | | | | | a plain ugly "-g". Notes: svn path=/head/; revision=5690
* Upgrade to 3.101-beta.Paul Traina1997-02-176-142/+70
| | | | | | | | WARNING: the gnats database and dist files have moved from lib/gnats to share/gnats Notes: svn path=/head/; revision=5660