Commit graph

4463 commits

Author SHA1 Message Date
Mathieu Arnold
d2641c5ee7 Update to 0.4.6
To make it work with newly born postgresql 8.1
2005-11-23 18:03:25 +00:00
Pav Lucistnik
3eef7e1853 - Update to 2.1.4
PR:		ports/89459
Submitted by:	Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
2005-11-23 17:22:57 +00:00
Cheng-Lung Sung
8205751872 * Add SHA256.
* Use bsd.database.mk to decide BerkeleyDB version.

PR:		89445
Submitted by:	Gea-Suan Lin <gslin_AT_ccca dot nctu dot edu dot tw>
2005-11-23 09:31:37 +00:00
Thierry Thomas
5abd8dcaa5 - It is advised by the vendor to use JRE-1.5; don't bump PORTREVISION,
but upgrade if you experienced some issues.

- Add SHA256.
2005-11-20 20:36:07 +00:00
Sergey Matveychuk
f8a50ff376 - Get back quotes in BROKEN. I was confused with IGNORE.
Requested by:	kris
2005-11-19 19:54:30 +00:00
Max Khon
5ab3efb6eb - NO_LATEST_LINK=yes 2005-11-19 18:09:45 +00:00
Max Khon
63b511e8f1 - Update to 1.4.0.
This version no longer support FreeBSD 4.x (requires wchar_t support).
Use pgadmin3-12 port for FreeBSD < 5.0.
2005-11-19 18:09:08 +00:00
Max Khon
6eb78d2e33 - Connect pgadmin3 1.2.2 after repocopy.
- Add CONFLICTS with upcoming pgadmin3 >= 1.4 ports.
- Add SHA256 checksum.
2005-11-19 18:05:26 +00:00
Sergey Matveychuk
c8a248eb60 - Remove apostrophe from BROKEN macro. make(1) on 4.x dislikes it.
PR:		ports/89008
Submitted by:	Andreas Schulz
2005-11-19 14:35:05 +00:00
Dirk Meyer
7b22082889 - update to 4.0
Major Update, you need to update your conf/config.inc.php
2005-11-19 14:24:19 +00:00
Ade Lovett
c2d62ca97a Switch to <target>:: convention for both patch-autotools and run-autotools,
to allow for easier overriding of these targets by port Makefiles, if
they need to.
2005-11-19 06:02:20 +00:00
Max Khon
b55b971ee3 Add SHA256 checksum. 2005-11-17 19:11:10 +00:00
Pav Lucistnik
81df90a20b - add run dependency on py-formencode
- fix DOCSDIR/EXAMPLESDIR with py- prefix
- mark ports docs plist with PORTDOCS

PR:		ports/89163
Submitted by:	Choe Cheng-Dae <whitekid@gmail.com> (maintainer)
2005-11-17 17:48:26 +00:00
Lars Thegler
4083ae268f Add p5-DBIx-Class-Loader 0.09, dynamic definition of DBIx::Class sub
classes.

PR:		ports/89155
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-11-17 08:09:50 +00:00
Sean Chittenden
0ea3f56ce4 devel/bison1875's time has come and gone and its only consumer is the
databases/postgresql-devel port, which isn't needed either now that 8.1 has
officially landed.

Submitted by:	ade@
2005-11-17 00:04:58 +00:00
Florent Thoumie
1dc06ef6c2 - Update to 0.03003.
- Add SHA256 checksum.
- Add version requirements in LIB_DEPENDS.
- Reword COMMENT.

PR:		ports/89141
Submitted by:	maintainer
2005-11-16 20:04:27 +00:00
Florent Thoumie
4179d99c1a - Update to 0.11.
- Add SHA256 checksum.

PR:		ports/89142
Submitted by:	maintainer
2005-11-16 18:35:01 +00:00
Marcus Alves Grando
24adc7cce5 Update to 2.6.4-pl4
PR:		89119
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Security:	http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2005-6
		http://secunia.com/advisories/17578/
2005-11-16 13:48:07 +00:00
Max Khon
6ae8223551 Fix MASTER_SITES and WWW (old site no longer reachable).
Reported by:	kris (via pointyhat)
2005-11-15 20:22:00 +00:00
Volker Stolz
a5d4c2adc7 Update WWW-tag
PR:		ports/88102
Submitted by:	Jean Milanez Melo
Approved by:	maintainer timeout
2005-11-15 16:31:01 +00:00
Mathieu Arnold
22bcfc3e74 Update to 0.11 2005-11-15 11:05:53 +00:00
Mathieu Arnold
b985dd8514 Update to 0.07 2005-11-15 10:02:25 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
2005-11-15 06:52:12 +00:00
Sergey Matveychuk
c8a09ee03e - Bump PORTEPOCH for ruby ports that gets PORTVERSION from bsd.ruby.mk
Reported by:	chkversion script
2005-11-15 04:33:31 +00:00
Palle Girgensohn
170eff296f Let postgresql (libpq.so) only link with the Kerberos implementations
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
2005-11-14 23:59:26 +00:00
Marcus Alves Grando
141d91e47f Update to 3.52.3
Add SHA256

