Commit 53ceda20 authored by Łukasz Nowak's avatar Łukasz Nowak

- use md5sums


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34416 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3c768cae
......@@ -5,6 +5,7 @@ parts = apache
# inspired on http://old.aclark.net/team/aclark/blog/a-lamp-buildout-for-wordpress-and-other-php-apps/
recipe = hexagonit.recipe.cmmi
url = http://apache.multidist.com/httpd/httpd-2.2.15.tar.gz
md5sum = 31fa022dc3c0908c6eaafe73c81c65df
configure-options = --enable-authn-alias
--enable-bucketeer
--enable-cache
......
......@@ -33,6 +33,7 @@ source = ${:location}/src
recipe = hexagonit.recipe.download
strip-top-level-dir = true
url = http://download.hforge.org/itools/0.50/${itools:pkgname}.tar.gz
md5sum = 12704cc354e2201e0921a832bf6b1556
destination = ${itools:source}
[itools-build]
......
......@@ -4,6 +4,7 @@ parts = haproxy
[haproxy]
recipe = hexagonit.recipe.cmmi
url = http://haproxy.1wt.eu/download/1.3/src/haproxy-1.3.23.tar.gz
md5sum = 4ffe926ccf4f4d53f149290eb001fad5
configure-command =
make-targets =
linux26
......@@ -4,3 +4,4 @@ parts = libevent
[libevent]
recipe = hexagonit.recipe.cmmi
url = http://www.monkey.org/~provos/libevent-1.4.13-stable.tar.gz
md5sum = 0b3ea18c634072d12b3c1ee734263664
......@@ -7,14 +7,16 @@ parts = memcached
# * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565033
recipe = hexagonit.recipe.download
url = http://memcached.googlecode.com/issues/attachment?aid=8380074892624334134&name=fix-strict-aliasing.patch
md5sum = c03b3bfc237b77667b0e90442b0980e8
download-only = true
filename = fix-strict-aliasing.patch
[memcached]
recipe = hexagonit.recipe.cmmi
url = http://memcached.googlecode.com/files/memcached-1.4.4.tar.gz
md5sum = 5ca5b24de347e97ac1f48f3785b4178a
configure-options =
--with-libevent=${libevent:location}
--with-libevent=${libevent:location}
patches = ${memcached-strict-aliasing-patch:location}/${memcached-strict-aliasing-patch:filename}
patch-options = -p1
keep-compile-dir = true
......
......@@ -9,6 +9,7 @@ parts =
[senna]
recipe = hexagonit.recipe.cmmi
url = http://sourceforge.jp/frs/redir.php?m=jaist&f=%2Fsenna%2F33763%2Fsenna-1.1.4.tar.gz
md5sum = 1d896f46ef1def47ebe0d72c7eb21a60
configure-options =
--without-mecab
--enable-nfkc=no
......@@ -16,12 +17,14 @@ configure-options =
[mysql-5.0-tritonn-patch]
recipe = hexagonit.recipe.download
url = http://dl.sourceforge.jp/tritonn/44472/${:filename}
md5sum = 257abe9c4afdc9b08033687fd486a595
filename = tritonn-1.0.12-mysql-5.0.87.diff
download-only = true
[mysql-tritonn-5.0]
recipe = hexagonit.recipe.cmmi
url = http://downloads.mysql.com/archives/mysql-5.0/mysql-5.0.87.tar.gz
md5sum = 65e6229cc98b6a8d4c5206d7fe16c7be
pre-configure-hook = ${buildout:directory}/hooks/mysql-tritonn-hooks.py:pre_configure_hook
post-make-hook = ${buildout:directory}/hooks/mysql-tritonn-hooks.py:post_make_hook
# configure: how to avoid searching for my.cnf?
......
......@@ -4,3 +4,4 @@ parts = ocropus
[ocropus]
recipe = hexagonit.recipe.cmmi
url = http://ocropus.googlecode.com/files/ocropus-0.4.tar.gz
md5sum = d883ee9c9fd63bfdd42b25992f63c9ed
......@@ -9,6 +9,7 @@ parts =
[python2.4-dbm-patch]
recipe = hexagonit.recipe.download
url = http://bugs.gentoo.org/attachment.cgi?id=109117
md5sum = 8611020af1463b42f253ac73a91b09a1
download-only = true
filename = python2.4-dbm.patch
......
......@@ -18,6 +18,7 @@ recipe = hexagonit.recipe.cmmi
python_version_full = ${:python_version_major}.${:python_version_minor}
url =
http://python.org/ftp/python/${:python_version_full}/Python-${:python_version_full}.tgz
# XXX: md5sum unfriendly
configure-options =
--enable-unicode=ucs4
--with-threads
......
......@@ -4,6 +4,7 @@ parts = varnish
[varnish]
recipe = zc.recipe.cmmi
url = http://sourceforge.net/projects/varnish/files/varnish/2.0.6/varnish-2.0.6.tar.gz/download
md5sum = 22d15774fedd678819c6cfad5b2c9f55
[requirements]
binary =
......
......@@ -4,6 +4,7 @@
[zope-2.8]
recipe = erp5.recipe.zope2install
url = http://www.zope.org/Products/Zope/2.8.11/Zope-2.8.11-final.tgz
md5sum = eff3e52d6ecde2d3669ea81e445b5a3a
skip-fake-eggs =
ClientForm
mechanize
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment