Commit graph

4237 commits

Author SHA1 Message Date
Marcus Alves Grando
4b8f88cf09 Update to 0.6.2
Add SHA256

PR:		89018
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-11-14 21:18:05 +00:00
Mathieu Arnold
415afaaeff Update to 0.07 2005-11-14 18:36:46 +00:00
Mathieu Arnold
b71157a2ae Take a perl@ hat and add SHA256 checksums 2005-11-14 15:05:17 +00:00
Sergey A. Osokin
78c830aa4f Update to 3.43. 2005-11-14 14:30:33 +00:00
Mathieu Arnold
b1a641bc45 Be hipe and add SHA256 2005-11-14 14:16:12 +00:00
Akinori MUSHA
8002671076 Update to 0.5.7. 2005-11-14 12:21:57 +00:00
Edwin Groothuis
d98b4ded40 Reset maintainer:
<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
2005-11-14 11:11:55 +00:00
Dirk Meyer
ec997a9574 - add SHA checksum 2005-11-13 09:26:50 +00:00
Anton Berezin
d7eb47a880 Update to 0.05. Assign maintainer to perl@. Require perl from ports. 2005-11-12 13:44:25 +00:00
Pav Lucistnik
58e3f07664 - Update to 0.0.4
PR:		ports/88111
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-11-11 21:26:12 +00:00
Pav Lucistnik
5f6ea31c20 Xapian is an Open Source Probabilistic Information Retrieval library,
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>
2005-11-11 19:39:17 +00:00
Brooks Davis
fe5bc0ecd2 add SHA256 2005-11-11 19:03:22 +00:00
Palle Girgensohn
77596b1b62 Fix UNIQUENAME
Pointed out by: Vivek Khera <vivek@khera.org>
2005-11-11 16:05:25 +00:00
Sergey Matveychuk
b76273ade1 - Yield to a total SHAtification.
- mysql-administrator: simplify BROKEN message
2005-11-11 07:36:56 +00:00
Palle Girgensohn
418503c81d Don't break the port for ppl who have old configs that includes the
HIER option.

Pointed out by: Reko Turja <reko.turja@liukuma.net>
2005-11-11 02:09:36 +00:00
Mark Linimon
34da9bdf57 With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
2005-11-11 01:18:01 +00:00
Volker Stolz
64b63c462d Fix some C99'isms for 4.x
Approved by: kwm
2005-11-10 16:03:00 +00:00
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