PR:		89013
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-11-14 21:39:04 +00:00
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
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
Mark Linimon
7bc964a259 Update WWW entry.
PRs:		ports/88104-88109
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-10-30 20:45:49 +00:00
Mark Linimon
31e0035bb4 Update mastersite and www.
PR:		ports/88110
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-10-30 20:41:17 +00:00
Mark Linimon
3abd38c37a Update www.
PR:		ports/88062
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-10-30 20:36:09 +00:00
Sergey Matveychuk
5721ef1cbd * Fix msql.conf location for msql3_broker
* Fix some options in msql.conf

PR:		ports/88069
Submitted by:	Andrey Slusar (maintainer)
Reported by:	Terry Kennedy <terry at tmk.com>
2005-10-30 19:07:07 +00:00
Sam Lawrance
4af718f0a1 Update to 1.0.4.
Prodded by ...
PR:		ports/88100
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-10-29 03:56:03 +00:00
Sergey Matveychuk
60e1123c37 - Change an author's e-mail
- Add some new features for knoda
2005-10-28 05:33:09 +00:00
Marcus Alves Grando
ba8566ad28 Change MASTER_SITES and unBROKEN
PR:		88091
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Reviewed by:	Richard Stockley <rws@procopia.com> (maintainer)
2005-10-28 01:49:09 +00:00
Marcus Alves Grando
c6e025a04a Fix typo in WWW
PR:		88092
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-10-28 01:45:34 +00:00
Marcus Alves Grando
7d06a1e303 Update WWW
PR:		88094
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Reviewed by:	Joseph Scott <joseph@randomnetworks.com> (maintainer)
2005-10-28 01:43:48 +00:00
Marcus Alves Grando
23f7deb036 Update MASTER_SITES
PR:		88112
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-10-28 01:38:32 +00:00
Anton Berezin
055c6a1be0 Add p5-SQLite-Work 0.03, report on and update an SQLite database.
PR:		88068
Submitted by:	Chris Larsen <darth@vader.dk>
2005-10-27 14:07:21 +00:00
Renato Botelho
361dfaccdd - Fix WWW lines on pkg-descr, last commit was wrong
Noted by:	simon
2005-10-27 12:35:42 +00:00
Renato Botelho
2620f38869 - Fix WWW line 2005-10-27 12:22:08 +00:00
Alex Dupre
cf8a1f328f Update to 5.0.15 release, the first Generally Available (GA) version! 2005-10-26 12:04:19 +00:00
Jun Kuriyama
893da65e0d Add dependency on SQL::Abstract.
Approved by:	lth (maintainer)
2005-10-25 11:53:51 +00:00
Renato Botelho
9022204ff3 - Update to 0.7
PR:		ports/87974
Submitted by:	maintainer
2005-10-25 09:53:04 +00:00
Marcus Alves Grando
5be87c44e8 Update to 1.1.2
PR:		87942
Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
2005-10-24 19:47:25 +00:00
Renato Botelho
47f4add9c7 - Update to 2.6.4.pl3 (security fix)
Security alert:
    http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2005-5

    Download details:
    http://www.phpmyadmin.net

PR:		ports/87922
Submitted by:	maintainer
2005-10-24 16:54:38 +00:00
Emanuel Haupt
457bd591f8 - Fix pkg-plist, bin/dbish was not registered properly which
prevented the file from being added to the package
- Bump PORTREVISION

PR:		86962
Submitted by:	Martin Jackson <mhjacks@swbell.net>
Approved by:	maintainer timeout (18 days)
2005-10-24 08:27:53 +00:00
Alex Dupre
0320eb1856 Update to 4.1.15 release.
PR:		ports/87749
Submitted by:	mnag
2005-10-23 14:11:42 +00:00
Norikatsu Shigemura
a64ecc042a New style bsd.java.mk.
Pointed out by:	hq
Requested by:	kuriyama
2005-10-23 13:20:48 +00:00
Edwin Groothuis
dc7da27d7f [maintainer update] Postgis fix for lwpostgis.sql
Fix missed file lwpostgis.sql

PR:		ports/87856
Submitted by:	"Anderson S. Ferreira" <anderson@cnpm.embrapa.br>
2005-10-23 01:50:16 +00:00
Pav Lucistnik
8aba416409 - Update to 0.7.0
- Update MASTER_SITES

