summaryrefslogtreecommitdiff
path: root/www/p5-WWW-Curl
AgeCommit message (Collapse)AuthorFilesLines
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache1-2/+2
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-09-03Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,sno1-3/+3
Module::Install is for Authors only. Bumping revision
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2010-12-02Update to 4.15:wiz2-6/+6
4.15 Sun Nov 28 2010: - Balint Szilakszi <szbalint at cpan.org> - Refactored constant handling and added thorough testing for it. - Fixed CURLOPT_PRIVATE, it is now a string and can be set/get accordingly. 4.14 Sun Oct 24 2010: - Balint Szilakszi <szbalint at cpan.org> - Scalar references can now be used to receive body/header data [gfx]. - Speed optimizations for threaded perl. [gfx, szbalint]. - Added a more generic libcurl constant detection. - Added the pushopt method for appending strings to array options. - Documentation improvements.
2010-09-06Update to 4.13:wiz2-7/+6
4.13 Wed Sep 01 2010: - Balint Szilakszi <szbalint at cpan.org> - Fixed WWW::Curl::Form (again, formadd and formaddfile working now). - Made constant constant handling more robust and added tests [Fuji, Goro]. - Modernized *.pm and AUTOLOAD now throws an error on unknown method calls [Fuji, Goro]. - Fixed code depending on CURLINFO_SLIST to be optional [Fuji, Goro].
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-08-16Update to 4.12:wiz2-6/+6
4.12 Sun Jun 04 2010: - Balint Szilakszi <szbalint at cpan.org> - Fixed WWW::Curl::Form (patch contributed by Michael Ing). - Added CURLPROXY_* constants (patch by claes). - Added the const_string method to provide access to constants in a non-bareword way. - Fixed t/01basic.t test failure on older libcurl versions.
2010-01-20Update to 4.11, set LICENSE.wiz2-8/+7
4.11 Fri Dec 18 2009: - Balint Szilakszi <szbalint at cpan.org> - Fixed t/19multi.t for libcurl versions compiled with asyncronous dns resolution. 4.10 Fri Dec 18 2009: - Balint Szilakszi <szbalint at cpan.org> - Added support for CURLINFO_SLIST in getinfo (patch by claes). - Merging documentation fixes upstream from the FreeBSD port (thanks Peter). - Added support for curl_multi_fdset.
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-1/+2
2009-07-19pkgsrc changes:sno2-7/+9
- Updating package for p5 module WWW:Curl from 4.07 to 4.09 - Adding license comment for or license experts - Replacing duplicated dependency to www/curl with an API dependency version - Using Module::Install as module type Upstream changes: 4.09 Thu Jul 09 2009: - Balint Szilakszi <szbalint at cpan.org> - Fixing broken version check. 4.08 Tue Jul 07 2009: - Balint Szilakszi <szbalint at cpan.org> - Fixed a memory leak in setopt. - Added a check to Makefile.PL for the minimum libcurl version. - Mentioned WWW::Curl hosting on github. - Upgraded bundled Module::Install to 0.91.
2009-06-09Update to 4.07:wiz2-6/+6
4.07 Sun May 31 2009: - Balint Szilakszi <szbalint at cpan.org> - Fixed >32bit integer option passing to libcurl on 32bit systems. (Thanks to Peter Heuchert for the report and fix suggestion!) - The CURL_CONFIG environment variable can now be used to specify which curl-config to use (contributed by claes). - Fixed segfault when a string option with setopt was set to undef (contributed by claes). - Fixed incomplete cleanup routine at destruction time (contributed by claes). - Readded Easy.pm and Share.pm stubs so that they are indexed by CPAN, thus avoiding complications with outdated versions appearing.
2009-04-20Update to 4.06:wiz2-6/+6
4.06 Sun Apr 05 2009: - Balint Szilakszi <szbalint at cpan.org> - Fixed a setopt issue that could cause a setopt string to get corrupted with pre 7.17.0 libcurl versions. (Thanks to Andreas Marienborg for the excellent bugreport and testcase!) - Made the Makefile.PL curl.h parsing slightly more generic to detect a wider selection of constants (fixes debian bugs #519841 and #518942). This makes it possible to use CURLE_* and CURL_NETRC_* constants. - Added a clearly invalid protocol to t/18twinhandles.t (fixes RT #41425).
2009-01-28remove unneeded patch.wiz2-88/+1
2009-01-08Update to 4.05:wiz2-9/+8
4.05 Sat Jul 06 2008: - Balint Szilakszi <szbalint at cpan.org> - Corrected the duphandle mechanism. - Fixed a typo (fixes RT #37253). - Added better Windows compatibility detection and separate installation instructions (thanks to Shiyu Tang). 4.04 Sat Jun 21 2008: - Balint Szilakszi <szbalint at cpan.org> - Test::More and use_ok at begin time doesn't mesh with no plan. 4.03 Sat Jun 21 2008: - Balint Szilakszi <szbalint at cpan.org> - Removing option to pass destination files as a typeglob as it is a backwards pointing magic and caused bugs. Use a filehandle or reference instead. - Fixed tests for 5.6, raised minimum Perl version to 5.6.1 due to tests. - Fixed a duphandle bug. 4.02 Thu Jun 19 2008: - Balint Szilakszi <szbalint at cpan.org> - Adding forgotten backwards compatibility with older Perl versions 4.01 Wed Jun 18 2008: - Balint Szilakszi <szbalint at cpan.org> - Reimplemented callback handling to fix several I/O issues (fixes RT #35491) - Documentation showing example WWW::Curl::Multi usage is corrected (fixes RT #35520) - Should now compile on HP-UX and OSX (fixes RT #36058 and #35349) - POD validity fix (fixes RT #15850) - Added several new tests - Upgraded to Module::Install 0.75 as it now exits correctly on build time with NA if the required libcurl isn't available. 4.00 Wed Mar 05 2008: - Balint Szilakszi <szbalint at cpan.org> - Rewritten documentation. - New test suite. - New build system: using Module::Install instead of ExtUtils::Makemaker. - New minimal requirements, Perl 5.6 and libcurl 7.10.8. - New WWW::Curl::Multi interface. - Removed WWW::Curl::easy. - Removed compatibility code for pre 7.10.8 libcurl. - Added lots of small improvements to setopt and friends. - Bugfixes, mainly for memory leaks. - SIGNATURE. 3.12 Wed Feb 27 2008: - Cris Bailiff <c.bailiff+curl at devsecure.com> - New Share.pm.in was missed from the MANIFEST, so was not in the distribution. Fixed. 3.11 Mon Feb 25 2008: - Cris Bailiff <c.bailiff+curl at devsecure.com> - Merge recent contributions. - Updates from various small bug/build reports 3.10 Fri Feb 22 2008: - Anton Fedorov <datacompboy at mail.ru> - Fix documentation for multi interface - Added WWW::Curl::Share - Added strerror into Easy and Multi interfaces - Added support for CURLOPT_DEBUGFUNCTION in Easy interface 3.02_01 Tue Jan 29 2008: - Mark Hindley - Contributed CURLOPT_*_LARGE support 3.02_00 Fri Sep 16 2005: - Cris Bailiff <c.bailiff+curl at devsecure.com> - Workaround case-sensitive filename issues by making equivalent Easy names in easy namespace - Test scripts - Fixup ssl tests and remove leftover MUTE option - NOTE: That due to namespace changes (easy->Easy) you must change any existing code to 'use WWW::Curl::Easy' instead of 'use WWW::Curl::easy', but you can still use the WWW::Curl::easy function names until they are removed in a future release. - Tested on Redhat EL3 (curl 7.10.6) and Mandrake 10.1 (curl 7.13.1) 3.01 Thu Apr 20 2004: - Cris Bailiff <c.bailiff+curl at devsecure.com> - Merged Sebastians changes into CVS - Updated remaining tests to Test::Simple - Added backwards compatability to V2 names (WWW::Curl::easy etc) - Dropped backwards compatability to V1.x names 3.00 Thu Feb 12 2004: - Sebastian Riedel <sri at oook.de> - Added multi support - New module names - New tests - New documentation - New examples - Big cleanup!!! - Too much to tell, it's worth an upgrade
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-2/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-06-12Add DESTDIR support.joerg1-1/+2
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2006-12-20Fix problem build with curl>=7.10.8.obache2-1/+88
Support removed PASSWD callback (dropped in curl 7.10.8). http://cool.haxx.se/cvs.cgi/curl-perl/Curl.xs.diff?r1=1.3&r2=1.4
2006-11-19tv@ pointed out that curl-7.16.0 had a shlib major bump --wiz1-2/+2
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs of dependencies. Sorry for not finding this earlier.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 checksums.wiz1-1/+2
2005-01-08Import p5-WWW-Curl from pkgsrc-wip. Packaged by imil at gcu dot info.minskim4-0/+35
This module is a namespace placeholder for a future high level perl-oriented interface to libcurl. Currently, you need to use the direct libcurl 'easy' interface, by using the 'WWW::Curl::easy' module. The perl module WWW::Curl::easy provides an interface to the cURL library "libcurl". See http://curl.haxx.se/ for more information on cURL and libcurl.