pkgsrc/net/p5-Net-Twitter/Makefile

42 lines
1.6 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.19 2014/05/29 23:37:09 wiz Exp $
#
Update p5-Net-Twitter to 3.18001. Changes from previous: - fixed: AutoCursor: - no behavior change when user passes "cursor" arg - work with InflateObjects trait - synthetic ags use (-) prefix: -authenticate, -since, -legacy_lists_api - Replaced JSON::Any with JSON - documented new arguments for friendship_exists 3.18000_01 2011-09-21 - added update_with_media (Allen Haim) - added get_privacy_policy and get_tos API methods - added get_languages and get_settings API methods - added contributors and contributees API methods - added geo_search, geo_search, similar_places, and add_place API methods - friends/followers API methods deprecated - implemented the *new* Lists API in the API::REST trait - replaced MX:MultiInitArg::Trait with MX:Aliases (Justin Hunter) - fixed bad whatis entry (patch from debian, closes RT #67203) - use Digest::SHA instead of Digest::SHA1 (patch from debian, closes RT #67202) 3.17001 2011-03-31 - fixed intermittent bug in AutoCursor (result of Class::MOP anon class caching) 3.17000 2011-03-29 - production release with new AutoCursor trait 3.16000_1 2011-03-27 - Added AutoCursor trait 3.16000 2011-03-26 - Moved trends methods to API::REST; added warning to API::Search::Trends - Added no_retweet_ids method - modify searchapiurl for identica option - added deprecation notice to Net::Identica with Net::Twitter examples - replaced Test::Exception with Test::Fatal in tests 3.15000 2011-02-25 - added Lists API method members_create_all (alias add_list_members) - added tests dependency: Test::Exception (closes RT #65786) 3.14003 2011-02-07 - Fixed: trends_location (closes RT #65506) - Added parameters trim_user, include_entities, include_rts (frank cuny, closes RT #62542) 3.14002 2010-11-02 - Fixed: use File::Spec tests that failed in Win32 (turugina) 3.14001 2010-10-19 - Make Crypt::SSLeay a hard requirement (really no longer practical without it) 3.14000 2010-10-19 - Added #newtwitter API methods (account_totals, account_settings, suggestion_categories, user_suggestions, show_direct_message, retweeted_to_user, retweeted_by_user, lookup_friendships, update_friendship, all_lists, related_results) - fixed: memory leak in RateLimit trait 3.13009 2010-09-17 - use Athorization header for OAuth token requests rather than query params - "identica => 1" sets OAuth URLs (assist from barbie) - updated Synopsis with OAuth (closes RT#61273) 3.13008_02 2010-09-04 - fixed stack frame filter - fixed missing dependency - detect Twitter's errors array as an error object 3.13008_01 2010-08-31 - extract error from the various disparate error formats
2011-11-28 14:04:54 +01:00
DISTNAME= Net-Twitter-3.18001
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Net-Twitter/
Updating net/p5-Net-Twitter from 2.12 to 3.05003 pkgsrc changes: - Adding license definition - "Adjust" dependencies Upstream changes: 3.05003 2009-09-10 - URI 1.35 breaks unicode support; require 1.40 (thanks to Dan Boger, @zigdon) - Removed deprecated is_authorized from examples in pod (thanks to Nigel Metheringham) 3.05002 2009-08-27 - Work around perl bug requiring encoded hash keys when client uses "use utf8" 3.05001 2009-08-21 - Added get_authentication_url for "Sign in with Twitter" authentication flow - Updated "source" option documentation (closes RT 48786) 3.05000 2009-08-14 - Added new API methods: home_timeline, retweet, retweed_{by,of,to}_me - Removed JSON::DWIW from supported handlers (lacks support for JSON::Any's uft8 option) 3.04006 2009-07-29 - Silence Net::OAuth double encoding error (false positives) - Fixed: infrequent OAuth signature failures 3.04005 2009-07-28 - Fix: OAuth / unicode conflict 3.04004 2009-07-28 - Bug fix: OAuth signatures on POST requests (Galen Huntington) 3.04003 2009-07-23 - properly utf-8 encode output to twitter (should provide full unicode support, now) 3.04002 2009-07-21 - Optionally decode HTML entities in status text 3.04001 2009-07-17 - Set JSON::Any option utf8 for consistent unicode support - Added ssl and netrc options (from Net::Twitter::Lite) 3.04000 2009-07-07 - Added inflation of Twitter return HASH refs to Moose objects 3.03003 2009-07-07 - Fixed a typo in Makefile.PL 3.03002 2009-07-04 - Updated documentation to include callback parameter to get_authorization_url - Different OAuth nonce algorithm avoids duplicates in forked processes - Bumped JSON version dependencies for better JSON boolean handling 3.03001 2009-06-29 - Updated to Moose 0.85 - Properly subclassed top level Net::Twitter modules 3.03000 2009-06-25 - Twitter API update: - Added screen_name and user_id parameters to new_direct_message - Added show_friendship method (friendships/show.json) - Made Net::Twitter safe for subclassing - Added "authenticate" parameter handling. By default REST API methods inclued an Authorization header; Search API methods do not. Can be overridden with "authenticate => 0|1". This finally allows getting rate_limit_status by user (the default), or by IP address, with ->rate_limit_status({ authenticate => 0 }). - Added FAQ section to pod 3.02000 2009-06-21 - Added OAuth 1.0a support - Added init_args user/pass for compat with NT 2.12 3.01000_01 2009-06-12 - Updated OAuth support for desktop app PIN numbers (oauth_verifier) 3.01000 2009-06-07 - Added support for the saved_search API methods. 3.00004 2009-06-06 - Fixed: accept extra args as a hashref (search behaved this way in 2.12) 3.00003 2009-06-03 - Added a workaround for JSON backends that don't handle booleans properly 3.00002 2009-06-01 - Updated version requirements in Makefile.PL 3.00001 2009-05-30 - Provided version numbers for modules that already existed on CPAN 3.00000 2009-05-30 - upgrade get/put parms so Latin-1 can be handled as UTF-8 2.99000_05 2009-05-27 - Restructured module hierarchy: all roles/traits moved to Net/Twitter/Role/ - Itegrated Tatsuhiko Miyagawa's OAuth support as a trait - Identica fixes: strings '"true"' and '"false"' to bools; mentions => replies - Fixed useragent_args type. (Christopher Biggs) - Store HTTP::Response even on success in WrapError for legacy support (Christopher Biggs) 2.99000_04 2009-05-25 - Moved Net::Twitter to Net::Twitter::Core; Net::Twitter provides new -> new_with_traits - Added legacy => [0|1] shortcut option 2.99000_03 2009-05-22 - Broke MANIFEST on the prior dist (fixed) 2.99000_02 2009-05-22 - Corrected POD NAME sections and module naming - Temporarily removed lib/Net/Twitter/Search.pm from MANIFEST 2.99000_01 2009-05-22 - Initial dev release of 3.00 candidate - Moose based replacement for Net::Twitter This is a complete rewrite of Net::Twitter. For earlier versions, see: http://cpansearch.perl.org/src/CTHOM/Net-Twitter-2.12/Changes
2009-09-16 21:47:44 +02:00
COMMENT= Perl interface to the Twitter API
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Crypt-SSLeay>=0.5:../../security/p5-Crypt-SSLeay
Updating net/p5-Net-Twitter from 2.12 to 3.05003 pkgsrc changes: - Adding license definition - "Adjust" dependencies Upstream changes: 3.05003 2009-09-10 - URI 1.35 breaks unicode support; require 1.40 (thanks to Dan Boger, @zigdon) - Removed deprecated is_authorized from examples in pod (thanks to Nigel Metheringham) 3.05002 2009-08-27 - Work around perl bug requiring encoded hash keys when client uses "use utf8" 3.05001 2009-08-21 - Added get_authentication_url for "Sign in with Twitter" authentication flow - Updated "source" option documentation (closes RT 48786) 3.05000 2009-08-14 - Added new API methods: home_timeline, retweet, retweed_{by,of,to}_me - Removed JSON::DWIW from supported handlers (lacks support for JSON::Any's uft8 option) 3.04006 2009-07-29 - Silence Net::OAuth double encoding error (false positives) - Fixed: infrequent OAuth signature failures 3.04005 2009-07-28 - Fix: OAuth / unicode conflict 3.04004 2009-07-28 - Bug fix: OAuth signatures on POST requests (Galen Huntington) 3.04003 2009-07-23 - properly utf-8 encode output to twitter (should provide full unicode support, now) 3.04002 2009-07-21 - Optionally decode HTML entities in status text 3.04001 2009-07-17 - Set JSON::Any option utf8 for consistent unicode support - Added ssl and netrc options (from Net::Twitter::Lite) 3.04000 2009-07-07 - Added inflation of Twitter return HASH refs to Moose objects 3.03003 2009-07-07 - Fixed a typo in Makefile.PL 3.03002 2009-07-04 - Updated documentation to include callback parameter to get_authorization_url - Different OAuth nonce algorithm avoids duplicates in forked processes - Bumped JSON version dependencies for better JSON boolean handling 3.03001 2009-06-29 - Updated to Moose 0.85 - Properly subclassed top level Net::Twitter modules 3.03000 2009-06-25 - Twitter API update: - Added screen_name and user_id parameters to new_direct_message - Added show_friendship method (friendships/show.json) - Made Net::Twitter safe for subclassing - Added "authenticate" parameter handling. By default REST API methods inclued an Authorization header; Search API methods do not. Can be overridden with "authenticate => 0|1". This finally allows getting rate_limit_status by user (the default), or by IP address, with ->rate_limit_status({ authenticate => 0 }). - Added FAQ section to pod 3.02000 2009-06-21 - Added OAuth 1.0a support - Added init_args user/pass for compat with NT 2.12 3.01000_01 2009-06-12 - Updated OAuth support for desktop app PIN numbers (oauth_verifier) 3.01000 2009-06-07 - Added support for the saved_search API methods. 3.00004 2009-06-06 - Fixed: accept extra args as a hashref (search behaved this way in 2.12) 3.00003 2009-06-03 - Added a workaround for JSON backends that don't handle booleans properly 3.00002 2009-06-01 - Updated version requirements in Makefile.PL 3.00001 2009-05-30 - Provided version numbers for modules that already existed on CPAN 3.00000 2009-05-30 - upgrade get/put parms so Latin-1 can be handled as UTF-8 2.99000_05 2009-05-27 - Restructured module hierarchy: all roles/traits moved to Net/Twitter/Role/ - Itegrated Tatsuhiko Miyagawa's OAuth support as a trait - Identica fixes: strings '"true"' and '"false"' to bools; mentions => replies - Fixed useragent_args type. (Christopher Biggs) - Store HTTP::Response even on success in WrapError for legacy support (Christopher Biggs) 2.99000_04 2009-05-25 - Moved Net::Twitter to Net::Twitter::Core; Net::Twitter provides new -> new_with_traits - Added legacy => [0|1] shortcut option 2.99000_03 2009-05-22 - Broke MANIFEST on the prior dist (fixed) 2.99000_02 2009-05-22 - Corrected POD NAME sections and module naming - Temporarily removed lib/Net/Twitter/Search.pm from MANIFEST 2.99000_01 2009-05-22 - Initial dev release of 3.00 candidate - Moose based replacement for Net::Twitter This is a complete rewrite of Net::Twitter. For earlier versions, see: http://cpansearch.perl.org/src/CTHOM/Net-Twitter-2.12/Changes
2009-09-16 21:47:44 +02:00
DEPENDS+= p5-Data-Visitor-[0-9]*:../../devel/p5-Data-Visitor
DEPENDS+= p5-DateTime>=0.5100:../../time/p5-DateTime
DEPENDS+= p5-DateTime-Format-Strptime>=1.0900:../../time/p5-DateTime-Format-Strptime
DEPENDS+= p5-Devel-StackTrace>=1.21:../../devel/p5-Devel-StackTrace
DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
Updating net/p5-Net-Twitter from 2.12 to 3.05003 pkgsrc changes: - Adding license definition - "Adjust" dependencies Upstream changes: 3.05003 2009-09-10 - URI 1.35 breaks unicode support; require 1.40 (thanks to Dan Boger, @zigdon) - Removed deprecated is_authorized from examples in pod (thanks to Nigel Metheringham) 3.05002 2009-08-27 - Work around perl bug requiring encoded hash keys when client uses "use utf8" 3.05001 2009-08-21 - Added get_authentication_url for "Sign in with Twitter" authentication flow - Updated "source" option documentation (closes RT 48786) 3.05000 2009-08-14 - Added new API methods: home_timeline, retweet, retweed_{by,of,to}_me - Removed JSON::DWIW from supported handlers (lacks support for JSON::Any's uft8 option) 3.04006 2009-07-29 - Silence Net::OAuth double encoding error (false positives) - Fixed: infrequent OAuth signature failures 3.04005 2009-07-28 - Fix: OAuth / unicode conflict 3.04004 2009-07-28 - Bug fix: OAuth signatures on POST requests (Galen Huntington) 3.04003 2009-07-23 - properly utf-8 encode output to twitter (should provide full unicode support, now) 3.04002 2009-07-21 - Optionally decode HTML entities in status text 3.04001 2009-07-17 - Set JSON::Any option utf8 for consistent unicode support - Added ssl and netrc options (from Net::Twitter::Lite) 3.04000 2009-07-07 - Added inflation of Twitter return HASH refs to Moose objects 3.03003 2009-07-07 - Fixed a typo in Makefile.PL 3.03002 2009-07-04 - Updated documentation to include callback parameter to get_authorization_url - Different OAuth nonce algorithm avoids duplicates in forked processes - Bumped JSON version dependencies for better JSON boolean handling 3.03001 2009-06-29 - Updated to Moose 0.85 - Properly subclassed top level Net::Twitter modules 3.03000 2009-06-25 - Twitter API update: - Added screen_name and user_id parameters to new_direct_message - Added show_friendship method (friendships/show.json) - Made Net::Twitter safe for subclassing - Added "authenticate" parameter handling. By default REST API methods inclued an Authorization header; Search API methods do not. Can be overridden with "authenticate => 0|1". This finally allows getting rate_limit_status by user (the default), or by IP address, with ->rate_limit_status({ authenticate => 0 }). - Added FAQ section to pod 3.02000 2009-06-21 - Added OAuth 1.0a support - Added init_args user/pass for compat with NT 2.12 3.01000_01 2009-06-12 - Updated OAuth support for desktop app PIN numbers (oauth_verifier) 3.01000 2009-06-07 - Added support for the saved_search API methods. 3.00004 2009-06-06 - Fixed: accept extra args as a hashref (search behaved this way in 2.12) 3.00003 2009-06-03 - Added a workaround for JSON backends that don't handle booleans properly 3.00002 2009-06-01 - Updated version requirements in Makefile.PL 3.00001 2009-05-30 - Provided version numbers for modules that already existed on CPAN 3.00000 2009-05-30 - upgrade get/put parms so Latin-1 can be handled as UTF-8 2.99000_05 2009-05-27 - Restructured module hierarchy: all roles/traits moved to Net/Twitter/Role/ - Itegrated Tatsuhiko Miyagawa's OAuth support as a trait - Identica fixes: strings '"true"' and '"false"' to bools; mentions => replies - Fixed useragent_args type. (Christopher Biggs) - Store HTTP::Response even on success in WrapError for legacy support (Christopher Biggs) 2.99000_04 2009-05-25 - Moved Net::Twitter to Net::Twitter::Core; Net::Twitter provides new -> new_with_traits - Added legacy => [0|1] shortcut option 2.99000_03 2009-05-22 - Broke MANIFEST on the prior dist (fixed) 2.99000_02 2009-05-22 - Corrected POD NAME sections and module naming - Temporarily removed lib/Net/Twitter/Search.pm from MANIFEST 2.99000_01 2009-05-22 - Initial dev release of 3.00 candidate - Moose based replacement for Net::Twitter This is a complete rewrite of Net::Twitter. For earlier versions, see: http://cpansearch.perl.org/src/CTHOM/Net-Twitter-2.12/Changes
2009-09-16 21:47:44 +02:00
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
DEPENDS+= p5-JSON-Any>=1.21:../../converters/p5-JSON-Any
DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
DEPENDS+= p5-Moose>=0.90:../../devel/p5-Moose
DEPENDS+= p5-MooseX-Aliases-[0-9]*:../../devel/p5-MooseX-Aliases
Update p5-Net-Twitter to 3.18001. Changes from previous: - fixed: AutoCursor: - no behavior change when user passes "cursor" arg - work with InflateObjects trait - synthetic ags use (-) prefix: -authenticate, -since, -legacy_lists_api - Replaced JSON::Any with JSON - documented new arguments for friendship_exists 3.18000_01 2011-09-21 - added update_with_media (Allen Haim) - added get_privacy_policy and get_tos API methods - added get_languages and get_settings API methods - added contributors and contributees API methods - added geo_search, geo_search, similar_places, and add_place API methods - friends/followers API methods deprecated - implemented the *new* Lists API in the API::REST trait - replaced MX:MultiInitArg::Trait with MX:Aliases (Justin Hunter) - fixed bad whatis entry (patch from debian, closes RT #67203) - use Digest::SHA instead of Digest::SHA1 (patch from debian, closes RT #67202) 3.17001 2011-03-31 - fixed intermittent bug in AutoCursor (result of Class::MOP anon class caching) 3.17000 2011-03-29 - production release with new AutoCursor trait 3.16000_1 2011-03-27 - Added AutoCursor trait 3.16000 2011-03-26 - Moved trends methods to API::REST; added warning to API::Search::Trends - Added no_retweet_ids method - modify searchapiurl for identica option - added deprecation notice to Net::Identica with Net::Twitter examples - replaced Test::Exception with Test::Fatal in tests 3.15000 2011-02-25 - added Lists API method members_create_all (alias add_list_members) - added tests dependency: Test::Exception (closes RT #65786) 3.14003 2011-02-07 - Fixed: trends_location (closes RT #65506) - Added parameters trim_user, include_entities, include_rts (frank cuny, closes RT #62542) 3.14002 2010-11-02 - Fixed: use File::Spec tests that failed in Win32 (turugina) 3.14001 2010-10-19 - Make Crypt::SSLeay a hard requirement (really no longer practical without it) 3.14000 2010-10-19 - Added #newtwitter API methods (account_totals, account_settings, suggestion_categories, user_suggestions, show_direct_message, retweeted_to_user, retweeted_by_user, lookup_friendships, update_friendship, all_lists, related_results) - fixed: memory leak in RateLimit trait 3.13009 2010-09-17 - use Athorization header for OAuth token requests rather than query params - "identica => 1" sets OAuth URLs (assist from barbie) - updated Synopsis with OAuth (closes RT#61273) 3.13008_02 2010-09-04 - fixed stack frame filter - fixed missing dependency - detect Twitter's errors array as an error object 3.13008_01 2010-08-31 - extract error from the various disparate error formats
2011-11-28 14:04:54 +01:00
DEPENDS+= p5-MooseX-Role-Parameterized-[0-9]*:../../devel/p5-MooseX-Role-Parameterized
Updating net/p5-Net-Twitter from 2.12 to 3.05003 pkgsrc changes: - Adding license definition - "Adjust" dependencies Upstream changes: 3.05003 2009-09-10 - URI 1.35 breaks unicode support; require 1.40 (thanks to Dan Boger, @zigdon) - Removed deprecated is_authorized from examples in pod (thanks to Nigel Metheringham) 3.05002 2009-08-27 - Work around perl bug requiring encoded hash keys when client uses "use utf8" 3.05001 2009-08-21 - Added get_authentication_url for "Sign in with Twitter" authentication flow - Updated "source" option documentation (closes RT 48786) 3.05000 2009-08-14 - Added new API methods: home_timeline, retweet, retweed_{by,of,to}_me - Removed JSON::DWIW from supported handlers (lacks support for JSON::Any's uft8 option) 3.04006 2009-07-29 - Silence Net::OAuth double encoding error (false positives) - Fixed: infrequent OAuth signature failures 3.04005 2009-07-28 - Fix: OAuth / unicode conflict 3.04004 2009-07-28 - Bug fix: OAuth signatures on POST requests (Galen Huntington) 3.04003 2009-07-23 - properly utf-8 encode output to twitter (should provide full unicode support, now) 3.04002 2009-07-21 - Optionally decode HTML entities in status text 3.04001 2009-07-17 - Set JSON::Any option utf8 for consistent unicode support - Added ssl and netrc options (from Net::Twitter::Lite) 3.04000 2009-07-07 - Added inflation of Twitter return HASH refs to Moose objects 3.03003 2009-07-07 - Fixed a typo in Makefile.PL 3.03002 2009-07-04 - Updated documentation to include callback parameter to get_authorization_url - Different OAuth nonce algorithm avoids duplicates in forked processes - Bumped JSON version dependencies for better JSON boolean handling 3.03001 2009-06-29 - Updated to Moose 0.85 - Properly subclassed top level Net::Twitter modules 3.03000 2009-06-25 - Twitter API update: - Added screen_name and user_id parameters to new_direct_message - Added show_friendship method (friendships/show.json) - Made Net::Twitter safe for subclassing - Added "authenticate" parameter handling. By default REST API methods inclued an Authorization header; Search API methods do not. Can be overridden with "authenticate => 0|1". This finally allows getting rate_limit_status by user (the default), or by IP address, with ->rate_limit_status({ authenticate => 0 }). - Added FAQ section to pod 3.02000 2009-06-21 - Added OAuth 1.0a support - Added init_args user/pass for compat with NT 2.12 3.01000_01 2009-06-12 - Updated OAuth support for desktop app PIN numbers (oauth_verifier) 3.01000 2009-06-07 - Added support for the saved_search API methods. 3.00004 2009-06-06 - Fixed: accept extra args as a hashref (search behaved this way in 2.12) 3.00003 2009-06-03 - Added a workaround for JSON backends that don't handle booleans properly 3.00002 2009-06-01 - Updated version requirements in Makefile.PL 3.00001 2009-05-30 - Provided version numbers for modules that already existed on CPAN 3.00000 2009-05-30 - upgrade get/put parms so Latin-1 can be handled as UTF-8 2.99000_05 2009-05-27 - Restructured module hierarchy: all roles/traits moved to Net/Twitter/Role/ - Itegrated Tatsuhiko Miyagawa's OAuth support as a trait - Identica fixes: strings '"true"' and '"false"' to bools; mentions => replies - Fixed useragent_args type. (Christopher Biggs) - Store HTTP::Response even on success in WrapError for legacy support (Christopher Biggs) 2.99000_04 2009-05-25 - Moved Net::Twitter to Net::Twitter::Core; Net::Twitter provides new -> new_with_traits - Added legacy => [0|1] shortcut option 2.99000_03 2009-05-22 - Broke MANIFEST on the prior dist (fixed) 2.99000_02 2009-05-22 - Corrected POD NAME sections and module naming - Temporarily removed lib/Net/Twitter/Search.pm from MANIFEST 2.99000_01 2009-05-22 - Initial dev release of 3.00 candidate - Moose based replacement for Net::Twitter This is a complete rewrite of Net::Twitter. For earlier versions, see: http://cpansearch.perl.org/src/CTHOM/Net-Twitter-2.12/Changes
2009-09-16 21:47:44 +02:00
DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net
DEPENDS+= p5-Net-OAuth>=0.25:../../net/p5-Net-OAuth
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
Updating net/p5-Net-Twitter from 2.12 to 3.05003 pkgsrc changes: - Adding license definition - "Adjust" dependencies Upstream changes: 3.05003 2009-09-10 - URI 1.35 breaks unicode support; require 1.40 (thanks to Dan Boger, @zigdon) - Removed deprecated is_authorized from examples in pod (thanks to Nigel Metheringham) 3.05002 2009-08-27 - Work around perl bug requiring encoded hash keys when client uses "use utf8" 3.05001 2009-08-21 - Added get_authentication_url for "Sign in with Twitter" authentication flow - Updated "source" option documentation (closes RT 48786) 3.05000 2009-08-14 - Added new API methods: home_timeline, retweet, retweed_{by,of,to}_me - Removed JSON::DWIW from supported handlers (lacks support for JSON::Any's uft8 option) 3.04006 2009-07-29 - Silence Net::OAuth double encoding error (false positives) - Fixed: infrequent OAuth signature failures 3.04005 2009-07-28 - Fix: OAuth / unicode conflict 3.04004 2009-07-28 - Bug fix: OAuth signatures on POST requests (Galen Huntington) 3.04003 2009-07-23 - properly utf-8 encode output to twitter (should provide full unicode support, now) 3.04002 2009-07-21 - Optionally decode HTML entities in status text 3.04001 2009-07-17 - Set JSON::Any option utf8 for consistent unicode support - Added ssl and netrc options (from Net::Twitter::Lite) 3.04000 2009-07-07 - Added inflation of Twitter return HASH refs to Moose objects 3.03003 2009-07-07 - Fixed a typo in Makefile.PL 3.03002 2009-07-04 - Updated documentation to include callback parameter to get_authorization_url - Different OAuth nonce algorithm avoids duplicates in forked processes - Bumped JSON version dependencies for better JSON boolean handling 3.03001 2009-06-29 - Updated to Moose 0.85 - Properly subclassed top level Net::Twitter modules 3.03000 2009-06-25 - Twitter API update: - Added screen_name and user_id parameters to new_direct_message - Added show_friendship method (friendships/show.json) - Made Net::Twitter safe for subclassing - Added "authenticate" parameter handling. By default REST API methods inclued an Authorization header; Search API methods do not. Can be overridden with "authenticate => 0|1". This finally allows getting rate_limit_status by user (the default), or by IP address, with ->rate_limit_status({ authenticate => 0 }). - Added FAQ section to pod 3.02000 2009-06-21 - Added OAuth 1.0a support - Added init_args user/pass for compat with NT 2.12 3.01000_01 2009-06-12 - Updated OAuth support for desktop app PIN numbers (oauth_verifier) 3.01000 2009-06-07 - Added support for the saved_search API methods. 3.00004 2009-06-06 - Fixed: accept extra args as a hashref (search behaved this way in 2.12) 3.00003 2009-06-03 - Added a workaround for JSON backends that don't handle booleans properly 3.00002 2009-06-01 - Updated version requirements in Makefile.PL 3.00001 2009-05-30 - Provided version numbers for modules that already existed on CPAN 3.00000 2009-05-30 - upgrade get/put parms so Latin-1 can be handled as UTF-8 2.99000_05 2009-05-27 - Restructured module hierarchy: all roles/traits moved to Net/Twitter/Role/ - Itegrated Tatsuhiko Miyagawa's OAuth support as a trait - Identica fixes: strings '"true"' and '"false"' to bools; mentions => replies - Fixed useragent_args type. (Christopher Biggs) - Store HTTP::Response even on success in WrapError for legacy support (Christopher Biggs) 2.99000_04 2009-05-25 - Moved Net::Twitter to Net::Twitter::Core; Net::Twitter provides new -> new_with_traits - Added legacy => [0|1] shortcut option 2.99000_03 2009-05-22 - Broke MANIFEST on the prior dist (fixed) 2.99000_02 2009-05-22 - Corrected POD NAME sections and module naming - Temporarily removed lib/Net/Twitter/Search.pm from MANIFEST 2.99000_01 2009-05-22 - Initial dev release of 3.00 candidate - Moose based replacement for Net::Twitter This is a complete rewrite of Net::Twitter. For earlier versions, see: http://cpansearch.perl.org/src/CTHOM/Net-Twitter-2.12/Changes
2009-09-16 21:47:44 +02:00
DEPENDS+= p5-URI>=1.40:../../www/p5-URI
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= p5-namespace-autoclean>=0.09:../../devel/p5-namespace-autoclean
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
PERL5_PACKLIST= auto/Net/Twitter/.packlist
USE_LANGUAGES= # none
PERL5_MODULE_TYPE= Module::Install::Bundled
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"