The NetBSD Project

CVS log for pkgsrc/textproc/php4-xslt/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / php4-xslt

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.24, 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.23: +1 -1 lines
FILE REMOVED

Retire php4-domxml and php4-xslt.

Revision 1.23 / (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.22: +6 -3 lines
Diff to previous 1.22 (colored)

Add DESTDIR support.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Jun 4 16:26:55 2006 UTC (17 years, 6 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.21: +2 -2 lines
Diff to previous 1.21 (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.21 / (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.20: +4 -3 lines
Diff to previous 1.20 (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.20 / (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.19: +2 -2 lines
Diff to previous 1.19 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

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

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

Revision 1.18 / (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.17: +1 -2 lines
Diff to previous 1.17 (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.17 / (download) - annotate - [select for diffs], Sun Sep 4 12:46:01 2005 UTC (18 years, 3 months ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

fix compilation after PHP 4.4.x upgrade

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jun 1 19:13:24 2005 UTC (18 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.15: +12 -10 lines
Diff to previous 1.15 (colored)

Don't include bsd.builtin.mk... just include the builtin.mk file for
the package that we're interested in (iconv).  Also, fix the logic so
that we don't assume that built-in libiconv.so doesn't exist.

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

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.14 / (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.13: +4 -4 lines
Diff to previous 1.13 (colored)

it safe to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS
setting now, do so for aesthetic reasons

Revision 1.13 / (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.12: +3 -2 lines
Diff to previous 1.12 (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.12 / (download) - annotate - [select for diffs], Mon Jul 12 04:32:21 2004 UTC (19 years, 4 months ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.11: +12 -3 lines
Diff to previous 1.11 (colored)

the trick with setting PHP_ICONV in environment doesn't work with
more recent PHP anymore, so use USE_BUILDIN.iconv test to select
the appropriate iconv parameter value

fixes compilation on NetBSD 1.6.x and other systems without builtin
iconv, and thus PR pkg/26212 and PR pkg/26213

package behaviour unchanged, so no PKGREVISION bump done

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jul 6 19:52:01 2004 UTC (19 years, 4 months ago) by jdolecek
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (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.10 / (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.9: +3 -3 lines
Diff to previous 1.9 (colored)

bl3ify

Revision 1.9 / (download) - annotate - [select for diffs], Sun Aug 31 19:56:04 2003 UTC (20 years, 3 months ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.8: +8 -5 lines
Diff to previous 1.8 (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.8 / (download) - annotate - [select for diffs], Fri Aug 29 15:49:14 2003 UTC (20 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Bump package revision to 2 (Sablotron was updated to 1.0).

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 -1 lines
Diff to previous 1.6 (colored)

PKGREVISION bump for libiconv update.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Oct 30 15:28:12 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.5: +5 -11 lines
Diff to previous 1.5 (colored)

Update to 4.2.3. Simplify logic to find libiconv.

Revision 1.5 / (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.4: +2 -2 lines
Diff to previous 1.4 (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.4 / (download) - annotate - [select for diffs], Tue Sep 10 12:32:11 2002 UTC (21 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

Convert to buildlink2 (was mixing one and two).

Revision 1.3 / (download) - annotate - [select for diffs], Thu Feb 28 06:19:03 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.2: +4 -3 lines
Diff to previous 1.2 (colored)

Update textproc/php4-xslt 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.2 / (download) - annotate - [select for diffs], Tue Jan 1 06:46:39 2002 UTC (21 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.1: +8 -1 lines
Diff to previous 1.1 (colored)

Install the API documentation for php4-xslt.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Jan 1 03:48:14 2002 UTC (21 years, 11 months ago) by jlam
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

textproc/php4-xslt: PHP4 extension for XSLT functions (Sablotron backend)

PHP is a programming language designed to be embedded into web pages.
This module provides XSLT functions for PHP4.  This module replaces
textproc/php4-sablot, which has been deprecated/removed.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jan 1 03:48:14 2002 UTC (21 years, 11 months ago) by jlam
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>