Commit graph

4463 commits

Author SHA1 Message Date
Pav Lucistnik
e1a049eeef - Move databases/pecl-hash to security/pecl-hash
PR:		ports/91680
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru> (maintainer)
Repocopies by:	marcus
2006-01-13 08:31:43 +00:00
Cheng-Lung Sung
2cacc00927 - Update to 4.4.20, fixing a dozen bugs, many of them important.
For details, see: http://www.sleepycat.com/update/4.4.20/if.4.4.20.html

PR:		91733
Submitted by:	Matthias Andree (maintainer)
2006-01-13 05:29:16 +00:00
Sergey Matveychuk
b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +00:00
Alex Dupre
3f7751a86f Convert mysql-client.sh to rcNG. 2006-01-12 08:57:43 +00:00
Alex Dupre
707b085ac0 Convert mysql-client.sh to rcNG. 2006-01-12 08:47:23 +00:00
Pav Lucistnik
defd4d27d2 - Update to 1.0.1
PR:		ports/91662
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 19:08:58 +00:00
Pav Lucistnik
57ea6f26ad - Update to 1.8.0
PR:		ports/91636
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:25:41 +00:00
Pav Lucistnik
d9c5541ddb - Update to 1.2.1
PR:		ports/91635
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:24:43 +00:00
Pav Lucistnik
7b6f987876 - Update to 1.0.1
PR:		ports/91633
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:22:38 +00:00
Pav Lucistnik
be28d627ad - Update to 1.1.1
PR:		ports/91632
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:20:24 +00:00
Tim Bishop
4e2c5ea22b - Update to 1.8.1
- Update MASTER_SITES

PR:		91612
Submitted by:	"Henri Michelon" <hmichelon@e-cml.org> (maintainer)
2006-01-11 12:47:27 +00:00
Alex Dupre
2843e6c68e Fix build on 4.X (use included zlib on 4.X). 2006-01-11 07:16:20 +00:00
Palle Girgensohn
1d992c44d7 Update postgresql with latest patch release.
A critical fix repairs an error in ReadBuffer that can cause data loss
due to overwriting recently-added pages.  This applies to the 8.1 and
8.0 branches on all platforms.

Note that this update might require a reindex of textual columns under
certain conditions; please see UPDATING.

Other fixes included are:
-- Character string locale comparison bug. This may require a REINDEX
    on text column indexes in some locales, such as Hungarian.
-- Prevent accidental changes of locale by plperl
-- Two fixes for Japanese encodings
-- Two fixes for COPY CSV
-- Fixes for functions returning RECORD
-- Fixes to autovacuum, dblink and pgcrypto
2006-01-09 17:30:38 +00:00
Alex Dupre
e11514bf08 Update to 5.0.18 release:
- convert mysql-client.sh script to use ldconfig rcNG system
2006-01-09 12:03:26 +00:00
Anton Berezin
cbb284bc5f Update to 0.10. 2006-01-09 08:37:00 +00:00
Michael Johnson
c27755d74a - Update to 1.8.40 2006-01-08 21:38:15 +00:00
Edwin Groothuis
fdf72c020e New port: security/pecl-hash pHASH Message Digest Framework for PHP (PECL module)
PR contains new port security/pecl-hash which provides
	possibility to install PHP PECL extension:

	pHASH Message Digest Framework

PR:		ports/90087
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru>
2006-01-07 07:52:57 +00:00
Edwin Groothuis
fa986a4290 Fix pkg-plist, as reported by YAPHR 2006-01-07 04:32:11 +00:00
Edwin Groothuis
23f3aa0afb It seemed that the 4.x build was generating more files than the 6.x build.
Fixed pkg-plist accordingly.

Noticed by: YAPHR
2006-01-07 00:40:54 +00:00
Ade Lovett
273354b716 IP4R is a contributed PostgreSQL module that embraces and extends the
existing 'inet' and 'cidr' built-in types, providing extra functionality
and simplicity to IPv4 address lookup within large-scale environments.
2006-01-07 00:28:20 +00:00
Ade Lovett
faa33cf979 Add 'config' to the list of directories installed by postgresql81-client,
so as to fully install everything needed for pgxs to work correctly.

