Commit graph

4220 commits

Author SHA1 Message Date
Pav Lucistnik
e7aa6caa5a - Fix build on 4.X 2005-11-10 09:39:14 +00:00
Palle Girgensohn
93b6037bf7 Welcome to PostgreSQL 8.1.
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
2005-11-10 02:44:43 +00:00
Palle Girgensohn
32fdacb4b2 Honor EXAMPLESDIR and JAVAJARDIR.
Suggested by: Herve Quiroz <hq@>
2005-11-10 02:41:43 +00:00
Palle Girgensohn
06f0d6a227 Update to 8.1.404 2005-11-10 02:29:45 +00:00
Palle Girgensohn
d587b3a37a Welcome to PostgreSQL 8.1.
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
2005-11-10 02:23:38 +00:00
Palle Girgensohn
8eccf84f79 Chase hier patch upgrade to version 0.5.5. 2005-11-09 13:56:04 +00:00
Lars Thegler
908a882d0a Update to 1.3 2005-11-09 13:29:19 +00:00
Michael Johnson
3e4b179fa7 - Add SHA256
- Add SIZE to a few ports
2005-11-09 07:09:47 +00:00
Marcus Alves Grando
ffcf729c85 Add SHA256 2005-11-09 02:32:50 +00:00
Edwin Groothuis
7075019551 Add SHA256 checksums to the distinfo files. 2005-11-08 21:45:49 +00:00
Sergey Skvortsov
049a911ecf Update to 3.0.12
Changes:	http://search.cpan.org/src/TMTM/Class-DBI-v3.0.12/Changes
2005-11-08 17:32:00 +00:00
Renato Botelho
46e7d42e8a - Add SHA256 2005-11-08 14:33:35 +00:00
Markus Brueffer
fd1fd44d6f - Add patch in order to fix a major bug where @string elements won't be saved
- Bump PORTREVISION
2005-11-08 14:30:37 +00:00
Alexander Nedotsukov
2b79da3746 - Fix build on 4.x
- Remove zero sized patch.