PR:		ports/87774
Submitted by:	Dryice Liu <dryice@hotpop.com>
Approved by:	Choe, Cheng-Dae <whitekid@gmail.com> (maintainer)
2005-10-22 23:10:52 +00:00
Pav Lucistnik
b4ece863cd - Fix fetching 2005-10-22 23:06:52 +00:00
Herve Quiroz
e630b7bf98 Update to 3.1.11
PR:		87797
Submitted by:	maintainer
2005-10-22 12:50:56 +00:00
Thierry Thomas
39d59834ac Upgrade to 1.1.0.
Changelog at
 <https://sourceforge.net/project/shownotes.php?release_id=365081>.
2005-10-21 18:42:12 +00:00
Sergey Matveychuk
9909d8c4e7 This module offers a set of DBI-specific exception classes.
Essentially it allows try {} catch{} within perl for database errors.

PR:		ports/87491
Submitted by:	Rod Taylor <ports@rbt.ca>
2005-10-20 20:46:41 +00:00
Sergey Matveychuk
cc275e3968 - Fix build with non-standard LOCALBASE
PR:		ports/87657
Submitted by:	maintainer
2005-10-20 16:52:56 +00:00
Max Khon
7251e51710 Update to 1.2.2.
PR:		86990
2005-10-20 14:36:49 +00:00
Marcus Alves Grando
3facc379a3 Forget remove. 2005-10-20 00:47:17 +00:00
Marcus Alves Grando
093e0d7400 Respect non standard LOCALBASE
PR:		87665
Submitted by:	Dmytro Rud <unixoid@web.de> (maintainer)
2005-10-20 00:45:14 +00:00
Volker Stolz
f73660194e Make $LOCALBASE-aware
PR:		ports/87624
Submitted by:	maintainer
2005-10-19 15:47:50 +00:00
Dirk Meyer
09270f2984 - change default PGADMDIR 2005-10-19 11:42:55 +00:00
Dmitry Sivachenko
04cc5f745c Update to version 0.36.4. 2005-10-19 07:03:29 +00:00
Marcus Alves Grando
f348265c15 Respect LOCALBASE
Notified by:	krismail
2005-10-18 13:45:50 +00:00
Marcus Alves Grando
6f4d3ef0cb Repect LOCALBASE
Notified by:	krismail
2005-10-18 13:35:47 +00:00
Marcus Alves Grando
7c7507a4ae Fix build when use portinstall
PR:		87557
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru>
2005-10-18 13:01:24 +00:00
Sergey Matveychuk
7b05a84990 - Fix a case when python was installed with a non-standard PREFIX.
Requested by:	kris
2005-10-18 10:54:23 +00:00
Dirk Meyer
3e73df8d1f - update to 3.5.6 2005-10-18 07:19:15 +00:00
Emanuel Haupt
4263e2ff86 Mark it broken on 4.x
PR:		87547
Submitted by:	Simun Mikecin <numisemis@yahoo.com> (maintainer)
Approved by:	novel (mentor) (implicit)
2005-10-17 19:44:04 +00:00
Michael Johnson
112fe0d20f - Fix build if LOCALBASE!=/usr/local
Reported by:	kris mail
2005-10-16 20:07:19 +00:00
Marcus Alves Grando
23e8049ef9 Update to 0.8.1
PR:		86821
Approved by:	seanc (maintainer timeout, 14 days)
2005-10-16 19:08:25 +00:00
Markus Brueffer
84a074775a - Add missing manpage
- Bump PORTREVISION

Submitted by:	pointyhat via kris
2005-10-14 14:34:36 +00:00
Edwin Groothuis
785648b360 Upgrade to 2.6.4-pl2
PR:		87431, 87430
Submitted by:	Dennis Cabooter <dennis@rootxs.org>, Matthew Seaman <m.seaman@infracaninophile.co.uk>
2005-10-14 09:45:51 +00:00
Edwin Groothuis
cef66d8da3 [new] databases/pecl-PDO_OCI: PHP PDO Oracle OCI8 driver
This is PDO Oracle OCI8 driver for PHP 5. Unlike PDO_ODBC
	driver which segfaults when used from apache 2.0, it works.
	Tested with Oracle 9 Database Server. It should work with
	versions 7, 8 and 10 also.

