Up to [cvs.NetBSD.org] / pkgsrc / meta-pkgs / php4-extensions
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.24, Wed Feb 10 19:52:30 2010 UTC (13 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
HEAD
Changes since 1.23: +1 -1
lines
FILE REMOVED
Retire php4-extensions
Revision 1.23 / (download) - annotate - [select for diffs], Mon Jul 13 14:49:15 2009 UTC (14 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.22: +2 -3
lines
Diff to previous 1.22 (colored)
php-sqlite no longer support PHP 4. Bump revision.
Revision 1.22 / (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-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.21: +3 -10
lines
Diff to previous 1.21 (colored)
Replaced the custom definitions with META_PACKAGE=yes.
Revision 1.21 / (download) - annotate - [select for diffs], Thu Oct 25 22:00:56 2007 UTC (16 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
* If PLIST_SRC is explicitly set to an empty value in a package Makefile, then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
Revision 1.20 / (download) - annotate - [select for diffs], Mon Nov 6 21:36:49 2006 UTC (17 years, 1 month 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: +3 -2
lines
Diff to previous 1.19 (colored)
include php-apc
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: +46 -44
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, 10 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, 11 months ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -2
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], Thu Nov 3 02:00:26 2005 UTC (18 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.13: +3 -2
lines
Diff to previous 1.13 (colored)
Add php-sqlite; bump PKGREVISION.
Revision 1.13 / (download) - annotate - [select for diffs], Sat Oct 8 16:49:35 2005 UTC (18 years, 2 months ago) by jdolecek
Branch: MAIN
Changes since 1.12: +2 -3
lines
Diff to previous 1.12 (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.12 / (download) - annotate - [select for diffs], Sat Oct 8 16:05:48 2005 UTC (18 years, 2 months ago) by jdolecek
Branch: MAIN
Changes since 1.11: +3 -1
lines
Diff to previous 1.11 (colored)
added net/php-xmlrpc
Revision 1.11 / (download) - annotate - [select for diffs], Wed Sep 28 19:17:16 2005 UTC (18 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.10: +1 -2
lines
Diff to previous 1.10 (colored)
Fixed pkglint warnings.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Sep 4 12:49:17 2005 UTC (18 years, 3 months ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.9: +45 -45
lines
Diff to previous 1.9 (colored)
Update for PHP 4.4.x
Revision 1.9 / (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-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.8: +3 -2
lines
Diff to previous 1.8 (colored)
add php-pcntl
Revision 1.8 / (download) - annotate - [select for diffs], Mon May 9 18:37:42 2005 UTC (18 years, 6 months ago) by jdolecek
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
use 'php4' for CATEGORIES rather than 'php'
Revision 1.7 / (download) - annotate - [select for diffs], Sat May 7 19:03:38 2005 UTC (18 years, 7 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, 11 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:19:40 2004 UTC (19 years ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
follow php4-pdflib rename to php-pdflib, bump PKGREVISION
Revision 1.3 / (download) - annotate - [select for diffs], Sat Nov 6 18:35:19 2004 UTC (19 years, 1 month ago) by jdolecek
Branch: MAIN
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
php4-zip was replaced by php-zip, which can be used with both PHP4 and PHP5. The PECL extension is preferred even for PHP4 (which has zip extension bundled), since further maintenance is likely to be more active there.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Nov 5 21:04:38 2004 UTC (19 years, 1 month 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:37:25 2004 UTC (19 years, 1 month 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-4.3 meta-package. Pulls in the base PHP4, Apache module and all available extension modules.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Nov 4 19:37:25 2004 UTC (19 years, 1 month ago) by jdolecek
Branch: MAIN
Initial revision