pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-WWW-Curl Update to 4.05:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2b630a8d2e7
branches:  trunk
changeset: 552746:f2b630a8d2e7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 08 13:22:24 2009 +0000

description:
Update to 4.05:

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

diffstat:

 www/p5-WWW-Curl/Makefile |  9 ++++-----
 www/p5-WWW-Curl/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r cfa910eb31d1 -r f2b630a8d2e7 www/p5-WWW-Curl/Makefile
--- a/www/p5-WWW-Curl/Makefile  Thu Jan 08 12:23:48 2009 +0000
+++ b/www/p5-WWW-Curl/Makefile  Thu Jan 08 13:22:24 2009 +0000
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.9 2008/10/19 19:19:24 he Exp $
+# $NetBSD: Makefile,v 1.10 2009/01/08 13:22:24 wiz Exp $
 #
 
-DISTNAME=      WWW-Curl-2.0
+DISTNAME=      WWW-Curl-4.05
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   5
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=WWW/}
 
 MAINTAINER=    imil%gcu.info@localhost
-HOMEPAGE=      http://curl.haxx.se/libcurl/perl/
+HOMEPAGE=      http://search.cpan.org/dist/WWW-Curl/
 COMMENT=       Perl binding interface for curl
 
-DEPENDS+=      curl>=7.12.1:../../www/curl
+DEPENDS+=      curl>=7.10.8:../../www/curl
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r cfa910eb31d1 -r f2b630a8d2e7 www/p5-WWW-Curl/distinfo
--- a/www/p5-WWW-Curl/distinfo  Thu Jan 08 12:23:48 2009 +0000
+++ b/www/p5-WWW-Curl/distinfo  Thu Jan 08 13:22:24 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2006/12/20 13:28:59 obache Exp $
+$NetBSD: distinfo,v 1.4 2009/01/08 13:22:24 wiz Exp $
 
-SHA1 (WWW-Curl-2.0.tar.gz) = 1b499e1419d89111e8b52adfdee02a09b184f83d
-RMD160 (WWW-Curl-2.0.tar.gz) = aaeb46c2af276f84fd8dd23c841fa3cd23762908
-Size (WWW-Curl-2.0.tar.gz) = 22546 bytes
+SHA1 (WWW-Curl-4.05.tar.gz) = 1d0eb6d4f1d9c29d8035fc94a6c0811f6c79fc59
+RMD160 (WWW-Curl-4.05.tar.gz) = af4333bf95e4435eeb1a3180844dc47624d417e9
+Size (WWW-Curl-4.05.tar.gz) = 40162 bytes
 SHA1 (patch-aa) = ddfb9426e704e5abd632e35b2278b547efb8c3b3



Home | Main Index | Thread Index | Old Index