PR:		ports/87197
Submitted by:	Simun Mikecin <numisemis@yahoo.com>
2005-10-13 01:18:18 +00:00
Thierry Thomas
697bd0fa91 Upgrade to 1.0.3.
Changelog at <https://sourceforge.net/project/shownotes.php?release_id=362896>.
2005-10-12 19:16:41 +00:00
Sergey Skvortsov
b9f07842bd Update to 3.0.10
Changes:	http://search.cpan.org/src/TMTM/Class-DBI-v3.0.10/Changes
PR:		ports/87252
Submitted by:	Gabor Kovesdan <gabor.kovesdan * t-hosting.hu>
2005-10-12 11:00:53 +00:00
Marcus Alves Grando
0cc000972e Mark as FORBIDDEN
Security:	http://www.vuxml.org/freebsd/9b7053fd-3ab5-11da-9484-00123ffe8333.html
2005-10-12 00:40:26 +00:00
Lars Thegler
625a3c5c38 Update to 1.02 2005-10-11 10:16:10 +00:00
Kris Kennaway
a8aaa4f2c1 BROKEN: Incomplete pkg-plist 2005-10-11 06:22:10 +00:00
Bill Fenner
ab7d6a3dfa Use the right syntax (S/$/:group/) for grouping of a MASTER_SITE_foo
Limit fetch attempts to sites that to have the given file.
2005-10-10 20:59:40 +00:00
Hye-Shik Chang
f4c4570e59 Update to 4.3.3 2005-10-10 14:44:10 +00:00
Dmitry Sivachenko
0a22b845c4 Update to version 1.33. 2005-10-10 12:31:24 +00:00
Mark Linimon
f8c1cfa91b Reset bouncing maintainer addresses.
Hat:		portmgr
Source:		Edwin's updated distfile tracker
2005-10-10 04:40:24 +00:00
Pav Lucistnik
2b0cb33bf0 This extension provides a FreeTDS/Sybase driver for PDO.
PR:		ports/86910
Submitted by:	Alexander Zhuravlev <zaa@ulstu.ru>
2005-10-07 21:38:22 +00:00
Pav Lucistnik
6d7d67d772 This extension provides an ODBC v3 driver for PDO. It supports unixODBC
and IBM DB2 libraries, and will support more in future releases.

PR:		ports/86903
Submitted by:	Alexander Zhuravlev <zaa@ulstu.ru>
2005-10-07 21:24:58 +00:00
Marcus Alves Grando
4b019a45d2 Update to 1.1.1
PR:		87003
Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
2005-10-06 20:21:08 +00:00
Marcus Alves Grando
6404db2ec2 Update to 0.6 [1]
Respect CFLAGS
Use DATADIR macro

PR:		86988 [1]
Submitted by:	Dermot Tynan <dtynan@kalopa.com> (maintainer)
Approved by:	pav (mentor)
2005-10-06 13:57:48 +00:00
Sergey Skvortsov
ffede08f69 Update to 3.0.9
Changes:	http://search.cpan.org/src/TMTM/Class-DBI-v3.0.9/Changes
2005-10-06 11:09:43 +00:00
Marcus Alves Grando
764e6c78a8 Build improvements
Link fixes [1]

PR:		86921, 86293 [1]
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
Approved by:	pav (mentor)
2005-10-05 14:56:34 +00:00
Mathieu Arnold
5fee4662f3 Update to 1.00 2005-10-05 13:32:48 +00:00
Mikhail Teterin
c2b0076b73 Update from 4.3.28 to 4.3.29.
Approved by:	maintainer
2005-10-05 06:41:54 +00:00
Palle Girgensohn
b3f11831be Upgrade to 8.0.4
For more info about this release, please see
http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-4
2005-10-05 01:26:26 +00:00
Palle Girgensohn
4e88bfe962 Upgrade to version 7.4.9
Migration to version 7.4.9

   A dump/restore is not required for those running 7.4.X. However, if you
   are upgrading from a version earlier than 7.4.8, see the release notes
   for 7.4.8.
     __________________________________________________________________

Changes

     * Fix error that allowed "VACUUM" to remove ctid chains too soon, and
       add more checking in code that follows ctid links
       This fixes a long-standing problem that could cause crashes in very
       rare circumstances.
     * Fix CHAR() to properly pad spaces to the specified length when
       using a multiple-byte character set (Yoshiyuki Asaba)
       In prior releases, the padding of CHAR() was incorrect because it
       only padded to the specified number of bytes without considering
       how many characters were stored.
     * Fix the sense of the test for read-only transaction in "COPY"
       The code formerly prohibited "COPY TO", where it should prohibit
       "COPY FROM".
     * Fix planning problem with outer-join ON clauses that reference only
       the inner-side relation
     * Further fixes for x FULL JOIN y ON true corner cases
     * Make array_in and array_recv more paranoid about validating their
       OID parameter
     * Fix missing rows in queries like UPDATE a=... WHERE a... with GiST
       index on column a
     * Improve robustness of datetime parsing
     * Improve checking for partially-written WAL pages
     * Improve robustness of signal handling when SSL is enabled
     * Don't try to open more than max_files_per_process files during
       postmaster startup
     * Various memory leakage fixes
     * Various portability improvements
     * Fix PL/PgSQL to handle var := var correctly when the variable is of
       pass-by-reference type
     * Update "contrib/tsearch2" to use current Snowball code
