Commit graph

12 commits

Author SHA1 Message Date
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
fef158bb2a Update to 0.28:
0.28   Fri, 06 Jan 2012 05:51:04 UTC
    Added HMAC-SHA256 support
2014-09-06 14:57:15 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
3b0f2f4d0e Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
sno
3e084d6b41 Updating net/p5-Net-OAuth from 0.22nb1 to 0.27
pkgsrc changes:
- adjust dependencies according to upstream's META.yml

Upstream changes:
0.27   Wed, 16 Jun 2010 20:39:59 UTC
  Added class for Yahoo! access token refresh request (thanks Marc Mims)

0.26   Wed, 16 Jun 2010 19:59:04 UTC
  Message::encode no longer tries fix potential 'double-encoding' (in any
  case it appeared to be doing it wrong).  Now it just complains if you
  try to pass in undecoded strings. (thanks Daisuke Maki and KATOU Akira)

0.25   Sun, 21 Mar 2010 03:50:40 UTC
  Gah, $VERSION lameness

0.24   Sun, 21 Mar 2010 03:39:40 UTC
  Fix test breakage in 0.23

0.23   Thu, 18 Mar 2010 17:23:36 UTC
  Removed UNIVERSAL::require dependency
  Net::OAuth->request constructor now dies if module fails to load
    (thanks Mike Schleif)
  Fixed https://rt.cpan.org/Ticket/Display.html?id=55635 Incorrect
    dependencies (thanks Jens Rehsack)
  Replaced die() with croak()
2010-09-09 06:16:11 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
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-21 16:32:42 +00:00
sno
22c1089fd1 Updating net/p5-Net-OAuth from 0.20 to 0.22
pkgsrc changes:
- fix typo in dependencies

Upstream changes:
0.21   Wed, 10 Mar 2010 22:20:49 UTC
  * Added xAuth support with xAuthAccessTokenRequest (thanks Masayoshi
    Sekimura and Simon Wistow)
  * Added performance patch to decrease stat() system calls when requiring
    modules (thanks Brad Whitaker)

0.22   Thu, 11 Mar 2010 00:21:26 UTC
  * Renamed xAuthAccessTokenRequest to XauthAccessTokenRequest for
    CamelCaseConsistency
  * Added a couple tests for XauthAccessTokenRequest
2010-03-16 18:23:14 +00:00
sno
51866fe826 Updating net/p5-Net-OAuth from 0.19 to 0.20
pkgsrc changes:
  - Adjusting dependencies according to META.yml (see Upstream changes)
  - Setting Module::Build as build type

Upstream changes:
0.20   Fri, 13 Nov 2009 18:56:55 UTC
  - Fixed http://rt.cpan.org/Public/Bug/Display.html?id=48867 - error in
    synopsis - thanks Adam Taylor!
  - Removed UTF8 double-encoding warning.  Now Net::OAuth::Message::encode()
    uses Encode::is_utf8() to determine if the input is already UTF-8 encoded.
    If so, it runs decode_utf8() on it before sending it to uri_escape_utf8().
    Thanks Hector Garcia Alvarez!
  - Potentially fixed an issue found by Marc Mims, where HMAC_SHA1 was failing
    to load, breaking some CPAN tests.  Build.PL now explicitly requires
    Digest::SHA1 and Encode.  Hopefully that fixes it.
2009-11-21 15:23:14 +00:00
sno
2a32f668d3 Importing p5 package for Net::OAuth-0.19 into net/p5-Net-OAuth as
dependency for scheduled update of net/p5-Net-Twitter to 3.05003.

OAuth is

"An open protocol to allow secure API authentication in a simple and
standard method from desktop and web applications."

In practical terms, OAuth is a mechanism for a Consumer to request protected
resources from a Service Provider on behalf of a user.

Net::OAuth provides:

    * classes that encapsulate OAuth messages (requests and responses)
    * message signing
    * message serialization and parsing.
    * 2-legged requests (aka. tokenless requests, aka. consumer requests)

Net::OAuth does not provide:

    * Consumer or Service Provider encapsulation
    * token/nonce/key storage/management

Please refer to the OAuth spec: http://oauth.net/documentation/spec
2009-09-16 19:40:03 +00:00