[csw-devel] SF.net SVN: gar:[4588] csw/mgar/pkg/php5/trunk/legacy
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Mon Apr 27 20:16:39 CEST 2009
Revision: 4588
http://gar.svn.sourceforge.net/gar/?rev=4588&view=rev
Author: valholla
Date: 2009-04-27 18:16:39 +0000 (Mon, 27 Apr 2009)
Log Message:
-----------
consolidate old php5* to current php5 trunk/legacy
Added Paths:
-----------
csw/mgar/pkg/php5/trunk/legacy/php5-apache/
csw/mgar/pkg/php5/trunk/legacy/php5-apache/trunk/
csw/mgar/pkg/php5/trunk/legacy/php5-apache/trunk/Makefile
csw/mgar/pkg/php5/trunk/legacy/php5-apache/trunk/checksums
csw/mgar/pkg/php5/trunk/legacy/php5-apache/trunk/files/
csw/mgar/pkg/php5/trunk/legacy/php5-apache2/
csw/mgar/pkg/php5/trunk/legacy/php5-apache2/trunk/
csw/mgar/pkg/php5/trunk/legacy/php5-apache2/trunk/Makefile
csw/mgar/pkg/php5/trunk/legacy/php5-apache2/trunk/checksums
csw/mgar/pkg/php5/trunk/legacy/php5-apache2/trunk/files/
Removed Paths:
-------------
csw/mgar/pkg/php5/trunk/legacy/php5-apache/trunk/
csw/mgar/pkg/php5/trunk/legacy/php5-apache/trunk/Makefile
csw/mgar/pkg/php5/trunk/legacy/php5-apache/trunk/checksums
csw/mgar/pkg/php5/trunk/legacy/php5-apache/trunk/files/
csw/mgar/pkg/php5/trunk/legacy/php5-apache2/trunk/
csw/mgar/pkg/php5/trunk/legacy/php5-apache2/trunk/Makefile
csw/mgar/pkg/php5/trunk/legacy/php5-apache2/trunk/checksums
csw/mgar/pkg/php5/trunk/legacy/php5-apache2/trunk/files/
Deleted: csw/mgar/pkg/php5/trunk/legacy/php5-apache/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5-apache/trunk/Makefile 2009-04-27 18:02:25 UTC (rev 4587)
+++ csw/mgar/pkg/php5/trunk/legacy/php5-apache/trunk/Makefile 2009-04-27 18:16:39 UTC (rev 4588)
@@ -1,52 +0,0 @@
-GARNAME = php
-GARVERSION = 5.2.6
-CATEGORIES = lang
-
-# This directory is for the build and packaging of the Apache 1.3.x
-# SAPI module for PHP5. PHP CGI/CLI and extensions are built along
-# with the Apache 2.0.x SAPI.
-
-DESCRIPTION = A high-level scripting language.
-define BLURB
- PHP is a widely-used Open Source general-purpose scripting language that is
- especially suited for Web development and can be embedded into HTML. Its
- syntax draws upon C, Java, and Perl, and is easy to learn. PHP runs on many
- different platforms and can be used as a standalone executable or as a
- module under a variety of Web servers. It has excellent support for
- databases, XML, LDAP, IMAP, Java, various Internet protocols, and general
- data manipulation, and is extensible via its powerful API. It is actively
- developed and supported by a talented and energetic international team.
- Numerous Open Source and commercial PHP-based application packages are
- available.
-endef
-
-# PHP Apache SAPI
-ADMFILES = depend prototype preremove postinstall space
-DISTFILES += $(call admfiles,CSWmodphp5,$(ADMFILES))
-
-# Patches
-include files/patches.mk
-
-# Dependencies
-include files/depend.mk
-DEPENDS += server/apache
-
-# SAPI Common Configuration
-include files/config.mk
-
-# Apache SAPI Specific Configuration
-CONFIGURE_ARGS += --with-apxs=$(prefix)/apache/bin/apxs
-INSTALL_SCRIPTS = sapi-only
-
-# System Rules/Configuration
-include gar/category.mk
-
-# Common Rules
-include files/rules.mk
-
-# SAPI Specific Rules
-STRIP_DIRS += $(DESTDIR)$(prefix)/apache/libexec
-
-install-sapi-only:
- @( cd $(WORKSRC) ; $(INSTALL_ENV) $(MAKE) install-sapi )
-
Copied: csw/mgar/pkg/php5/trunk/legacy/php5-apache/trunk/Makefile (from rev 4451, csw/mgar/pkg/php5-apache/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/php5/trunk/legacy/php5-apache/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/php5/trunk/legacy/php5-apache/trunk/Makefile 2009-04-27 18:16:39 UTC (rev 4588)
@@ -0,0 +1,52 @@
+GARNAME = php
+GARVERSION = 5.2.6
+CATEGORIES = lang
+
+# This directory is for the build and packaging of the Apache 1.3.x
+# SAPI module for PHP5. PHP CGI/CLI and extensions are built along
+# with the Apache 2.0.x SAPI.
+
+DESCRIPTION = A high-level scripting language.
+define BLURB
+ PHP is a widely-used Open Source general-purpose scripting language that is
+ especially suited for Web development and can be embedded into HTML. Its
+ syntax draws upon C, Java, and Perl, and is easy to learn. PHP runs on many
+ different platforms and can be used as a standalone executable or as a
+ module under a variety of Web servers. It has excellent support for
+ databases, XML, LDAP, IMAP, Java, various Internet protocols, and general
+ data manipulation, and is extensible via its powerful API. It is actively
+ developed and supported by a talented and energetic international team.
+ Numerous Open Source and commercial PHP-based application packages are
+ available.
+endef
+
+# PHP Apache SAPI
+ADMFILES = depend prototype preremove postinstall space
+DISTFILES += $(call admfiles,CSWmodphp5,$(ADMFILES))
+
+# Patches
+include files/patches.mk
+
+# Dependencies
+include files/depend.mk
+DEPENDS += server/apache
+
+# SAPI Common Configuration
+include files/config.mk
+
+# Apache SAPI Specific Configuration
+CONFIGURE_ARGS += --with-apxs=$(prefix)/apache/bin/apxs
+INSTALL_SCRIPTS = sapi-only
+
+# System Rules/Configuration
+include gar/category.mk
+
+# Common Rules
+include files/rules.mk
+
+# SAPI Specific Rules
+STRIP_DIRS += $(DESTDIR)$(prefix)/apache/libexec
+
+install-sapi-only:
+ @( cd $(WORKSRC) ; $(INSTALL_ENV) $(MAKE) install-sapi )
+
Deleted: csw/mgar/pkg/php5/trunk/legacy/php5-apache/trunk/checksums
===================================================================
--- csw/mgar/pkg/php5-apache/trunk/checksums 2009-04-27 18:02:25 UTC (rev 4587)
+++ csw/mgar/pkg/php5/trunk/legacy/php5-apache/trunk/checksums 2009-04-27 18:16:39 UTC (rev 4588)
@@ -1,8 +0,0 @@
-c37758ca9bed5b5f9a15fd636acd7149 download/CSWmodphp5.gspec
-b226254db72796595d88577d2c769dc9 download/CSWmodphp5.depend
-74c60f89b137d7e30882c28aac392133 download/CSWmodphp5.prototype
-2e5dbed2c9dd5e24c331753984946822 download/CSWmodphp5.preremove
-5f0046fe1b3f8e2228fdb165bdbbe73a download/CSWmodphp5.postinstall
-0dd379f20ceb32fc77bb3a9bf045097f download/CSWmodphp5.space
-7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2
-a03ecfbc83c95890b9167f7324e5d7a8 download/config.diff
Copied: csw/mgar/pkg/php5/trunk/legacy/php5-apache/trunk/checksums (from rev 4451, csw/mgar/pkg/php5-apache/trunk/checksums)
===================================================================
--- csw/mgar/pkg/php5/trunk/legacy/php5-apache/trunk/checksums (rev 0)
+++ csw/mgar/pkg/php5/trunk/legacy/php5-apache/trunk/checksums 2009-04-27 18:16:39 UTC (rev 4588)
@@ -0,0 +1,8 @@
+c37758ca9bed5b5f9a15fd636acd7149 download/CSWmodphp5.gspec
+b226254db72796595d88577d2c769dc9 download/CSWmodphp5.depend
+74c60f89b137d7e30882c28aac392133 download/CSWmodphp5.prototype
+2e5dbed2c9dd5e24c331753984946822 download/CSWmodphp5.preremove
+5f0046fe1b3f8e2228fdb165bdbbe73a download/CSWmodphp5.postinstall
+0dd379f20ceb32fc77bb3a9bf045097f download/CSWmodphp5.space
+7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2
+a03ecfbc83c95890b9167f7324e5d7a8 download/config.diff
Deleted: csw/mgar/pkg/php5/trunk/legacy/php5-apache2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5-apache2/trunk/Makefile 2009-04-27 18:02:25 UTC (rev 4587)
+++ csw/mgar/pkg/php5/trunk/legacy/php5-apache2/trunk/Makefile 2009-04-27 18:16:39 UTC (rev 4588)
@@ -1,55 +0,0 @@
-GARNAME = php
-GARVERSION = 5.2.6
-CATEGORIES = lang
-
-DESCRIPTION = A high-level scripting language.
-define BLURB
- PHP is a widely-used Open Source general-purpose scripting language that is
- especially suited for Web development and can be embedded into HTML. Its
- syntax draws upon C, Java, and Perl, and is easy to learn. PHP runs on many
- different platforms and can be used as a standalone executable or as a
- module under a variety of Web servers. It has excellent support for
- databases, XML, LDAP, IMAP, Java, various Internet protocols, and general
- data manipulation, and is extensible via its powerful API. It is actively
- developed and supported by a talented and energetic international team.
- Numerous Open Source and commercial PHP-based application packages are
- available.
-endef
-
-# Auxilliary files
-DISTFILES += httpd-php5.conf.CSW
-
-# PHP Apache2 SAPI
-ADMFILES = depend prototype postinstall preremove space
-DISTFILES += $(call admfiles,CSWap2modphp5,$(ADMFILES))
-
-# Patches
-include files/patches.mk
-
-# Dependencies
-include files/depend.mk
-DEPENDS += server/apache2
-
-# SAPI Common Configuration
-include files/config.mk
-
-# Apache2 SAPI Specific Configuration
-CONFIGURE_ARGS += --with-apxs2=$(prefix)/apache2/sbin/apxs
-
-# System Rules/Configuration
-include gar/category.mk
-
-# Common Rules
-include files/rules.mk
-
-# SAPI Specific Rules
-STRIP_DIRS += $(DESTDIR)$(prefix)/apache2/libexec
-
-# Copy over template config files and utility scripts
-post-install:
- ginstall -d $(DESTDIR)$(prefix)/apache2/etc/extra
- ginstall -m 0644 \
- $(WORKDIR)/httpd-php5.conf.CSW \
- $(DESTDIR)$(prefix)/apache2/etc/extra
- @$(MAKECOOKIE)
-
Copied: csw/mgar/pkg/php5/trunk/legacy/php5-apache2/trunk/Makefile (from rev 3986, csw/mgar/pkg/php5-apache2/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/php5/trunk/legacy/php5-apache2/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/php5/trunk/legacy/php5-apache2/trunk/Makefile 2009-04-27 18:16:39 UTC (rev 4588)
@@ -0,0 +1,55 @@
+GARNAME = php
+GARVERSION = 5.2.6
+CATEGORIES = lang
+
+DESCRIPTION = A high-level scripting language.
+define BLURB
+ PHP is a widely-used Open Source general-purpose scripting language that is
+ especially suited for Web development and can be embedded into HTML. Its
+ syntax draws upon C, Java, and Perl, and is easy to learn. PHP runs on many
+ different platforms and can be used as a standalone executable or as a
+ module under a variety of Web servers. It has excellent support for
+ databases, XML, LDAP, IMAP, Java, various Internet protocols, and general
+ data manipulation, and is extensible via its powerful API. It is actively
+ developed and supported by a talented and energetic international team.
+ Numerous Open Source and commercial PHP-based application packages are
+ available.
+endef
+
+# Auxilliary files
+DISTFILES += httpd-php5.conf.CSW
+
+# PHP Apache2 SAPI
+ADMFILES = depend prototype postinstall preremove space
+DISTFILES += $(call admfiles,CSWap2modphp5,$(ADMFILES))
+
+# Patches
+include files/patches.mk
+
+# Dependencies
+include files/depend.mk
+DEPENDS += server/apache2
+
+# SAPI Common Configuration
+include files/config.mk
+
+# Apache2 SAPI Specific Configuration
+CONFIGURE_ARGS += --with-apxs2=$(prefix)/apache2/sbin/apxs
+
+# System Rules/Configuration
+include gar/category.mk
+
+# Common Rules
+include files/rules.mk
+
+# SAPI Specific Rules
+STRIP_DIRS += $(DESTDIR)$(prefix)/apache2/libexec
+
+# Copy over template config files and utility scripts
+post-install:
+ ginstall -d $(DESTDIR)$(prefix)/apache2/etc/extra
+ ginstall -m 0644 \
+ $(WORKDIR)/httpd-php5.conf.CSW \
+ $(DESTDIR)$(prefix)/apache2/etc/extra
+ @$(MAKECOOKIE)
+
Deleted: csw/mgar/pkg/php5/trunk/legacy/php5-apache2/trunk/checksums
===================================================================
--- csw/mgar/pkg/php5-apache2/trunk/checksums 2009-04-27 18:02:25 UTC (rev 4587)
+++ csw/mgar/pkg/php5/trunk/legacy/php5-apache2/trunk/checksums 2009-04-27 18:16:39 UTC (rev 4588)
@@ -1,9 +0,0 @@
-a71677d80f5cfd1aeb03547dfdeb705a download/httpd-php5.conf.CSW
-47f2f1ccf059cf948e762fa3628a8cf1 download/CSWap2modphp5.gspec
-77076f9a0bab2777c15b84c4c0bd7ba4 download/CSWap2modphp5.depend
-05d40405b247a12c25c04a26c68c208a download/CSWap2modphp5.prototype
-632cb357e102e18e04bb5666825a912f download/CSWap2modphp5.postinstall
-e1381a4ba49e46b2097b76286a1b36fb download/CSWap2modphp5.preremove
-0dd379f20ceb32fc77bb3a9bf045097f download/CSWap2modphp5.space
-7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2
-a03ecfbc83c95890b9167f7324e5d7a8 download/config.diff
Copied: csw/mgar/pkg/php5/trunk/legacy/php5-apache2/trunk/checksums (from rev 3986, csw/mgar/pkg/php5-apache2/trunk/checksums)
===================================================================
--- csw/mgar/pkg/php5/trunk/legacy/php5-apache2/trunk/checksums (rev 0)
+++ csw/mgar/pkg/php5/trunk/legacy/php5-apache2/trunk/checksums 2009-04-27 18:16:39 UTC (rev 4588)
@@ -0,0 +1,9 @@
+a71677d80f5cfd1aeb03547dfdeb705a download/httpd-php5.conf.CSW
+47f2f1ccf059cf948e762fa3628a8cf1 download/CSWap2modphp5.gspec
+77076f9a0bab2777c15b84c4c0bd7ba4 download/CSWap2modphp5.depend
+05d40405b247a12c25c04a26c68c208a download/CSWap2modphp5.prototype
+632cb357e102e18e04bb5666825a912f download/CSWap2modphp5.postinstall
+e1381a4ba49e46b2097b76286a1b36fb download/CSWap2modphp5.preremove
+0dd379f20ceb32fc77bb3a9bf045097f download/CSWap2modphp5.space
+7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2
+a03ecfbc83c95890b9167f7324e5d7a8 download/config.diff
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list