Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
slapos
Commits
7c10da88
Commit
7c10da88
authored
Apr 19, 2013
by
Jondy Zhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use slapos.recipe.com for apache-php.
parent
30b7b2e6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
105 deletions
+26
-105
component/apache-php/buildout.cfg
component/apache-php/buildout.cfg
+11
-4
component/apache/buildout.cfg
component/apache/buildout.cfg
+15
-101
No files found.
component/apache-php/buildout.cfg
View file @
7c10da88
...
@@ -18,13 +18,18 @@ extends =
...
@@ -18,13 +18,18 @@ extends =
../zlib/buildout.cfg
../zlib/buildout.cfg
# ftp://ftp.cygwinports.org/pub/cygwinports/release-2/PHP/php/apache2-mod_php5/apache2-mod_php5-5.4.11-1.tar.bz2#af3ad35877d9de0a8a91f125aba3b395
# ftp://ftp.cygwinports.org/pub/cygwinports/release-2/PHP/php/php-5.4.11-1-src.tar.bz2#7e6578ae50dc779440bd603fef3f20b5
# ftp://ftp.cygwinports.org/pub/cygwinports/release-2/PHP/php/php-5.4.11-1.tar.bz2#c459a2997d9035ac3d4112141650e97a
[apache-php]
[apache-php]
# Note: Shall react on each build of apache and reinstall itself
# Note: Shall react on each build of apache and reinstall itself
recipe =
hexagonit
.recipe.cmmi
recipe =
slapos
.recipe.cmmi
depends =
depends =
${mariadb:version}
${mariadb:version}
url = http://fr2.php.net/distributions/php-5.4.12.tar.bz2
url = http://fr2.php.net/distributions/php-5.4.12.tar.bz2
md5sum = 5c7b614242ae12e9cacca21c8ab84818
md5sum = 5c7b614242ae12e9cacca21c8ab84818
[x86-linux-apache-php]
configure-options =
configure-options =
--with-apxs2=${apache:location}/bin/apxs
--with-apxs2=${apache:location}/bin/apxs
--with-libxml-dir=${libxml2:location}
--with-libxml-dir=${libxml2:location}
...
@@ -64,7 +69,11 @@ environment =
...
@@ -64,7 +69,11 @@ environment =
TMPDIR=${buildout:parts-directory}/${:_buildout_section_name_}
TMPDIR=${buildout:parts-directory}/${:_buildout_section_name_}
HOME=${apache:location}
HOME=${apache:location}
[x86-cygwin-apache-php]
url = ftp://ftp.cygwinports.org/pub/cygwinports/release-2/PHP/php/php-5.4.11-1-src.tar.bz2
configure-command = cygport ${buildout:parts-directory}/${:_buildout_section_name_}__compile__ compile
configure-options =
share = /
[apache-php-postgres]
[apache-php-postgres]
# Note: Shall react on each build of apache and reinstall itself
# Note: Shall react on each build of apache and reinstall itself
...
@@ -110,8 +119,6 @@ environment =
...
@@ -110,8 +119,6 @@ environment =
TMPDIR=${buildout:parts-directory}/${:_buildout_section_name_}
TMPDIR=${buildout:parts-directory}/${:_buildout_section_name_}
HOME=${apache:location}
HOME=${apache:location}
[libmcrypt]
[libmcrypt]
recipe = hexagonit.recipe.cmmi
recipe = hexagonit.recipe.cmmi
url = http://sourceforge.net/projects/mcrypt/files/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.bz2/download
url = http://sourceforge.net/projects/mcrypt/files/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.bz2/download
...
...
component/apache/buildout.cfg
View file @
7c10da88
...
@@ -13,28 +13,14 @@ extends =
...
@@ -13,28 +13,14 @@ extends =
../sqlite3/buildout.cfg
../sqlite3/buildout.cfg
../zlib/buildout.cfg
../zlib/buildout.cfg
[apr]
recipe = hexagonit.recipe.download
version = 1.4.6
url = http://mir2.ovh.net/ftp.apache.org/dist/apr/apr-${:version}.tar.bz2
md5sum = ffee70a111fd07372982b0550bbb14b7
[apr-util]
recipe = hexagonit.recipe.download
version = 1.5.1
url = http://mir2.ovh.net/ftp.apache.org/dist/apr/apr-util-${:version}.tar.bz2
md5sum = 9c1db8606e520f201c451ec9a0b095f6
[apache]
[apache]
# inspired on http://old.aclark.net/team/aclark/blog/a-lamp-buildout-for-wordpress-and-other-php-apps/
recipe = slapos.recipe.cmmi
recipe = hexagonit.recipe.cmmi
depends =
[x86-linux-apache]
${gdbm:version}
version = 2.4.4
version = 2.4.4
revision = 1
revision = 1
url = http://mir2.ovh.net/ftp.apache.org/dist/httpd/httpd-${:version}.tar.bz2
url = http://mir2.ovh.net/ftp.apache.org/dist/httpd/httpd-${:version}.tar.bz2
md5sum = 0e712ee2119cd798c8ae39d5f11a9206
md5sum = 0e712ee2119cd798c8ae39d5f11a9206
configure-command = cp -ar ${apr:location}/apr-${apr:version} srclib/apr/; cp -ar ${apr-util:location}/apr-util-${apr-util:version} srclib/apr-util; ./configure
configure-options = --prefix=${buildout:parts-directory}/${:_buildout_section_name_}
configure-options = --prefix=${buildout:parts-directory}/${:_buildout_section_name_}
--disable-static
--disable-static
--enable-authn-alias
--enable-authn-alias
...
@@ -90,100 +76,28 @@ environment =
...
@@ -90,100 +76,28 @@ environment =
CPPFLAGS =-I${libuuid:location}/include -I${openssl:location}/include
CPPFLAGS =-I${libuuid:location}/include -I${openssl:location}/include
LDFLAGS =-Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${openssl:location}/lib -L${libuuid:location}/lib -Wl,-rpath=${libuuid:location}/lib -Wl,-rpath=${libexpat:location}/lib -Wl,-rpath=${pcre:location}/lib -Wl,-rpath=${sqlite3:location}/lib -Wl,-rpath=${gdbm:location}/lib
LDFLAGS =-Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${openssl:location}/lib -L${libuuid:location}/lib -Wl,-rpath=${libuuid:location}/lib -Wl,-rpath=${libexpat:location}/lib -Wl,-rpath=${pcre:location}/lib -Wl,-rpath=${sqlite3:location}/lib -Wl,-rpath=${gdbm:location}/lib
[mod_antiloris-apache-2.4.patch]
[x86-cygwin-apache]
# http://www.apachelounge.com/viewtopic.php?p=19139
url = http://www.netgull.com/cygwin/release/apache2/apache2-2.2.23-2.tar.bz2
# http://www.apachelounge.com/viewtopic.php?p=20551
md5sum = c12eb3ba0e8266327eb252bac710a888
recipe = hexagonit.recipe.download
#url = http://www.netgull.com/cygwin/release/apache2/apache2-2.2.23-2-src.tar.bz2
url =${:_profile_base_location_}/${:filename}
#md5sum = 797e50a442123946990ce9e7345b5ad4
filename = mod_antiloris-apache-2.4.patch
configure-command = true
download-only = true
make-command = true
md5sum = 4f074f035d3b37f3f3e71cd9616440f3
share = /
promises = /usr/bin/
[apache-antiloris]
[apache-antiloris]
# Note: Shall react on each build of apache and reinstall itself
# Note: Shall react on each build of apache and reinstall itself
recipe =
hexagonit
.recipe.cmmi
recipe =
slapos
.recipe.cmmi
url = http://sourceforge.net/projects/mod-antiloris/files/mod_antiloris-0.4.tar.bz2/download
url = http://sourceforge.net/projects/mod-antiloris/files/mod_antiloris-0.4.tar.bz2/download
md5sum = 66862bf10e9be3a023e475604a28a0b4
md5sum = 66862bf10e9be3a023e475604a28a0b4
patch-options = -p0
patch-options = -p0
patches =
patches =
${mod_antiloris-apache-2.4.patch:location}/${mod_antiloris-apache-2.4.patch:filename}
${:_profile_base_location_}/mod_antiloris-apache-2.4.patch
depends =
${apache:version}
${apache:revision}
${mod_antiloris-apache-2.4.patch:md5sum}
configure-command = ${apache:location}/bin/apxs
configure-command = ${apache:location}/bin/apxs
configure-options = -c mod_antiloris.c
configure-options = -c mod_antiloris.c
make-binary = ${:configure-command}
make-binary = ${:configure-command}
make-options = -i -a -n antiloris mod_antiloris.la
make-options = -i -a -n antiloris mod_antiloris.la
make-targets =
make-targets =
[apache-2.2]
# inspired on http://old.aclark.net/team/aclark/blog/a-lamp-buildout-for-wordpress-and-other-php-apps/
recipe = hexagonit.recipe.cmmi
url = http://mir2.ovh.net/ftp.apache.org/dist//httpd/httpd-2.2.24.tar.gz
md5sum = 64a3392018ad60583209a16d728180d3
patch-options = -p1
configure-options = --disable-static
--enable-authn-alias
--enable-bucketeer
--enable-cache
--enable-case-filter
--enable-case-filter-in
--enable-cgid
--enable-charset-lite
--enable-disk-cache
--enable-mem-cache
--enable-echo
--enable-exception-hook
--enable-mods-shared=all
--enable-optional-fn-export
--enable-optional-fn-import
--enable-optional-hook-export
--enable-optional-hook-import
--enable-proxy
--enable-proxy-ajp
--enable-proxy-balancer
--enable-proxy-connect
--enable-proxy-ftp
--enable-proxy-http
--enable-proxy-scgi
--enable-dav
--enable-dav-fs
--enable-dav-lock
--enable-so
--enable-ssl
--with-included-apr
--with-ssl=${openssl:location}
--with-z=${zlib:location}
--with-expat=${libexpat:location}
--with-pcre=${pcre:location}
--with-sqlite3=${sqlite3:location}
--with-gdbm=${gdbm:location}
--without-lber
--without-ldap
--without-ndbm
--without-berkeley-db
--without-pgsql
--without-mysql
--without-sqlite2
--without-oracle
--without-freedts
--without-odbc
--without-iconv
environment =
PATH=${pkgconfig:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig
CPPFLAGS =-I${libuuid:location}/include
LDFLAGS =-Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${openssl:location}/lib -L${libuuid:location}/lib -Wl,-rpath=${libuuid:location}/lib -Wl,-rpath=${libexpat:location}/lib -Wl,-rpath=${pcre:location}/lib -Wl,-rpath=${sqlite3:location}/lib -Wl,-rpath=${gdbm:location}/lib
[apache-antiloris-apache-2.2]
# Note: Shall react on each build of apache and reinstall itself
recipe = hexagonit.recipe.cmmi
url = http://sourceforge.net/projects/mod-antiloris/files/mod_antiloris-0.4.tar.bz2/download
md5sum = 66862bf10e9be3a023e475604a28a0b4
configure-command = ${apache-2.2:location}/bin/apxs
configure-options = -c mod_antiloris.c
make-binary = ${:configure-command}
make-options = -i -a -n antiloris mod_antiloris.la
make-targets =
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment