summaryrefslogtreecommitdiff
path: root/strata/apache-httpd-server.morph
blob: 3a02aa0c13a29c78141ccc531b93c6b2c7952dfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: apache-httpd-server
kind: stratum
description: apache http web server and some utilities related to it
build-depends:
- morph: strata/tools.morph
- morph: strata/pcre-utils.morph
chunks:
- name: apr
  morph: strata/apache-httpd-server/apr.morph
  repo: https://github.com/apache/apr.git
  ref: 4ea9d6236ef2b9eb79feb05167d50c1a732420f0
  unpetrify-ref: master
  build-depends: []
- name: apr-util
  morph: strata/apache-httpd-server/apr-util.morph
  repo: https://github.com/apache/apr-util.git
  ref: 9890706bda63c5d5d5197d482c1b682240431465
  unpetrify-ref: 1.5.4
  build-depends:
  - apr
- name: httpd
  morph: strata/apache-httpd-server/httpd-server.morph
  repo: git://git.apache.org/httpd.git
  ref: 6d8e0b2fd95268fcba96326ba9dce7bb8f712c19
  unpetrify-ref: 2.4.10
  build-depends:
  - apr
  - apr-util
- name: psutil
  repo: github:giampaolo/psutil
  ref: 2bc8555f0428af81c2d067aa76168ed7bc5e0179
  unpetrify-ref: release-2.2.0
  build-depends: []
- name: mod_wsgi-metrics
  repo: github:GrahamDumpleton/mod_wsgi-metrics
  ref: ec715eb593255229f9f45f3f323edbb845c691d8
  unpetrify-ref: 1.1.1
  build-depends:
  - psutil
- name: mod_wsgi
  morph: strata/apache-httpd-server/mod_wsgi.morph
  repo: github:GrahamDumpleton/mod_wsgi
  ref: 1be8b37aaf07d8cb3083da99d6fda12375221b07
  unpetrify-ref: 4.4.5
  build-depends:
  - apr
  - httpd
  - mod_wsgi-metrics