summaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.2.2.sobomax2000-06-246-4/+10
|
* Locally hosted distfiles moved to ftp.freebsd.org.nectar2000-06-201-2/+1
|
* Use ${PKG_PREFIX} instead of `/usr/local'.knu2000-06-2014-14/+14
|
* Update to 7.0.2.knu2000-06-2098-2296/+2310
| | | | | | Fix NOPORTDOCS support. Fix PLIST in many respects, especially for pgacess.
* Tell these port to use INSTALLS_SHLIB/LDCONFIG_DIRS.knu2000-06-172-3/+1
|
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.will2000-06-1712-47/+55
| | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de>
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-1620-20/+20
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-1630-42/+28
| | | | ldconfig in PLIST need personal consideration.
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-2/+1
|
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-164-4/+4
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-154-4/+2
|
* First round of INSTALL_SHLIB fixes.sobomax2000-06-154-6/+4
|
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-141-1/+2
|
* Add support for building db2 shared library.sobomax2000-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>
* Enable multibyte support by default, and add knobs to disable it or set theknu2000-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)
* GNU_CONFIGURE -> USE_LIBTOOL.dirk2000-06-032-2/+2
|
* Add "-b" option for the fetch(1) to make distfile actually downloadable.sobomax2000-06-022-0/+2
| | | | Submitted by: bento
* Actually display ${PKGMESSAGE}, which I added some time ago, upon installation.sobomax2000-06-011-4/+5
|
* Add MyODBC port, an ODBC driver for MySQL.will2000-05-3011-0/+65
| | | | | PR: 17586 Submitted by: Erik H. Bakke <erikhb@bgnett.no>
* Make the port work in the absence of Xnsayer2000-05-291-0/+6
| | | | Submitted by: andrews@technologist.com
* Add libiodbc, a library which allows access to ODBC databases.will2000-05-296-0/+35
| | | | | PR: 17587 Submitted by: Erik H. Bakke <erikhb@bgnett.no>
* Put the freefall-specific patches behind a WANT_FREEFALL_CFG knob. Movedsteve2000-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
* Specify the path to javac so this builds even if it isn't in the user's path.steve2000-05-283-0/+6
|
* Specify the path to javac just in case it is not in the user's PATH assteve2000-05-281-0/+1
| | | | it wasn't on bento.
* Add a warning message that this software is not maintained and could becamesobomax2000-05-261-0/+10
| | | | obsolete in the nearest future.
* Activate py-MySQLdb.sobomax2000-05-261-0/+1
|
* Initial import of py-MySQLdb.sobomax2000-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
* make startup script work (start/stop)andreas2000-05-2542-280/+364
| | | | Obtained from: Palle Girgensohn <girgen@partitur.se>
* upgrade postgresql to v 7.0 releaseandreas2000-05-24126-14252/+16100
| | | | | | | | thanks for complete diffs ;-) closed PR PR: 18699 Obtained from: Palle Girgensohn <girgen@partitur.se>
* Complete the PLIST.knu2000-05-171-0/+4
| | | | Submitted by: bento
* Comment clean-ups.hoek2000-05-121-1/+1
|
* Add a threading patchnsayer2000-05-121-0/+56
| | | | Submitted by: glewis@trc.adelaide.edu.au
* Add unixODBC portnsayer2000-05-115-0/+111
|
* Activate unixODBC portnsayer2000-05-111-0/+1
|
* Remove some directories upon deinstallation.asami2000-05-105-0/+12
| | | | Submitted by: bento
* Fix DISTNAME breakagejedgar2000-05-081-2/+2
|
* Remove -Werror from configure script. This caused incorrect resultsdirk2000-05-0310-70/+400
| | | | | | if -Wall was in CFLAGS. Thus mysql didn't build. Reported, analyzed and tested by: deischen
* Adding mysql-editor version 0.2.steve2000-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>
* This file was forgotten during the recent version update.kris2000-04-303-3/+3
| | | | Noticed by: bento
* Update to 1.4.3cpiazza2000-04-295-22/+49
| | | | | PR: 18136 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Update to 1.2c.knu2000-04-256-6/+39
| | | | | | | PR: ports/17773 Submitted by: MAINTAINER - Add `java' category.
* Change MAINTAINER addresses from knu@idaemons.org to knu@FreeBSD.orgknu2000-04-241-1/+1
| | | | so as to make it clear that a FreeBSD committer maintains them.
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsivekris2000-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
* Cleanup of build process of the py-MySQL port. Previously port usedvanilla2000-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>
* Upgradevanilla2000-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
* Update to 2.0.4.knu2000-04-203-3/+2
|
* portlintmharo2000-04-2028-56/+42
|
* portlint and add SLAVEDIRS variablemharo2000-04-2010-10/+20
|
* Add postgresql7.asami2000-04-191-0/+1
| | | | Forgotten (again) by: andreas ;)
* Update to postgresql 7 beta 5andreas2000-04-1756-3808/+4060
| | | | | | closes PR PR: 17736
OpenPOWER on IntegriCloud