[csw-devel] SF.net SVN: gar:[14494] csw/mgar/pkg/php5/trunk
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Tue May 3 02:02:28 CEST 2011
Revision: 14494
http://gar.svn.sourceforge.net/gar/?rev=14494&view=rev
Author: bdwalton
Date: 2011-05-03 00:02:28 +0000 (Tue, 03 May 2011)
Log Message:
-----------
php5/trunk: drop a few legacy Makefile versions
Modified Paths:
--------------
csw/mgar/pkg/php5/trunk/Makefile
Removed Paths:
-------------
csw/mgar/pkg/php5/trunk/Makefile.cswdir
csw/mgar/pkg/php5/trunk/Makefile.php5dir
Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile 2011-05-02 19:56:08 UTC (rev 14493)
+++ csw/mgar/pkg/php5/trunk/Makefile 2011-05-03 00:02:28 UTC (rev 14494)
@@ -347,3 +347,5 @@
@perl -pi -e 's!s:17:"http://proxy:3128!s:0:"!' $(DESTDIR)$(sysconfdir)/pear.conf*
@$(MAKECOOKIE)
+post-merge:
+ @(rm $(PKGROOT)/opt/csw/php5/extensions/phar)
Deleted: csw/mgar/pkg/php5/trunk/Makefile.cswdir
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile.cswdir 2011-05-02 19:56:08 UTC (rev 14493)
+++ csw/mgar/pkg/php5/trunk/Makefile.cswdir 2011-05-03 00:02:28 UTC (rev 14494)
@@ -1,88 +0,0 @@
-NAME = php5
-VERSION = 5.2.11
-CATEGORIES = lang
-SF_PROJ = $(shell echo $(NAME) | sed -e 's/[0-9]//g')
-DISTNAME = $(SF_PROJ)-$(VERSION)
-
-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
-
-MASTER_SITES = http://us.php.net/distributions/
-SPKG_SOURCEURL = http://www.php.net/
-INSTALL_ENV += INSTALL_ROOT=$(DESTDIR)
-STRIP_DIRS += $(shell $(call _get_php_prefix,$(DESTDIR))/bin/php-config --extension-dir)/*/
-
-DISTFILES += $(DISTNAME).tar.bz2
-DISTFILES += php.ini.CSW phpext pear.conf.CSW CSWphp5.postinstall
-
-PACKAGES = CSWphp5 CSWphp5devel
-
-CATALOGNAME_CSWphp5 = php5
-SPKG_DESC_CSWphp5 = A High-Level Scripting Languages
-CATALOGNAME_CSWphp5devel = php5_devel
-SPKG_DESC_CSWphp5devel = Development files for php5
-RUNTIME_DEP_PKGS_CSWphp5 = CSWexpat CSWggettextrt CSWiconv CSWpng CSWsqlite
-RUNTIME_DEP_PKGS_CSWphp5 += CSWlibxml2 CSWzlib CSWmysql5rt CSWxpm CSWt1lib
-RUNTIME_DEP_PKGS_CSWphp5 += CSWftype2 CSWgd CSWjpeg CSWlibmm
-RUNTIME_DEP_PKGS_CSWphp5devel = CSWphp5
-
-PKGFILES_CSWphp5devel = $(bindir)/php-config
-PKGFILES_CSWphp5devel += $(bindir)/phpize
-PKGFILES_CSWphp5devel += $(bindir)/peardev
-PKGFILES_CSWphp5devel += $(libdir)/php/build/.*
-PKGFILES_CSWphp5devel += $(includedir)/php/TSRM.*
-PKGFILES_CSWphp5devel += $(includedir)/php/Zend.*
-PKGFILES_CSWphp5devel += $(includedir)/php/include.*
-PKGFILES_CSWphp5devel += $(includedir)/php/main.*
-PKGFILES_CSWphp5devel += $(includedir)/php/regex.*
-PKGFILES_CSWphp5devel += $(includedir)/php/ext/date.*
-PKGFILES_CSWphp5devel += $(includedir)/php/ext/filter.*
-PKGFILES_CSWphp5devel += $(includedir)/php/ext/libxml.*
-PKGFILES_CSWphp5devel += $(includedir)/php/ext/pcre.*
-PKGFILES_CSWphp5devel += $(includedir)/php/ext/spl.*
-PKGFILES_CSWphp5devel += $(includedir)/php/ext/standard.*
-PKGFILES_CSWphp5devel += $(includedir)/php/ext/xml.*
-PKGFILES_CSWphp5devel += $(mandir)/man1/php-config.1
-PKGFILES_CSWphp5devel += $(mandir)/man1/phpize.1
-
-PATCHFILES += configure.diff
-PATCHFILES += php-bug-45557-fix.diff
-
-# PHP Extensions
-EXTDIRLIST = $(shell ls -d extensions/*)
-include $(foreach X,$(EXTDIRLIST),$(X)/Makefile)
-
-EXTRA_CFLAGS = -I$(prefix)/include/ncursesw
-
-NOISALIST = 1
-STRIP_LIBTOOL = 1
-
-CONFIGURE_ARGS += --prefix=$(prefix)
-CONFIGURE_ARGS += --disable-static
-CONFIGURE_ARGS += --with-exec-dir=$(prefix)/bin
-CONFIGURE_ARGS += --enable-cli
-CONFIGURE_ARGS += --enable-fastcgi
-CONFIGURE_ARGS += --enable-force-cgi-redirect
-CONFIGURE_ARGS += --with-mm=$(prefix)
-CONFIGURE_ARGS += --enable-magic-quotes
-CONFIGURE_ARGS += --enable-spl=shared
-CONFIGURE_ARGS += --with-pcre-regex
-CONFIGURE_ARGS += --with-pear=shared
-
-# Disable Tests (report submitted to PHP QA)
-SKIPTEST = 1
-#ENABLE_CHECK = 0
-
-include files/scripts.mk
-include gar/category.mk
Deleted: csw/mgar/pkg/php5/trunk/Makefile.php5dir
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile.php5dir 2011-05-02 19:56:08 UTC (rev 14493)
+++ csw/mgar/pkg/php5/trunk/Makefile.php5dir 2011-05-03 00:02:28 UTC (rev 14494)
@@ -1,87 +0,0 @@
-NAME = php5
-VERSION = 5.2.9
-CATEGORIES = lang
-SF_PROJ = $(shell echo $(NAME) | sed -e 's/[0-9]//g')
-DISTNAME = $(SF_PROJ)-$(VERSION)
-
-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
-
-MASTER_SITES = http://us.php.net/distributions/
-SPKG_SOURCEURL = http://www.php.net/
-INSTALL_ENV += INSTALL_ROOT=$(DESTDIR)
-STRIP_DIRS += $(shell $(call _get_php_prefix,$(DESTDIR))/bin/php-config --extension-dir)/*/
-
-DISTFILES += $(DISTNAME).tar.bz2
-DISTFILES += php.ini.CSW phpext pear.conf.CSW CSWphp5.postinstall
-
-PACKAGES = CSWphp5 CSWphp5devel
-
-CATALOGNAME_CSWphp5 = php5
-SPKG_DESC_CSWphp5 = A High-Level Scripting Languages
-CATALOGNAME_CSWphp5devel = php5_devel
-SPKG_DESC_CSWphp5devel = Development files for php5
-RUNTIME_DEP_PKGS_CSWphp5 = CSWexpat CSWggettextrt CSWiconv
-RUNTIME_DEP_PKGS_CSWphp5 += CSWlibxml2 CSWzlib CSWmysql5rt
-RUNTIME_DEP_PKGS_CSWphp5devel = CSWphp5
-
-PKGFILES_CSWphp5devel = $(bindir)/php-config
-PKGFILES_CSWphp5devel += $(bindir)/phpize
-PKGFILES_CSWphp5devel += $(bindir)/peardev
-PKGFILES_CSWphp5devel += $(libdir)/php/build/.*
-PKGFILES_CSWphp5devel += $(includedir)/php/TSRM.*
-PKGFILES_CSWphp5devel += $(includedir)/php/Zend.*
-PKGFILES_CSWphp5devel += $(includedir)/php/include.*
-PKGFILES_CSWphp5devel += $(includedir)/php/main.*
-PKGFILES_CSWphp5devel += $(includedir)/php/regex.*
-PKGFILES_CSWphp5devel += $(includedir)/php/ext/date.*
-PKGFILES_CSWphp5devel += $(includedir)/php/ext/filter.*
-PKGFILES_CSWphp5devel += $(includedir)/php/ext/libxml.*
-PKGFILES_CSWphp5devel += $(includedir)/php/ext/pcre.*
-PKGFILES_CSWphp5devel += $(includedir)/php/ext/spl.*
-PKGFILES_CSWphp5devel += $(includedir)/php/ext/standard.*
-PKGFILES_CSWphp5devel += $(includedir)/php/ext/xml.*
-PKGFILES_CSWphp5devel += $(mandir)/man1/php-config.1
-PKGFILES_CSWphp5devel += $(mandir)/man1/phpize.1
-
-PATCHFILES += configure.diff
-PATCHFILES += php-bug-45557-fix.diff
-
-# PHP Extensions
-EXTDIRLIST = $(shell ls -d extensions/*)
-include $(foreach X,$(EXTDIRLIST),$(X)/Makefile)
-
-EXTRA_CFLAGS = -I$(prefix)/include/ncursesw
-
-NOISALIST = 1
-STRIP_LIBTOOL = 1
-
-CONFIGURE_ARGS += --prefix=$(prefix)/php5
-CONFIGURE_ARGS += --disable-static
-CONFIGURE_ARGS += --with-exec-dir=$(prefix)/php5/bin
-CONFIGURE_ARGS += --enable-cli
-CONFIGURE_ARGS += --enable-fastcgi
-CONFIGURE_ARGS += --enable-force-cgi-redirect
-CONFIGURE_ARGS += --with-mm=$(prefix)
-CONFIGURE_ARGS += --enable-magic-quotes
-CONFIGURE_ARGS += --enable-spl=shared
-CONFIGURE_ARGS += --with-pcre-regex
-CONFIGURE_ARGS += --with-pear=shared
-
-# Disable Tests (report submitted to PHP QA)
-SKIPTEST = 1
-ENABLE_CHECK = 0
-
-include files/scripts.mk
-include gar/category.mk
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