Approved by:	maintainer
2006-01-07 00:14:42 +00:00
Marcus Alves Grando
3bd21ebe89 Update to 3.2.8
Reorganize Makefile

Notified by:	edwin Version Check
2006-01-06 21:16:54 +00:00
Marcus Alves Grando
1e4fb786ae Update to 2.8.17
Use PORTDOCS
Reorganize Makefile

Notified by:	edwin Version Check
2006-01-06 21:16:41 +00:00
Edwin Groothuis
c3f93965a9 New port databases/p5-DBIx-Sequence
DBIx::Sequence - A simple SQL92 ID generator

	This module is intended to give easier portability to Perl
	database application by providing a database independant
	unique ID generator.  This way, an application developer
	is not bound to use his database's SEQUENCE or auto_increment
	thus making his application portable on multiple database
	environnements.

	This module implements a simple Spin Locker mechanism and
	is garanteed to return a unique value every time it is
	called, even with concurrent processes. It uses your database
	for its state storage with ANSI SQL92 compliant SQL. All
	SQL queries inside DBIx::Sequence are pre cached and very
	efficient especially under mod_perl.

	WWW: http://search.cpan.org/dist/DBIx-Sequence/

PR:		ports/91373
Submitted by:	Jon Nistor <nistor@snickers.org>
2006-01-06 07:06:46 +00:00
Edwin Groothuis
5aa1d63af5 New port databases/p5-DBIx-Abstract
DBIx::Abstract - DBI SQL abstraction.

	This module provides methods for doing manipulating database tables
	This module provides methods retrieving and storing data in SQL
	databases. It provides methods for all of the more important SQL
	commands (like SELECT, INSERT, REPLACE, UPDATE, DELETE).

	It endeavors to produce an interface that will be intuitive to those
	already familiar with SQL.

	Notable features include:

	  * data_source generation for some DBD drivers.
	  * Can check to make sure the connection is not stale and reconnect
	    if it is.
	  * Controls statement handles for you.
	  * Can delay writes.
	  * Generates complex where clauses from hashes and arrays.
	  * Shortcuts (convenience functions) for some common cases. (Like
	    select_all_to_hashref.)

	WWW: http://search.cpan.org/dist/DBIx-Abstract/

