Ticket #27633: macports.darcs.patches

File macports.darcs.patches, 11.0 KB (added by rinkevichjm@…, 13 years ago)

macports.darcs.patches - the output of diff -N -rcs

Line 
1*** /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/darcs/Portfile       2010-08-08 00:31:15.000000000 -0700
2--- devel/darcs/Portfile        2010-12-11 02:15:42.000000000 -0800
3***************
4*** 2,8 ****
5 
6  PortSystem 1.0
7  name          darcs
8! version               2.4.1
9  revision      1
10  categories    devel haskell
11  maintainers   gwright
12--- 2,8 ----
13 
14  PortSystem 1.0
15  name          darcs
16! version               2.5
17  revision      1
18  categories    devel haskell
19  maintainers   gwright
20***************
21*** 18,48 ****
22  homepage      http://darcs.net
23  master_sites  ${homepage}/releases/
24 
25! checksums     md5     1cfd8cad4ec09d88e081df3b56f9eca3 \
26!               sha1    fa140c035514bee9531d56dde0e7ae1cb245d993 \
27!               rmd160  5a909b22a1aab1f8acf07f65dfd3f5f12e6de312
28 
29  depends_build port:hs-platform-mtl            \
30                port:hs-platform-html           \
31                port:hs-platform-parsec         \
32                port:hs-platform-regex-compat   \
33                port:hs-haskeline               \
34!               port:hs-hashed-storage-04       \
35                port:hs-utf8-string             \
36                port:hs-zlib                    \
37                port:hs-HTTP
38  depends_lib   port:gmp
39 
40  configure       {
41!                   system "cd ${worksrcpath} && runhaskell Setup configure -v --ghc --prefix=${prefix} --with-gcc=${configure.cc}"
42                  }
43 
44  build           {
45!                   system "cd ${worksrcpath} && runhaskell Setup build -v"
46                  }
47 
48  destroot        {
49!                   system "cd ${worksrcpath} && runhaskell Setup copy --copy-prefix=${destroot}${prefix}"
50                  }
51 
52  livecheck.type  regex
53--- 18,49 ----
54  homepage      http://darcs.net
55  master_sites  ${homepage}/releases/
56 
57! checksums           md5     7de8b352d8b0ed50d71ac0c32d3b6d5c \
58!                     sha1    e76d36741099211b8721001f8eb6ea33eb54197f \
59!                     rmd160  cbf7acf836f18d3e5b3bbdaf114095083e488061
60 
61  depends_build port:hs-platform-mtl            \
62                port:hs-platform-html           \
63                port:hs-platform-parsec         \
64                port:hs-platform-regex-compat   \
65                port:hs-haskeline               \
66!               port:hs-hashed-storage          \
67                port:hs-utf8-string             \
68                port:hs-zlib                    \
69+               port:hs-tar                     \
70                port:hs-HTTP
71  depends_lib   port:gmp
72 
73  configure       {
74!                   system "cd ${worksrcpath} && ghc --make Setup ; ./Setup configure -v --ghc --prefix=${prefix} --with-gcc=${configure.cc}"
75                  }
76 
77  build           {
78!                   system "cd ${worksrcpath} && ./Setup build -v"
79                  }
80 
81  destroot        {
82!                   system "cd ${worksrcpath} && ./Setup copy --copy-prefix=${destroot}${prefix}"
83                  }
84 
85  livecheck.type  regex
86*** /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-HTTP/Portfile     2010-04-01 21:00:48.000000000 -0700
87--- devel/hs-HTTP/Portfile      2010-12-11 01:20:22.000000000 -0800
88***************
89*** 3,9 ****
90  PortSystem 1.0
91 
92  PortGroup     haskell 1.0
93! haskell.setup HTTP 4000.0.9
94  name          hs-HTTP
95  maintainers   nomaintainer
96  platforms     darwin
97--- 3,9 ----
98  PortSystem 1.0
99 
100  PortGroup     haskell 1.0
101! haskell.setup HTTP 4000.1.0
102  name          hs-HTTP
103  maintainers   nomaintainer
104  platforms     darwin
105***************
106*** 14,22 ****
107                Warrick Gray's excellent Haskell HTTP and Browser       \
108                modules.
109 
110! checksums     md5     bbd005935537ed8883bfefb624e8bf3c \
111!               sha1    bb20dda6d504918be3336c7d789e4df840fe9d4a \
112!               rmd160  3f686a1c44b6c08f76b11c94e1d08b505b49b794
113 
114  universal_variant     no
115 
116--- 14,22 ----
117                Warrick Gray's excellent Haskell HTTP and Browser       \
118                modules.
119 
120! checksums           md5     5118fa59d60951abb282e7d203bbec24 \
121!                     sha1    7b52e3bb4747ce56ccc3bc760231148ee6673854 \
122!                     rmd160  9e6bfb614c5c7b28702db49460faca019ae1de83
123 
124  universal_variant     no
125 
126*** /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-deepseq/Portfile  1969-12-31 16:00:00.000000000 -0800
127--- devel/hs-deepseq/Portfile   2010-12-10 23:41:08.000000000 -0800
128***************
129*** 0 ****
130--- 1,29 ----
131+ # $Id: Portfile 65849 2010-04-02 03:49:11Z ryandesign@macports.org $
132+
133+ PortSystem 1.0
134+
135+ PortGroup           haskell 1.0
136+ haskell.setup       deepseq 1.1.0.2
137+ maintainers         nomaintainer
138+ description         TAR archive library
139+ long_description \
140+                This library is for working with ".tar" archive files. It can read and write  \
141+                a range of common variations of archive format including V7, USTAR, POSIX and \
142+                GNU formats. It provides support for packing and unpacking portable archives. \
143+                This makes it suitable for distribution but not backup because details like   \
144+                file ownership and exact permissions are not preserved.
145+ platforms           darwin
146+
147+ checksums           md5     90b66480f0eb659c1db209ee703e0162 \
148+                     sha1    7105596d04d5c730da33280f22379069233585d3 \
149+                     rmd160  b4c41a1a7a13aedd2f42ba3499e693aa5315ed39
150+
151+ depends_lib   port:ghc
152+
153+ universal_variant     no
154+
155+ configure.args-append   -v --enable-library-profiling \
156+                       --with-gcc=${configure.cc}
157+
158+ build.args-append   -v
159+
160*** /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-hashed-storage/Portfile   2010-04-01 21:00:49.000000000 -0700
161--- devel/hs-hashed-storage/Portfile    2010-12-11 00:01:59.000000000 -0800
162***************
163*** 3,9 ****
164  PortSystem 1.0
165 
166  PortGroup     haskell 1.0
167! haskell.setup hashed-storage 0.4.7
168  maintainers   gwright
169  platforms     darwin
170 
171--- 3,11 ----
172  PortSystem 1.0
173 
174  PortGroup     haskell 1.0
175! name          hashed-storage
176! version               0.5.4
177! haskell.setup hashed-storage 0.5.4
178  maintainers   gwright
179  platforms     darwin
180 
181***************
182*** 18,26 ****
183        a plain filesystem tree and an indexed plain tree (where the    \
184        index maintains hashes of the plain files and directories).
185 
186! checksums     md5     357688675e348eee8c3c60058635f907 \
187!               sha1    dc732b95ea3f454d870544012093fd203dd214fd \
188!               rmd160  07d11934511f0cb2731faea7f3158067377e4c96
189 
190  depends_lib   port:ghc                \
191                port:hs-binary          \
192--- 20,31 ----
193        a plain filesystem tree and an indexed plain tree (where the    \
194        index maintains hashes of the plain files and directories).
195 
196! master_sites    http://hackage.haskell.org/packages/archive/hashed-storage/0.5.4/
197!
198!
199! checksums     md5     e182a3fe6f977b0df85641da5df8e4f2 \
200!               sha1    28d104d8d05dbc785ae7bce0a1ddc0549e222f74 \
201!               rmd160  9446c0e107d8d11856be7f11b6e4976e0da3c413
202 
203  depends_lib   port:ghc                \
204                port:hs-binary          \
205*** /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-haskeline/Portfile        2010-04-01 21:00:49.000000000 -0700
206--- devel/hs-haskeline/Portfile 2010-12-11 00:01:35.000000000 -0800
207***************
208*** 3,9 ****
209  PortSystem 1.0
210 
211  PortGroup     haskell 1.0
212! haskell.setup haskeline 0.6.1.6
213  maintainers   gwright
214  platforms     darwin
215 
216--- 3,9 ----
217  PortSystem 1.0
218 
219  PortGroup     haskell 1.0
220! haskell.setup haskeline 0.6.3.2
221  maintainers   gwright
222  platforms     darwin
223 
224***************
225*** 14,22 ****
226        readline, but since it is written in Haskell it is (hopefully)  \
227        more easily used in other Haskell programs.
228 
229! checksums     md5     9147ccdf85e7532066e5edfa580a2916 \
230!               sha1    5d0934c099d7aa40fa1bb5854d5c4c268a6ac0a4 \
231!               rmd160  77309339479568e95260fdedbc0ea7a89268b217
232 
233  depends_lib   port:ghc                \
234                port:hs-utf8-string
235--- 14,23 ----
236        readline, but since it is written in Haskell it is (hopefully)  \
237        more easily used in other Haskell programs.
238 
239! checksums           md5     d75863f63a1cfb499d0198e4f28ac2af \
240!                     sha1    917fade13b2579b581824dcb1a81ddf0ee0907c9 \
241!                     rmd160  06a043650a15b33fd7e04092abea8d7bda1b9e5f
242!
243 
244  depends_lib   port:ghc                \
245                port:hs-utf8-string
246Files /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-mmap/Portfile and devel/hs-mmap/Portfile are identical
247*** /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-platform-HTTP/Portfile    2010-04-01 21:00:48.000000000 -0700
248--- devel/hs-platform-HTTP/Portfile     2010-12-11 02:00:16.000000000 -0800
249***************
250*** 3,9 ****
251  PortSystem 1.0
252 
253  PortGroup     haskell 1.0
254! haskell.setup HTTP 4000.0.6
255  name          hs-platform-HTTP
256  maintainers   nomaintainer
257  platforms     darwin
258--- 3,9 ----
259  PortSystem 1.0
260 
261  PortGroup     haskell 1.0
262! haskell.setup HTTP 4000.0.9
263  name          hs-platform-HTTP
264  maintainers   nomaintainer
265  platforms     darwin
266***************
267*** 14,22 ****
268                Warrick Gray's excellent Haskell HTTP and Browser       \
269                modules.
270 
271! checksums     md5     cc8d3279f3b20856b7b915045f1e908b                \
272!               sha1    958f60f6d30e33fa67803ba75a27e07ad262f6b4        \
273!               rmd160  fab97b27ea5486a02ec31cf9489c4f2190f35705
274 
275  depends_lib   port:ghc
276 
277--- 14,22 ----
278                Warrick Gray's excellent Haskell HTTP and Browser       \
279                modules.
280 
281! checksums           md5     bbd005935537ed8883bfefb624e8bf3c \
282!                     sha1    bb20dda6d504918be3336c7d789e4df840fe9d4a \
283!                     rmd160  3f686a1c44b6c08f76b11c94e1d08b505b49b794
284 
285  depends_lib   port:ghc
286 
287*** /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-tar/Portfile      1969-12-31 16:00:00.000000000 -0800
288--- devel/hs-tar/Portfile       2010-12-10 23:39:47.000000000 -0800
289***************
290*** 0 ****
291--- 1,29 ----
292+ # $Id: Portfile 65849 2010-04-02 03:49:11Z ryandesign@macports.org $
293+
294+ PortSystem 1.0
295+
296+ PortGroup           haskell 1.0
297+ haskell.setup       tar 0.3.1.0
298+ maintainers         nomaintainer
299+ description         TAR archive library
300+ long_description \
301+                This library is for working with ".tar" archive files. It can read and write  \
302+                a range of common variations of archive format including V7, USTAR, POSIX and \
303+                GNU formats. It provides support for packing and unpacking portable archives. \
304+                This makes it suitable for distribution but not backup because details like   \
305+                file ownership and exact permissions are not preserved.
306+ platforms           darwin
307+
308+ checksums           md5     10b54856495f9ef0a42aa270085c7d5e \
309+                     sha1    25a3e5279f9b2fff27218e6ca6ad44ab005ed7ff \
310+                     rmd160  622d3837298dfb0809154e9aa82b659547480f44
311+
312+ depends_lib   port:ghc
313+
314+ universal_variant     no
315+
316+ configure.args-append   -v --enable-library-profiling \
317+                       --with-gcc=${configure.cc}
318+
319+ build.args-append   -v
320+
321*** /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-text/Portfile     1969-12-31 16:00:00.000000000 -0800
322--- devel/hs-text/Portfile      2010-12-10 23:52:08.000000000 -0800
323***************
324*** 0 ****
325--- 1,29 ----
326+ # $Id: Portfile 65849 2010-04-02 03:49:11Z ryandesign@macports.org $
327+
328+ PortSystem 1.0
329+
330+ PortGroup           haskell 1.0
331+ haskell.setup       text 0.11.0.1
332+ maintainers         nomaintainer
333+ description         Unicode text package
334+ long_description \
335+                An efficient packed, immutable Unicode text type (both strict and lazy), \
336+                with a powerful loop fusion optimization framework.
337+
338+ platforms           darwin
339+
340+ checksums           md5     a073c64255b1e497a9689b2fc408772c \
341+                     sha1    c4477f35ead46f4ac8a8188969d22c4b9970453e \
342+                     rmd160  829834e5100ee0454534ecea5fa44681c1792af6
343+
344+ depends_build       port:hs-deepseq
345+
346+ depends_lib   port:ghc
347+
348+ universal_variant     no
349+
350+ configure.args-append   -v --enable-library-profiling \
351+                       --with-gcc=${configure.cc}
352+
353+ build.args-append   -v
354+