summaryrefslogtreecommitdiff
path: root/databases (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove preceeding pkgname from some of the comments having one.Tim Vanderhoek1999-08-291-1/+1
| | | | Notes: svn path=/head/; revision=21098
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2930-30/+30
| | | | Notes: svn path=/head/; revision=21083
* ln -> ${LN}Michael Haro1999-08-281-6/+6
| | | | Notes: svn path=/head/; revision=21047
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-2714-110/+110
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21032
* Upgrade to 3.22.25.Dirk Froemberg1999-08-2730-30/+30
| | | | | | | | | This upgrade contains - as far as I can see - no functional change in regard to the port. But I'm tired of receiving requests or patches for an upgrade. People are focused on version numbers too much. *sigh* ;-) Notes: svn path=/head/; revision=21022
* Change Id->FreeBSD.David E. O'Brien1999-08-2574-74/+74
| | | | Notes: svn path=/head/; revision=20944
* chmod -> ${CHMOD}Michael Haro1999-08-2228-102/+99
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Round Robin Database Tool - store time-series data with averaging or otherBill Fenner1999-08-2210-0/+190
| | | | | | | | | | (lossy) historical compression, and create graphs. PR: ports/12717 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=20879
* Remove MASTER_SITES and add IGNORE= comment about how to fetch.Bill Fenner1999-08-212-6/+16
| | | | | | | | | | | There are enough ports with things like this, perhaps bsd.port.mk should handle this. PR: ports/10832 Submitted by: Nick Hibma <nick.hibma@jrc.it> Notes: svn path=/head/; revision=20847
* Spelling correction: to -> too.Chris Piazza1999-08-2010-20/+20
| | | | | | | Submitted by: Kelly Yancey <kbyanc@posi.net> Notes: svn path=/head/; revision=20820
* - introduce DB_DIR variable to specify database directory ifDirk Froemberg1999-08-1120-100/+270
| | | | | | | | | | different from /var/db/mysql (e. g. make DB_DIR=/export/databases/mysql install) - put functionality of check_old_version into Makefile and remove check_old_version (good bye, good old friend...) Notes: svn path=/head/; revision=20656
* Re-enforce caps, no period. An "exceptions" file has been createdTim Vanderhoek1999-08-0210-10/+10
| | | | | | | containing the ports editors/vim5, sysutils/star, and one other. Notes: svn path=/head/; revision=20500
* Update to version 0.3.Steve Price1999-08-015-54/+63
| | | | | | | | PR: 12820 Submitted by: Dominik Brettnacher <domi@saargate.de> Notes: svn path=/head/; revision=20428
* Update postgresql to 6.5.1Andreas Klemm1999-07-2156-3360/+3542
| | | | | | | | | | maintenance release with bugfixes Thanks for the complete submission ! Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=20294
* Fix checksum problem.David E. O'Brien1999-07-141-1/+1
| | | | Notes: svn path=/head/; revision=20200
* update to 1.16Michael Haro1999-07-124-10/+10
| | | | Notes: svn path=/head/; revision=20167
* Upgrade to latest version.Mark Murray1999-07-1024-60/+60
| | | | | | | OK'ed by: maintainer Notes: svn path=/head/; revision=20146
* Add two missing gifs.Dirk Froemberg1999-07-0910-0/+20
| | | | Notes: svn path=/head/; revision=20138
* Upgrade to 3.22.24.Dirk Froemberg1999-07-0530-40/+40
| | | | Notes: svn path=/head/; revision=20084
* Fixup a Perl5'ism.Steve Price1999-07-042-2/+2
| | | | Notes: svn path=/head/; revision=20033
* - install gifs for HTML documentationDirk Froemberg1999-07-0440-40/+790
| | | | | | | | | - put mysqld in a sandbox: - create user and group 'mysql' (uid and gid 88) - start mysqld with user 'mysql' Notes: svn path=/head/; revision=19992
* Upgrade to 1.0.Dirk Froemberg1999-07-043-36/+23
| | | | | | | OK'ed by: Andreas Klemm <andreas@FreeBSD.org> (maintainer) Notes: svn path=/head/; revision=19990
* Upgrade to 0.3.3.Dirk Froemberg1999-07-032-5/+4
| | | | Notes: svn path=/head/; revision=19970
* Forgot to add the two PLIST files... Sorry.Andreas Klemm1999-07-0228-0/+294
| | | | | | | Submitted by: Gaute Nessan <gaute@Norway.EU.net> Notes: svn path=/head/; revision=19956
* s/mysql322/mysql322-server/Dirk Froemberg1999-07-0110-20/+20
| | | | Notes: svn path=/head/; revision=19934
* Revert to old version.Dirk Froemberg1999-07-011-1/+1
| | | | Notes: svn path=/head/; revision=19933
* Revert to old version.Dirk Froemberg1999-07-011-2/+2
| | | | Notes: svn path=/head/; revision=19932
* Switch from mysql322 to mysql322-client and mysql322-server.Dirk Froemberg1999-07-017-15/+15
| | | | Notes: svn path=/head/; revision=19931
* Split mysql322 into mysql322-client and mysql322-server.Dirk Froemberg1999-07-0170-430/+900
| | | | | | | | | | | | | mysql322-client uses mysql322-server as a master port. So all the magic is in mysql322-server. mysql322-client must be used to add dependencies to, now. Thanks to Dan Moschuk <dan@trinsec.com> for giving the initial point. Notes: svn path=/head/; revision=19930
* Remove mysql322-client.Dirk Froemberg1999-07-0110-890/+0
| | | | | | | A version using mysql322(-server) as a master port will follow. Notes: svn path=/head/; revision=19929
* These were missing as wellAndreas Klemm1999-06-2928-0/+308
| | | | Notes: svn path=/head/; revision=19903
* Forgot to add this patchAndreas Klemm1999-06-2914-0/+448
| | | | Notes: svn path=/head/; revision=19902
* upgrade to postgresql 6.5Andreas Klemm1999-06-2984-3472/+12586
| | | | | | | | | did some small modifications Obtained from: "Palle Girgensohn" <girgen@partitur.se> Notes: svn path=/head/; revision=19901
* BROKEN='unfetchable, version 6.5 is the latest'David E. O'Brien1999-06-2614-14/+42
| | | | Notes: svn path=/head/; revision=19808
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-2656-56/+56
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Update to 1.3.0.8Seiichirou Hiraoka1999-06-243-8/+7
| | | | Notes: svn path=/head/; revision=19743
* Update this port so it really works, remove the BROKEN tag.Bill Fumerola1999-06-2310-10/+10
| | | | | | | | | | | | Note: This is a null commit for Makefile, the previous MASTER_SITE update included a patch I hadn't intended for primetime. Dirk can change/remove/modify this whenever he has the Better Solution. Submitted by: Dan Moschuk <dan@trinsec.com> (maintainer) Notes: svn path=/head/; revision=19737
* Follow the bouncing digex MASTER_SITE.Bill Fumerola1999-06-2320-200/+90
| | | | Notes: svn path=/head/; revision=19736
* This one doesn't build on the Alpha yet, but should soon.Steve Price1999-06-2214-14/+70
| | | | Notes: svn path=/head/; revision=19659
* This doesn't build on the alpha yet, but should with a little work.Steve Price1999-06-2210-10/+50
| | | | Notes: svn path=/head/; revision=19656
* This port contains i386 binaries.Steve Price1999-06-221-1/+3
| | | | Notes: svn path=/head/; revision=19650
* Comment mysql322-client, it's not ready yet.Satoshi Asami1999-06-221-2/+2
| | | | Notes: svn path=/head/; revision=19633
* Mark BROKEN awaiting the new maintainer's update to make this portBill Fumerola1999-06-2210-30/+40
| | | | | | | | | a reality. This port was repo-copied by 'The Wraith'. Notes: svn path=/head/; revision=19613
* Add mysql322-client, reach out and touch(1) some data.Bill Fumerola1999-06-221-1/+2
| | | | Notes: svn path=/head/; revision=19612
* Upgrade tkgnats to 3.0.10Andreas Klemm1999-06-204-17/+17
| | | | | | | Submitted by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl> Notes: svn path=/head/; revision=19594
* Add some more MASTER_SITES which does absolutly nothing until someoneBill Fumerola1999-06-1814-56/+98
| | | | | | | | upgrades this to the allegedly fantastic 6.5. However, it's the thought that counts, right? Notes: svn path=/head/; revision=19550
* The xforms ports is no longer an i386-only port.Steve Price1999-06-082-8/+2
| | | | Notes: svn path=/head/; revision=19323
* Upgrade to 3.22.23b.Dirk Froemberg1999-06-0850-190/+190
| | | | Notes: svn path=/head/; revision=19307
* Activate the dbview port.Steve Price1999-06-061-1/+2
| | | | Notes: svn path=/head/; revision=19252