PR:		ports/91372
Submitted by:	Jon Nistor <nistor@snickers.org>
2006-01-06 06:16:54 +00:00
Emanuel Haupt
0dcf1b3b74 Remove just added port. pbl is already available under databases/libpbl. 2006-01-05 20:16:59 +00:00
Emanuel Haupt
6298e7ff35 Add pbl, a highly portable database library.
PBL (Peter Graf's Program Base Library) is a library with highly portable
database functions that can be used in a C or C++ project.

The code of the PBL library includes:

 - PBL BASE - some base functions (pbl_*)
 - PBL HASH - a memory hash table implementation (pblHt*)
 - PBL KEYFILE - a key file implementation (pblKf*)
 - PBL ISAM - an ISAM file implementation (pblIsam*)

The spamprobe project (mail/spamprobe) can be used with PBL databases.

PR:		ports/91344
Submitted by:	Johan van Selst <johans@stack.nl>
2006-01-05 20:07:07 +00:00
Pav Lucistnik
4e955b28ac - Don't remove what belongs to mtree
Approved by:	Laurent C. <lrntct@gmail.com> (maintainer)
2006-01-05 15:49:33 +00:00
Erwin Lansing
669e531470 Update to 0.11
PR:		91303
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-01-04 13:14:51 +00:00
Edwin Groothuis
148a05bb75 fix space -> tab 2006-01-03 22:13:34 +00:00
Edwin Groothuis
9ad98bbaa6 NEW PORTS: databases/py-dbutils, database connection pool for multithread application
DBUtils is a suite of tools providing solid, persistent and
	pooled connections to a database that can be used in all
	kinds of multi-threaded environments like Webware for Python
	or other web application servers. The suite supports DB-API
	2 compliant database interfaces and the classic PyGreSQL
	interface.

	WWW:   http://www.webwareforpython.org/DBUtils

PR:		ports/91268
Submitted by:	"Choe, Cheng-Dae" <whitekid@gmail.com>
2006-01-03 22:12:27 +00:00
Edwin Groothuis
3665b4ea65 New port: databases/libpbl - Peter Graf's Program Base Library
Peter Graf's Program Base Library of C functions.  Includes
	hash table, ISAM, key file implementations.

	WWW: http://mission.base.com/peter/source/

PR:		ports/91257
Submitted by:	hideo <hideo@lastamericanempire.com>
2006-01-03 22:10:56 +00:00
Pav Lucistnik
49f855534a - Update to 1.1.21
PR:		ports/91194
Submitted by:	Martin Jackson <mhjacks@swbell.net>
Approved by:	Alex Rodioukov <simuran@shaw.ca> (maintainer)
2006-01-03 15:39:11 +00:00
Edwin Groothuis
46ff4fbe5e databases/p5-DBIx-Ease - WWW location is incorrect.
There seems to be no sign of DBIx::Ease module when trying
	to access through the given URL in pkg-descr.

PR:		ports/90231
Submitted by:	Parv <parv@pair.com>
Approved by:	maintainer timeout
2006-01-03 04:48:51 +00:00
Edwin Groothuis
20e59bae9d [maintainer-update] databases/postgis fix
This patch adds the missing configure argument '--with-proj',
	as reported in PR ports/91112

PR:		ports/91220
Submitted by:	Anderson S. Ferreira <anderson@cnpm.embrapa.br>
2006-01-02 22:11:12 +00:00
Michael Johnson
c25895f112 - Update to 1.8.38 2006-01-02 14:13:20 +00:00
Erwin Lansing
5a5439658e The Cache::Memcached::Managed module provides an API to values, cached in
one or more memcached servers.  Apart from being very similar to the API
of Cache::Memcached, the Cached::Memcached::Managed API allows for
management of groups of values, for simplified key generation and expiration,
as well as version and namespace management and a few other goodies.

WWW: http://search.cpan.org/dist/Cache-Memcached-Managed/

PR:		ports/91203
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2006-01-02 11:18:32 +00:00
Edwin Groothuis
48e946fe17 [maintainer update]/databases/grass fix start-up script
Fix the start-up script in order to run ld-config in the
	right directory.

PR:		ports/91173
Submitted by:	Laurent Courty <lrntct@gmail.com>
2006-01-02 09:52:28 +00:00
Yen-Ming Lee
c9c2a52cc2 - update to 0.241
- assign to perl@
2006-01-02 06:41:23 +00:00
Edwin Groothuis
5d0cfbb27f Since the distfiles micro version isn't reflected in the name, reflect it in the dist subdir
distinfo CVS:
----------------------------------------------------------------------
2006-01-02 04:27:03 +00:00
Edwin Groothuis
52ae8eefa4 - Update to release 5.0.18.
- Change port version number in 5.0.18
2006-01-02 04:23:33 +00:00
Pav Lucistnik
f1f09a2bf6 - Remove expiration date, this port is not going away yet
Approved by:	ceri (maintainer)
2005-12-30 18:57:00 +00:00
Dmitry Sivachenko
d7b4350ae8 Update to version 1.38. 2005-12-30 09:50:23 +00:00
Anton Berezin
ac122d46c6 Update to 0.09. 2005-12-30 08:45:10 +00:00
Edwin Groothuis
057011c50b databases/grass add libs handling
Change install directory and add a start-up script for
	ldconfig.  PORTREVISION bumped because libraries wasn't
	usable for other applications before.

PR:		ports/91069
Submitted by:	Laurent Courty <lrntct@gmail.com>
2005-12-29 22:24:45 +00:00
Sergey Skvortsov
1cab05a3af Add missed dependency: devel/p5-Clone.
Pointed by:	kuriyama [by email], fenner [PR 90991]
2005-12-29 13:40:27 +00:00
Edwin Groothuis
19ca028ac8 New port: databases/ipa_sdb IPA simple database module
IPA_SDB -- IPA simple database module

	Main features:

	- Distribution consists of database ipa_db_sdb(8) and statistics
	  ipa_st_mod(8) modules;
	- Modules completely support dynamic and static rules, limits and
	  thresholds;
	- All database files are stored in own record based database formats;
	- Formats of database files are machine architecture independent;
	- Sizes of database records are relatively small (binary data formats);
	- Access to statistics can be granted accordingly to the user group;
	- There is the ipa_sdb_dump(8) utility for dumping database files to
	  text format and back.

	WWW: http://ipa-system.sourceforge.net/modules/ipa_sdb/

PR:		ports/91009
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
2005-12-28 21:51:57 +00:00
Edwin Groothuis
0e4f2cc24d [maintainer-update] Postgis upgrade from 1.0.6 to 1.1.0
Postgis upgrade from 1.0.6 to 1.1.0 .

	This release, includes new functionality, performance
	improvements and bug fixes.  Highlights include:

	    * Geometry building functions, including line merging, polygon creation and vertex manipulation,
	    * Linear referencing functions, including support for measures,
	    * Performance improvements to coordinate reference transformations

PR:		ports/91030
Submitted by:	Anderson S. Ferreira <anderson@cnpm.embrapa.br>
2005-12-28 21:10:57 +00:00
Edwin Groothuis
acc4bb316c [maintainer] databases/phpmyadmin
Update to 2.7.0-pl2

	Release notes are at:

	http://www.phpmyadmin.net/home_page/downloads.php?relnotes=0

	This is a bug-fix release -- particularly it fixes:

	* libraries/display_create_table.lib.php: bug #1376314, detection of
	  privileges to create a table (fix for MySQL 4.0.x case)

	Plus updates to Japanese, Danish and Hungarian localization.

PR:		ports/90982
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
2005-12-27 21:49:27 +00:00
Anton Berezin
33ad2ed35d Add databases/p5-Jifty-DBI 0.08, an object-relational persistence
framework in Perl.
2005-12-27 11:49:31 +00:00
Edwin Groothuis
5058641e18 [Maintainer Update] /databases/grass update to 6.0.1
- removed all patches
	- added new patches to get rid of matherr references

PR:		ports/89769
Submitted by:	Laurent Courty <lrntct@gmail.com>
2005-12-27 00:40:40 +00:00
Palle Girgensohn
d6b6d44388 Handle a change in rc.subr. nowadays, "faststart" is used instead of
"start" when booting, since there's no need waste time checking for
running processes when the OS is starting up.

Bumping portrevision.

PR:		90884
Submitted by:	Victor Snezhko <snezhko@indorsoft.ru>
2005-12-25 20:06:23 +00:00
Akinori MUSHA
32f227e67f Update to 2.7. 2005-12-25 17:50:35 +00:00
Alex Dupre
ff61237356 Do not hardcode charset, honour charset defined in freetds.conf or php.ini. 2005-12-23 07:02:12 +00:00
Palle Girgensohn
896fa7a5b4 Update postgresql to 7.3.12
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
PR:		90446
2005-12-22 20:48:36 +00:00
Palle Girgensohn
f80a057cf9 Update postgresql to 7.4.10
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
PR:		90445
2005-12-22 20:16:32 +00:00
Palle Girgensohn
7f5a4fde74 Update postgresql to 8.0.5
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
PR:		90444
2005-12-22 20:14:31 +00:00
Palle Girgensohn
4ec6208676 Update postgresql to 8.1.1
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
PR:		90443
2005-12-22 20:13:30 +00:00
Alex Dupre
6eaf19399c Update to 4.1.16 release. 2005-12-22 18:15:02 +00:00
Alex Dupre
8c03c07964 Update to 5.0.17 release. 2005-12-22 17:48:30 +00:00
Erwin Lansing
96f8628b6c Update to 0.12
PR:		90762
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2005-12-21 20:44:55 +00:00
Erwin Lansing
43301fa997 Update to 0.10
PR:		90761
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2005-12-21 20:41:44 +00:00
Edwin Groothuis
6bb0a68829 [New Port] databases/db4o-mono A database engine for storing object into files (for mono)
db4o is designed to provide a full-featured, embeddable
	database engine for equipment, mobile, desktop, and  server
	platforms in object-oriented environments

PR:		ports/90631
Submitted by:	Phillip Neumann <pneumann@gmail.com>
2005-12-21 04:13:45 +00:00
Edwin Groothuis
341eea4b4d New port: databases/pydbx Simple SQL database abstraction layer for Python
dbx is a simple SQL database abstraction layer for Python.
	The goal of dbx is to make using a SQL database as simple
	as possible while providing a consistent API across different
	databases.

	Author: David Phillips <david@acz.org>
	WWW:    http://david.acz.org/pydbx/

PR:		ports/90623
Submitted by:	David Phillips <david@acz.org>
2005-12-20 22:43:44 +00:00
Anton Berezin
cdf73d30b6 Update to 1.50. 2005-12-19 20:17:03 +00:00
Sam Lawrance
b2e7dfe6a5 Update to 1.13.2.
PR:		ports/90635
Submitted by:	Jonathan Weiss <jw@innerewut.de> (maintainer)
2005-12-19 14:30:31 +00:00
Sam Lawrance
3efb28b4f7 Update to 1.4.0.
PR:		ports/90640
Submitted by:	Clive Crous <clive@darkarts.co.za> (maintainer)
2005-12-19 12:20:01 +00:00
Erwin Lansing
b741fe382e Update to 0.08
PR:		90430
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2005-12-19 11:27:37 +00:00
Dmitry Sivachenko
84c2df0760 Update to 1.2.12. 2005-12-19 11:12:04 +00:00
Erwin Lansing
55bca00559 Add OPTIONS
PR:		90509
Submitted by:	parv@pair.com (maintainer)
2005-12-18 09:33:37 +00:00
Pav Lucistnik
8bb7b8861d - Update to 1.0.1
Approved by:	Alexander Zhuravlev <zaa@ulstu.ru> (maintainer)
2005-12-16 14:50:00 +00:00
Sergey Skvortsov
5a3e63509d Update to 3.0.13
Changes:	http://search.cpan.org/src/TMTM/Class-DBI-v3.0.13/Changes
2005-12-16 09:10:12 +00:00
Yoichi NAKAYAMA
d2c1ad9876 Fix build for emacs20
PR:		ports/90468
Submitted by:	NIIMI Satoshi
2005-12-16 03:56:23 +00:00
Andrey Slusar
7e3692bf39 Change email address for all my ports.
Approved by:	sem(mentor)
2005-12-15 20:34:46 +00:00
Marcus Alves Grando
98773b7d97 * databases/mysql++
Update to 2.0.7
Add SHA256
Add CONFLICTS

* databases/mysql++1 [1]
Add SHA256
Add CONFLICTS
Add NO_LATEST_LINK

* databases/Makefile
Add mysql++1

PR:		89935
Submitted by:	maintainer
Repocopy by:	marcus [1]
2005-12-15 18:41:41 +00:00
Erwin Lansing
46bfb6ecb9 Update to 0.04001
PR:		90431
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2005-12-15 18:11:48 +00:00
Marcus Alves Grando
fa5152c5eb Update to 1.2_tummy5
Bump PORTREVISION
Remove unnecessary dependency
Use PYTHON_PKGNAMEPREFIX in PKGNAMEPREFIX
Take MAINTAINER
2005-12-15 16:39:13 +00:00
Bill Fenner
0d7dc81453 Add missing dependency on PHP session module.
Submitted by:	Matthew Seaman (MAINTAINER)
PR:		ports/90417
2005-12-15 06:21:16 +00:00
Sam Lawrance
5990e2e941 Unbreak INDEX - define DEFAULT_PGSQL_VER, since it is needed before
bsd.databases.mk is included.
2005-12-14 22:53:20 +00:00
Simon L. B. Nielsen
965416509e Mark FORBIDDEN due to remote file inclusion vulnerability (IE.
effectively execute arbitrary PHP code).

Security:	http://vuxml.FreeBSD.org/82a41084-6ce7-11da-b90c-000e0c2e438a.html
Requested by:	remko
With hat:	secteam
2005-12-14 22:10:27 +00:00
Tim Bishop
a36d29bc3f - Update to 3.1.12
PR:		90308
Submitted by:	maintainer
Approved by:	clement (mentor)
2005-12-13 22:02:58 +00:00
Erwin Lansing
abd6fa0f54 Update to 0.07
PR:		90325
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2005-12-13 09:51:08 +00:00
Alex Dupre
918085128b Fix build on 4.X.
Reported by:	pointyhat via kris
2005-12-12 22:08:26 +00:00
Sam Lawrance
35c10e9ea8 Update to 1.0.6.
The 1.0.6 release includes many small bug fixes and initial support
for PostgreSQL 8.2.

PR:		ports/90169
Submitted by:	Anderson S. Ferreira <anderson@cnpm.embrapa.br>
2005-12-12 21:01:32 +00:00
Yen-Ming Lee
cf66c62c7d - Delete unused variables
PR:		90248
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
2005-12-11 23:42:44 +00:00
Sergey Matveychuk
f36c7e4f76 - Update to 0.8 2005-12-11 20:39:13 +00:00
Sergey Matveychuk
a73d302c88 - Update to 0.8
- Add Firebird and Paradox support
2005-12-11 20:37:51 +00:00
Tim Bishop
1ae767bf59 - Update to 4.68
PR:		90236
Submitted by:	Martin Matuska <martin@matuska.org> (maintainer)
Approved by:	clement (mentor)
2005-12-11 17:47:12 +00:00
Sergey Matveychuk
b42f76c6ce - Add `extern "C"' in headers files. It fixes linking with C++ applications.
Discussed with:	Alex Lyashkov (Umka #bsd-unix @rusnet)
2005-12-11 15:39:01 +00:00
Erwin Lansing
e8e1270052 DBIx::Simple module aims to be a simplified object oriented interface to Perl
DBI.  From its description ...

  Query preparation and execution are combined in a single method, the result
  object (which is a wrapper around the statement handle) provides easy
  row-by-row and slurping methods.

  The "query" method returns either a result object, or a dummy object.  The
  dummy object returns undef (or an empty list) for all methods and when used in
  boolean context, is false. The dummy object lets you postpone (or skip) error
  checking, but it also makes immediate error check simply " $db->query(...) or
  die $db->error".

WWW: http://search.cpan.org/dist/DBIx-Simple/

PR:		ports/90230
Submitted by:	Parv <parv@pair.org>
2005-12-11 12:41:55 +00:00
Sergey Matveychuk
29a419d4a6 pxlib is shared C library to read various Paradox files.
WWW: http://pxlib.sourceforge.net
2005-12-11 10:33:44 +00:00
Markus Brueffer
7b08840ea9 - Update to version 0.1.3
- Add SHA256
2005-12-11 02:32:22 +00:00
Florent Thoumie
58217abeb3 - Update to 1.0.
PR:		ports/90203
Submitted by:	maintainer
2005-12-10 19:08:36 +00:00
Alex Dupre
0edcc40029 Finally update to PHP 5.1.1 release! (And remove unsupported extensions) 2005-12-09 19:41:41 +00:00
Alex Dupre
4e3717ee4f Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@php.net
2005-12-09 19:24:52 +00:00
Marcus Alves Grando
5741976d7a Remove unnecessary dependency
Add SHA256

PR:		89494
Approved by:	maintainer timeout (14 days)
2005-12-09 12:49:21 +00:00
Marcus Alves Grando
c83d5a0e86 Mark right dependency (LIB_DEPENDS instead BUILD_DEPENDS)
Bump PORTREVISION
Add secondary master site
Use USE_RC_SUBR=memcached.sh
Add SHA256

PR:		89493
Approved by:	seanc (maintainer timeout, 14 days)
2005-12-09 12:48:40 +00:00
Emanuel Haupt
89332aba1a Add p5-DBD-Mock, a simple mock DBD implementation used for testing
PR:		89835
Submitted by:	Espen Tagestad <espen@tagestad.no>
2005-12-08 09:37:38 +00:00
Marcus Alves Grando
7749db178b Update to 2.7.0-pl1
PR:		90085
Submitted by:	maintainer
Security:	http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2005-9
		http://www.hardened-php.net/advisory_252005.110.html
		http://secunia.com/advisories/17925/
2005-12-07 21:41:26 +00:00
Michael Johnson
a6d1dc9f10 - Update to 1.8.35 2005-12-07 20:00:35 +00:00