2005-10-05 00:06:05 +00:00
Palle Girgensohn
f55ea704d4 Update to version 7.3.11
Migration to version 7.3.11

   A dump/restore is not required for those running 7.3.X. However, if you
   are upgrading from a version earlier than 7.3.10, see the release notes
   for 7.3.10.
     __________________________________________________________________

Changes

     * Fix error that allowed "VACUUM" to remove ctid chains too soon, and
       add more checking in code that follows ctid links
       This fixes a long-standing problem that could cause crashes in very
       rare circumstances.
     * Fix CHAR() to properly pad spaces to the specified length when
       using a multiple-byte character set (Yoshiyuki Asaba)
       In prior releases, the padding of CHAR() was incorrect because it
       only padded to the specified number of bytes without considering
       how many characters were stored.
     * Fix missing rows in queries like UPDATE a=... WHERE a... with GiST
       index on column a
     * Improve checking for partially-written WAL pages
     * Improve robustness of signal handling when SSL is enabled
     * Various memory leakage fixes
     * Various portability improvements
     * Fix PL/PgSQL to handle var := var correctly when the variable is of
       pass-by-reference type
2005-10-04 23:31:34 +00:00
Markus Brueffer
82b19d7cda Update to version 0.1.2 2005-10-04 22:42:25 +00:00
Sergey Matveychuk
3c9f666837 - Add amd64 as allowed architecture
Submitted by:	Adam Gregoire <ebola_at_psychoholics.org>
2005-10-03 13:57:40 +00:00
Sergey A. Osokin
d4629cef29 Update to 3.22.
The FastDB 3.22 introduced JNIcli - Java(tm) native interface.
This port builds without JNIcli, because I do not use it.
Please provide patches if you would like to add JNIcli to port.
2005-10-03 13:18:19 +00:00
Pav Lucistnik
5becf83506 - Mark BROKEN with MySQL 4.0 and older
PR:		ports/86482
Submitted by:	<bkoenig@cs.tu-berlin.de> (maintainer)
2005-10-02 16:36:20 +00:00
Marcus Alves Grando
12add669af Update to 0.8.1
Add support to FreeTDS

Approved by:	delphij (maintainer via email), pav (mentor)
2005-10-02 14:30:41 +00:00
Marcus Alves Grando
77e9b06bef Update to 0.101
PR:		86788
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
Approved by:	lars@balker.org (maintainer), pav (mentor)
2005-10-02 14:15:32 +00:00
Marcus Alves Grando
bf842df570 Update to 1.20
PR:		86786
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
Approved by:	lars@balker.org (maintainer), pav (mentor)
2005-10-02 14:14:39 +00:00
Sergey Skvortsov
298beed6fa Update to 2.08 2005-09-30 16:57:46 +00:00
Sergey Skvortsov
abfbd9a0e8 Update to 1.03 2005-09-30 16:39:15 +00:00
Alex Dupre
eb71ce34a6 Update to 5.0.13 rc release:
- Add knob to enable Archive Storage Engine [1]

Submitted by:	Justin Bastedo <justin.bastedo@gmail.com> via grog [1]
2005-09-29 19:58:03 +00:00
Sergey Skvortsov
5d098d6d32 * update to 0.07
* change maintainer to perl@

Changes:	http://search.cpan.org/src/TURNERJW/DBD-LDAP-0.07/Changes
2005-09-29 15:48:04 +00:00
Palle Girgensohn
3e949e031a Mark as work-in-progress 2005-09-28 23:12:18 +00:00
Yen-Ming Lee
28fd801b7f - backout previous commit 2005-09-27 16:21:45 +00:00
Yen-Ming Lee
0b2f5c83e4 - fix plist 2005-09-27 14:44:48 +00:00
Sergey Skvortsov
047a3647a0 Update to 3.0.8
Changes:	http://search.cpan.org/src/TMTM/Class-DBI-v3.0.8/Changes
2005-09-26 14:56:19 +00:00
Marcus Alves Grando
ad482eae95 Update to 3.2.7 [1]
Take MAINTAINER

PR:		86288
Submitted by:	Robin Breathe <robin@isometry.net> [1]
Approved by:	pav (mentor), green (maintainer)
2005-09-26 13:39:55 +00:00
Anton Berezin
c2eef5d8d4 Update to 1.36. Assign maintainer to perl@. 2005-09-23 11:15:56 +00:00
Anton Berezin
5037024e2c Update to 1.15. Require perl from ports. Assign maintainer to perl@. 2005-09-22 07:48:34 +00:00
Bill Fenner
a5b727886c search.cpan.org redirect reduction canonicalization project, pass 2:
Refer to all modules using their /dist/Foo/ path instead of via
the mishmash of old author path, new author path, module documentation,
etc.

This pass brought to you by loving, painstaking hand editing.
2005-09-21 19:35:50 +00:00
Bill Fenner
81797980f7 search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash).  After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.

