aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-WWW-Curl/files
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2009-02-07 20:52:02 +0800
committernivit <nivit@FreeBSD.org>2009-02-07 20:52:02 +0800
commitacbd8a9697e54b1e0df435e30b2ab594ce4e3d5d (patch)
tree870a93692983b7e79c40327cc96ed170981f7bed /www/p5-WWW-Curl/files
parent60819d7d2dd3c3de2458d93f99af5ac1872a7314 (diff)
downloadfreebsd-ports-gnome-acbd8a9697e54b1e0df435e30b2ab594ce4e3d5d.tar.gz
freebsd-ports-gnome-acbd8a9697e54b1e0df435e30b2ab594ce4e3d5d.tar.zst
freebsd-ports-gnome-acbd8a9697e54b1e0df435e30b2ab594ce4e3d5d.zip
- Update to 4.0.5
- Remove files/patch-Curl.xs, files/patch-Easy.pm.in, files/patch-lib-WWW-Curl-Multi.pm PR: ports/125323 Submitted by: Wen Heping <wenheping at gmail dot com> Reviewed by: roam (maintainer timeout), pav (via email)
Diffstat (limited to 'www/p5-WWW-Curl/files')
-rw-r--r--www/p5-WWW-Curl/files/patch-Curl.xs20
-rw-r--r--www/p5-WWW-Curl/files/patch-Easy.pm.in11
-rw-r--r--www/p5-WWW-Curl/files/patch-README43
-rw-r--r--www/p5-WWW-Curl/files/patch-lib-WWW-Curl-Multi.pm20
4 files changed, 4 insertions, 90 deletions
diff --git a/www/p5-WWW-Curl/files/patch-Curl.xs b/www/p5-WWW-Curl/files/patch-Curl.xs
deleted file mode 100644
index e93f1dfbe1d7..000000000000
--- a/www/p5-WWW-Curl/files/patch-Curl.xs
+++ /dev/null
@@ -1,20 +0,0 @@
---- Curl.xs.orig Thu Jul 13 14:54:37 2006
-+++ Curl.xs Thu Jul 13 14:55:34 2006
-@@ -64,12 +64,17 @@
-
-
- typedef struct {
-+#if LIBCURL_VERSION_NUM >= 0x070b01
-+ struct curl_httppost * post;
-+ struct curl_httppost * last;
-+#else
- #if LIBCURL_VERSION_NUM >= 0x070900
- struct HttpPost * post;
- struct HttpPost * last;
- #else
- void * post;
- void * last;
-+#endif
- #endif
- } perl_curl_form;
-
diff --git a/www/p5-WWW-Curl/files/patch-Easy.pm.in b/www/p5-WWW-Curl/files/patch-Easy.pm.in
deleted file mode 100644
index 154c39b016df..000000000000
--- a/www/p5-WWW-Curl/files/patch-Easy.pm.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Easy.pm.in.orig Thu Jul 13 14:57:28 2006
-+++ Easy.pm.in Thu Jul 13 14:57:33 2006
-@@ -4,7 +4,7 @@
- use Carp;
- use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD);
-
--$VERSION = '3.01';
-+$VERSION = '3.02';
-
- require WWW::Curl;
- require Exporter;
diff --git a/www/p5-WWW-Curl/files/patch-README b/www/p5-WWW-Curl/files/patch-README
index 71bcd87a2672..db3754aa7ac3 100644
--- a/www/p5-WWW-Curl/files/patch-README
+++ b/www/p5-WWW-Curl/files/patch-README
@@ -1,46 +1,11 @@
---- README.orig Thu Jul 13 14:57:57 2006
-+++ README Thu Jul 13 14:59:47 2006
+--- README.orig 2008-07-06 16:51:23.000000000 +0800
++++ README 2008-07-06 16:54:11.000000000 +0800
@@ -3,7 +3,7 @@
The perl module WWW::Curl provides an interface to the cURL library "libcurl".
See http://curl.haxx.se/ for more information on cURL and libcurl.
-This module requires libcurl and the corresponding headerfiles to be
+This module requires libcurl and the corresponding header files to be
- installed. You then may install this module via the usual way:
+ installed. You then may install this module via the usual way
+ (for installation on Windows please see README.Win32):
- perl Makefile.PL
-@@ -18,7 +18,8 @@
-
- perl Makefile.PL /home/foo/curl/include
-
--The maintainer has never tried to run this on windows, so all feedback welcome.
-+The maintainer has never tried to run this on windows, so all feedback is
-+welcome.
-
- Testing:
-
-@@ -31,7 +32,7 @@
- Test 08ssl.t will only work well if you have a list of "well-known"
- CA certificates in the file 'ca-bundle.crt' in the current directory.
- This file can be obtained from most distributions of mod_ssl (www.modssl.org) -
--it isn't supplied here, as its currently >250Kbytes.
-+it isn't supplied here, as it's currently >250Kbytes.
-
- The module provides the same functionality as libcurl provides to C programs,
- please refer to the documentation of libcurl. A number of examples may be
-@@ -41,12 +42,12 @@
- express or implied. Send praise, patches, money, beer and pizza to the author.
- Send complaints to /dev/null. ;-)
-
--The author of the original relase of this software is Georg Horn <horn at koblenz-net.de>
-+The author of the original release of this software is Georg Horn <horn at koblenz-net.de>
-
--Parts of the callback support were added Forrest Cahoon
-+Parts of the callback support were added by Forrest Cahoon
- <forrest.cahoon at merrillcorp.com>
-
--More callback support, many tests additional documentation and Makefile
-+More callback support, many tests, additional documentation, and Makefile
- features have been added by Cris Bailiff <c.bailiff+curl at devsecure.com>
-
- Curl multi support has been added by Sebastian Riedel <sri at oook.de>
diff --git a/www/p5-WWW-Curl/files/patch-lib-WWW-Curl-Multi.pm b/www/p5-WWW-Curl/files/patch-lib-WWW-Curl-Multi.pm
deleted file mode 100644
index 137f5f732220..000000000000
--- a/www/p5-WWW-Curl/files/patch-lib-WWW-Curl-Multi.pm
+++ /dev/null
@@ -1,20 +0,0 @@
---- lib/WWW/Curl/Multi.pm.orig Thu Jul 13 15:02:54 2006
-+++ lib/WWW/Curl/Multi.pm Thu Jul 13 15:03:33 2006
-@@ -22,7 +22,7 @@
-
- WWW::Curl::Multi is an extension to WWW::Curl::Easy
- which makes it possible to process multiple easy
--handles parallel.
-+handles in parallel.
-
- =head1 METHODS
-
-@@ -33,7 +33,7 @@
- This method adds a WWW::Curl::Easy object to the multi stack.
-
- $curlm->perform
-- This method parallel perlforms all WWW::Curl::Easy objects
-+ This method performs in parallel all the WWW::Curl::Easy objects
- on the stack.
-
- *Warning* - this does not perform exactly the