summaryrefslogtreecommitdiff
path: root/databases (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-2/+1
| | | | Notes: svn path=/head/; revision=29630
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-164-4/+4
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-154-4/+2
| | | | Notes: svn path=/head/; revision=29615
* First round of INSTALL_SHLIB fixes.Maxim Sobolev2000-06-154-6/+4
| | | | Notes: svn path=/head/; revision=29613
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-141-1/+2
| | | | Notes: svn path=/head/; revision=29595
* Add support for building db2 shared library.Maxim Sobolev2000-06-0624-60/+5844
| | | | | | | | | | | | | "A somewhat cumbersome update to db to have it build a shared lib. Ports depending on it will now be able to use a simple LIB_DEPENDS instead of a semantically incorrect RUN_DEPENDS." PR: 19035 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> Notes: svn path=/head/; revision=29268
* Enable multibyte support by default, and add knobs to disable it or set theAkinori MUSHA2000-06-0414-56/+532
| | | | | | | | | | | | default encoding. Still the "default" default encoding is singlebyte, so this shouldn't hurt anything but a little code increase. Approved by: andreas (the maintainer) Notes: svn path=/head/; revision=29177
* GNU_CONFIGURE -> USE_LIBTOOL.Dirk Froemberg2000-06-032-2/+2
| | | | Notes: svn path=/head/; revision=29144
* Add "-b" option for the fetch(1) to make distfile actually downloadable.Maxim Sobolev2000-06-022-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29095
* Actually display ${PKGMESSAGE}, which I added some time ago, upon installation.Maxim Sobolev2000-06-011-4/+5
| | | | Notes: svn path=/head/; revision=29036
* Add MyODBC port, an ODBC driver for MySQL.Will Andrews2000-05-3011-0/+65
| | | | | | | | PR: 17586 Submitted by: Erik H. Bakke <erikhb@bgnett.no> Notes: svn path=/head/; revision=28965
* Make the port work in the absence of XNick Sayer2000-05-291-0/+6
| | | | | | | Submitted by: andrews@technologist.com Notes: svn path=/head/; revision=28931
* Add libiodbc, a library which allows access to ODBC databases.Will Andrews2000-05-296-0/+35
| | | | | | | | PR: 17587 Submitted by: Erik H. Bakke <erikhb@bgnett.no> Notes: svn path=/head/; revision=28920
* Put the freefall-specific patches behind a WANT_FREEFALL_CFG knob. MovedSteve Price2000-05-293-0/+143
| | | | | | | | | | | | Paul's changes to files/gnats-edit-pr.patch. Added [1] the ability to track class changes with a change message. Also added [2] a URL to the problem report online in the 'thank you' message when a new report is submitted. Submitted by: [1] sheldonh Inspired by: [2] archie@whistle.com Notes: svn path=/head/; revision=28897
* Specify the path to javac so this builds even if it isn't in the user's path.Steve Price2000-05-283-0/+6
| | | | Notes: svn path=/head/; revision=28820
* Specify the path to javac just in case it is not in the user's PATH asSteve Price2000-05-281-0/+1
| | | | | | | it wasn't on bento. Notes: svn path=/head/; revision=28811
* 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