aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Switch to MASTER_SITE_SOURCEFORGE.dirk2001-04-091-3/+2
|
* Upgrade to version 2.29kevlo2001-04-082-2/+2
| | | | | PR: 26379 Submitted by: MAINTAINER
* Fix typo (Latin1 -> latin1).dirk2001-04-059-9/+9
| | | | Noticed by: Jon Nathan <jon@rupture.net>
* Upgrade to 0.1025vanilla2001-04-052-2/+2
| | | | Approved by: maintainer
* Upgrade to 0.1017.vanilla2001-04-052-2/+2
| | | | Approved by: maintainer
* Use PERL_VER and PERL_ARCH instead of hard coded versionsmharo2001-04-041-10/+10
| | | | | PR: 26334 Submitted by: maintainer
* Upgrade to 1.15vanilla2001-04-024-4/+4
|
* Update to version 0.7.5demon2001-04-023-5/+5
|
* remove deprecated fetch options from FETCH_BEFORE_ARGSmharo2001-04-021-2/+0
|
* Update to version 0.7.0.demon2001-03-306-32/+98
|
* Newest versions of this port use QT+KDE instead of GTK+GNOME, so dropsobomax2001-03-301-1/+1
| | | | | | maintainership, because I don't have a QT/KDE installed and certainly won't install it just to test this port. Hopefully some QT/KDE addict would take care of it.
* Update to 0.3.5.sobomax2001-03-306-32/+56
|
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-3010-10/+10
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Update to version 2.28kevlo2001-03-292-2/+2
| | | | | PR: 26180 Submitted by: MAINTAINER
* Upgrade to 3.23.36.dirk2001-03-2818-18/+18
| | | | | | | | | | | | From the announcement: "This release should fix the final bugs we accidently got into 3.23.34 and a long security bug that has been in MySQL a long time! The main fixed bugs are that UPDATE didn't always use keys when updating on something not based on a primary key and that 'affected rows' wasn't returned to the client if the mysqld server wasn't compiled with support for transactions."
* Eliminate -ffast-math slightly better way.demon2001-03-282-2/+2
| | | | Submitted by: knu
* Remove -ffast-math from $CFLAGS.kuriyama2001-03-262-0/+2
| | | | | | PR: ports/25750 (problem report) Submitted by: kuriyama Approved by: dima (maintainer)
* Fix problem on -CURRENT.kevlo2001-03-251-1/+7
| | | | | PR: 26066 Submitted by: MAINTAINER
* upgrade to 1.0.27ijliao2001-03-244-4/+4
| | | | PR: 26028
* Update to version 2.0.5kevlo2001-03-234-38/+25
| | | | | PR: 25995 Submitted by: Ports Fury
* Update to version 2.27kevlo2001-03-222-2/+2
| | | | | PR: 25969 Submitted by: MAINTAINER
* Depend on the new py-mx-base.tg2001-03-221-3/+3
|
* Add CONFIGURE_ENV.vanilla2001-03-211-2/+2
| | | | Submitted by: bento
* Fix pkg-plist.vanilla2001-03-211-1/+1
|
* Correct perl usage in the pre-configure target.jedgar2001-03-212-2/+2
| | | | | PR: 25810 Submitted by: Aaron D. Gifford <agifford@infowest.com>
* Update to 0.3.1.knu2001-03-195-40/+11
|
* Alter the build process for the standard libraries of Ruby.knu2001-03-191-6/+7
|
* Add ruby-rdbc1, Ruby Database Connectivity.knu2001-03-197-0/+136
|
* Upgrade to 3.23.35.dirk2001-03-1718-18/+18
| | | | | | | | | | From the announce mail: "The 3.23.35 mainly fixes a critical bug in 3.23.34 with ORDER BY. We don't know how the ORDER BY bug slipped through our testing suite or how fatal it's really is, but as we have got a couple of reports about core dumps regarding this, we recommend 3.23.34 users to upgrade as soon as possible. Sorry for the inconvenience."
* upgrade to 1.0.25ijliao2001-03-174-4/+4
|
* Add ruby-o_dbm, an OODB-like DBM module for Ruby.knu2001-03-168-0/+85
|
* ldconfig PostgreSQL's lib should happen before starting *ANY* ports.clive2001-03-1656-112/+112
| | | | | | | | | | | | | This would cure headache like apache module linking against libpq fail to work after rebooting. Originally, maintainer and I want this commit to go with the PostgreSQL updating. But we both think that the latest PostgreSQL would not be released before FreeBSD 4.3-RELEASE ports freeze. As a conclusion, PORTREVISION bumped. Discussed with/Submitted by: MAINTAINER
* Fix problems when installing postgresql7 with pkg_add:clive2001-03-1556-126/+280
| | | | | | | | | | | | - pkg-install used wrong uid# - chown lib dir *after* it is created - pkg-install created data dir where Makefile didn't - add pkg-deinstall and remove user & group - don't chown data dir, since we don't create it anymore - spell and documentation fixes in the rc.d script PR: ports/25817 Submitted by: MAINTAINER
* Correct reference to the local perl files is:sobomax2001-03-152-4/+4
| | | | | | | | lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH} but not: lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH} Submited by: bento (sorta)
* Update MASTER_SITES and WWW.knu2001-03-144-4/+4
|
* o update to 0.09.sf2001-03-134-2/+10
| | | | | | | o add missing MAN3 and MANPREFIX. PR: 25692 Submitted by: maintainer
* Add ${MASTER_SITE_SOURCEFORGE} to MASTER_SITES and remove www.mysql.netdirk2001-03-129-45/+45
| | | | | | which seems not to be a MySQL mirror anylonger. Submitted by: roam (sort of ;-)
* Upgrade to 3.23.34a.dirk2001-03-1227-162/+99
|
* libxforms.so.0 -> libforms.so.0dirk2001-03-114-8/+7
|
* Fix CONFIGURE_ARGSkevlo2001-03-111-1/+1
| | | | | PR: 25674 Submitted by: maintainer
* Revert previous commit and reinstate maintainer: the FreeBSD version ofkris2001-03-111-1/+1
| | | | | interbase is not distributed by Borland, and there does not appear to be a patch available for the vulnerability.
* Remove the previous maintainer for inactivity. Failing to submit a patchkris2001-03-111-1/+1
| | | | | for a vulnerability publicized three months ago does not demonstrate an appropriate level of interest in maintainership of this port.
* Update to version 2.26kevlo2001-03-112-2/+2
| | | | | PR: 25652 Submitted by: maintainer
* Add firebird 0.9, the open-source InterBase(tm) 6.0 spin-offwill2001-03-11103-0/+4159
| | | | | | | (Classic version). PR: 24313 Submitted by: Geoffrey C. Speicher <geoff@sea-incorporated.com>
* CONFIGURE_ENV will broken this ports,vanilla2001-03-101-1/+1
| | | | | | so change it to CONFIGURE_ARGS. Submitted by: maintainer
* update to 0.14.sf2001-03-082-3/+3
| | | | | PR: 25593 Submitted by: maintainer
* Update MASTER_SITES and WWW.knu2001-03-084-4/+4
|
* Add missing entry.clive2001-03-081-0/+2
|
* Add ruby-cdb, Ruby interface to D. J. Bernstein's cdb (constantknu2001-03-086-0/+54
| | | | database) library.
* New port: p5-Tie-DBIclive2001-03-086-0/+34
| | | | Tie::DBI is a perl module implementing Tie hash to a DBI handle.
* Update MASTER_SITES: the port had some unfetchable distfiles.olgeni2001-03-082-6/+2
| | | | | PR: 25591 Submitted by: maintainer
* Add ruby-bdb, a Ruby interface to Sleepycat's Berkeley DB revision 2knu2001-03-086-0/+73
| | | | or later.
* Correct file name.tg2001-03-051-1/+1
|
* BDB doesn't compile on alpha.dirk2001-03-059-0/+27
| | | | Submitted by: Taylor Mallette <taylor.mallette@compaq.com>
* add fastdbijliao2001-03-038-0/+103
| | | | Main Memory Relational Database Management System
* MAKE_ENV -> CONFIGURE_ENV to make PERL_CONFIGURE happy. Otherwiseclive2001-03-022-2/+2
| | | | | | we can't build this port. Reviewed by: vanilla
* Fix the dependency. (japanese/chasen -> japanese/p5-Text-ChaSen)knu2001-03-021-1/+1
|
* Use the py-distutils for building and installing.tg2001-03-013-14/+33
|
* Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-0120-87/+23
|
* There is no libgcc_r.a anymore.sobomax2001-02-281-1/+1
|
* Tweak post-install target and the wording in pkg-descr.steve2001-02-262-7/+12
| | | | | | PR: 24563 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Approved by: old maintainer
* Allow access to MS-SQL databases from PHP.steve2001-02-262-4/+4
| | | | | PR: 22172 Submitted by: David Hill <djhill@novagate.net>
* Add missing file to pkg-plist (german.inc.php).olgeni2001-02-251-0/+1
|
* Fix pkg-plistkevlo2001-02-254-2/+4
| | | | | PR: 25318 Submitted by: Ports Fury
* Remove IS_INTERACTIVE, support batch compilation.olgeni2001-02-2528-56/+28
| | | | | PR: 25247 Submitted by: maintainer
* Treat pgsql's .profile as data: it could have been customized to change theolgeni2001-02-2328-56/+112
| | | | | | default database location. Approved by: maintainer
* add sqliteijliao2001-02-2311-0/+93
| | | | SQL library that uses GDBM as its underlying file storage mechanism
* Update to 1.0.32.demon2001-02-2224-216/+42
|
* Make the port more "package friendly".olgeni2001-02-2142-1134/+238
| | | | | | | | | | | | | | | | | | | | | | | | | Do not call initdb from Makefile's post-install. Users are required to manually run initdb, maybe after configuring their preferred database location in pgsql's user .profile. pkg_add used to simply replace some existing data files. Add pkg-message to tell the user about initdb. Remove 2 empty directories from pkg-plist (pgsql/include/port/freebsd, pgsql/include/port), since they are not included in "make package" anyway and cause pkg_deinstall to complain about the plist. Remove all pgsql/data contents from pkg-plist, so "make deinstall" and pkg_delete won't clobber existing databases. Minor version upgrades can now be performed by means of pkg_delete and "make install", without using pg_dump. Chown %D/pgsql/lib to root:wheel to satisfy ldconfig's recent security requirements. Change @dirrm of pgsql to "@unexec rmdir": pkg_deinstall won't complain if data still exists in that directory at deinstall time. Approved by: maintainer
* Fix installation (WRKDIR -> WRKSRC)jedgar2001-02-201-2/+2
| | | | Submitted by: ken@mui.net
* Update to 1.7.8.dirk2001-02-1810-40/+28
| | | | | PR: ports/25175 Submitted by: Miklos Niedermayer <mico@bsd.hu> (maintainer)
* - Add workaround to prepend installing junk fileskevlo2001-02-144-8/+18
| | | | | | | - Fix pkg-plist PR: 25075 Submitted by: Ports Fury
* Upgrade to 3.23.33.dirk2001-02-1427-36/+18
|
* typo clean up police: \s -> \tlioux2001-02-144-6/+6
|
* Update warning and FORBIDDEN message. Compromise of PR and feedback.jeh2001-02-131-1/+5
| | | | | PR: 24266 Submitted by: Berend de Boer <berend@pobox.com> MAINTAINER
* Add newline at endjeh2001-02-131-1/+1
|
* Update to 0.3.3.sobomax2001-02-124-4/+4
|
* Upgrade to version 2.0.4kevlo2001-02-112-3/+2
| | | | | PR: 24974 Submitted by: Ports Fury
* Upgrade to version 2.25kevlo2001-02-112-2/+2
| | | | | PR: 24993 Submitted by: MAINTAINER
* Add %%PORTDOCS%%.knu2001-02-102-12/+15
|
* Add %%PORTDOCS%%.knu2001-02-103-32/+32
|
* Make the library installation permission safe.lioux2001-02-1010-30/+190
| | | | Approved by: MAINTAINER
* Fix sominor version.kevlo2001-02-0920-40/+40
| | | | | PR: 24894 Submitted by: MAINTAINER
* Install mysql-client.sh as 00mysql-client.sh so the includeddirk2001-02-0827-36/+36
| | | | | | | ldconfig is run earlier. PR: ports/24924 Submitted by: jeh
* Use mkstemp() instead of tempnam()jedgar2001-02-081-0/+46
|
* Update port to 1.14jedgar2001-02-083-36/+20
|
* Update to 0.6.2.knu2001-02-076-16/+20
|
* Style/space police (space -> tab) over the database category.olgeni2001-02-053-5/+5
|
* - Update to 0.51;sobomax2001-02-0312-46/+46
| | | | | | | - add a WWW into pkg-descr. PR: 24803 Submitted by: Joseph Scott <joseph@randomnetworks.com>
* Update to version 3.2.9kevlo2001-02-0230-140/+740
| | | | | PR: 24796 Submitted by: MAINTAINER
* Update to 0.3.2.sobomax2001-02-014-4/+4
|
* Socked directory must be readable by any to make ACL control worksache2001-02-012-2/+2
|
* Reassign maintainership to ports@FreeBSD.org to indicate that the ports needsobomax2001-01-302-2/+2
| | | | | | new maintainer. Submitted by: Domas Mituzas <midom@dammit.lt> (previous MAINTAINER)
* Define IS_INTERACTIVE.jkoshy2001-01-3014-0/+28
| | | | | PR: ports/23861 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
* Do not set the shell for user "pgsql" to `/bin/nologin' at package installjkoshy2001-01-3014-14/+14
| | | | | | | | time: this breaks the rc.d script. Default to `/bin/sh' as a `make install' would do. PR: ports/23534 Submitted by: Nick Sayer
* Reorganize .o installedache2001-01-2816-42/+94
| | | | | Build shared modules properly Use separate dir for socket/pid
* Install & use shared libsache2001-01-2820-108/+340
|
* Remove mysql322-{client,server}.dirk2001-01-271-2/+0
|
* Good bye, good old friend. You have served many of us so well...dirk2001-01-2720-764/+0
| | | | | But you know we have mysql323-{client,server} these days which is just better.
* Upgrade to 2.0.11ache2001-01-2754-700/+628
|
* Update to 0.3.1.sobomax2001-01-266-6/+8
|
* - Add missing file (bin/isql) to pkg-plistkevlo2001-01-254-81/+83
| | | | | | | - Use NOPORTDOCS PLIST_SUB PR: 24601 Submitted by: Ports Fury
* Add options for alternate charsets (WITH_CHARSET and WITH_XCHARSET).dirk2001-01-259-0/+135
| | | | Submitted by: roam
* Add support for BerkeleyDB table type.dirk2001-01-2527-45/+153
| | | | | | | | This type allows SQL transactions (COMMIT, ROLLBACK). Note: BerkeleyDB is build as part of mysql323-server since mysql needs a special version of it. Thus we can't depend on databases/db3 at the moment.
* fix typo and correctly installing startup script.sf2001-01-234-8/+8
| | | | | PR: 21422,21448 Reported by: Vivek Khera <khera@kciLink.com>
* Upgrade to 3.23.32.dirk2001-01-2336-144/+45
|
* Remove NO_LATEST_LINK now that mysql323-{client,server} are thedirk2001-01-229-9/+0
| | | | one and only.
* o Add missing headers.sf2001-01-226-6/+16
| | | | | | | | o change redundency in pkg-comment. o forcing depends on mysql323-client. PR: 24126 Submitted by: maintainer
* Fix moved MASTER_SITE.dirk2001-01-229-9/+9
|
* Switch from mysql322-{client,server} to mysql323-{client,server}.dirk2001-01-2158-111/+50
| | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least).
* Fix build on FreeBSD-3.x.dirk2001-01-2110-24/+80
| | | | PR: ports/24160
* Fix breakage due to inappropriate patch files.clive2001-01-212-11/+11
| | | | PR: 24419
* Add phppgadmin 2.2.1.p1,web Based Postgres Administration.nbm2001-01-196-0/+121
|
* Change the BUILD_DEPENDS I was using for testing to RUN_DEPENDS.nbm2001-01-192-6/+6
|
* Add phpMyAdmin, a set of PHP3 scripts to adminstrate MySQL over the webnbm2001-01-1911-0/+211
|
* Upgrade to 3.23.31.dirk2001-01-1936-54/+45
|
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-175-17/+17
|
* Update to 2.0.3kevlo2001-01-162-2/+2
| | | | | PR: 24353 Submitted by: Ports Fury
* Mark as FORBIDDEN due to back doorjedgar2001-01-111-0/+1
| | | | Submitted by: CERT advisory CA-2001-01
* Update to 2.0.2kevlo2001-01-102-2/+2
| | | | | PR: 24199 Submitted by: Ports Fury
* Fix Makefile and pod2man problem.kevlo2001-01-103-9/+12
| | | | | | | BTW, patch-aa is no longer needed. PR: 24152 Submitted by: MAINTAINER
* Override PORTREVISION from master port.dirk2001-01-0710-0/+10
|
* Add "-felide-constructors -fno-exceptions -fno-rtti" to CXXFLAGSdirk2001-01-0710-0/+40
| | | | | | | to work around a problem causing mysqld to crash under heavy load and multiple connections at the same time. PORTREVISION bumped.
* --with-low-memory serves a similar purpose as patch-aq.dirk2001-01-0720-140/+20
|
* Add p5-BerkeleyDB 0.12, perl5 interface to the Berkeley DB packagewill2001-01-076-0/+53
| | | | | | | | revision 3. PR: 24064 Submitted by: T. William Wells <bill@twwells.com> Regex help: Jeremy Shaffner <jeremy@external.org>
* Update to 2.0.0kevlo2001-01-076-64/+180
| | | | | PR: 24093 Submitted by: Ports Fury
* Remove extra .gz in MAN1.dirk2001-01-069-9/+9
|
* Upgrade to 3.23.30.dirk2001-01-0636-90/+117
|
* make ${WRKSRC}/${CONFIGURE_SCRIPT} writable befor configure to allowsf2001-01-0410-0/+30
| | | | | | | building without root privilege. PR: 21951 Submitted by: Kawata Masahiko <m-kawata@cd.jp.nec.com>
* Update to 2.22kevlo2001-01-032-2/+2
| | | | | PR: 24043 Submitted by: MAINTAINER
* Goodbye, YEAR2000. Hello, 2001.will2001-01-0137-74/+0
| | | | Approved by: asami
* Add p5-Text-Query-SQL 0.09, a perl module that provides query builders forwill2000-12-316-0/+58
| | | | | | | SQL databases. PR: 23969 Submitted by: Anton Berezin <tobez@tobez.org>
* Add missing files to plistjedgar2000-12-251-0/+2
| | | | | PR: 23804 Submitted by: Joseph Scott <joseph@randomnetworks.com>
* Get the WITH_CHASEN knob really working.knu2000-12-211-5/+10
| | | | Add wvWare dependency and add a WITHOUT_MSOFFICE knob.
* Remove trailing period and package name from the pkg-comment.demon2000-12-191-1/+1
|
* Upgrade to 3.23.29a.dirk2000-12-1945-450/+207
|
* Chase checksum.roam2000-12-141-1/+1
| | | | | PR: 23528 Submitted by: maintainer
* Update to version 7.0.3.steve2000-12-11196-2240/+6258
| | | | | PR: 23371 Submitted by: maintainer
* Palle Girgensohn <girgen@partitur.se> stepped forward and said that hesteve2000-12-0814-14/+14
| | | | would like to maintain this port.
* Go back to where I started: Put mysql.sock in /tmp/...dirk2000-12-0410-20/+10
| | | | | PR: ports/23266 Submitted by: Louis Mamakos <louie@TransSys.COM>
* Move mysql.sock from ${DB_DIR} to /var/run/. ${DB_DIR} has mode 700dirk2000-12-0410-10/+10
| | | | | | so only root and mysql were able to connect to the socket... Noticed by: Marco Hinz <marco@todo.de>
* Nuke databases/p5-ApacheDBI and audio/ripit-atapi.sobomax2000-12-043-3/+2
| | | | | | | | | | | | databases/p5-ApacheDBI Redundant; we already have a ports/www/p5-Apache-DBI that is the same program. Maintainer did not know this when submitting the port. audio/ripit-atapi The functionality of this port has been incorporated into ports/audio/ripit. This port is no longer necessary. PR: 23259 Submitted by: maintainer
* Update to version 0.5.roam2000-12-042-7/+6
| | | | | PR: 23235 Submitted by: maintainer
* Update to 0.3.0.sobomax2000-12-046-12/+8
|
* Update to version 2.21kevlo2000-12-022-2/+2
| | | | | PR: 23199 Submitted by: MAINTAINER
* Put socket file into ${DB_DIR}.dirk2000-12-011-1/+2
| | | | Submitted by: Vivek Khera <khera@kcilink.com>
* Enable libwrap and put socket file into ${DB_DIR}.dirk2000-12-019-9/+27
| | | | Submitted by: Vivek Khera <khera@kcilink.com>
* Upgrade to 3.23.28.dirk2000-12-0136-108/+135
|
* Adjust mysql's homedirectory if already exists.dirk2000-12-0110-0/+70
|
* Update to version 2.20kevlo2000-11-282-2/+2
| | | | | PR: 23155 Submitted by: MAINTAINER
* Update to version 1.8.13kevlo2000-11-284-102/+119
| | | | | PR: 23133 Submitted by: Ports Fury
* Support install macros.kevlo2000-11-261-2/+7
| | | | | PR: 23072 Submitted by: Ports Fury
* Ditch out "Version required" from comments section.sobomax2000-11-231-1/+0
|
* maintenance -> ports@FreeBSD.ORG for the same reason.andreas2000-11-231-1/+1
|
* hand maintenance of this port over to ports@FreeBSD.ORGandreas2000-11-2314-14/+210
| | | | | due to lack of time for maintaining and testing. Maybe somebody other can do better than I.
* Import of new port databases/p5-ApacheDBILogger, a Perl5 module thatdburr2000-11-236-0/+43
| | | | | tracks what's being transferred in a DBI database from a mod_perl Apache environment.
* Import of new port databases/p5-ApacheDBILogConfig, a Perl module thatdburr2000-11-236-0/+37
| | | | logs webserver access information in a DBI database
* Import of new port p5-ApacheDBI, a Perl5 module to allow you todburr2000-11-231-0/+1
| | | | access DBI through an Apache perl interpreter (e.g. mod_perl).
* Support CC/CFLAGS properly.kevlo2000-11-218-120/+98
| | | | | PR: 22987 Submitted by: MAINTAINER
* Fix typo (GigaBASe -> GigaBASE)demon2000-11-201-1/+1
|
* Update to version 2.19demon2000-11-202-4/+4
| | | | | PR: 22960 Submitted by: maintainer
* - Update to 1.0.2kevlo2000-11-173-8/+13
| | | | | | | | - Take over maintainership PR: 22796 Submitted by: Jeremy Norris <ishmael27@home.com> Approved by: MAINTAINER
* There has got to be someone who understands databases better than me to shepardnsayer2000-11-171-1/+1
| | | | this port. :-)
* Give up maiantainership. I'm not really a perl guy and this port's prettynsayer2000-11-171-1/+1
| | | | stable anyhow.
* Move mysql-client.sh from Makefile to files/mysql-client.shdirk2000-11-1620-30/+160
| | | | and add a start/stop parameter to satisfy rc.shutdown.
* Update port to 1.1jedgar2000-11-132-4/+4
|
* Change MAINTAINER field.demon2000-11-134-4/+4
| | | | | | I am now at FreeBSD dot org Approved by: sobomax
* Change MASTER_SITES to SourceForge.kevlo2000-11-101-1/+2
| | | | I sent the maintainer the patch, but I haven't got his reply.
* Set NO_LATEST_LINK.dirk2000-11-099-0/+9
| | | | Spotted by: jedgar
* Install my_config.h to satisfy ports depending on mysql.dirk2000-11-0918-27/+117
| | | | Submitted by: steve
* Fix typo that prevents Gtksql from being used with Postgres.murray2000-11-081-1/+1
| | | | | | < HAVE_PYSQL= yes --- > HAVE_PGSQL= yes
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-081-1/+1
| | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days.
* Allow this to build. It needs python. Set PYTHON_VERSION accordingly.nbm2000-11-041-0/+2
|
* Initial import.nakai2000-11-036-0/+53
| | | | | | | Enlightenment DR17 database utility. Submitted by: ports/22089 Reviewed by: Brandon Fosdick
* Whitespace-only:sobomax2000-11-011-1/+1
| | | | Make indentation uniform across my ports.
* Update to 0.3.0b2.sobomax2000-11-016-58/+32
|
* Update to 0.3.0b1.sobomax2000-10-308-36/+84
|
* - Update MD5 due to various functional and non-functional changesjedgar2000-10-282-2/+3
| | | | | without a version bump - Bump PORTREVISION
* Update to 2.0.5.knu2000-10-273-4/+29
| | | | | | | | - Fix several bugs. - Spanish and French translations of documents have been added. etc. Submitted by: kuriyama
* Add new port: databases/jdbc-oracle816jeh2000-10-2616-0/+145
| | | | | | | The JDBC drivers for Oracle 8.1.6 PR: 21763 Submitted by: Patrick S. Gardella <patrick@FreeBSD.org>
* - Updgrade to verion 2.50.34kevlo2000-10-256-14/+14
| | | | | | | - Update maintainer's e-mail address PR: 22285 Submitted by: MAINTAINER
* Hand these ports to Dmitry Sivachenko <dima@chg.ru>.will2000-10-252-2/+2
|
* Fix MASTER_SITES.dirk2000-10-2410-39/+30
|
* Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.will2000-10-246-6/+6
|
* Use RUBY_PORTVERSION, RUBY_DISTNAME and RUBY_WRKSRC.knu2000-10-211-3/+3
|
* Update to version 2.16kevlo2000-10-204-16/+43
| | | | | PR: 22093 Submitted by: MAINTAINER
* New port py-gdbm; this contains Python bindings to the GNU dbm library.tg2000-10-207-0/+50
|
* Upgrade to 3.23.26.dirk2000-10-1936-225/+279
|
* Add mysql323-client and mysql323-server.dirk2000-10-191-0/+2
|
* Upgrade to MySQL-3.23.24 after repository copy from mysql322-clientdirk2000-10-1981-1737/+1638
| | | | | | | | | | | | | and mysql322-server. - mit-pthread support was dropped. - libmysqlclient.so.9 was renamed to libmysqlclient.so.6 (like the one coming with MySQL-3.22.x) so ports depending on MySQL having a chance of using 3.23.x if installed. mysql322-(client|server) and mysql323-(client|server) can't be installed at the same time, of course.
* Support LOCALBASE properlyade2000-10-143-2/+7
| | | | | PR: 21610 Submitted by: Ports Fury (no response from maintainer)
* - Update port to 1.2215jedgar2000-10-138-6/+14
| | | | - Add WWW
* Fix MD5_FILE (files/md5 -> distinfo).asami2000-10-081-1/+1
|
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Rename PLIST.* to pkg-plist.*.asami2000-10-0814-56/+56
|
* Rename {COMMENT,PLIST}.client to pkg-{comment,plist}.client.asami2000-10-0810-20/+20
|
* Remove NEWLAYOUT definition, this is going to be the default.asami2000-10-081-2/+0
| | | | Jumped the gun by: jeh :)
* mastersite changedandreas2000-10-061-1/+1
| | | | Submitted by: tchoukharev@mail.ru
* Implement USE_GNOME, part 1.reg2000-10-052-4/+4
|
* Implement USE_GTK, part 1.reg2000-10-053-37/+33
|
* Initial import of mytop Version 0.3jeh2000-10-057-0/+58
| | | | | | | | | | mytop is a non-gui tool for monitoring the threads and overall performance of MySQL 3.22.x and 3.23.x servers. PR: 20892 Submitted by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> Reviewed by: will Approved by: will
* Update to version 1.0.28kevlo2000-10-046-16/+16
| | | | | PR: 21744 Submitted by: MAINTAINER
* Forgotten WWW tag.nectar2000-10-041-0/+2
|
* Python dictionary wrapper around a SQL databasenectar2000-10-046-0/+40
|
* Update 2.4 -> 3.0nectar2000-10-034-26/+31
|
* Update to 3.0.16 and change MAINTAINER.will2000-09-302-3/+3
| | | | | PR: 21529 Submitted by: Jeremy Shaffner <jeremy@external.org> (new MAINTAINER)
* Update to Ruby 1.6.1. Many bugs have been fixed since 1.6.0. :)knu2000-09-291-0/+2
| | | | | | | | | | | | | Take over the maintainership from Yasuhiro Fukuma <yasuf@bsdclub.org>, with his approval. I can never thank him too much for his previous work which led me in the right direction! :) lang/ruby: - Add a patch for find.rb, which fixes the bug found after 1.6.1 was released. databases/ruby-gdbm, */ruby-{tcltklib,tk}: - Remove files/md5 and refer to lang/ruby's one.
* Add missing depends (png and jpeg).reg2000-09-282-2/+6
|
* Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBYknu2000-09-265-15/+5
| | | | | or USE_LIBRUBY is defined, individual ruby ports no longer need to include it explicitly.
* Remove --buld ltconfig option hacks. Please don't forget to update your libtoolsobomax2000-09-251-9/+0
| | | | installation.
* Fix Y2K URL.dirk2000-09-2510-10/+10
|
* Remove stale information.dirk2000-09-2510-80/+20
|
* - "@exec killall mysqld" should read "@unexec killall mysqld"...dirk2000-09-2520-20/+40
| | | | - introduce MYSQL_VERSION in PLIST and PLIST_SUB
* Set INSTALLS_SHLIB (instead of calling ldconfig).dirk2000-09-2420-40/+30
|
* pl/Perl and ODBC supportandreas2000-09-2428-0/+462
| | | | Submitted by: Nadav Eiron <nadav@cs.technion.ac.il>
* Several cleanups:sobomax2000-09-2340-140/+310
| | | | | | | | | - properly install shared library (still needs more work); - use pthreads; - use libtool. PR: 21470 (partially) Submitted by: maintainer
* Change Whom:, so people know who made the port, not what silly scriptnbm2000-09-221-1/+1
| | | | that didn't help at all was used to generate the skeleton.
* Another GTK+ front-end for mysql.. submitter will be extending itade2000-09-206-1/+52
| | | | | | | to handle mSQL, Oracle, PostgreSQL and Solid at a later date. PR: 21069 Submitted by: Joseph Scott <joseph.scott@owp.csus.edu>
* Add p5-DBD-XBase, providing access to XBase (dBase, Fox*) database files,ade2000-09-206-0/+64
| | | | | | | namely dbf, dbt, fpt, ndx, ntx, mdx, idx and cdx. PR: 21167 Submitted by: Ilia Chipitsine <ilia@jane.cgu.chel.su>
* Update to Ruby 1.6.0 official release.knu2000-09-191-4/+4
| | | | | | | | | lang/ruby: - Do not force lib/ruby/site_ruby and lib/ruby removals, because a user may have his/her stuff installed there. x11-toolkits/ruby-tk: - Fix duplicated PKGNAMEPREFIX.
* Use USE_PYTHON.sobomax2000-09-196-18/+15
|
* Fix a number of issues in the code. See the PR for the longade2000-09-193-7/+60
| | | | | | | and detailed explanation. PORTREVISION bumped. PR: 20058 Submitted by: maintainer
* Upgrade to 3.113paul2000-09-172-3/+2
|
* Cleanup the temporary message file.paul2000-09-171-13/+32
|
* Update to 3.1.17.will2000-09-1730-30/+70
| | | | | PR: 21227 Submitted by: maintainer
* Update md5 and retire FETCH_BERORE_ARGS=-b.sobomax2000-09-154-4/+2
| | | | Submitted by: many (md5)
* Do not install files/dirs group-writablejedgar2000-09-151-11/+120
|
* Oops. Somehow an extra USE_XLIB got into the !WITH_X case.nsayer2000-09-141-1/+0
|
* Use bsd.python.mk.tg2000-09-142-96/+93
|
* Update md5. The new version of distfile insludes path, which is the onlysobomax2000-09-132-2/+1
| | | | | | difference. Submitted by: bento
* checksum of file changed on ftp serverandreas2000-09-101-1/+1
| | | | Submitted by: "Andre Goeree" <abgoeree@uwnet.nl>
* avoid:andreas2000-09-0914-0/+14
| | | | | | | ldconfig: /usr/local/pgsql/lib: ignoring directory not owned by root during startup. Submitted by: tobez@tobez.org
* Don't break package building on Satoshi's cluster. Explicitly dependtg2000-09-086-12/+12
| | | | on python1.5:lang/python15.
* Update to 2.3.1.knu2000-09-082-2/+2
|
* Update to 5.0beta8.reg2000-09-076-98/+834
| | | | | Special thanks to Huidae Cho <hdcho@geni.knu.ac.kr> for getting all of the patches into the distribution.
* Update with bsd.ruby.mk. :>knu2000-09-072-22/+15
|
* Add ZPyGreSQLDA, a PostgreSQL database adaptor for Zope.nbm2000-09-076-0/+87
|
* Update with bsd.ruby.mk.knu2000-09-074-64/+56
| | | | | Install library files under the standard directory. (${RUBY_SITELIBDIR}, ${RUBY_SITEARCHLIBDIR})
* Do not set MASTER_SITE_SUBDIR to an empty value, but just undefine.knu2000-09-071-1/+1
| | | | | | | I didn't know an empty MASTER_SITE_SUBDIR brings an empty MASTER_SITES.. Found by: green
* Activate ruby14-gdbm.knu2000-09-071-0/+1
|
* Update to 1.6.0-preview3.knu2000-09-072-22/+11
| | | | Utilize bsd.ruby.mk.
* This was just repocopied from databases/ruby-gdbm to keep versionknu2000-09-072-20/+11
| | | | | | 1.4.x of Ruby for a while, until 1.6.x becomes as stable as 1.4.x is. Rewrite utilizing bsd.ruby.mk and let it coexist with 1.6.x.
* Use MASTER_SITE_RUBY.knu2000-09-052-16/+4
|
* - Add JAVAC and JAR variables to the Makefile so they are easier tosteve2000-09-056-15/+66
| | | | | | | | override. - Also install the doc files in the post-install target. PR: 20718 Submitted by: maintainer
* sorry, forgot to remove that ...andreas2000-08-3114-56/+0
|
* allow PostgreSQL to compile and run on Alpha.andreas2000-08-3114-0/+588
| | | | | | | The DB is 64-bit capable so really only a few bits of configuration for FreeBSD were needed. Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
* Add the db3 port.steve2000-08-281-0/+1
| | | | | PR: 20886 Submitted by: Dann Lunsford <dann@greycat.com>
* old postgresql port has been removed.andreas2000-08-271-1/+1
| | | | use postgresql7, which has proven stability now.
* Update to Berkeley DB3, after repocopy from databases/db to databases/db3.will2000-08-2660-10840/+7660
| | | | | PR: 20763 Submitted by: Sergey A. Osokin <ozz@FreeBSD.org.ru>
* after removal of old postgresql port fix dependencies for postgresql7 portandreas2000-08-265-5/+5
| | | | thanks to Hwang eunkwang <hek@inter21c.co.kr> for stating this out.