aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Add a warning message that this software is not maintained and could becameMaxim Sobolev2000-05-261-0/+10
| | | | | | | obsolete in the nearest future. Notes: svn path=/head/; revision=28769
* Activate py-MySQLdb.Maxim Sobolev2000-05-261-0/+1
| | | | Notes: svn path=/head/; revision=28766
* Initial import of py-MySQLdb.Maxim Sobolev2000-05-2610-0/+162
| | | | | | | | | | | | | | py-MySQLdb is a Python module to access MySQL databases, very similar to the one in ports/databases/py-MySQL, but unlike the latter it is actively maintained and conform to the DB-API v2.0. Therefore it should be used instead of the oldest one by all who want retain maintainability of their Python DB applications in the future. PR: 18383 Submitted by: sobomax Notes: svn path=/head/; revision=28765
* make startup script work (start/stop)Andreas Klemm2000-05-2542-280/+364
| | | | | | | Obtained from: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=28745
* upgrade postgresql to v 7.0 releaseAndreas Klemm2000-05-24126-14252/+16100
| | | | | | | | | | | thanks for complete diffs ;-) closed PR PR: 18699 Obtained from: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=28731
* Complete the PLIST.Akinori MUSHA2000-05-171-0/+4
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=28534
* Comment clean-ups.Tim Vanderhoek2000-05-121-1/+1
| | | | Notes: svn path=/head/; revision=28421
* Add a threading patchNick Sayer2000-05-121-0/+56
| | | | | | | Submitted by: glewis@trc.adelaide.edu.au Notes: svn path=/head/; revision=28410
* Add unixODBC portNick Sayer2000-05-115-0/+111
| | | | Notes: svn path=/head/; revision=28407
* Activate unixODBC portNick Sayer2000-05-111-0/+1
| | | | Notes: svn path=/head/; revision=28406
* Remove some directories upon deinstallation.Satoshi Asami2000-05-105-0/+12
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=28389
* Fix DISTNAME breakageChris D. Faulhaber2000-05-081-2/+2
| | | | Notes: svn path=/head/; revision=28368
* Remove -Werror from configure script. This caused incorrect resultsDirk Froemberg2000-05-0310-70/+400
| | | | | | | | | if -Wall was in CFLAGS. Thus mysql didn't build. Reported, analyzed and tested by: deischen Notes: svn path=/head/; revision=28281
* Adding mysql-editor version 0.2.Steve Price2000-05-016-0/+54
| | | | | | | | | | A set of CGI scripts in Perl for editing your MySQL tables. PR: 17376 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=28201
* This file was forgotten during the recent version update.Kris Kennaway2000-04-303-3/+3
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=28138
* Update to 1.4.3Chris Piazza2000-04-295-22/+49
| | | | | | | | PR: 18136 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=28082
* - Update to 1.2c.Akinori MUSHA2000-04-256-6/+39
| | | | | | | | | | PR: ports/17773 Submitted by: MAINTAINER - Add `java' category. Notes: svn path=/head/; revision=27997
* Change MAINTAINER addresses from knu@idaemons.org to knu@FreeBSD.orgAkinori MUSHA2000-04-241-1/+1
| | | | | | | so as to make it clear that a FreeBSD committer maintains them. Notes: svn path=/head/; revision=27967
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsiveKris Kennaway2000-04-231-1/+1
| | | | | | | | | | | for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich Notes: svn path=/head/; revision=27941
* Cleanup of build process of the py-MySQL port. Previously port usedVanilla I. Shu2000-04-232-8/+11
| | | | | | | | | | | | | | | custom Makefile for this purpose, which led to resulting module being bloated (~600K) by linking all Python code from libpython1.5 into it. With this patch the module will use standard Python's way to build supplemental modules, which should generally be cleaner. Other good sideeffect is that after this patch resulting module is only 20K in size. PR: ports/17893 Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=27932
* UpgradeVanilla I. Shu2000-04-224-6/+6
| | | | | | | | | | | | | | | | | | p5-Errno => 1.09 p5-File-BasicFlock => 98.1202 p5-File-Sync => 0.09 p5-Filter => 1.18 p5-HTML-Parser => 3.07 p5-IO-Tty => 0.03 p5-IO-stringy => 1.210 p5-Mysql => 1.2213 p5-Net => 1.703 p5-Storable => 0.6.11 p5-URI => 1.06 p5-libwww => 5.48 Notes: svn path=/head/; revision=27907
* Update to 2.0.4.Akinori MUSHA2000-04-203-3/+2
| | | | Notes: svn path=/head/; revision=27793
* portlintMichael Haro2000-04-2028-56/+42
| | | | Notes: svn path=/head/; revision=27774
* portlint and add SLAVEDIRS variableMichael Haro2000-04-2010-10/+20
| | | | Notes: svn path=/head/; revision=27773
* Add postgresql7.Satoshi Asami2000-04-191-0/+1
| | | | | | | Forgotten (again) by: andreas ;) Notes: svn path=/head/; revision=27755
* Update to postgresql 7 beta 5Andreas Klemm2000-04-1756-3808/+4060
| | | | | | | | | closes PR PR: 17736 Notes: svn path=/head/; revision=27703
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-1715-388/+304
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27679
* portlint - mostly moving around variables.Michael Haro2000-04-161-4/+5
| | | | Notes: svn path=/head/; revision=27675
* Close PRAndreas Klemm2000-04-1642-28/+2422
| | | | | | | | | | | Postgresql port now can be packaged. User and group will be created automatically PR: 17744 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com> Notes: svn path=/head/; revision=27662
* Update port to 0.0.6Chris D. Faulhaber2000-04-163-2/+13
| | | | Notes: svn path=/head/; revision=27654
* Portlint COMMENT's.Akinori MUSHA2000-04-145-5/+5
| | | | | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27537
* Remove obsolete `Version required' lines.Akinori MUSHA2000-04-1420-20/+0
| | | | Notes: svn path=/head/; revision=27534
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-1320-30/+50
| | | | Notes: svn path=/head/; revision=27472
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-111-1/+1
| | | | | | | | | | | Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :) Notes: svn path=/head/; revision=27449
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-092-4/+4
| | | | Notes: svn path=/head/; revision=27423
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-0874-216/+216
| | | | Notes: svn path=/head/; revision=27418
* place optional variables after required onesMichael Haro2000-04-061-1/+1
| | | | Notes: svn path=/head/; revision=27385
* Update to 2.0.3.Akinori MUSHA2000-04-063-4/+8
| | | | | | | | | | - Small security fix - Add some more filters Change PKGNAME to PORTNAME + PORTVERSION. Remove `Version required'. Notes: svn path=/head/; revision=27376
* Add the mysqltcl port, which is a suite that allows manipulation of MySQLWill Andrews2000-04-069-0/+89
| | | | | | | | | | through Tcl. The port installs only the libraries. PR: 13514 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=27353
* Update to 2.0.2.Akinori MUSHA2000-04-043-10/+11
| | | | | | | | | | | | - Fix several small bugs. - Support Excel spreadsheets using xlHtml. (RUN_DEPENDS added) - Abolish mknmz --ole option. - Introduce mknmz --html-split option. Split a large HTML document into parts by <a name="..."> and index them respectively. Fix PLIST. (@dirrm share/namazu was missing) Notes: svn path=/head/; revision=27316
* - move startup file from Makefile to files/mysql-server.shDirk Froemberg2000-04-0230-170/+300
| | | | | | | | - check for start/stop arguments in startup file - don't rip off --force option from mysql_install_db Notes: svn path=/head/; revision=27292
* Change PKGNAME: ja-namazu -> ja-namazu2Akinori MUSHA2000-03-301-1/+1
| | | | Notes: svn path=/head/; revision=27141
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tKris Kennaway2000-03-291-1/+1
| | | | | | | | | have time to maintain them. Approved by: andy Notes: svn path=/head/; revision=27112
* remove a.out supportMichael Haro2000-03-273-11/+5
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=27084
* Fix URL.Dirk Froemberg2000-03-2610-10/+10
| | | | Notes: svn path=/head/; revision=27070
* Correct PLIST.Vanilla I. Shu2000-03-251-2/+7
| | | | Notes: svn path=/head/; revision=27032
* Portlint:Michael Haro2000-03-217-14/+9
| | | | | | | | | PREFIX -> LOCALBASE Man pages in Makefile, not PLIST Remove extra blank lines Notes: svn path=/head/; revision=26935
* PREFIX -> LOCALBASEMichael Haro2000-03-211-1/+1
| | | | Notes: svn path=/head/; revision=26934
* Update port to 0.75Chris D. Faulhaber2000-03-203-8/+21
| | | | | | | | PR: 17460 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=26854
* Fix Makefile so the install directory and event log to not beChris D. Faulhaber2000-03-191-2/+2
| | | | | | | | | | world writable. PR: 17408 Submitted by: Maintainer Notes: svn path=/head/; revision=26803