aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Ouch, remove debugging flags, which crept in with the previous commit.mi2005-02-261-1/+0
|
* Fix a crash, that affected users of modern versions of MySQL.mi2005-02-263-5/+17
| | | | Reported and tested by: Yves Gurin <yvesguerin@yahoo.ca>
* Update to version 3.52.2krion2005-02-253-5/+4
| | | | | PR: ports/77963 Submitted by: Ports Fury
* - Update to 1.6.8;thierry2005-02-253-30/+31
| | | | | | | | | Changelog at <http://pear.php.net/package/DB/download/1.6.8/> - Take maintainership. PR: ports/77931 Submitted by: Antônio Carlos Venâncio Júnior
* - update Martin's email addressleeym2005-02-241-1/+1
| | | | | PR: 77938 Submitted by: Martin Matuska <martin at matuska.org>
* p5-Term-ReadLine-Gnu is not necessary: devel/p5-ReadLine-Gnu is the samethierry2005-02-241-1/+1
| | | | | | port (previous release). Reported by: Florent Thoumie
* - Provide a patch that allows to build working non-Unicode version.fjoe2005-02-246-12/+68
| | | | | - Add back 4.x support (non-Unicode version only). - Bump PORTREVISION.
* Add yasql 1.82, yet Another SQL*Plus Replacement.thierry2005-02-245-0/+99
| | | | | Successfully used to access Oracle 7 and Oracle 8i databases, but fails with Oracle 9i (ORA-03113 "end-of-file on communication channel").
* - correct WRKSRCleeym2005-02-231-0/+1
|
* - Update to 3.1.7 [1]hq2005-02-236-28/+30
| | | | | | | | | | | | | - Use ${JAVALIBDIR} for JAR dependencies - Use %%JAVAJARDIR%% in plist - ECHO_CMD -> ECHO_MSG - Add $FreeBSD$ tag in patch - Improve the build.xml patch to have the location of JAR files set through MAKE_ARGS (should help with people with non-standard paths) PR: 77916 [1] Submitted by: maintainer [1] Approved by: maintainer
* - Unbreak.fjoe2005-02-224-34/+50
| | | | | | - Remove ability to build non-unicode version which is not supported by pgadmin3 developers. - Bump PORTREVISION.
* Update to 0.16mat2005-02-223-3/+4
|
* - add pod2man in CONFIGURE_ARGS, and install perl manpages under perl 5.00503leeym2005-02-211-2/+4
| | | | | Noticed by: kris Approved by: demon
* Add a missing dependency to bison.thierry2005-02-201-0/+1
| | | | Reported by: Kris via pointyhat.
* Chase PATCHFILES to latest version.krion2005-02-202-4/+4
| | | | | PR: ports/77767 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Fixing problems with the recent security patch: When bison was notgirgen2005-02-2020-10/+906
| | | | | | | | | | | | | | | | | installed, the patched gram.y file would not be used and the security patch would be a no-op. Also, I've had reports of compilation errors related to bison. Since checking for the correct version of bison is hard and error prone, I'm doing what the postgresql distribution does - patching the yacc:ed .c file to get rid of the building dependency. Bumping portrevision of -server. Pointy hat to: me Noticed by: Mike Harding and others Security: http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html Approved by: seanc (implicit)
* Fix a bug in usage DateTime column.thierry2005-02-202-0/+6
| | | | | | PR: ports/76952 Submitted by: maintainer Obtained from: SQLObject's CVS
* Fix security alert using a patch from PostgreSQL's CVS repository:girgen2005-02-1924-138/+881
| | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent overrunning a heap-allocated buffer if more than 1024 parameters to a refcursor declaration are specified. This is a minimally-invasive fix for the buffer overrun. Define LATEST_LINK to avoid package name clashes between the different branches of PostgreSQL. [1] (Since postgresql-tcltk is hardwired to branch 7.4, keep its LATEST_LINK to a generic value.) Set UNIQUENAME and let it be the same for server & client, so each branch's ports will share the same options file. This adds some no-op knobs to the -client port, but IMO it is better this way. Add space inside paranthesis in OSVERSION conditional to work around (ancient) make bug. [2] Remove the Rendez-Vouz knob for 8.0 since I can't find the software needed to even compile it on FreeBSD. Bump portrevision (for -server only). Noted by: kris [1] PR: ports/77530 [2] Security: http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html Approved by: seanc (mentor)
* Upgrade to 1.0.0-rc2.thierry2005-02-1913-131/+123
| | | | | PR: ports/76916 Submitted by: maintainer.
* As previously announced, remove ports that have reached their expiry date,kris2005-02-1930-500/+0
| | | | and the handful of ports that depended on them.
* Update to 1.0.4.adamw2005-02-194-15/+4
|
* Fresh repo copy, expect a version from CVS here in a short while.girgen2005-02-171-1/+3
| | | | | | seanc will continue to handle, so make him maintainer (again). Approved by: seanc (mentor)
* Fix PLIST.demon2005-02-162-1/+10
| | | | | PR: 77548 Submitted by: Yen-Ming Lee <leeym@FreeBSD.org>
* - I forgot to bump PORTREVISION.clsung2005-02-165-5/+5
| | | | Noted by(and Thanks to): mat
* Reset PORTREVISION.ale2005-02-161-1/+0
|
* Update to 4.1.10 release:ale2005-02-167-180/+77
| | | | | | | | - Add the possibility to specify the database directory in rc.conf [1] - Move database creation from post-install stage into startup script PR: ports/75453 [1] Submitted by: Boris Kovalenko <boris@tagnet.ru> [1]
* This port can be used with PHP5, so s/PHP4/PHP/ in comment.kuriyama2005-02-151-1/+1
|
* Update to 1.1.18.anders2005-02-153-8/+10
| | | | | | PR: 76110 Submitted by: Piet Delport <pjd@point45.com> Approved by: maintainer timeout
* - chase distfiles (change MASTER_SITES)clsung2005-02-1510-10/+25
| | | | | | | | - add patch.4.3.27.3 (making these variables isn't really useful as the patches will not be portable to the next version) PR: ports/77511 Submitted by: Matthias Andree (maintainer)
* - chase distfiles (change MASTER_SITES)clsung2005-02-151-1/+1
| | | | | PR: ports/77510 Submitted by: Matthias Andree (maintainer)
* The postgresql_* knobs from /etc/rc.conf where read too late togirgen2005-02-158-8/+8
| | | | | | | actually make a difference. Noticed by: Salvatore Montefusco, Brian B. Approved by: ade (mentor)
* - add document about building gqlplus on Mac OSX (Darwin) (No code changed)leeym2005-02-151-2/+2
| | | | Noticed by: kris
* - Make portlint happyvs2005-02-155-10/+10
| | | | | | | - Take maintainership PR: ports/77013 Submitted by: Renato Botelho
* - chase distfiles (change MASTER_SITES)clsung2005-02-151-2/+1
| | | | | PR: ports/77509 Submitted by: Matthias Andree (maintainer)
* - chase distfiles (change MASTER_SITES), clean upclsung2005-02-151-6/+1
| | | | | PR: ports/77506 Submitted by: Matthias Andree (maintainer)
* - chase distfiles (change MASTER_SITES)clsung2005-02-151-2/+1
| | | | | PR: ports/77505 Submitted by: Matthias Andree (maintainer)
* Update to 0.62.4vs2005-02-148-32/+8
| | | | | | PR: ports/75451 Submitted by: Marcus Grando Approved by: maintainer
* Do not create needless directory.demon2005-02-142-3/+6
| | | | Add missing @dirrm.
* With portmgr hat on, reset maintainership of these ports. Maintainer'slinimon2005-02-145-5/+5
| | | | | | | | | old email address bounces, and he has not been responsive to email on the only other one we have for him. These ports are now available for adoption. Come back coop, we miss ya ...
* update to 0.54oliver2005-02-138-12/+12
|
* Remove maintainer per his request. Mark BROKEN because of an incompletekris2005-02-131-1/+3
| | | | pkg-plist.
* - Update to 0.11.2pav2005-02-132-11/+10
| | | | | | | - Fix dependencies PR: ports/77382 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* Add adstudio 4.0, a database query and administration tool.thierry2005-02-127-0/+113
| | | | | | | | | | | Aqua Data Studio is a database query and administration tool that allows developers to easily create, edit, and execute SQL scripts, as well as browse and visually modify database structures. Aqua Data Studio provides an integrated database environment with a single consistent interface to all major relational databases. It is free for personal or educational use, but a commercial license is required for all other usages.
* Update JDBC support to version 8.0 (build 310).girgen2005-02-117-57/+74
| | | | | | | The PostgreSQL JDBC project has been decoupled from the server distribution, and is now hosted at http://jdbc.postgresql.org/. Approved by: ade (mentor)
* Fix a problem where an array is returned from a DoQuery call thatgirgen2005-02-112-1/+12
| | | | | | | | should return 0 tuples. It was always returning an array that indicates it has 1 tuple. Submitted by: Birch Zimmer <birch at naturalpoint dot com> Approved by: ade (mentor)
* - The "slon" daemon performs many actions in the replication. One of thosepav2005-02-104-2/+36
| | | | | | | | contained a bug which caused large replication backlog to perform extremely poorly. This patch pulls in the bug fix from the CVS version of slony. PR: ports/77312 Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
* - Change default mysql lib to libmysqlclient_r. WITHOUT_MYSQLCLIENT_R=yes ↵pav2005-02-102-24/+31
| | | | | | | | | | use libmysqlclient. - Install more docs - Update very old pkg-descr PR: ports/77314 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
* - Change default mysql lib to libmysqlclient_r.pav2005-02-102-15/+18
| | | | | | | | WITHOUT_MYSQLCLIENT_R=yes use libmysqlclient. - Update very old pkg-descr PR: ports/77284 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
* Let pkg-message reflect the renaming of the startup script.girgen2005-02-1011-22/+22
| | | | | Submitted by: Nick Pavlica <linicks at gmail dot com> Approved by: ade (mentor)
* Replace the hardcoded version number with ${PORTVERSION} in a couple of places.mi2005-02-105-10/+10
| | | | Approved by: maintainer
* - add vendor patch 4.3.27.1 to fix C++ DbEnv::ref_electpav2005-02-0915-15/+50
| | | | | PR: ports/77263 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
* - Update to 1.2.0pav2005-02-094-42/+18
| | | | | PR: ports/77245 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
* - Update to 1.7.28sem2005-02-094-6/+6
| | | | | PR: ports/77258 Submitted by: maintainer
* Unbreak build - remove cast for (void*)SvOK_offskv2005-02-082-3/+4
| | | | | PR: ports/77090 Submitted by: Tod McQuillin <devin@spamcop.net>
* Update to 0.14mat2005-02-082-4/+3
|
* Remove obsolete patch.lofi2005-02-081-11/+0
|
* - Mark broken on 5.2.0-RELEASE and later until problems with this portfjoe2005-02-082-0/+8
| | | | | are resolved. - Suggest to use pgadmin3 binary from pgadmin.org.
* local/java/classes is part of mtree, so don't remove whengirgen2005-02-071-2/+0
| | | | | | deinstalling. Approved by: ade (mentor)
* Add some forgotten manpages.girgen2005-02-079-27/+54
| | | | Approved by: ade (mentor)
* Update to Qt 3.3.4, introduce MASTER_SITE_QT.lofi2005-02-0610-37/+20
| | | | Approved by: maintainer (for qmake)
* VPOPMAILDIR?= ${LOCALBASE}/vpopmailoliver2005-02-0512-48/+128
| | | | | | | update to 0.53 new knobs: WITH_MAILUSER WITH_MAILGROUP WITHOUT_AUTHUSERDB Submitted by: "Gustavo A. Baratto" <gbaratto@superb.net>
* Update to 1.47mat2005-02-032-3/+3
|
* In order to address a potential security hole recently identified withgirgen2005-02-0349-175/+189
| | | | | | | | | | | | | | | | | | | the "LOAD" option, the PostgreSQL Global Development Group is announcing the release of new versions of PostgreSQL. Update to 7.3.9, 7.4.7 & 8.0.1. Take the opportunity to reset PORTREVISION of slave ports. Back out name change of startup script. The new script uses rc.subr(8), and as such also uses rcorder(8). But, rcorder does not exist in FreeBSD 4.x. Hence rename the script it back to the top of the directory list. [1] The periodic script should of course be executable. [2] [1] Noted by Niels Chr. Bank-Pedersen <ncbp at bank-pedersen dot dk> [2] Noted by Fritz Heinrichmeyer <fritz.heinrichmeyer at fernuni-hagen dot de>
* - Update to 1.1.10pav2005-02-022-3/+3
| | | | | PR: ports/76969 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
* Update to 1.2.3 which includes fixes for broken versions of pmk(1).seanc2005-02-023-6/+4
| | | | Prodded by: DarcyB
* Fixup after the PostgreSQL megacommitmat2005-02-011-0/+2
|
* Remove forgotten "beta" no_latest_link, and fix broken master_site_subdirgirgen2005-01-319-27/+9
| | | | Approved by: seanc (mentor)
* BROKEN on amd64: Does not buildkrion2005-01-311-0/+4
|
* BROKEN: Does not buildkrion2005-01-311-0/+2
|
* Fix plist.krion2005-01-311-0/+1
|
* Use USE_PGSQL to fix 'make describe' and hopefully INDEX builds.erwin2005-01-311-1/+1
| | | | Forgotten by: girgen
* Correct comment about USE_PGSQL knobgirgen2005-01-311-1/+1
|
* Bumping portrevisiongirgen2005-01-311-1/+1
|
* Bump portrevisiongirgen2005-01-313-2/+3
|
* Bump portrevisiongirgen2005-01-311-1/+1
|
* Bump portrevision.girgen2005-01-311-1/+1
|
* The PostgreSQL version 7.2 is removed, since 7.2 branch is retired.girgen2005-01-3116-1002/+0
| | | | | PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Split the postgresql ports into a server and a client part. Hence,girgen2005-01-3125-2393/+0
| | | | | | | remove this port. Please see UPDATING for more info. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Say hello to postgresql-8.0. Some of the highlights of the new versiongirgen2005-01-31207-6300/+11565
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are savepoints (within transactions), point-in-time recovery and tablespaces. Check out the release notes and the shiny new PostgreSQL.org website at: http://www.PostgreSQL.org/docs/8.0/static/release.html#RELEASE-8-0 The port uses the new postgresql ports' layout and is split into a server and a client part. The following knobs can be used by ports depending on PostgreSQL: # USE_PGSQL - Add PostgreSQL client dependency. # If no version is given (by the maintainer via the port or # by the user via defined variable), try to find the # currently installed version. Fall back to default if # necessary (PostgreSQL-7.4 = 74). # DEFAULT_PGSQL_VER # - PostgreSQL default version. Can be overridden within a port. # Default: 74. # WANT_PGSQL_VER # - Maintainer can set an arbitrary version of PostgreSQL by # using it. # BROKEN_WITH_PGSQL # - This variable can be defined if the ports doesn't support # one or more versions of PostgreSQL. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Split the postgresql ports into a server and a client part.girgen2005-01-3155-429/+279
| | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Split the postgresql ports into a server and a client part.girgen2005-01-314-49/+19
| | | | | | | | The tcltk interface has been removed from the main distribution, so fixate the version number to the latest released version, 7.4.6. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Split the postgresql ports into a server and a client part.girgen2005-01-314-58/+13
| | | | | | | | | | The JDBC interface has been moved from the main distribution to its own project at jdbc.postgresql.org. Fixate to the latest version in main distro, 7.4.6, pending an update to latest version from the project site. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Split the postgresql ports into a server and a client part. Thegirgen2005-01-3128-870/+901
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | following knobs can be used by ports depending on PostgreSQL: # USE_PGSQL - Add PostgreSQL client dependency. # If no version is given (by the maintainer via the port or # by the user via defined variable), try to find the # currently installed version. Fall back to default if # necessary (PostgreSQL-7.4 = 74). # DEFAULT_PGSQL_VER # - PostgreSQL default version. Can be overridden within a port. # Default: 74. # WANT_PGSQL_VER # - Maintainer can set an arbitrary version of PostgreSQL by # using it. # BROKEN_WITH_PGSQL # - This variable can be defined if the ports doesn't support # one or more versions of PostgreSQL. Note that a periodic script is installed that will, by default, vacuum all databases nightly. You may want to tweak the settings, see the script at ${LOCALBASE}/etc/periodic/daily/502.pgsql To run PostgreSQL at boot time, set postgresql_enable=yes in /etc/rc.conf. Note PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* This port installs the client part of PostgreSQL.girgen2005-01-311-0/+21
| | | | | PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* - Update to 1.1.9pav2005-01-302-22/+12
| | | | | | | | - Remove SSL/CRYPTO options, because detects automatic now. - Install new DOCs PR: ports/76607 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
* - Update to 3.1 finalpav2005-01-304-61/+47
| | | | | PR: ports/76671 Submitted by: Dmytro Rud <rud@cs.uni-magdeburg.de> (maintainer)
* - Update to 0.6.1pav2005-01-293-13/+9
| | | | | PR: ports/76705 Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com> (maintainer)
* Update to 0.07mat2005-01-282-3/+12
| | | | Add docs
* Update to 1.12mat2005-01-282-3/+3
|
* Update to 1.02skv2005-01-272-3/+3
|
* Improve handling of pkgconfig filesarved2005-01-261-2/+1
| | | | | PR: 76686 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
* - Update to 1.8.21ahze2005-01-263-5/+5
|
* fix pkg-plistoliver2005-01-264-8/+16
| | | | Noted by: kris
* - Update to 2.6.1pav2005-01-264-6/+6
| | | | | PR: ports/76675 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* Update to version 1.22;demon2005-01-252-3/+6
| | | | Fix plist.
* Enter PostgreSQL 8.0.0. Given 4.11 is still being released, abuse -devel byseanc2005-01-2312-13/+661
| | | | | | | | | | | | | | | | | | | | stuffing the 8.0.0 release in here for the time being. Port epoch bumped because 8.0.rc* is greater than 8.0.0. A note from UPDATING to people who want to use 8.0.0 via -devel in production: The -devel port has been updated to contain 8.0 release since postgresql80-server can not be updated until 4.11 is released and the changes in PR ports/75344 are committed. Users who need 8.0 now can use the -devel port, however, once postgresql80-server has been committed, -devel will begin tracking 8.1. Please be smart about tracking ports and if used in production, update to databases/postgresql80-server as soon as it becomes available. No dump/reload will be required when changing from -devel to postgresql80-server. Check out the release notes and the shiny new PostgreSQL.org website at: http://www.PostgreSQL.org/docs/8.0/static/release.html#RELEASE-8-0
* don't sed ${WRKSRC}/Makefile.in twiceoliver2005-01-214-8/+8
| | | | Noted By: Atanas <atanas@aplus.net>
* ACAP (Application Configuration Access Protol) is an Internet standards-trackpav2005-01-2011-0/+237
| | | | | | | | protocol for remote preferences and other storage for Internet applications such as web browsers or mail readers. PR: ports/76456 Submitted by: Gerhard Gonter <g.gonter@ieee.org>
* Update to 8.0.0rc5. This is likely the last update for this port until itseanc2005-01-173-3/+9
| | | | | | | | | | carries the 8.0 release. The postgresql80-server port is being held up by the 4.11 release because 80-server requires scads of changes to Mk/*.mk which won't be committed until after 4.11 is pushed out the door. Until 4.11, -devel will act as the 80-server until such time as 80-server is enabled. Get all that? Good. Approved by: girgenson@, ade@
* Symlink vulnerability fixed.ale2005-01-1715-0/+727
| | | | | Submitted by: simon Obtained from: MySQL BitKeeper Repository
* Update to 0.9.0.knu2005-01-1712-33/+60
|
* Clearly state which version of SQLite is supported.knu2005-01-175-29/+29
|
* Update to ruby-sqlite3 after a repocopy. This is a Ruby interface toknu2005-01-1713-246/+322
| | | | the SQLite DB engine version 3.
* Update to 4.1.9 release.ale2005-01-165-41/+6
|
* - Update to 1.7.27sem2005-01-146-72/+62
| | | | | | | | - Pass maintainership to submitter PR: ports/76213 Submitted by: Sergey Prikhodko <sergey(at)network-asp.biz> Approved by: maintainer (timeout: 3+ monthes)
* - Update to 3.51.10sem2005-01-1410-54/+954
| | | | | | | | | | - Fix building with iodbc driver - Add building of thread-safe lib - Using ${MASTER_SITE_MYSQL} - Pass mainteintership to submitter PR: ports/76216 Submitted by: Sergey Prikhodko <sergey(at)network-asp.biz>
* [ maintainer ] databases/mysql-connector-java -- update to 3.1.6edwin2005-01-146-10/+44
| | | | | | | | | | | | | | | | | | | | | | | | | Update to version 3.1.6 -- This is a major update to a new code branch, and development on the 3.0 branch will now be limited to critical bug-fixes. From the release announcement: Version 3.1.6 is the first production release of the 3.1 series that is suitable for use with all versions of MySQL, including MySQL-4.1 or MySQL-5.0. Connector/J 3.1.6 is required if you want to use server-side prepared statements MySQL-4.1.2 or newer, or CallableStatements with MySQL-5.0. http://lists.mysql.com/announce/250 Anyone upgrading from the 3.0 series should first read http://dev.mysql.com/doc/connector/j/en/#id2424819 This update adds both a BUILD_DEPENDS and a RUN_DEPENDS on devel/log4j (unless you use the WITHOUT_COMPILE option, where there's only a RUN_DEPENDS) PR: ports/76149 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* Postgis upgrade from 0.9.0 to 0.9.1edwin2005-01-1411-26/+288
| | | | | | | | | | | Postgis upgrade from 0.9.0 to 0.9.1 Other changes: - Adds support to PostgreSQL 8 - Includes Postgis HTML documentation PR: ports/76214 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br>
* Add a missing dependencymat2005-01-141-1/+3
| | | | Submitted by: Matt Adams <matt.adams@morcor.com>
* Fix build (distfiles was moved).fjoe2005-01-132-2/+2
| | | | | | Submitted by: kuriyama Pointed out by: kris Pointy hat to: fjoe
* [MAINTAINER] Update port: databases/py-MySQLdb-devel to 1.1.8edwin2005-01-132-5/+9
| | | | | | | | | | Update port: databases/py-MySQLdb-devel to 1.1.8 - Change to 1.1.8 - Install more docs PR: ports/75867 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* INTAINER] Update port: databases/py-MySQLdb to 1.0.1edwin2005-01-133-19/+16
| | | | | | | | | | | Update port: databases/py-MySQLdb to 1.0.1 - Change to 1.0.1 - Rediff patch-_mysql.c - Install more docs PR: ports/75866 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* - Fix pkg-plistsem2005-01-122-0/+89
| | | | | | - Bump PORTREVISION Reported by: kris via pointyhat
* - Utilize MASTER_SITE_MYSQL instead of tons urlssem2005-01-112-22/+4
| | | | | PR: ports/76055 Submitted by: maintainer
* Update port: databases/pear-DB_DataObject_FormBuilder to 0.11.1edwin2005-01-113-5/+5
| | | | | | | | + update port: databases/pear-DB_DataObject_FormBuilder to 0.11.1 + changelog: http://pear.php.net/package/DB_DataObject_FormBuilder/download/0.11.1/ PR: ports/76040 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
* - Update to 2.6.1-rc2sem2005-01-114-6/+6
| | | | | PR: ports/76049 Submitted by: maintainer
* - Make it compilable with old gcc [1]ale2005-01-1112-6/+102
| | | | | | | - Fix plist PR: ports/76054 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* - Make it compilable with old gcc [1]ale2005-01-102-0/+14
| | | | | | | - Fix plist PR: ports/76054 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* - Use MASTER_SITES_MYSQLale2005-01-104-28/+207
| | | | | | | | - Add WITHOUT_INNODB knob [1] - Fix tcp wrappers (hopefully definitely!) - Extend allowed linuxthreads shlib versions Submitted by: sobomax [1]
* Extend allowed linuxthreads shlib versions.ale2005-01-108-16/+16
|
* Move pre-configure in the common part.ale2005-01-108-48/+48
| | | | Spotted by: Maxim Maximov <mcsi@mcsi.pp.ru>
* Conditionally remove include/mysql.ale2005-01-101-1/+1
|
* Correct comment typo.ale2005-01-107-7/+7
| | | | | PR: ports/76050 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* Update to 5.0.2 release:ale2005-01-1048-990/+1806
| | | | | | | | | - Use MASTER_SITES_MYSQL - Add WITHOUT_INNODB knob [1] - Fix tcp wrappers (hopefully definitely!) - Add WITH_NDB knob Submitted by: sobomax [1]
* Update to 1.5.2skv2005-01-1015-30/+35
|
* Update to 4.1.8a release [1][2]:ale2005-01-1012-173/+289
| | | | | | | | | | | | - Use MASTER_SITES_MYSQL - Add WITHOUT_INNODB knob [3] - Fix tcp wrappers (hopefully definitely!) - Add WITH_NDB knob PR: ports/75556 [1], ports/75565 [2] Submitted by: Sergey Prikhodko <sergey@network-asp.biz> [1], Marcus Grando <marcus@corp.grupos.com.br> [2], sobomax [3]
* Share post-extract target with all three subports.ale2005-01-101-3/+3
| | | | Spotted by: Jose Alonso Cardenas Marquez <acardenas@bsdperu.org>
* Fix plist when installing WITHOUT_LDAP.girgen2005-01-092-1/+3
| | | | | PR: ports/75857 Approved by: ade, marcus
* Update to 4.0.23a release [1]:ale2005-01-0911-111/+240
| | | | | | | | | | - Use MASTER_SITES_MYSQL - Add WITHOUT_INNODB knob [2] - Fix tcp wrappers (hopefully definitely!) PR: ports/75598 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1], sobomax [2]
* Update to 1.2.0fjoe2005-01-0938-990/+246
|
* Add a fix for 64 bit archmat2005-01-086-0/+186
| | | | Submitted by: Rink Springer <rink@stack.nl>
* upadate to courier-authlib 0.52, courier-imap 4.0.1 and sqwebmail 5.0.0oliver2005-01-0816-28/+112
| | | | Special thanks for testing and sugestions to: Brian Candler <B.Candler@pobox.com>
* Update to Update to 1.8.20ahze2005-01-083-6/+6
|
* Now builds with old perl versions.kris2005-01-081-1/+0
| | | | Approved by: portmgr (self)
* BROKEN: Fails self-test during buildkris2005-01-021-0/+2
| | | | Approved by: portmgr (self)
* Fix build with MySQL 4.1.x.demon2004-12-311-0/+14
| | | | | Submitted by: Michael Hambly <mike@blackbirdsoftware.com> PR: 74237
* [PATCH] change MAINTAINER email address for all my ports.edwin2004-12-302-2/+2
| | | | | PR: ports/75559 Submitted by: Andrey Slusar <anray@inet.ua>
* Update to 2.41lth2004-12-303-40/+43
|
* Update to 4.3.27krion2004-12-2915-255/+220
| | | | | PR: ports/75563 Submitted by: maintainer
* Update geos dependency library versionmharo2004-12-291-1/+1
| | | | Submitted by: Rolandas Garska <rolandas.garska@ik.ku.lt>
* - Update to 4.54pav2004-12-293-5/+6
| | | | | PR: ports/75524 Submitted by: Martin Matuska <martin@tradex.sk> (maintainer)
* Fix runtime error on 4.x.nork2004-12-282-1/+11
|
* Add missing dependencies.knu2004-12-271-0/+3
|
* Fix compilation with version 4.1.7 of mysql.thierry2004-12-261-5/+7
| | | | | PR: ports/75105 Submitted by: maintainer.
* - Add mSQL dependence. Off by default.sem2004-12-261-8/+9
| | | | Submitted by: maintainer
* Add dependency on devel/pkgconfig.nork2004-12-263-2/+6
| | | | Pointy hat to: pointyhat via kris
* - OPTIONize the port to make it easier to choose drivers.sem2004-12-261-4/+14
| | | | | | | | | | | - Use libtool 1.5 rather than deprecated 1.3 - For those who don't choose any drivers, mark IGNORE to prevent installation - Thus bump PORTREVISION - Pass maintainership to submitter PR: ports/75457 Submitted by: delphij
* Update to 2.5.1.knu2004-12-263-7/+12
|
* Update to 2.2.2.knu2004-12-2616-76/+392
|
* Update to 0.4.3.knu2004-12-263-41/+75
|
* Update to 0.996.knu2004-12-262-3/+3
|
* Add ruby-memcache, a memcached client library for Ruby.knu2004-12-265-0/+50
|
* Previous commit fixed the breakage but forgot to remove BROKEN.kris2004-12-251-2/+0
|
* Update to 3.10.osa2004-12-242-3/+3
|
* Update to 3.31.osa2004-12-242-3/+3
|
* Update to 0.5.3.knu2004-12-243-49/+82
| | | | Submitted by: sumikawa
* Fix pkg-plist. This problem is heinousness, so I bump PORTREVISION.nork2004-12-234-4/+10
| | | | Pointy hat to: myself
* Fix return value for insert/update queries.ale2004-12-234-0/+32
| | | | | Submitted by: "Liddelow, Tim" <liddelow@acer.edu.au> Obtained from: PHP CVS
* Fix dependency on databases/sqlite problem.nork2004-12-231-1/+1
| | | | Pointy hat to: myself
* Clean up SQLite and related ports.nork2004-12-2332-510/+167
| | | | | | | | | o Move databases/sqlite to databases/sqlite2. o Fix dependency on databases/sqlite. o Update sqlite2 to 2.8.15. o Bump PORTREVISION, accordingly. Approved by: portmgr, maintainers of sqlite and related ports
* databases/sqlite3 does not link with tcl8.3edwin2004-12-232-14/+0
| | | | | | | | | | | When trying to build databases/sqlite3 port with SQLITE_WITH_TCL83 defined, the linking stage fails. It looks like sqlite3 uses a funciton which is only available in tcl8.4. Removed TCL83 support for databases/sqlite3 PR: ports/72918 Submitted by: Anton Berezin <tobez@freebsd.org>
* Update databases/sqlite3 to 3.0.8edwin2004-12-238-58/+28
| | | | | | | Update databases/sqlite3 to 3.0.8 PR: ports/74571 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* Upgrade to 1.4.vanilla2004-12-232-3/+3
| | | | | PR: ports/75304 Submitted by: maintainer
* Update to 0.11mat2004-12-222-3/+3
|
* PR ports/75344 - This needs testing and an probably experimentalgirgen2004-12-2211-11/+11
| | | | | | | build, so it will not be out the door before the ports freeze. Meanwhile, modify BROKEN text to something more informative. Approved by: ade (mentor)
* Upgrade to 1.1.0. Add a debug option by way of OPTIONS.seanc2004-12-223-6/+14
|
* Fix pkg-plist.skv2004-12-212-3/+1
| | | | Pointed by: kris
* Update to 0.10mat2004-12-202-3/+3
|
* - update to 3.5.1dinoex2004-12-203-7/+25
| | | | PR: 75260
* - Don't install with p5-DBIsem2004-12-201-2/+1
| | | | Reported by: pointyhat via kris
* Update to phpMyAdmin-2.6.1-rc1 to solve command execution and filesimon2004-12-194-8/+6
| | | | | | | | | | disclosure vulnerabilities. PR: ports/75158 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) VuXML: http://vuxml.FreeBSD.org/0ff0e9a6-4ee0-11d9-a9e7-0001020eed82.html http://vuxml.FreeBSD.org/9f0a405e-4edd-11d9-a9e7-0001020eed82.html Approved by: nectar
* Add courier-authliboliver2004-12-1940-0/+1912
| | | | | | | | | | | | | | | <quote> Copies of this library code used to exist in other tarballs: Courier, Courier-IMAP, and SqWebMail. Building and installing any of these packages would've automatically installed this authentication code. The authentication library is now a separate, standalone package. This authentication library must now be installed, separately, before upgrading to the following builds (or if installing them for the first time): Courier 0.48, Courier-IMAP 4.0, and SqWebMail 5.0. See NEWS for more information. </quote> http://www.courier-mta.org/authlib/
* - Convert hard py- into PKGNAMEPREFIX, add PKGNAMESUFFIXpav2004-12-191-9/+13
| | | | | | | | - Convert OPTIONS to plain knobs - Augment conflict with stable version PR: ports/75221 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
* - Convert hard py- into PKGNAMEPREFIXpav2004-12-191-8/+14
| | | | | | | | - Convert OPTIONS to plain knobs - Add conflict with devel version PR: ports/75220 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
* This port is scheduled to be removed on 2005-02-18 if it is stillkris2004-12-192-0/+4
| | | | broken at that time, and a fix has not been submitted to GNATS.
* Remove partial repo-copies that were requested and performed but neverkris2004-12-197-302/+0
| | | | | completed by the original committer. They can be re-added later if anyone takes a renewed interest.
* Update to 8.0rc1.seanc2004-12-193-5/+39
|
* - remove %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto from pkg-plistleeym2004-12-191-1/+0
| | | | Noticed by: kris
* Add the shared library missing from pkg-plist.mi2004-12-181-0/+1
| | | | | Noticed by: pointyhat Reported by: kris
* Clean up handling of locale directories at deinstall-time:kris2004-12-162-6/+12
| | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created
* Update to 2.0.14, which fixes a cross-site scripting problem.knu2004-12-162-5/+3
|
* Chase the upgrade of Python 2.4 and unbreak.thierry2004-12-161-2/+2
| | | | | | PR: ports/74963 Submitted by: /me Reported by: krion via pointyhat.
* Chase the upgrade of Python 2.4, to unbreak py24-sqlrelay.thierry2004-12-161-2/+13
| | | | | | PR: ports/74963 Submitted by: /me Approved by: demon (maintainer).
* Fix p5-File-Temp dependency (not required for perl 5.8.x).ale2004-12-153-6/+13
| | | | Spotted by: cdine <cdine@cdine.org>
* Actually honor BATCH mode - skip the interactive definition of virtualroam2004-12-142-1/+16
| | | | | | users. Approved by: maintainer
* Attempt to fix build on sparc64 (and maybe others)ahze2004-12-141-1/+2
| | | | Reported by: pointy hat via kris
* pod2man is part of perl5, so make it a build dependency.edwin2004-12-141-0/+1
| | | | Noticed by: kris, pointyhat
* also add a note to pkg-message about it.edwin2004-12-132-0/+6
|
* Uograde to version 1.3.1, with rc.subr support.edwin2004-12-133-5/+52
|
* Update to latest version.thierry2004-12-133-26/+6
| | | | | PR: ports/74985 Submitted by: maintainer.
* Dirty hack to fix build on RELENG_5 and HEAD.ceri2004-12-122-4/+15
| | | | Tested on: beast, panther
* BROKEN: Does not build after python 2.4 updatekris2004-12-121-0/+2
|
* Update to version 1.15.demon2004-12-102-3/+3
|
* - update to 0.26clsung2004-12-102-6/+9
| | | | - add support to Berkeley DB 4.3
* - Update to 1.1.17pav2004-12-092-3/+3
| | | | | | PR: ports/74775 Submitted by: Piet Delport <pjd@point45.com> Approved by: Alex Rodioukov <simuran@shaw.ca> (maintainer)
* Add David Black's DataBase Definer, a tool for reading and writingbrooks2004-12-094-0/+62
| | | | simple flat-text data files.
* - fix python builddinoex2004-12-081-1/+1
| | | | PR: 74832
* - Update to 1.8.18ahze2004-12-083-9/+17
| | | | | | | - Grab MAINTAINER - Add WITH_DEBUG knob - Add iconv support to fix estraier search support in www/kazehakase - Remove "make check"
* Update to 1.0.2. Amongst other small fixes, libmemcache(3) no longerseanc2004-12-082-3/+3
| | | | | | | searches for pmk(1) since bento seemed to have its install of pmk in a location outside of the path specified in etc/pmk.conf. This could be a problem for other ports in the future where pmk(1) isn't using the correct path.
* Update libmemcache to 1.0.1.seanc2004-12-083-3/+4
|
* Update to 0.02mat2004-12-073-4/+17
| | | | Add some docs
* Add explicit imake dependency to fix build after X11 libraries no longerlesi2004-12-071-1/+2
| | | | | | depend on it at runtime. Pointed out by: dosirak via kris, while testing X.Org upgrade
* Update to 3.09.osa2004-12-072-3/+3
|
* Update to 1.0.3.marcus2004-12-075-50/+5
|
* Add myself as committer, and use my @FreeBSD.org address.girgen2004-12-0628-28/+28
| | | | Approved by: ade (mentor)
* - Fix plisterwin2004-12-062-0/+5
| | | | | | | - Bump PORTREVISION PR: 74736 Submitted by: maintainer
* Upgrade to 0.8.3.vanilla2004-12-051-1/+1
| | | | | PR: ports/74679 Submitted by: maintainer
* - fix pkg-plistclsung2004-12-051-0/+1
|
* - add subdir for db43clsung2004-12-051-0/+1
| | | | PR: ports/73790
* - repocopied from databases/db42 (via portmgr)clsung2004-12-0530-360/+305
| | | | | | | | | | | | | | | | | - Description as follows Version 4.3 of the Berkeley Data Base library which offers (key/value) storage with optional concurrent access or transactions interface. Utilities are included in the distribution to convert v1.85 databases to v4.3 databases, and a backwards compatible API is provided to maintain compatibility with programs using the v1.85 interface. For details on compatibility with other DB versions, see: http://www.sleepycat.com/download/patchlogs.shtml PR: ports/73790 Submitted by: Matthias Andree <matthias dot andree at gmx dot de>
* -Update to 0.7.2sem2004-12-043-3/+6
|
* - Update to 0.7.2sem2004-12-043-10/+25
| | | | | | | | * View support added * hk_connection: passworddialog accepts a defaultdatasource for ODBC now * SQLite3 support added * local databases in different directories can be opened now * Bugfixes
* Update to 0.06mat2004-12-032-3/+3
|
* Update to 0.05mat2004-12-032-3/+3
|
* Fix build on Python 2.4.perky2004-12-035-0/+81
| | | | Spotted by: kris
* Update to 0.04mat2004-12-022-4/+12
|
* Add p5-File-Temp dependency to mysql-scripts.ale2004-12-019-9/+18
| | | | | | | Required to run mysqlhotcopy. PR: ports/72095 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* Reset MAINTAINER to ports@FreeBSD.orgahze2004-12-011-1/+1
|
* Backout plist hack in favor of a Makefile hack and define NO_FILTER_SHLIBSseanc2004-12-012-1/+2
|
* Add a port for libmemcache, a C API for memcached.seanc2004-11-305-0/+35
|
* Update to latest release - 3.30.osa2004-11-302-3/+3
|
* Update to latest release - 3.08.osa2004-11-304-7/+11
|
* Add databases/py-MySQLdb-devel 1.1.7, devel version of py-MySQLdbclement2004-11-295-29/+35
| | | | | | PR: ports/73562 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Repo-copied by: marcus
* - Use OPTIONS and add various knob [1]clement2004-11-292-3/+30
| | | | | | | | | | - Fix build with mysql-client-5.0.x [2] - Pass maintainership to submitter of [1] PRs: ports/72656 [1], ports/70082 [2] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1], Roman Bogorodskiy <bogorodskiy@inbox.ru> [2]
* Chase recent Log4J port renamehq2004-11-281-1/+1
|
* Fix configure checks for C++ headers on 4.xlofi2004-11-283-6/+9
| | | | | | | | PR: ????? (¹) Submitted by: maintainer (¹) PR was cc'd to me six hours ago, but hasn't made it into GNATS yet. Assemble an away team, number one!
* New port: databases/pear-MDB2 PEAR database abstraction layeredwin2004-11-274-0/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | PEAR MDB2 is a merge of the PEAR DB and Metabase php database abstraction layers. Note that the API will be adapted to better fit with the new php5 only PDO before the first stable release. It provides a common API for all support RDBMS. The main difference to most other DB abstraction packages is that MDB2 goes much further to ensure portability. Currently supported RDBMS: MySQL PostGreSQL Oracle Frontbase Querysim Interbase/Firebird MSSQL SQLite Other soon to follow. PR: ports/74408 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
* Chase wxgtk2*-devel libraries version bump.fjoe2004-11-264-6/+76
|
* . Update to 3.0.16.glewis2004-11-264-6/+6
| | | | Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* ${DOCSDIR} should include ${PORTVERSION} for this port.fjoe2004-11-251-1/+2
| | | | | | This fixes pkg-plist generation. Noted by: kris
* - Update to 0.08sem2004-11-252-3/+3
| | | | | PR: ports/74114 Submitted by: maintainer
* - Update to latest version 1.0.5vs2004-11-254-8/+8
| | | | | | | - Assign maintainership to submitter PR: ports/72967 Submitted by: Vivek Khera
* BROKEN: Does not compilekris2004-11-252-0/+4
|
* - Standardize an EXPIRATION_DATE format.sem2004-11-241-1/+1
| | | | Approved by: krion
* Set Python version explicitly so that py-psycopg does not fail to installanders2004-11-241-0/+1
| | | | | | as a dependency. Approved by: maintainer silence
* Use new GCONF_SCHEMAS.mezz2004-11-242-3/+2
| | | | Approved by: pav
* Another step along the road to the postgresql new world order.ade2004-11-24293-9544/+12872
| | | | | | | | | Note that none of these ports are (yet) hooked into the tree, and will not compile unless you set a specific environmental variable. This should be warning enough to leave well alone for now :) Submitted by: maintainer
* Use new INSTALLS_OMF.mezz2004-11-238-8/+4
| | | | Approved by: bland, kwm, marcus and pav
* Update to 3.29.osa2004-11-222-3/+3
|
* Update to 3.07.osa2004-11-222-3/+3
|
* - Last nail to the coffin: chase mysql++ update and mark BROKEN unconditionallypav2004-11-211-9/+8
|
* - Update to 1.7.20pav2004-11-2112-302/+190
| | | | | | PR: ports/73516 Submitted by: Sergey Prikhodko <sergey@network-asp.biz> Approved by: maintainer timeout (2 weeks)
* Add forgetSQL, a Python module for object-oriented access to SQLanders2004-11-216-0/+76
| | | | | | databases. Supports MySQL and PostgreSQL currently. Sponsored by: University of Tromsø
* Update port to phpMyAdmin-2.6.0-pl3 to fixjosef2004-11-206-6/+8
| | | | | | | | | vulnerability documented as: http://www.vuxml.org/freebsd/6a33477e-3a9c-11d9-84ad-000c6e8f12ef.html Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: ports/74111 With hat: secteam
* With portmgr hat on, reset inactive maintainer. These ports are now uplinimon2004-11-201-1/+1
| | | | for adoption.
* Update to 2.4.2lofi2004-11-206-12/+9
| | | | Submitted by: maintainer
* Update to 0.07mat2004-11-193-5/+8
| | | | | PR: 73127 Submitted by: maintainer
* PR:foxfair2004-11-192-3/+3
| | | | | | | | | | | Submitted by: Reviewed by: Approved by: Obtained from: MFC after: upgrade adodb from 4.52 to 4.53. maintainer timeout: 2+ weeks.
* Support for ISO-8859-2 fonts should be enabled with --enable-latin2demon2004-11-172-2/+2
| | | | | | option, not --with-latin2. Submitted by: Tomasz Baranowski <tb@cybertech.pl>
* Update to 1.46mat2004-11-172-3/+12
| | | | Add some docs