The NetBSD Project

CVS log for pkgsrc/meta-pkgs/php5-extensions/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / meta-pkgs / php5-extensions

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.31, Sat Jun 16 15:05:18 2012 UTC (11 years, 5 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, HEAD
Changes since 1.30: +1 -1 lines
FILE REMOVED

Remove php5-extensions; please migrate to php53 or php54.

Revision 1.30 / (download) - annotate - [select for diffs], Sat Jun 16 09:56:03 2012 UTC (11 years, 5 months ago) by taca
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

php-pspell build with php5 fine.  I misstook something.

So, remove restriction of php-pspell and revert php5-extensions/Makefile.

Revision 1.29 / (download) - annotate - [select for diffs], Sat Jun 16 09:31:10 2012 UTC (11 years, 5 months ago) by dholland
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

php-pspell doesn't support php52, so comment it out from here.
(this may not be the right fix, but it should stop pbulk from croaking)

Revision 1.28 / (download) - annotate - [select for diffs], Sat Jun 16 05:41:03 2012 UTC (11 years, 5 months ago) by taca
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

Change PKGNAME to use PHP_PKG_PREFIX.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Jun 16 05:33:16 2012 UTC (11 years, 5 months ago) by taca
Branch: MAIN
Changes since 1.26: +56 -63 lines
Diff to previous 1.26 (colored)

Instead of random PHP packages, just includes extensions bundled
with PHP 5.2.x's distribution.

Bump PKGREVISION.

Revision 1.26 / (download) - annotate - [select for diffs], Sun Apr 15 22:01:02 2012 UTC (11 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Reset maintainer, developer has left the building

Revision 1.25 / (download) - annotate - [select for diffs], Wed Sep 28 06:34:44 2011 UTC (12 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.24: +2 -3 lines
Diff to previous 1.24 (colored)

Drop pspell module, it requires PHP 5.3.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Aug 20 15:03:42 2011 UTC (12 years, 3 months ago) by taca
Branch: MAIN
Changes since 1.23: +3 -1 lines
Diff to previous 1.23 (colored)

Add www/php-tidy.

Bump PKGREVISION.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Mar 21 17:37:22 2010 UTC (13 years, 8 months ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.22: +3 -1 lines
Diff to previous 1.22 (colored)

add php5-enchant and php5-intl

Revision 1.22 / (download) - annotate - [select for diffs], Tue Mar 16 15:52:25 2010 UTC (13 years, 8 months ago) by taca
Branch: MAIN
Changes since 1.21: +62 -64 lines
Diff to previous 1.21 (colored)

Update php5-extensions package to 5.2.13.

* Change package version scheme.
* Add php5-pspell and php5-sysvmsg.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Dec 19 12:27:30 2007 UTC (15 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.20: +3 -10 lines
Diff to previous 1.20 (colored)

Replaced the custom definitions with META_PACKAGE=yes.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Nov 6 22:06:35 2006 UTC (17 years ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.19: +56 -53 lines
Diff to previous 1.19 (colored)

Update lang/php5 to 5.2.0.

Changes since 5.1.6:

The key features of PHP 5.2.0 include:
* New memory manager for the Zend Engine with improved performance and a more
  accurate memory usage tracking.
* Input filtering extension was added and enabled by default.
* JSON extension was added and enabled by default.
* ZIP extension for creating and editing zip files was introduced.
* Hooks for tracking file upload progress were introduced.
* Introduced E_RECOVERABLE_ERROR error mode.
* Introduced DateTime and DateTimeZone objects with methods to manipulate
  date/time information.
* Upgraded bundled SQLite, PCRE libraries.
* Upgraded OpenSSL, MySQL and PostgreSQL client libraries for Windows
  installations.
* Many performance improvements.
* Over 200 bug fixes.

Security Enhancements and Fixes in PHP 5.2.0:
* Made PostgreSQL escaping functions in PostgreSQL and PDO extension keep
  track of character set encoding whenever possible.
* Added allow_url_include, set to Off by default to disallow use of URLs
  for include and require.
* Disable realpath cache when open_basedir and safe_mode are being used.
* Improved safe_mode enforcement for error_log() function.
* Fixed a possible buffer overflow in the underlying code responsible
  for htmlspecialchars() and htmlentities() functions.
* Added missing safe_mode and open_basedir checks for the cURL extension.
* Fixed overflow is str_repeat() & wordwrap() functions on 64bit machines.
* Fixed handling of long paths inside the tempnam() function.
* Fixed safe_mode/open_basedir checks for session.save_path, allowing them
  to account for extra parameters.
* Fixed ini setting overload in the ini_restore() function.

For a full list of changes in PHP 5.2.0, see the ChangeLog:
	http://www.php.net/ChangeLog-5.php#5.2.0

Also other notable extensions changes:
* filePRO extension removed (not in PECL yet, php-filepro disabled for PHP5)
* JSON added (not enabled by default, packaged in php-json)
* filter added (enabled by default)
* wddx rewritten to native libxml2, fixing several encoding bugs

Revision 1.19 / (download) - annotate - [select for diffs], Fri Oct 20 21:56:38 2006 UTC (17 years, 1 month ago) by jdolecek
Branch: MAIN
Changes since 1.18: +4 -3 lines
Diff to previous 1.18 (colored)

comment out odbc module - it kills Apache/PHP when enabled due
to threaded unixodbc
Adresses pkg/32395 by Arnaud LACOMBE

Revision 1.18 / (download) - annotate - [select for diffs], Fri Jun 2 18:27:57 2006 UTC (17 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.17: +51 -50 lines
Diff to previous 1.17 (colored)

Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:06 2006 UTC (17 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Jan 24 07:32:21 2006 UTC (17 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jan 6 15:10:05 2006 UTC (17 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

DEPENDS and PKGREVISION bumps because db4's library name changed.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Dec 3 19:05:38 2005 UTC (17 years, 11 months ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.13: +53 -47 lines
Diff to previous 1.13 (colored)

Update for PHP 5.1.1. Remove yp (it's been debundled in PHP 5.1.1) and
disable eaccelerator (doesn't compile with 5.1.x).

Revision 1.13 / (download) - annotate - [select for diffs], Sun Oct 9 09:13:24 2005 UTC (18 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Depend on php-sqlite, now that php5-sqlite is gone.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Oct 8 16:49:35 2005 UTC (18 years, 1 month ago) by jdolecek
Branch: MAIN
Changes since 1.11: +2 -3 lines
Diff to previous 1.11 (colored)

Unfortunately PHP has several openssl hooks, which are only enabled
when the base PHP is compiled with openssl extension (e.g. ssl://, tls://
stream support, and couple others). These don't work when SSL support
is loaded via extension.

For this reason, make openssl extension unconditionally built-in
into the main PHP package, and g/c security/php-openssl.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Oct 8 16:05:48 2005 UTC (18 years, 1 month ago) by jdolecek
Branch: MAIN
Changes since 1.10: +3 -2 lines
Diff to previous 1.10 (colored)

added net/php-xmlrpc

Revision 1.10 / (download) - annotate - [select for diffs], Mon May 23 22:04:34 2005 UTC (18 years, 6 months ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.9: +3 -2 lines
Diff to previous 1.9 (colored)

add php-pcntl

Revision 1.9 / (download) - annotate - [select for diffs], Mon May 9 18:37:56 2005 UTC (18 years, 6 months ago) by jdolecek
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

use 'php5' for CATEGORIES rather than 'php'

Revision 1.8 / (download) - annotate - [select for diffs], Sat May 7 19:30:28 2005 UTC (18 years, 6 months ago) by jdolecek
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

add php5-soap, ride PKGREVISION bump done for php-eaccelerator

Revision 1.7 / (download) - annotate - [select for diffs], Sat May 7 19:03:38 2005 UTC (18 years, 6 months ago) by jdolecek
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored)

add php-eaccelerator

Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:33 2005 UTC (18 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jan 3 15:59:12 2005 UTC (18 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Bump PKGREVISION because of curl dependency bump.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Nov 8 20:21:49 2004 UTC (19 years ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.3: +3 -2 lines
Diff to previous 1.3 (colored)

add php-pdflib extension

Revision 1.3 / (download) - annotate - [select for diffs], Sat Nov 6 18:36:16 2004 UTC (19 years ago) by jdolecek
Branch: MAIN
Changes since 1.2: +5 -2 lines
Diff to previous 1.2 (colored)

add php-zip, php-dom, php-xsl

Revision 1.2 / (download) - annotate - [select for diffs], Fri Nov 5 21:04:38 2004 UTC (19 years ago) by jdolecek
Branch: MAIN
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

Add php-dbx package - PHP database abstraction layer extension. This is
for both PHP 4.x and 5.x.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Nov 4 19:44:37 2004 UTC (19 years ago) by jdolecek
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Add php-extensions-5.0 meta-package. Pulls in the base PHP5, Apache module
and all extension pkgsrc extension modules for PHP 5.x

Revision 1.1 / (download) - annotate - [select for diffs], Thu Nov 4 19:44:37 2004 UTC (19 years ago) by jdolecek
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>