2014-05-30 01:35:13 +02:00
|
|
|
# $NetBSD: Makefile,v 1.19 2014/05/29 23:37:09 wiz Exp $
|
2008-08-20 09:57:43 +02:00
|
|
|
#
|
|
|
|
|
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
|
2008-08-20 09:57:43 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2014-05-30 01:35:13 +02:00
|
|
|
PKGREVISION= 4
|
2008-08-20 09:57:43 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
|
2010-03-08 19:41:43 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2008-08-20 09:57:43 +02:00
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Net-Twitter/
|
2009-09-16 21:47:44 +02:00
|
|
|
COMMENT= Perl interface to the Twitter API
|
|
|
|
LICENSE= ${PERL5_LICENSE}
|
2008-08-20 09:57:43 +02:00
|
|
|
|
2012-01-19 10:28:40 +01:00
|
|
|
DEPENDS+= p5-Crypt-SSLeay>=0.5:../../security/p5-Crypt-SSLeay
|
2009-09-16 21:47:44 +02:00
|
|
|
DEPENDS+= p5-Data-Visitor-[0-9]*:../../devel/p5-Data-Visitor
|
2009-11-21 16:28:36 +01:00
|
|
|
DEPENDS+= p5-DateTime>=0.5100:../../time/p5-DateTime
|
|
|
|
DEPENDS+= p5-DateTime-Format-Strptime>=1.0900:../../time/p5-DateTime-Format-Strptime
|
2012-01-19 10:28:40 +01:00
|
|
|
DEPENDS+= p5-Devel-StackTrace>=1.21:../../devel/p5-Devel-StackTrace
|
|
|
|
DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
|
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
|
2010-02-03 02:26:46 +01:00
|
|
|
DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
|
|
|
|
DEPENDS+= p5-Moose>=0.90:../../devel/p5-Moose
|
2012-01-19 10:28:40 +01:00
|
|
|
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
|
2009-09-16 21:47:44 +02:00
|
|
|
DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net
|
2012-01-19 10:28:40 +01:00
|
|
|
DEPENDS+= p5-Net-OAuth>=0.25:../../net/p5-Net-OAuth
|
2010-02-03 02:26:46 +01:00
|
|
|
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
|
2009-09-16 21:47:44 +02:00
|
|
|
DEPENDS+= p5-URI>=1.40:../../www/p5-URI
|
2008-08-20 09:57:43 +02:00
|
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
2009-09-19 19:45:47 +02:00
|
|
|
DEPENDS+= p5-namespace-autoclean>=0.09:../../devel/p5-namespace-autoclean
|
2008-08-20 09:57:43 +02:00
|
|
|
|
2009-11-21 16:28:36 +01:00
|
|
|
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
|
|
|
|
|
2008-08-20 09:57:43 +02:00
|
|
|
PERL5_PACKLIST= auto/Net/Twitter/.packlist
|
|
|
|
USE_LANGUAGES= # none
|
2010-03-08 19:41:43 +01:00
|
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
2008-08-20 09:57:43 +02:00
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|