summaryrefslogtreecommitdiff
path: root/databases (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-1572-81/+72
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Bump PORTEPOCH for ruby ports that gets PORTVERSION from bsd.ruby.mkSergey Matveychuk2005-11-151-0/+1
| | | | Reported by: chkversion script
* Let postgresql (libpq.so) only link with the Kerberos implementationsPalle Girgensohn2005-11-1410-162/+170
| | | | | | | | | | | | | | | | | | | | | installed from ports. The base heimdal distribution installs libraries that have no depenency information. While this is quite correct, it means that each library that links with libpq.so must also know if libpq.so is linked with libkrb.so et al. Problem is, there's no good way to get this information (pg_config has a --libs option starting at version 8.1) and all ports using postgresql must be changed to make it possible to link with a libpq.so that was configured to use the Kerberos implementation installed in /usr by default. Hence, we require one of the ports (heimdal or krb5) if postgresql is to be linked with Kerberos. At least for now, until we can fix this in some better way. Also, if MIT Kerberos (security/krb5) is installed, users should ideally remove the base heimdal installation so linkers will not pick it up in preference to the krb5 libs (base heimdal has higher version numbers than krb5 port). PR: 80869, 88098, 85178
* Update to 3.52.3Marcus Alves Grando2005-11-144-8/+31
| | | | | | | Add SHA256 PR: 89013 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to 0.6.2Marcus Alves Grando2005-11-143-5/+9
| | | | | | | Add SHA256 PR: 89018 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to 0.07Mathieu Arnold2005-11-143-4/+7
|
* Take a perl@ hat and add SHA256 checksumsMathieu Arnold2005-11-1410-0/+10
|
* Update to 3.43.Sergey A. Osokin2005-11-142-3/+3
|
* Be hipe and add SHA256Mathieu Arnold2005-11-146-0/+6
|
* Update to 0.5.7.Akinori MUSHA2005-11-143-12/+13
|
* Reset maintainer:Edwin Groothuis2005-11-141-1/+1
| | | | | <ilia@cgu.chel.su>: Host or domain name not found. Name service error for name=cgu.chel.su type=A: Host found but no data record of requested type
* - add SHA checksumDirk Meyer2005-11-131-0/+1
|
* Update to 0.05. Assign maintainer to perl@. Require perl from ports.Anton Berezin2005-11-122-5/+12
|
* - Update to 0.0.4Pav Lucistnik2005-11-112-3/+4
| | | | | PR: ports/88111 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Xapian is an Open Source Probabilistic Information Retrieval library,Pav Lucistnik2005-11-1111-0/+1075
| | | | | | | | | | | | released under the GPL. It's written in C++, with bindings to allow use from other languages. Xapian is designed to be a highly adaptable toolkit to allow developers to easily add advanced indexing and search facilities to their own applications. PR: ports/88609 Submitted by: Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr>
* add SHA256Brooks Davis2005-11-111-0/+1
|
* Fix UNIQUENAMEPalle Girgensohn2005-11-117-7/+7
| | | | Pointed out by: Vivek Khera <vivek@khera.org>
* - Yield to a total SHAtification.Sergey Matveychuk2005-11-115-1/+5
| | | | - mysql-administrator: simplify BROKEN message
* Don't break the port for ppl who have old configs that includes thePalle Girgensohn2005-11-117-28/+21
| | | | | | HIER option. Pointed out by: Reko Turja <reko.turja@liukuma.net>
* With portmgr hat on, reset maintainership of knu's ports since he hasMark Linimon2005-11-1128-28/+28
| | | | been inactive more than 6 months. We hope to see him back sometime.
* Fix some C99'isms for 4.xVolker Stolz2005-11-104-0/+74
| | | | Approved by: kwm
* - Fix build on 4.XPav Lucistnik2005-11-109-0/+222
|
* Welcome to PostgreSQL 8.1.Palle Girgensohn2005-11-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new release includes performance improvements and advanced SQL features which will support bigger data warehouses, higher-volume transaction processing, and more complex distributed enterprise software. Major new features in this release include: Roles: PostgreSQL now supports database roles, which simplify the management of large numbers of users with complex overlapping database rights. IN/OUT Parameters: PostgreSQL functions now support IN, OUT and INOUT parameters, which substantially improves support of complex business logic for J2EE and .NET applications. Two-Phase Commit (2PC): Long in demand for WAN applications and heterogeneous data centers using PostgreSQL, this feature allows ACID-compliant transactions across widely separated servers. Some Performance Enhancements found in this release include: Improved Multiprocessor (SMP) Performance: The buffer manager for 8.1 has been enhanced to scale almost linearly with the number of processors, leading to significant performance gains on 8-way, 16-way, dual-core, and multi-core CPU servers. Bitmap Scan: Indexes will be dynamically converted to bitmaps in memory when appropriate, giving up to twenty times faster index performance on complex queries against very large tables. Table Partitioning: The query planner is now able to avoid scanning whole sections of a large table using a technique known as Constraint Exclusion. Shared Row Locking: PostgreSQL's "better than row-level locking" now supports even higher levels of concurrency through the addition of shared row locks for foreign keys. For a more complete listing of changes in this release, please see the Release Notes visible at: http://www.postgresql.org/docs/current/static/release.html#RELEASE-8-1
* Honor EXAMPLESDIR and JAVAJARDIR.Palle Girgensohn2005-11-103-9/+7
| | | | Suggested by: Herve Quiroz <hq@>
* Update to 8.1.404Palle Girgensohn2005-11-102-3/+4
|
* Welcome to PostgreSQL 8.1.Palle Girgensohn2005-11-1051-715/+571
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new release includes performance improvements and advanced SQL features which will support bigger data warehouses, higher-volume transaction processing, and more complex distributed enterprise software. Major new features in this release include: Roles: PostgreSQL now supports database roles, which simplify the management of large numbers of users with complex overlapping database rights. IN/OUT Parameters: PostgreSQL functions now support IN, OUT and INOUT parameters, which substantially improves support of complex business logic for J2EE and .NET applications. Two-Phase Commit (2PC): Long in demand for WAN applications and heterogeneous data centers using PostgreSQL, this feature allows ACID-compliant transactions across widely separated servers. Some Performance Enhancements found in this release include: Improved Multiprocessor (SMP) Performance: The buffer manager for 8.1 has been enhanced to scale almost linearly with the number of processors, leading to significant performance gains on 8-way, 16-way, dual-core, and multi-core CPU servers. Bitmap Scan: Indexes will be dynamically converted to bitmaps in memory when appropriate, giving up to twenty times faster index performance on complex queries against very large tables. Table Partitioning: The query planner is now able to avoid scanning whole sections of a large table using a technique known as Constraint Exclusion. Shared Row Locking: PostgreSQL's "better than row-level locking" now supports even higher levels of concurrency through the addition of shared row locks for foreign keys. For a more complete listing of changes in this release, please see the Release Notes visible at: http://www.postgresql.org/docs/current/static/release.html#RELEASE-8-1
* Chase hier patch upgrade to version 0.5.5.Palle Girgensohn2005-11-092-4/+4
|
* Update to 1.3Lars Thegler2005-11-093-10/+10
|
* - Add SHA256Michael Johnson2005-11-091-0/+1
| | | | - Add SIZE to a few ports
* Add SHA256Marcus Alves Grando2005-11-0914-0/+14
|
* Add SHA256 checksums to the distinfo files.Edwin Groothuis2005-11-082-0/+2
|
* Update to 3.0.12Sergey Skvortsov2005-11-082-3/+4
| | | | Changes: http://search.cpan.org/src/TMTM/Class-DBI-v3.0.12/Changes
* - Add SHA256Renato Botelho2005-11-081-0/+1
|
* - Add patch in order to fix a major bug where @string elements won't be savedMarkus Brueffer2005-11-082-1/+11
| | | | - Bump PORTREVISION
* - Fix build on 4.xAlexander Nedotsukov2005-11-086-0/+86
| | | | | | - Remove zero sized patch. PR: 88640
* The main MASTER_SITE is gone at the moment, but there's a cached copy inBrooks Davis2005-11-071-1/+2
| | | | | | | the RAA so add that to the list. Keep the old one around in hopes that it appears again. Reported by: fenner's dist survey
* Add more one MASTER_SITESMarcus Alves Grando2005-11-075-5/+15
| | | | Notified by: kris
* Oops. Forgot to update the checksums.Michael Nottebrock2005-11-075-10/+10
|
* Update to 0.8.6Marcus Alves Grando2005-11-061-2/+1
| | | | | PR: 88570 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* Remove a leftover directory.Joe Marcus Clarke2005-11-062-0/+2
| | | | Reported by: pointyhat via kris
* - Add glomMichael Johnson2005-11-065-0/+103
| | | | | | | | | | | | | | | | | | | | | | | | With Glom you can design table definitions and the relationships between them, plus arrange the fields on the screen. You can edit and search the data in those tables, and specify field values in terms of other fields. It's as easy as it should be. The design is loosely based on FileMaker Pro, with the added advantage of separation between interface and data. Its simple framework should be enough to implement most database applications. Without Glom these systems normally consist of lots of repetitive, unmaintainable code. Glom-specific data such as the relationship definitions is saved in the Glom document. Glom re-connects to the database server when it loads a previous Glom document. The document is in XML format. Glom uses the PostgreSQL database backend but it can not edit databases that it did not create, because it uses only a simple subset of Postgres functionality. Submitted by: adamw
* Update to 0.96.Anton Berezin2005-11-052-3/+3
| | | | | | | | | | Changes: -supports passing an optional filehandle to the constructor -optional autobless flag to preserve and restore blessed hashes -various bug fixes PR: 88519 Submitted by: maintainer
* Remove expired portsKris Kennaway2005-11-0515-437/+0
|
* Change the poing of compileall.py to check on directory fromJeremy Messenger2005-11-052-4/+6
| | | | | | ${PYTHON_SITELIBDIR} to ${WRKSRC}/../python to avoid compileall.py to touch other apps' *.py files or there will be many leftover of *.pyc files. Bump the PORTREVISION.
* Update to 3.3.5Michael Nottebrock2005-11-055-6/+5
|
* Update to 0.62.Joe Marcus Clarke2005-11-0510-340/+21
|
* Update to 1.9.100.Joe Marcus Clarke2005-11-0520-594/+706
|
* Update to 1.3.6.Joe Marcus Clarke2005-11-051-0/+6
|
* - Update to 0.14.0, see release note for details:Jeremy Messenger2005-11-051-0/+3
| | | | | | | | http://ruby-gnome2.sourceforge.jp/hiki.cgi?News_20051016_1 - Two new ports have been added, ruby-cairo and ruby-gtkmozembed. - databases/ruby-libgda has been mark as BROKEN, because it still needs to catch up w/ new libgda-2.0, so remove it from ruby-gnome2-all.
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-0512-6/+12
|