aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Expand)AuthorAgeFilesLines
* sorry, forgot to remove that ...Andreas Klemm2000-08-3114-56/+0
* allow PostgreSQL to compile and run on Alpha.Andreas Klemm2000-08-3114-0/+588
* Add the db3 port.Steve Price2000-08-281-0/+1
* old postgresql port has been removed.Andreas Klemm2000-08-271-1/+1
* Update to Berkeley DB3, after repocopy from databases/db to databases/db3.Will Andrews2000-08-2660-10840/+7660
* after removal of old postgresql port fix dependencies for postgresql7 portAndreas Klemm2000-08-265-5/+5
* not available anymore, use postgresql 7Andreas Klemm2000-08-251-1/+0
* Add ruby-gdbm, a Ruby extension to GDBM library.Akinori MUSHA2000-08-2412-0/+122
* Add gigabase 2.14, an object-relational database management system.Will Andrews2000-08-208-0/+96
* Make all these Ruby related ports belong also in the newly-addedAkinori MUSHA2000-08-163-3/+3
* Fix a bogon in the configure script where the executable suffix was beingSteve Price2000-08-141-3/+12
* Do The Right Thing. (R)Akinori MUSHA2000-08-137-24/+27
* Update to 0.6.1.Akinori MUSHA2000-08-108-42/+58
* Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfileAkinori MUSHA2000-08-096-3/+6
* Add another couple of Ruby modules.Akinori MUSHA2000-08-076-0/+52
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-032-4/+4
* Correct PLIST, Makefile, and portlint nitsChris D. Faulhaber2000-08-026-38/+36
* Update to 1.0.25.Maxim Sobolev2000-08-014-4/+4
* Update to version 1.2214Kevin Lo2000-07-314-4/+4
* Update to version 1.9Kevin Lo2000-07-312-4/+4
* Update to version 0.95Kevin Lo2000-07-314-4/+4
* Update to 2.01.Maxim Sobolev2000-07-317-16/+210
* PLIST @dirrm should be added to configuration directory.Kevin Lo2000-07-252-0/+2
* Fix build error caused by xforms upgrade.Dirk Froemberg2000-07-241-0/+14
* UpdateVanilla I. Shu2000-07-226-4/+10
* Add mysql++, a C++ library API to MySQL.Will Andrews2000-07-2115-0/+395
* Add USE_LIBTOOL to fix c_r issues.Maxim Sobolev2000-07-192-17/+1
* Correct PLISTChris D. Faulhaber2000-07-192-6/+6
* Update to 0.3.2.Maxim Sobolev2000-07-172-7/+2
* Update to use Tcl version 8.3.Steve Price2000-07-175-8/+174
* Update to use tcl-8.3.Steve Price2000-07-174-20/+286
* Update port to 0.0.11Chris D. Faulhaber2000-07-162-2/+2
* Update port to 1.2Chris D. Faulhaber2000-07-142-4/+4
* -LDCONFIG_DIRS= %%PREFIX%%/pgsqlAndreas Klemm2000-07-1214-14/+14
* Build with tcl8.2 instead of tcl8.0.Steve Price2000-07-103-8/+9
* Update to latest version 0.98.6Andreas Klemm2000-07-103-5/+4
* Update MASTER_SITESChris D. Faulhaber2000-07-082-3/+3
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configSteve Price2000-07-083-10/+29
* Fix MASTER_SITES.Dirk Froemberg2000-07-051-3/+3
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-0514-16/+54
* Add lib/libtyphoon_p.a.Satoshi Asami2000-07-051-0/+1
* New port of mysql-navigator - a MySQL database server administration packageMaxim Sobolev2000-07-047-0/+62
* Add p5-DBZ_File, a perl module for accessing DBZ databases.Will Andrews2000-07-029-0/+1870
* Update to 1.0.24Alexander Langer2000-06-2814-66/+78
* Update to 0.2.2.Maxim Sobolev2000-06-246-4/+10
* Locally hosted distfiles moved to ftp.freebsd.org.Jacques Vidrine2000-06-201-2/+1
* Use ${PKG_PREFIX} instead of `/usr/local'.Akinori MUSHA2000-06-2014-14/+14
* Update to 7.0.2.Akinori MUSHA2000-06-2098-2296/+2310
* Tell these port to use INSTALLS_SHLIB/LDCONFIG_DIRS.Akinori MUSHA2000-06-172-3/+1
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.Will Andrews2000-06-1712-47/+55
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-1720-20/+20
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-1630-42/+28
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-2/+1
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-164-4/+4
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-164-4/+2
* First round of INSTALL_SHLIB fixes.Maxim Sobolev2000-06-164-6/+4
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-141-1/+2
* Add support for building db2 shared library.Maxim Sobolev2000-06-0624-60/+5844
* Enable multibyte support by default, and add knobs to disable it or set theAkinori MUSHA2000-06-0514-56/+532
* GNU_CONFIGURE -> USE_LIBTOOL.Dirk Froemberg2000-06-032-2/+2
* Add "-b" option for the fetch(1) to make distfile actually downloadable.Maxim Sobolev2000-06-022-0/+2
* Actually display ${PKGMESSAGE}, which I added some time ago, upon installation.Maxim Sobolev2000-06-011-4/+5
* Add MyODBC port, an ODBC driver for MySQL.Will Andrews2000-05-3011-0/+65
* Make the port work in the absence of XNick Sayer2000-05-301-0/+6
* Add libiodbc, a library which allows access to ODBC databases.Will Andrews2000-05-296-0/+35
* Put the freefall-specific patches behind a WANT_FREEFALL_CFG knob. MovedSteve Price2000-05-293-0/+143
* Specify the path to javac so this builds even if it isn't in the user's path.Steve Price2000-05-283-0/+6
* Specify the path to javac just in case it is not in the user's PATH asSteve Price2000-05-281-0/+1
* Add a warning message that this software is not maintained and could becameMaxim Sobolev2000-05-261-0/+10
* Activate py-MySQLdb.Maxim Sobolev2000-05-261-0/+1
* Initial import of py-MySQLdb.Maxim Sobolev2000-05-2610-0/+162
* make startup script work (start/stop)Andreas Klemm2000-05-2542-280/+364
* upgrade postgresql to v 7.0 releaseAndreas Klemm2000-05-24126-14252/+16100
* Complete the PLIST.Akinori MUSHA2000-05-181-0/+4
* Comment clean-ups.Tim Vanderhoek2000-05-131-1/+1
* Add a threading patchNick Sayer2000-05-121-0/+56
* Add unixODBC portNick Sayer2000-05-115-0/+111
* Activate unixODBC portNick Sayer2000-05-111-0/+1
* Remove some directories upon deinstallation.Satoshi Asami2000-05-105-0/+12
* Fix DISTNAME breakageChris D. Faulhaber2000-05-081-2/+2
* Remove -Werror from configure script. This caused incorrect resultsDirk Froemberg2000-05-0310-70/+400
* Adding mysql-editor version 0.2.Steve Price2000-05-016-0/+54
* This file was forgotten during the recent version update.Kris Kennaway2000-04-303-3/+3
* Update to 1.4.3Chris Piazza2000-04-305-22/+49
* - Update to 1.2c.Akinori MUSHA2000-04-256-6/+39
* Change MAINTAINER addresses from knu@idaemons.org to knu@FreeBSD.orgAkinori MUSHA2000-04-241-1/+1
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsiveKris Kennaway2000-04-241-1/+1
* Cleanup of build process of the py-MySQL port. Previously port usedVanilla I. Shu2000-04-242-8/+11
* UpgradeVanilla I. Shu2000-04-234-6/+6
* Update to 2.0.4.Akinori MUSHA2000-04-213-3/+2
* portlintMichael Haro2000-04-2028-56/+42
* portlint and add SLAVEDIRS variableMichael Haro2000-04-2010-10/+20
* Add postgresql7.Satoshi Asami2000-04-201-0/+1
* Update to postgresql 7 beta 5Andreas Klemm2000-04-1856-3808/+4060
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-1715-388/+304
* portlint - mostly moving around variables.Michael Haro2000-04-171-4/+5
* Close PRAndreas Klemm2000-04-1742-28/+2422
* Update port to 0.0.6Chris D. Faulhaber2000-04-163-2/+13
* Portlint COMMENT's.Akinori MUSHA2000-04-155-5/+5
* Remove obsolete `Version required' lines.Akinori MUSHA2000-04-1520-20/+0
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-1320-30/+50
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-111-1/+1
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-102-4/+4
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-0974-216/+216
* place optional variables after required onesMichael Haro2000-04-071-1/+1
* Update to 2.0.3.Akinori MUSHA2000-04-063-4/+8
* Add the mysqltcl port, which is a suite that allows manipulation of MySQLWill Andrews2000-04-069-0/+89
* Update to 2.0.2.Akinori MUSHA2000-04-043-10/+11
* - move startup file from Makefile to files/mysql-server.shDirk Froemberg2000-04-0330-170/+300
* Change PKGNAME: ja-namazu -> ja-namazu2Akinori MUSHA2000-03-301-1/+1
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tKris Kennaway2000-03-291-1/+1
* remove a.out supportMichael Haro2000-03-283-11/+5
* Fix URL.Dirk Froemberg2000-03-2710-10/+10
* Correct PLIST.Vanilla I. Shu2000-03-251-2/+7
* Portlint:Michael Haro2000-03-227-14/+9
* PREFIX -> LOCALBASEMichael Haro2000-03-221-1/+1
* Update port to 0.75Chris D. Faulhaber2000-03-213-8/+21
* Fix Makefile so the install directory and event log to not beChris D. Faulhaber2000-03-191-2/+2
* Upgrade to 1.10.Dirk Froemberg2000-03-123-9/+8
* Add WWW: in from of URL remove Linux stuff.Dirk Froemberg2000-03-121-7/+2
* Correct MASTER_SITESChris D. Faulhaber2000-03-081-1/+1
* Update to 2.0.1Seiichirou Hiraoka2000-03-073-4/+5
* Add another MASTER_SITEChris D. Faulhaber2000-03-041-1/+2
* Define DBMFIX in sybdb.h permanently to be consistent with --enable-dbmfix.Dirk Froemberg2000-03-022-0/+28
* Update to namazu-2.0Seiichirou Hiraoka2000-03-025-68/+121
* Fix typo (--enable-dmbfix -> --enable-dbmfix) and remove unneededDirk Froemberg2000-03-012-4/+2
* This port requires javac to build.Steve Price2000-02-273-0/+3
* Chenge BUILD_DEPENDS to p5-PlRPC.Vanilla I. Shu2000-02-272-2/+2
* Use ${CFLAGS}.Vanilla I. Shu2000-02-271-3/+8
* Fix PLIST to remove the plethora of directories created upon installation.Bill Fumerola2000-02-2412-0/+996
* Activate rdbChris D. Faulhaber2000-02-221-0/+1
* RDB is a fast, portable, relational database management systemChris D. Faulhaber2000-02-226-0/+97
* Fix build error!Dirk Froemberg2000-02-2210-60/+80
* With a minor little tweak this now builds on the Alpha.Steve Price2000-02-2120-40/+140
* Take over maintainership.Dirk Froemberg2000-02-212-2/+2
* Reducing Maintainership to an amount of portsAndreas Klemm2000-02-214-4/+4
* Update port to 1.2210Chris D. Faulhaber2000-02-174-6/+6
* Update port to 1.0.13Chris D. Faulhaber2000-02-1514-6/+120
* Upgrade to 3.22.32.Dirk Froemberg2000-02-1540-30/+100
* Moving p5-hp200lx-db version 0.07 to the databases category.Steve Price2000-02-146-0/+63
* This port also LIB_DEPENDS on the gettext port.Steve Price2000-02-141-1/+2
* Update to pgaccess 0.98.4Andreas Klemm2000-02-132-2/+2
* Update to 1.3.0.11 for MakefileSeiichirou Hiraoka2000-02-011-4/+4
* Update to 1.3.0.11Seiichirou Hiraoka2000-02-011-1/+1
* Adding mysql-jdbc-mm version 1.2bSteve Price2000-01-3016-0/+100
* Standardize my e-mail as reg@FreeBSD.org.Jeremy Lea2000-01-302-2/+2
* Correct mastersite.Jeremy Lea2000-01-302-8/+12
* Add grass.Jeremy Lea2000-01-291-0/+1
* Initial import of GRASS 5.0beta5.Jeremy Lea2000-01-2910-0/+5904
* Adding sqsh version 1.7.Steve Price2000-01-299-0/+90
* Upgrade to 3.22.30.Dirk Froemberg2000-01-2540-370/+240
* Update to January 14, 2000 releaseMichael Haro2000-01-222-2/+2
* add WWW:Michael Haro2000-01-222-0/+4
* Use YACC rather than Bison.David E. O'Brien2000-01-222-4/+22
* Add USE_BISON.Satoshi Asami2000-01-211-0/+1
* Put mysql.grant.patch on www.freebsd.org, too. Some users seem to haveDirk Froemberg2000-01-1810-10/+20
* Activate py-MySQLChris D. Faulhaber2000-01-141-0/+1
* Python MySQL module allows you to access easily a MySQL databaseChris D. Faulhaber2000-01-146-0/+81
* Add a patch for fixing a serious bug in MySQL password handling.Dirk Froemberg2000-01-1320-0/+40
* Actually add the new patch files.Ade Lovett2000-01-1116-0/+202
* Update to 1.0.10Ade Lovett2000-01-116-92/+164
* Update port to 1.1Chris D. Faulhaber2000-01-092-5/+5
* - upgrade to 3.22.29Dirk Froemberg2000-01-0681-241/+592
* Activate metakitChris D. Faulhaber2000-01-051-0/+1
* METAKIT is a curious mix of flatfile, relational and OODBMSChris D. Faulhaber2000-01-056-0/+57
* can use tcl/tk82Andreas Klemm2000-01-032-2/+2
* Long awaited upgrade to postgresql 6.5.3Andreas Klemm2000-01-0328-28/+28
* move libpq.so.2 to LIB_DEPENDS.Vanilla I. Shu2000-01-022-4/+4
* The second argument to install-info is the dir file, not the directory. :)Satoshi Asami1999-12-311-2/+2
* Update to version 1.8.1.Steve Price1999-12-292-5/+6
* Update port to 0.0.5Chris D. Faulhaber1999-12-293-21/+3
* Activate p5-DBD-CSVChris D. Faulhaber1999-12-291-0/+1
* Perl module for accessing comma-separated values (CSV) via DBDChris D. Faulhaber1999-12-295-0/+40
* General comment cleanups.Tim Vanderhoek1999-12-2911-11/+11
* Update to v0.93.Jun Kuriyama1999-12-286-10/+16
* remove redundent --prefix=${PREFIX} in CONFIGURE_ARGSMichael Haro1999-12-241-4/+3
* Update to version 1.0.8.Steve Price1999-12-248-16/+20
* Update to version 0.50.Steve Price1999-12-2410-10/+60
* Update to version 0.1016.Steve Price1999-12-242-5/+5
* Activate pxtoolsChris D. Faulhaber1999-12-231-0/+1
* pxtools is a collection of tools to work with a Paradox-databasesChris D. Faulhaber1999-12-236-0/+53
* Add Y2K linkChris D. Faulhaber1999-12-222-2/+6
* RUN_DEPENDS need to be the same as BUILD_DEPENDS. (think packages)Chris Piazza1999-12-062-0/+2
* Use stripped hostname via `hostname -s` in various scripts, to make themDirk Froemberg1999-11-2710-10/+100
* Re-import of p5-MyObject version 1.0.Steve Price1999-11-275-0/+43
* Activate the p5-MyObject port.Steve Price1999-11-271-0/+1
* * Update from 1.2016 to 1.2209Steve Price1999-11-276-18/+20
* Activate the freetds port.Steve Price1999-11-271-0/+1
* Initial import of freetds version 0.42pre2.Steve Price1999-11-2710-0/+104
* Remove toasted MASTER_SITE (found by distfile survey)Bill Fumerola1999-11-231-2/+1
* remove toasted MASTER_SITEBill Fumerola1999-11-2314-14/+0
* Don't list a bogus master site, because we force users to fetchBill Fumerola1999-11-231-1/+1
* Upgrade to 2.7.7 / fix distfile-FennerageBill Fumerola1999-11-2324-36/+36
* Update MASTER_SITES and WWWChris Piazza1999-11-212-2/+2
* Formatting fix for ``rrdtool fetch'' output. The submitter has sent thisSheldon Hearn1999-11-182-0/+36
* Remove myself from MAINTAINER.Vanilla I. Shu1999-11-122-2/+2
* Activate new p5-GDBM portNick Sayer1999-11-101-0/+1
* Add p5-GDBM port. Sort of a merge of my first cut at it and anotherNick Sayer1999-11-106-0/+57
* More reasonable MANPATHAndreas Klemm1999-11-0914-14/+14
* Upgrade to tkgnats-3.0.14Justin M. Seger1999-11-024-7/+8
* Activate the p5-SQL-Statement and tcl-Mysql ports.Steve Price1999-11-011-0/+2
* Initail import of p5-SQL-Statement version 0.1012.Steve Price1999-11-015-0/+42
* Initial import of tcl-Mysql version 990813.Steve Price1999-11-017-0/+79
* Fix wrong "version required"Justin M. Seger1999-10-301-1/+1
* Distfile changed and MASTER_SITES was missing a '='Chris Piazza1999-10-252-2/+2
* Upgrade to 1.13Vanilla I. Shu1999-10-236-10/+18
* Upgrade to 3.22.27.Dirk Froemberg1999-10-1840-220/+560
* Update WWW: line in pkg/DESCRSeiichirou Hiraoka1999-10-131-1/+1
* Update to version 0.98Chris Piazza1999-10-114-13/+212
* Update to version 6.5.2.Chris Piazza1999-10-11112-308/+350
* For backwards compatibility with FreeBSD 2.2.x due to it'sChris Piazza1999-10-061-1/+11
* Activate dbf2mysqlDan Moschuk1999-10-041-0/+1
* A set of programs to convert a .dbf file to a MySQL tableDan Moschuk1999-10-046-0/+73
* Point the user to a more internationally-friendly web site (englishChris Piazza1999-09-301-2/+2
* Define HAVE_CONFIG_H in perl_shared so that RRDs.xs can importBill Fenner1999-09-302-0/+24
* Update to 3.112Paul Traina1999-09-287-13/+26
* Move the requirement to set GTK vars from fetch-depends: to pre-patch:.David E. O'Brien1999-09-251-1/+1
* Remove stale MASTER_SITE.Dirk Froemberg1999-09-2210-10/+0
* Remove mysqltutor.Dirk Froemberg1999-09-221-1/+0
* Add trailing slash to WWW: url.Dirk Froemberg1999-09-221-1/+1
* Enforce random pkg/COMMENT rules, including the one that states EmacsTim Vanderhoek1999-09-182-2/+2
* - upgrade to 3.22.26aDirk Froemberg1999-09-1850-50/+450
* Resolve many 301 Moved Permanently URLs in DESCR.Bill Fenner1999-09-183-3/+3
* Let the generated Makefiles install the perl modules.Bill Fenner1999-09-114-8/+18
* Move rrdtool examples from ${PREFIX}/share/rrdtool/examples toBill Fenner1999-09-114-18/+22
* Remove mysql321.Dirk Froemberg1999-09-091-1/+0
* Update rrdtool to 1.0.7Bill Fenner1999-09-094-16/+12
* mkdir ${PREFIX}/lib/perl5/site_perl/${PERL_VER} before trying to putBill Fenner1999-09-072-0/+2
* Changed $Id to $FreeBSDSatoshi Taoka1999-09-062-2/+2
* Added ruby-postgresSatoshi Taoka1999-09-061-0/+1
* A Ruby interface to PostgreSQL library.Satoshi Taoka1999-09-0610-0/+126
* - If ${OSVERSION} >= 320000 then use native threads (libc_r) by default.Dirk Froemberg1999-09-0411-140/+361
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-3135-51/+51
* $Id$ -> $FreeBSD$Peter Wemm1999-08-302-2/+2
* Remove preceeding pkgname from some of the comments having one.Tim Vanderhoek1999-08-301-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2930-30/+30
* ln -> ${LN}Michael Haro1999-08-281-6/+6
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-2814-110/+110
* Upgrade to 3.22.25.Dirk Froemberg1999-08-2730-30/+30
* Change Id->FreeBSD.David E. O'Brien1999-08-2574-74/+74
* chmod -> ${CHMOD}Michael Haro1999-08-2328-102/+99
* Round Robin Database Tool - store time-series data with averaging or otherBill Fenner1999-08-2210-0/+190
* Remove MASTER_SITES and add IGNORE= comment about how to fetch.Bill Fenner1999-08-222-6/+16
* Spelling correction: to -> too.Chris Piazza1999-08-2010-20/+20
* - introduce DB_DIR variable to specify database directory ifDirk Froemberg1999-08-1220-100/+270
* Re-enforce caps, no period. An "exceptions" file has been createdTim Vanderhoek1999-08-0310-10/+10
* Update to version 0.3.Steve Price1999-08-015-54/+63
* Update postgresql to 6.5.1Andreas Klemm1999-07-2156-3360/+3542
* Fix checksum problem.David E. O'Brien1999-07-151-1/+1
* update to 1.16Michael Haro1999-07-124-10/+10