forked from callinmullaney/slave1_make
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslave1_make.make
executable file
·351 lines (260 loc) · 8.67 KB
/
slave1_make.make
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
; =============================================
; Make file created by Callin Mullaney
;
; Default installation with commonly used modules
; and configuration settings.
;
; Run drush make slave1_make.make
;
; =============================================
api = 2
core = 7.x
; Specify common subdir of "contrib"
defaults[projects][subdir] = "contrib"
projects[drupal][type] = "core"
projects[drupal][version] = ""
projects[drupal][subdir] = ''
; =============================================
; Contrib Modules - Default
; =============================================
; Address Field
projects[addressfield][version] = "1.0"
; Advanced Text Formatter
projects[advanced_text_formatter][version] = "1.4"
; Better Exposed Filters
projects[better_exposed_filters][version] = "3.0"
; Better Formats
projects[better_formats][version] = "1.0-beta1"
; CKEditor - WYSIWYG HTML editor
projects[ckeditor][version] = "1.16"
; CKEditor Link
projects[ckeditor_link][version] = "2.3"
; CKEditor Link File
projects[ckeditor_link_file][version] = "1.3"
; Chaos tool suite
projects[ctools][version] = "1.6"
; Colorbox
projects[colorbox][version] = "2.8"
; Content Menu
projects[content_menu][version] = "1.0"
; Context
projects[context][version] = "3.6"
; Date
projects[date][version] = "2.8"
; Date iCal
projects[date_ical][version] = "3.2"
; Default Menu Link
projects[default_menu_link][version] = "1.3"
; Devel
projects[devel][version] = "1.5"
; DraggableViews
projects[draggableviews][version] = "2.0"
; Email
projects[email][version] = "1.3"
; Entity API
projects[entity][version] = "1.6"
; Entity cache
projects[entitycache][version] = "1.2"
; Entity Construction Kit (ECK)
projects[eck][version] = "2.0-rc7"
; Entity Reference
projects[entityreference][version] = "1.1"
; Features
projects[features][version] = "2.4"
; Field group
projects[field_group][version] = "1.4"
; Geocoder
projects[geocoder][version] = "1.2"
; Geofield
projects[geofield][version] = "2.3"
; GeoPHP
projects[geophp][version] = "1.7"
; Global Redirect
projects[globalredirect][version] = "1.5"
; IMCE
projects[imce][version] = "1.9"
; Inline Entity Form
projects[inline_entity_form][version] = "1.5"
; JQuery Update
projects[jquery_update][version] = "2.5"
; Libraries
projects[libraries][version] = "2.2"
; Link
projects[link][version] = "1.3"
; Mandrill
projects[mandrill][version] = "2.1"
; Mail System
projects[mailsystem][version] = "2.34"
; Menu Block
projects[menu_block][version] = "2.5"
; Metatag
projects[metatag][version] = "1.4"
; Module Filter
projects[module_filter][version] = "2.0"
; Node and Comments Form Settings
projects[nodeformsettings][version] = "2.x-dev"
; Pathauto
projects[pathauto][version] = "1.2"
; Publish button
projects[publish_button][version] = "1.1"
; Quick Tabs
projects[quicktabs][version] = "3.6"
; Redirect
projects[redirect][version] = "1.0-rc1"
; References
projects[references][version] = "2.1"
; Site verification
projects[site_verify][version] = "1.1"
; Special menu items
projects[special_menu_items][version] = "2.0"
; Strongarm
projects[strongarm][version] = "2.0"
; Text List Formatter
projects[textformatter][version] = "1.3"
; Token
projects[token][version] = "1.6"
; Transliteration
projects[transliteration][version] = "3.2"
; Views
projects[views][version] = "3.10"
; Views Bulk Operations (VBO)
projects[views_bulk_operations][version] = "3.2"
; Views Load More
projects[views_load_more][version] = "1.5"
; Views Slideshow
projects[views_slideshow][version] = "3.1"
; BxSlider Views Slideshow
projects[bxslider_views_slideshow][version] = "1.50"
; Webform
projects[webform][version] = "4.4"
; XML sitemap
projects[xmlsitemap][version] = "2.2"
; =============================================
; Pantheon Modules - Pantheon
; =============================================
; Set before each module - projects[][subdir] = "custom"
; Pantheon API
;
; Integration with Pantheon platform
; @see https://
; projects[pantheon_api][subdir] = "pantheon"
; projects[pantheon_api][type] = "module"
; projects[pantheon_api][download][type] = "git"
; projects[pantheon_api][download][url] = ""
; Pantheon Login
;
; Integration with Pantheon platform
; @see https://
; projects[pantheon_login][subdir] = "pantheon"
; projects[pantheon_login][type] = "module"
; projects[pantheon_login][download][type] = "git"
; projects[pantheon_login][download][url] = ""
; Pantheon Apachesolr
;
; Integration with Pantheon platform
; @see https://
; projects[pantheon_apachesolr][subdir] = "pantheon"
; projects[pantheon_apachesolr][type] = "module"
; projects[pantheon_apachesolr][download][type] = "git"
; projects[pantheon_apachesolr][download][url] = ""
; =============================================
; Custom Modules - Custom
; =============================================
; Set before each module - projects[][subdir] = "custom"
; Easy Admin
;
; Creates a client focused admin menu.
; @see https://github.com/callinmullaney/easy_admin
projects[easy_admin][subdir] = "custom"
projects[easy_admin][type] = "module"
projects[easy_admin][download][type] = "git"
projects[easy_admin][download][url] = "https://github.com/callinmullaney/easy_admin.git"
; Fawesome
;
; Font Awesome for Drupal
; @see https://github.com/JaceRider/Fawesome
projects[Fawesome][subdir] = "custom"
projects[Fawesome][type] = "module"
projects[Fawesome][download][type] = "git"
projects[Fawesome][download][url] = "https://github.com/jacerider/Fawesome.git"
; Sonar
;
; Compass compiler for Drupal
; @see https://github.com/JaceRider/Sonar/tree/develop
projects[Sonar][subdir] = "custom"
projects[Sonar][type] = "module"
projects[Sonar][download][type] = "git"
projects[Sonar][download][url] = "https://github.com/jacerider/Sonar.git"
; Valet
;
; Compass compiler for Drupal
; @see https://github.com/JaceRider/Valet
projects[Valet][subdir] = "custom"
projects[Valet][type] = "module"
projects[Valet][download][type] = "git"
projects[Valet][download][url] = "https://github.com/jacerider/Valet.git"
; =============================================
; Themes
; =============================================
; Fett Base Theme
;
; Fett is a basetheme of awesomeness that uses Foundation 5 and SASS.
; @see https://github.com/JaceRider/Fett
projects[fett][type] = "theme"
projects[fett][subdir] = "custom"
projects[fett][download][type] = "git"
projects[fett][download][url] = "https://github.com/jacerider/fett.git"
; Boushh Admin Theme
;
; Because he's holding a thermal detonator!
; @see https://github.com/JaceRider/Fett
projects[boushh][type] = "theme"
projects[boushh][subdir] = "custom"
projects[boushh][download][type] = "git"
projects[boushh][download][url] = "https://github.com/jacerider/boushh.git"
; Jango Wireframe Theme
;
; Nick is too cool for readme files.
; @see https://github.com/nickbrandt/jango
projects[jango][type] = "theme"
projects[jango][subdir] = "custom"
projects[jango][download][type] = "git"
projects[jango][download][url] = "https://github.com/nickbrandt/jango.git"
; =============================================
; Libraries
; =============================================
; CKEditor
libraries[ckeditor][download][type] = "get"
libraries[ckeditor][download][url] = "http://download.cksource.com/CKEditor/CKEditor/CKEditor%204.4.6/ckeditor_4.4.6_standard.zip"
libraries[ckeditor][directory_name] = "ckeditor"
libraries[ckeditor][type] = "library"
; Colorbox
libraries[colorbox][download][type] = "get"
libraries[colorbox][download][url] = "https://github.com/jackmoore/colorbox/archive/1.x.zip"
libraries[colorbox][directory_name] = "colorbox"
libraries[colorbox][type] = "library"
; JQuery.Hotkeys
libraries[jquery.hotkeys][download][type] = "get"
libraries[jquery.hotkeys][download][url] = "https://github.com/jeresig/jquery.hotkeys/archive/master.zip"
libraries[jquery.hotkeys][directory_name] = "jquery.hotkeys"
libraries[jquery.hotkeys][type] = "library"
; Lawnchair
libraries[lawnchair][download][type] = "get"
libraries[lawnchair][download][url] = "http://brian.io/lawnchair/downloads/lawnchair-0.6.1.min.js"
libraries[lawnchair][directory_name] = "lawnchair"
libraries[lawnchair][type] = "library"
; =============================================
; Features
; =============================================
; @see https://github.com/callinmullaney/page_content
projects[page_content][type] = "module"
projects[page_content][subdir] = "custom"
projects[page_content][download][type] = "git"
projects[page_content][download][url] = "https://github.com/callinmullaney/page_content.git"
; =============================================
; Install Profiles
; =============================================
projects[slave1][type] = "profile"
projects[slave1][subdir] = ""
projects[slave1][download][type] = "git"
projects[slave1][download][url] = "https://github.com/callinmullaney/slave1.git"