PR:	88640
2005-11-08 07:32:39 +00:00
Brooks Davis
0605ccba29 The main MASTER_SITE is gone at the moment, but there's a cached copy in
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
2005-11-07 20:46:15 +00:00
Marcus Alves Grando
bddfe5e56c Add more one MASTER_SITES
Notified by:	kris
2005-11-07 02:36:07 +00:00
Michael Nottebrock
c4f822d48c Oops. Forgot to update the checksums. 2005-11-07 00:36:49 +00:00
Marcus Alves Grando
a763576cfd Update to 0.8.6
PR:		88570
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2005-11-06 23:33:01 +00:00
Joe Marcus Clarke
48163004e0 Remove a leftover directory.
Reported by:	pointyhat via kris
2005-11-06 20:18:33 +00:00
Michael Johnson
946593c1f3 - Add glom
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
2005-11-06 01:47:33 +00:00
Anton Berezin
d9411bb1cb Update to 0.96.
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
2005-11-05 12:51:41 +00:00
Kris Kennaway
b1cf59535c Remove expired ports 2005-11-05 09:07:44 +00:00
Jeremy Messenger
9b31ca7603 Change the poing of compileall.py to check on directory from
${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.
2005-11-05 07:28:11 +00:00
Michael Nottebrock
5625df324d Update to 3.3.5 2005-11-05 06:27:18 +00:00
Joe Marcus Clarke
e2f5101be3 Update to 0.62. 2005-11-05 05:39:26 +00:00
Joe Marcus Clarke
5b1bcf9d50 Update to 1.9.100. 2005-11-05 05:38:33 +00:00
Joe Marcus Clarke
c2e72ecb4e Update to 1.3.6. 2005-11-05 05:37:37 +00:00
Jeremy Messenger
fe817611db - Update to 0.14.0, see release note for details:
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.
2005-11-05 05:35:10 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Joe Marcus Clarke
e18151212d Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixes
and new features.  Don't believe me?  Then see for yourself at
http://www.gnome.org/start/2.12/notes/en/.

DO NOT USE portupgrade by itself to upgrade to GNOME 2.12.  Instead, use
the gnome_upgrade.sh script from
http://www.marcuscom.com/downloads/gnome_upgrade212.sh.  This script will
circumvent some potential pitfalls users can see if they use portupgrade
by itself.

In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special
splash screen.  The winner of this release's contest is
Dominique Goncalves <dominique.goncalves@gmail.com>.  His splash screen
was inspired by http://art.gnome.org/contests/2.12-splash/83.

The FreeBSD GNOME Team would lank to thank the following users for
their contributions to this release:

Matthew Luckie <mjl@luckie.org.nz>
ade
sajd on #freebsd-gnome
Caelian on #freebsd-gnome
mnag
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Mark Hobden <markhobden@gmail.com>
Sergey Akifyev <asa@agava.com>
Andreas Kohn

For more information on GNOME on FreeBSD, checkout
http://www.FreeBSD.org/gnome/.  The 2.12 documentation will be
posted shortly.
2005-11-05 04:53:48 +00:00
Adam Weinberger
da5e912e2a Force generation of byte-compiled metakit python library so that kris
doesn't cry when he reads his email ;;)
2005-11-04 19:11:51 +00:00
Sam Lawrance
2ab9dc6109 Remove incorrect WWW from pkg-descr.
PR:		ports/88097
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:	Mikhail Teterin <mi+kde@aldan.algebra.com> (maintainer)
2005-11-04 12:32:58 +00:00
Marcus Alves Grando
4272c3c576 Update to 0.75 2005-11-03 20:01:41 +00:00
Marcus Alves Grando
a8f719e155 Update to 2.0.5
Remove extra TABS in Makefile
2005-11-03 19:45:57 +00:00
Renato Botelho
5314c59814 - Update to 1.0RC2
PR:		ports/88416
Submitted by:	maintainer
2005-11-03 16:26:51 +00:00
Renato Botelho
f2557d909d - Update to 1.0RC2
PR:		ports/88415
Submitted by:	maintainer
2005-11-03 16:26:48 +00:00
Renato Botelho
fc6ba562c5 - Update to 1.0RC2
PR:		ports/88414
Submitted by:	maintainer
2005-11-03 16:26:46 +00:00
Renato Botelho
48f689bf35 - Update to 1.0RC2
- s/BROKEN/IGNORE/ on FreeBSD 4.x

PR:		ports/88417
Submitted by:	maintainer
2005-11-03 16:26:44 +00:00
Renato Botelho
e53e090730 - Update to 1.0RC2
PR:		ports/88411
Submitted by:	maintainer
2005-11-03 16:26:42 +00:00
Renato Botelho
384f5b08c3 - Update to 1.0RC2
PR:		ports/88412
Submitted by:	maintainer
2005-11-03 16:26:40 +00:00
Renato Botelho
0cfd0e29de - Update to 1.0RC2
PR:		ports/88413
Submitted by:	maintainer
2005-11-03 16:26:38 +00:00
Marcus Alves Grando
0598ae5c65 pgpool is a connection pool server for PostgreSQL. pgpool runs between
PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can
connect to pgpool as if it were a standard PostgreSQL server.

pgpool caches the connection to PostgreSQL server to reduce the overhead to
establish the connection to it.

WWW:	http://pgpool.projects.postgresql.org/

PR:		87701
Submitted by:	Choe, Cheng-Dae <whitekid@gmail.com>
2005-11-03 12:42:48 +00:00
Pav Lucistnik
ae94f01cd4 - Fix typo
Submitted by:	Gerhard Gonter <g.gonter@ieee.org> (maintainer)
2005-11-03 12:17:24 +00:00
Pav Lucistnik
2382f6a564 - Respect LOCALBASE/PREFIX
- Proper use of RCng

PR:		ports/88313
Submitted by:	Gerhard Gonter <g.gonter@ieee.org> (maintainer)
2005-11-03 07:53:18 +00:00
Anton Berezin
60d65e918e Update WWW.
PR:		88099
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-11-03 06:36:33 +00:00
Cheng-Lung Sung
94c66eca16 - update to 0.27
- add support for BDB 4.4 (not yet in ports?)
2005-11-02 08:04:50 +00:00
Alex Dupre
32265c2b86 Update to 4.4.1 release. 2005-11-01 16:01:07 +00:00
Erwin Lansing
acde26f363 Let the IGNORE message make a bit more sense and change it from:
===>  p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.

to:

===>  p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.

Approved by:    silence on -ports
2005-10-31 18:24:21 +00:00
Renato Botelho
d97d794f33 - Update to 1.05
PR:		ports/88238
Submitted by:	maintainer
2005-10-31 14:04:06 +00:00
Palle Girgensohn
8680c7cecd Chase the update of icu. Don't update portrevision since the patch is
optional.

PR:	88242
2005-10-30 22:25:46 +00:00