Up to [cvs.NetBSD.org] / pkgsrc / textproc / php4-domxml
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.27, Wed Feb 10 17: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.26: +1 -1
lines
FILE REMOVED
Retire php4-domxml and php4-xslt.
Revision 1.26 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:51 2008 UTC (15 years, 5 months ago) by joerg
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,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.25: +3 -1
lines
Diff to previous 1.25 (colored)
Add DESTDIR support.
Revision 1.25 / (download) - annotate - [select for diffs], Sun Jun 4 16:26:55 2006 UTC (17 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
Revision 1.24 / (download) - annotate - [select for diffs], Fri Jun 2 18:27:58 2006 UTC (17 years, 6 months ago) by joerg
Branch: MAIN
Changes since 1.23: +4 -3
lines
Diff to previous 1.23 (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.23 / (download) - annotate - [select for diffs], Sun Feb 5 23:11:06 2006 UTC (17 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.22: +2 -1
lines
Diff to previous 1.22 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.22 / (download) - annotate - [select for diffs], Mon Dec 5 20:51:07 2005 UTC (17 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.21: +1 -2
lines
Diff to previous 1.21 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.21 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:41 2005 UTC (18 years, 7 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.20: +1 -2
lines
Diff to previous 1.20 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.20 / (download) - annotate - [select for diffs], Fri Nov 5 21:44:44 2004 UTC (19 years ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.19: +3 -4
lines
Diff to previous 1.19 (colored)
it safe to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS setting now, do so for aesthetic reasons
Revision 1.19 / (download) - annotate - [select for diffs], Sun Oct 31 21:28:51 2004 UTC (19 years, 1 month ago) by jdolecek
Branch: MAIN
Changes since 1.18: +3 -2
lines
Diff to previous 1.18 (colored)
convert to use lang/php/ext.mk, tho these packages are PHP4-only (moved to PECL or replaced by different extensions in 5.x)
Revision 1.18 / (download) - annotate - [select for diffs], Tue Jul 6 19:52:01 2004 UTC (19 years, 4 months ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Update php4 package to 4.3.7. Change list from release notes: * Synchronized bundled GD library with GD 2.0.23. * Fixed a bug that prevented compilation of GD extensions against FreeType 2.1.0-2.1.2. * Fixed thread safety issue with informix connection id. * Fixed incorrect resolving of relative paths by glob() in windows. * Fixed mapping of Greek letters to html entities. * Fixed a bug that caused an on shutdown crash when using PHP with Apache 2.0.49. * Fixed a number of crashes inside pgsql, cpdf and gd extensions. All in all this release fixes over 30 bugs that have been discovered and resolved since the 4.3.6 release.
Revision 1.17 / (download) - annotate - [select for diffs], Tue Jul 6 16:28:53 2004 UTC (19 years, 4 months ago) by recht
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
bump PKGREVISIONs since libxslt needs libgcrypt now
Revision 1.16 / (download) - annotate - [select for diffs], Sun Apr 25 00:52:39 2004 UTC (19 years, 7 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.15: +5 -5
lines
Diff to previous 1.15 (colored)
bl3ify
Revision 1.15 / (download) - annotate - [select for diffs], Fri Jan 23 21:50:49 2004 UTC (19 years, 10 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA. This shouldn't be needed if we had non-recursive dependancies *sigh*.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Dec 4 19:48:26 2003 UTC (19 years, 11 months ago) by xtraeme
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).
Revision 1.13 / (download) - annotate - [select for diffs], Sat Nov 29 12:02:22 2003 UTC (20 years ago) by jdolecek
Branch: MAIN
Changes since 1.12: +1 -3
lines
Diff to previous 1.12 (colored)
g/c local BUILDLINK_DEPENDS.libxml2, buildlink forces the right version nowadays
Revision 1.12 / (download) - annotate - [select for diffs], Sat Nov 29 11:58:05 2003 UTC (20 years ago) by jdolecek
Branch: MAIN
Changes since 1.11: +5 -2
lines
Diff to previous 1.11 (colored)
enable xslt and exslt support (using libxslt), so that the package would have full available functionality of the module bump PKGREVISION problem reported and fix provided in pkg/23594
Revision 1.11 / (download) - annotate - [select for diffs], Sat Nov 8 06:58:10 2003 UTC (20 years ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Update PHP to 4.3.4 From release announcemenet: After a lengthy QA process, PHP 4.3.4 is finally out! This is a medium size maintenance release, with a fair number of bug fixes. All users are encouraged to upgrade to 4.3.4. Bugfix release PHP 4.3.4 contains, among others, following important fixes, additions and improvements: * Fixed disk_total_space() and disk_free_space() under FreeBSD. * Fixed FastCGI support on Win32. * Fixed FastCGI being unable to bind to a specific IP. * Fixed several bugs in mail() implementation on win32. * Fixed crashes in a number of functions. * Fixed compile failure on MacOSX 10.3 Panther. * Over 60 various bug fixes! For full list of changes in PHP 4.3.4, see ChangeLog: http://www.php.net/ChangeLog-4.php#4.3.4
Revision 1.10 / (download) - annotate - [select for diffs], Sat Sep 13 07:30:23 2003 UTC (20 years, 2 months ago) by jdolecek
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
bump PKGREVISION for previous
Revision 1.9 / (download) - annotate - [select for diffs], Sat Sep 13 07:28:13 2003 UTC (20 years, 2 months ago) by jdolecek
Branch: MAIN
Changes since 1.8: +3 -1
lines
Diff to previous 1.8 (colored)
needs libxml2>=2.5.10nb1 to work
Revision 1.8 / (download) - annotate - [select for diffs], Sun Aug 31 19:55:59 2003 UTC (20 years, 3 months ago) by jdolecek
Branch: MAIN
Changes since 1.7: +4 -3
lines
Diff to previous 1.7 (colored)
Update PHP to final 4.3.3 Some highlights of changes since 4.2.3: * PCRE updated to 4.3, GD to 2.0.15 * improved Apache2 support * much improved stream & URL wrapper support, output compression support * added CLI (Command Line Interface) SAPI * debug_backtrace() backported from ZendEngine2 * faster build system * huge number of other bug fixes and improvements Packaging changes: * 'pcre', 'xml', and 'session' modules folded back into main package - 'pcre' and 'xml' is required by PEAR, and 'session' is just too essential to be separate * 'gd' module now uses bundled PHP GD library, which is better integrated * PHP modules use shared distinfo when possible to ease future PHP updates * ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php remains CGI version
Revision 1.7 / (download) - annotate - [select for diffs], Sun Jul 13 13:53:35 2003 UTC (20 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
PKGREVISION bump for libiconv update.
Revision 1.6 / (download) - annotate - [select for diffs], Mon May 5 16:52:10 2003 UTC (20 years, 6 months ago) by jmmv
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Line up PKGREVISION whitespace.
Revision 1.5 / (download) - annotate - [select for diffs], Fri May 2 11:56:32 2003 UTC (20 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Dependency bumps, needed because of devel/pth's major bump, and related dependency bumps.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 5 00:15:58 2002 UTC (21 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
Convert to buildlink2.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Sep 10 16:06:50 2002 UTC (21 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Since the major of libiconv was increased during the update to 1.8, bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Feb 28 06:18:48 2002 UTC (21 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.1: +6 -6
lines
Diff to previous 1.1 (colored)
Update textproc/php4-domxml to 4.1.2. The only change from version 4.1.1 is that this is built from the php-4.1.2 sources.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Feb 11 09:33:42 2002 UTC (21 years, 9 months ago) by manu
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
DOM interface for PHP 4.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Feb 11 09:33:42 2002 UTC (21 years, 9 months ago) by manu
Branch: MAIN
Initial revision