10 | | The TclCurl extension gives Tcl programmers access to the libcurl \ |
11 | | library written by Daniel Stenberg, with it you can download urls, \ |
12 | | upload them and many other neat tricks. |
13 | | platforms darwin |
14 | | set urlbase http://personal1.iddeo.es/andresgarci/tclcurl/ |
15 | | homepage ${urlbase}english/ |
16 | | master_sites ${urlbase}download/tarball/ |
17 | | distname TclCurl-${version} |
18 | | checksums sha1 44ac77f871e4bf926fe427bd63b362e1a1348608 |
19 | | depends_lib port:curl |
20 | | patchfiles patch-configure |
21 | | configure.args --exec-prefix=${prefix} \ |
22 | | --mandir=${prefix}/share/man \ |
23 | | --enable-threads |
| 10 | The TclCurl extension gives Tcl programmers access to the libcurl \ |
| 11 | library written by Daniel Stenberg, with it you can download urls, \ |
| 12 | upload them and many other neat tricks. |
| 13 | platforms darwin |
| 14 | set urlbase http://personal1.iddeo.es/andresgarci/tclcurl/ |
| 15 | homepage ${urlbase}english/ |
| 16 | master_sites ${urlbase}download/tarball/ |
| 17 | distname TclCurl-${version} |
| 18 | checksums md5 d4abde06fa154363f2142d5fa5aedff0 \ |
| 19 | sha1 fceac14aa0290dea8aecccc8d813b45435aad933 \ |
| 20 | rmd160 b4660466cb6bf9bd7708b50cadf2372141bda0fa |
| 21 | depends_lib port:curl port:tcl |
| 22 | configure.args --exec-prefix=${prefix} \ |
| 23 | --mandir=${prefix}/share/man \ |
| 24 | --enable-threads |