require 'formula' class VmallocDownloadStrategy < CurlDownloadStrategy # downloading from AT&T requires using the following credentials def credentials 'I accept www.opensource.org/licenses/cpl:.' end def curl(*args) args << '--user' << credentials super end end class Vmalloc < Formula homepage 'http://www2.research.att.com/sw/download/' url 'http://www2.research.att.com/~gsf/download/tgz/vmalloc.2005-02-01.tgz', :using => VmallocDownloadStrategy sha1 '13e45960831226b2b2ac93cdbe23d1d4c6e7eb38' version '2005-02-01' def install # Vmalloc makefile does not work in parallel mode ENV.deparallelize # override Vmalloc makefile flags inreplace Dir['src/**/Makefile'] do |s| s.change_make_var! "CC", ENV.cc s.change_make_var! "CXFLAGS", ENV.cflags s.change_make_var! "CCMODE", "" end # make all Vmalloc stuff system "/bin/sh ./Runmake" # install manually # put all includes into a directory of their own (include + "vmalloc").install Dir['include/*.h'] lib.install Dir['lib/*.a'] man.install 'man/man3' end def caveats; <<-EOS.undent We agreed to the OSI Common Public License Version 1.0 for you. If this is unacceptable you should uninstall. EOS end end ue='switch'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngLocale/angular-locale_ar-001.js
blob: ee6aca0fa2bec4feeb45221770869ca3d571c6e6 (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
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