This pass brought to you by http://people.freebsd.org/~fenner/fix-search
2005-09-21 19:31:43 +00:00
Marcus Alves Grando
b29d9c1175 Unbroken 4.x
Fix MASTER_SITES

PR:		ports/86377
Submitted by:	Pawel Pekala <c0rn@gazeta.pl>
Approved by:	pav (mentor)
2005-09-21 13:40:45 +00:00
Vsevolod Stakhov
e082c4eebf Add build and run dependency from twistedCore directly untill
USE_TWISTED_RUN and USE_TWISTED_BUILD will be implemented in
bsd.python.mk.

Reported by:	krismail
2005-09-21 09:33:18 +00:00
Yen-Ming Lee
a74d8f5012 - databases/p5-Cache-Memcached does not depend on memcached
PR:		84749
Submitted by:	Alex Kapranoff <kappa@rambler-co.ru>
2005-09-21 00:42:40 +00:00
Michael Landin
68392eed7c New port.
Ksqlanalyzer is a MSSQL database client for KDE.
2005-09-20 16:19:06 +00:00
Erwin Lansing
9030b5c3b8 Reset maintainership of Seamus Venasse who has not responded for some time.
Thank you for your efforts in the past!

Noticed by:	tobez
Approved by:	portmgr (self)
2005-09-20 14:20:34 +00:00
Michael Landin
8eb3546fcf o New port - ksqlshell is a simple environment for managing
data (MySQL, PostgreSQL) for KDE.
2005-09-19 16:30:31 +00:00
Clement Laforet
af1ffdc6f0 - Define APACHE_COMPAT
It fixed INDEX build with next exp-build patchset and prepare a smooth
  migration to bsd.apache.mk
  It's a no-op for now.

Approved by:	portmgr (self)
2005-09-19 11:52:14 +00:00
Max Khon
057660d5ff Fix typo in IGNORE message: "Intall" -> "Install" 2005-09-19 10:22:19 +00:00
Vsevolod Stakhov
bda6eb1c1a Add py-tada - Twisted Asynchronous Database API.
PR:		86322
Submitted by:	Clive Crous <clive@darkarts.co.za>
2005-09-19 09:48:10 +00:00
Pav Lucistnik
12f8c8b731 - Update to 2.6.4 pl1
PR:		ports/86301
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2005-09-18 20:51:22 +00:00
Volker Stolz
9541e09b03 Update to 3.1.2 (maintenance bugfix release)
PR:		ports/86210
Submitted by:	maintainer
2005-09-18 12:14:13 +00:00
Pav Lucistnik
76caa61312 - Add -L option to enable fast local inserts
PR:		ports/64305
Submitted by:	Travis Whitton <twhitton@ppb-envlabs.com>
Approved by:	maintainer timeout (jedgar; 1 year)
Obtained from:	debian
2005-09-17 16:28:44 +00:00
Lars Thegler
08975d244d Update to 2.42 2005-09-17 11:07:04 +00:00
Marcus Alves Grando
af1a41a8d8 Update to 0.8.0
PR: ports/85661
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Approved by: pav (mentor), delphij (maintainer)
2005-09-16 19:47:16 +00:00
Marcus Alves Grando
0889ac4f9e Update to 0.8.0
PR: ports/85662
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Approved by: pav (mentor), seanc (maintainer timeout, 18 days)
2005-09-16 19:46:01 +00:00
Marcus Alves Grando
346fd0a6a3 Update my email
Approved by: pav (mentor)
2005-09-16 17:58:32 +00:00
Sergey Skvortsov
2b7d09ff5a Fix plist.
Pointed by:	pointyhat (kris)
2005-09-16 15:43:12 +00:00
Sergey Skvortsov
b346e7d777 Require 5.6+ (DBD::InterBase depends on DBI-1.41+) 2005-09-16 08:01:29 +00:00
Pav Lucistnik
924d490ce1 - Add WITHOUT_X11 as a synonym to WITHOUT_GUI
PR:		ports/86183
Requested by:	Vivek Khera <vivek@khera.org>
2005-09-15 23:09:22 +00:00
Sergey Skvortsov
eee599e00d Upgrade to 3.0.5, drop support for obsolete perl-5.00503
Changes:	http://search.cpan.org/src/TMTM/Class-DBI-v3.0.5/Changes
2005-09-15 10:28:07 +00:00
Yen-Ming Lee
8284c1cd08 - update to 0.34 2005-09-15 04:09:48 +00:00
Herve Quiroz
43b151ac9e Install documentation using ${INSTALL_DATA} rather than ${CP} to ensure that
ownerships and permissions come out right when port is built as a mortal user
then installed as root

