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