Ticket #11271: TCLCURL_0141_7160

File TCLCURL_0141_7160, 1.7 KB (added by pipping@…, 17 years ago)

version bump, patch no longer needed, whitespace cleanup, checksums added

Line 
1--- Portfile.orig       2006-11-01 19:04:32.000000000 +0100
2+++ Portfile    2007-02-02 15:40:28.000000000 +0100
3@@ -1,23 +1,24 @@
4 # $Id: Portfile 20290 2006-11-01 17:40:57Z blair@macports.org $
5 
6 PortSystem 1.0
7-name             tclcurl
8-version          0.14.1
9-categories       devel
10-maintainers      toby@opendarwin.org
11-description      Tcl binding for libcurl
12+name           tclcurl
13+version                7.16.0
14+categories     devel
15+maintainers    toby@opendarwin.org
16+description    Tcl binding for libcurl
17 long_description \
18-    The TclCurl extension gives Tcl programmers access to the libcurl \
19-    library written by Daniel Stenberg, with it you can download urls, \
20-    upload them and many other neat tricks.
21-platforms        darwin
22-set urlbase      http://personal1.iddeo.es/andresgarci/tclcurl/
23-homepage         ${urlbase}english/
24-master_sites     ${urlbase}download/tarball/
25-distname         TclCurl-${version}
26-checksums        sha1 44ac77f871e4bf926fe427bd63b362e1a1348608
27-depends_lib      port:curl
28-patchfiles       patch-configure
29-configure.args   --exec-prefix=${prefix} \
30-                 --mandir=${prefix}/share/man \
31-                 --enable-threads
32+       The TclCurl extension gives Tcl programmers access to the libcurl \
33+       library written by Daniel Stenberg, with it you can download urls, \
34+       upload them and many other neat tricks.
35+platforms      darwin
36+set urlbase    http://personal1.iddeo.es/andresgarci/tclcurl/
37+homepage       ${urlbase}english/
38+master_sites   ${urlbase}download/tarball/
39+distname       TclCurl-${version}
40+checksums      md5 d4abde06fa154363f2142d5fa5aedff0 \
41+               sha1 fceac14aa0290dea8aecccc8d813b45435aad933 \
42+               rmd160 b4660466cb6bf9bd7708b50cadf2372141bda0fa
43+depends_lib    port:curl
44+configure.args --exec-prefix=${prefix} \
45+               --mandir=${prefix}/share/man \
46+               --enable-threads