PR:		86088
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
2005-09-14 16:41:23 +00:00
Sergey Skvortsov
23fcf21caa PORTREVISION++ to fix PKGNAME issue
Noticed by:	chkversion (kris)
2005-09-14 13:40:22 +00:00
Sergey Skvortsov
272d582e0a * OPTIONSify port - add support for OCI8 (via databases/oracle8-client)
("off" by default)
* make dual-version port: 1.14 for OCI7, 1.16 for OCI8
2005-09-14 08:07:49 +00:00
Markus Brueffer
4602bd1f2b - Update to version 0.1.1
- Remove some unneeded directories from pkg-plist
2005-09-14 01:01:27 +00:00
Pav Lucistnik
498aabcf9e - Update to 1.5
PR:		ports/84616
Submitted by:	Gerrit Beine <tux@pinguru.net> (maintainer)
2005-09-13 23:05:55 +00:00
Pav Lucistnik
914ecd97b7 - Update to 4.1.0
- Take maintainership

PR:		ports/84428
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-09-13 23:03:39 +00:00
Pav Lucistnik
fbfbf32a4d This extension provides an SQLite v3 driver for PDO.
SQLite V3 is NOT compatible with the bundled SQLite 2 in PHP 5,
but is a significant step forwards, featuring complete
utf-8 support, native support for blobs, native support for
prepared statements with bound parameters and improved concurrency.

PR:		ports/86037
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru>
2005-09-13 22:56:17 +00:00
Pav Lucistnik
88de2365f1 This is PHP extension which provides an PostgreSQL driver for PDO.
PR:		ports/86035
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru>
2005-09-13 22:55:32 +00:00
Pav Lucistnik
b7f28c64b2 This is PHP extension which provides a Mysql 3.x/4.x driver for PDO.
PR:		ports/86034
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru>
2005-09-13 22:54:36 +00:00
Pav Lucistnik
83d7fe1b46 PDO provides a uniform data access interface, sporting advanced features such
as prepared statements and bound parameters. PDO drivers are dynamically
loadable and may be developed independently from the core, but still accessed
using the same API.

PR:		ports/86033
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru>
2005-09-13 22:53:17 +00:00
Pav Lucistnik
b8816f24d0 - Update to 1.0.4
PR:		ports/86021
Submitted by:	Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer)
2005-09-13 22:31:47 +00:00
Pav Lucistnik
5e8ccf1a84 - Update to 2.0.4
PR:		ports/86071
Submitted by:	Andrej Zverev <az@inec.ru>
Approved by:	Marcus Alves Grando <marcus@corp.grupos.com.br> (maintainer)
2005-09-13 21:43:04 +00:00
Pav Lucistnik
f5776c9de0 - Remove dead master site
- Remove dead WWW
2005-09-13 21:25:32 +00:00
Pav Lucistnik
19e0268e1b - Update to 2.6.4
PR:		ports/86085
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2005-09-13 20:45:16 +00:00
Renato Botelho
2c1de5c1c5 - Pass maintainership to submitter
PR:		ports/86040
Submitted by:	Marcus Alves Grando <marcus@corp.grupos.com.br>
2005-09-13 11:51:44 +00:00
Max Khon
61c1edcf8f - This port does not build with iODBC yet -- remove WITH_UNIXODBC/IODBC
options
- Bump PORTREVISION
2005-09-13 11:49:07 +00:00
Max Khon
b65627c14e Use BROKEN instead of ".error". This allows to run "make config" to
reconfigure the port properly.
2005-09-13 11:42:15 +00:00
Max Khon
78d3b664fc - Fix build on RELENG_4 [1]
- Fix build with iODBC
- Bump PORTREVISION

Found by:	kris (via pointyhat) [1]
2005-09-13 11:38:17 +00:00
Sergey Skvortsov
c1fae7115f Update to 0.44
Changes:	http://search.cpan.org/src/EDPRATOMO/DBD-InterBase-0.44/Changes
2005-09-13 09:21:21 +00:00
Alex Dupre
8771b9a711 Update to 4.0.26 release. 2005-09-13 06:34:16 +00:00
Jean-Yves Lefort
c4052f10a0 Update to 0.6.1
PR:		ports/86030
Submitted by:	Marcus Alves Grando <marcus@corp.grupos.com.br>
2005-09-12 23:51:09 +00:00
Adam Weinberger
7b6bceda42 Oops... true is in /usr/bin, not /bin. 2005-09-12 13:12:50 +00:00
Michael Johnson
45f028b6b2 - Update to 1.8.33 2005-09-11 21:18:09 +00:00
Pav Lucistnik
87e04ceaf0 - Don't execute incorrect configure tests that fail on FreeBSD 4.X
PR:		ports/80395
Submitted by:	Vasil Dimov <vd@datamax.bg>
Approved by:	maintainer timeout (seanc; 4 months)

- Install libmemcache.so.1 symlink and run ldconfig

PR:		ports/82617
Submitted by:	Vasil Dimov <vd@datamax.bg>
Approved by:	maintainer timeout (seanc; 2 months)
2005-09-10 23:22:33 +00:00
Pav Lucistnik
5b688257fe - Support bdb43
PR:		ports/82924
Submitted by:	delphij
Approved by:	maintainer timeout (knu; 2 months)
2005-09-10 21:16:04 +00:00
Doug Barton
22e7938325 In private mail adamw agreed that supporting the more generic
WITHOUT_PYTHON was a useful idea, and asked me to commit it for
him as he was not going to be able to get to it for a while.
2005-09-10 19:07:29 +00:00
Mark Linimon
e97e7dc7ed Reset bouncing maintainer address. Sorry to see you go.
Hat:	portmgr
2005-09-10 09:23:13 +00:00
Adam Weinberger
c4d66ff7f3 Python-dependent apps may cause metakit.py to be byte-compiled into
metakit.pyc. Remove this file if it exists.

Also, utilize %%PYTHON_SITELIBDIR%%.
2005-09-09 05:58:19 +00:00
Alex Dupre
82697c7543 Update patch for 5.0.5 release. 2005-09-08 08:52:52 +00:00
Thierry Thomas
040723cda6 Upgrade to 1.0.2 (bug fixes). 2005-09-07 18:59:49 +00:00
Adam Weinberger
d799908a5e Actually convert *all* defined(METAKIT_WITH_PYTHON) instanced to
!defined(METAKIT_WITHOUT_PYTHON).

Previous commit obviously totally untested by:	me
2005-09-07 15:28:37 +00:00
Adam Weinberger
df6362a0c5 Default python support to ON. This means that if you DON'T want python
support, you must specify METAKIT_WITHOUT_PYTHON.

Reviewed by:	krion
2005-09-07 15:18:30 +00:00
Alex Dupre
c0397b5746 Update to 5.0.12 release.
PR:		ports/85665
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
2005-09-07 12:04:35 +00:00
Lars Thegler
102f07d33d Update to 1.00 2005-09-07 09:42:09 +00:00
Kris Kennaway
58fbb8441a BROKEN: Unfetchable 2005-09-07 00:12:00 +00:00
Vsevolod Stakhov
7ac08aaf0e Update to 0.7.3.
Submitted by:	Andrzej Kuku?a <akukula@gmail.com>
Approved by:	perky (mentor, maintainer)
2005-09-06 12:44:42 +00:00
Roman Bogorodskiy
8806335a66 Pass maintainership to submitter.
PR:		85777
Submitted by:	Marcus Alves Grando <marcus@corp.grupos.com.br>
2005-09-06 10:20:55 +00:00
Sergey Skvortsov
1214f90813 Update to 0.34 2005-09-06 09:42:50 +00:00
Max Khon
32e59a3ef9 - Fix pkg-plist.
- Bump PORTREVISION.

Pointed out by:	kris (via pointyhat)
2005-09-06 07:37:29 +00:00
Thierry Thomas
c49caae9cd Really upgrade to 4.5.2 (actually, the former tarball still contained a
previous version!).

Noticed by:	Jin-Shan Tseng <tjs (at) cdpa.nsysu.edu.tw>
2005-09-06 05:42:47 +00:00
Brian Feldman
450bfdd1ce Update to version 3.2.5.
Unmark "beta" (from inside COMMENT).
Fix a NOPORTDOCS build issue.

Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
PR:	85420
2005-09-06 05:35:35 +00:00
Thierry Thomas
e3cb97adee Upgrade to Aqua Data Studio v. 4.5.2. 2005-09-05 20:31:10 +00:00
Dmitry Sivachenko
715587074f Update to version 1.32. 2005-09-05 07:50:26 +00:00
Michael Johnson
4b7527fad2 Add ruby-qdbm
Ruby qdbm module
2005-09-01 07:19:42 +00:00
Michael Johnson
81c6d994a1 - Add support for another slave port 2005-09-01 07:18:04 +00:00
Michael Johnson
e4b4aa9ef3 - Add p5-qdbm
Perl API for QDBM
2005-09-01 06:50:47 +00:00
Michael Johnson
49af1bdbaf - Add support for a slave port. 2005-09-01 06:49:10 +00:00
Michael Johnson
1439af829b - Update to 1.8.32 2005-09-01 02:10:32 +00:00
Max Khon
b6106d395e Remove bogus MASTER_SITE_SUBDIR. 2005-08-31 19:08:34 +00:00
Max Khon
dfbcbb0564 Connect mysql2odbc, oracle8-client and oracle_odbc_driver. 2005-08-31 19:04:21 +00:00
Max Khon
04225b60bf New port: oracle_odbc_driver 0.5.5
Oracle Open Source ODBC driver.
2005-08-31 19:03:43 +00:00