Port details |
- p5-Twitter-API Twitter REST API library for Perl
- 1.0006 net =2 1.0006Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2018-10-20 15:26:53
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Twitter-API
- Description:
- Twitter::API provides an interface to the Twitter REST API for perl.
Features:
* full support for all Twitter REST API endpoints
* not dependent on a new distribution for new endpoint support
* optionally specify access tokens per API call
* error handling via an exception object that captures the full
request/response context
* full support for OAuth handshake and Xauth authentication
Additional features are available via optional traits:
* convenient methods for API endpoints with simplified argument
handling via ApiMethods
* normalized booleans (Twitter likes 'true' and 'false', except
when it doesn't) via NormalizeBooleans
* automatic decoding of HTML entities via DecodeHtmlEntities
* automatic retry on transient errors via RetryOnError
* "the whole enchilada" combines all the above traits via Enchilada
* app-only (OAuth2) support via AppAuth
* automatic rate limiting via RateLimiting
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Twitter-API>0:net/p5-Twitter-API
- To install the port:
- cd /usr/ports/net/p5-Twitter-API/ && make install clean
- To add the package, run one of these commands:
- pkg install net/p5-Twitter-API
- pkg install p5-Twitter-API
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Twitter-API
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1622214076
SHA256 (Twitter-API-1.0006.tar.gz) = 6dfdc7efa9cf2cabbe3cc4d19a04eb915d485fe8a83d5fde7c3b73046e9d0591
SIZE (Twitter-API-1.0006.tar.gz) = 55906
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Net-Twitter>0 : net/p5-Net-Twitter
- p5-Devel-StackTrace>=1.21 : devel/p5-Devel-StackTrace
- p5-Digest-HMAC>0 : security/p5-Digest-HMAC
- p5-HTTP-Thin>0 : www/p5-HTTP-Thin
- p5-IO-Socket-SSL>0 : security/p5-IO-Socket-SSL
- p5-JSON-MaybeXS>0 : converters/p5-JSON-MaybeXS
- p5-Moo>0 : devel/p5-Moo
- p5-MooX-Aliases>0 : devel/p5-MooX-Aliases
- p5-MooX-Traits>0 : devel/p5-MooX-Traits
- p5-Net-OAuth>0 : net/p5-Net-OAuth
- p5-Ref-Util>0 : devel/p5-Ref-Util
- p5-Throwable>0 : devel/p5-Throwable
- p5-Try-Tiny>0.03 : lang/p5-Try-Tiny
- p5-URI>=1.40 : net/p5-URI
- p5-URL-Encode>0 : www/p5-URL-Encode
- p5-WWW-OAuth>0 : www/p5-WWW-OAuth
- p5-libwww>=2.032 : www/p5-libwww
- p5-namespace-clean>0 : devel/p5-namespace-clean
- perl5>=5.32.r0<5.33 : lang/perl5.32
- p5-Module-Build-Tiny>=0.039 : devel/p5-Module-Build-Tiny
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Net-Twitter>0 : net/p5-Net-Twitter
- p5-Devel-StackTrace>=1.21 : devel/p5-Devel-StackTrace
- p5-Digest-HMAC>0 : security/p5-Digest-HMAC
- p5-HTTP-Thin>0 : www/p5-HTTP-Thin
- p5-IO-Socket-SSL>0 : security/p5-IO-Socket-SSL
- p5-JSON-MaybeXS>0 : converters/p5-JSON-MaybeXS
- p5-Moo>0 : devel/p5-Moo
- p5-MooX-Aliases>0 : devel/p5-MooX-Aliases
- p5-MooX-Traits>0 : devel/p5-MooX-Traits
- p5-Net-OAuth>0 : net/p5-Net-OAuth
- p5-Ref-Util>0 : devel/p5-Ref-Util
- p5-Throwable>0 : devel/p5-Throwable
- p5-Try-Tiny>0.03 : lang/p5-Try-Tiny
- p5-URI>=1.40 : net/p5-URI
- p5-URL-Encode>0 : www/p5-URL-Encode
- p5-WWW-OAuth>0 : www/p5-WWW-OAuth
- p5-libwww>=2.032 : www/p5-libwww
- p5-namespace-clean>0 : devel/p5-namespace-clean
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Run
-
- net-im/twirssi
Configuration Options:
- No options to configure
- Options name:
- net_p5-Twitter-API
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0006 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0006 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.0006 30 May 2021 19:54:59 |
Po-Chuan Hsieh (sunpoet) |
net/p5-Twitter-API: Update to 1.0006
Changes: https://metacpan.org/changes/distribution/Twitter-API |
1.0005_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0005_1 28 May 2020 08:43:30 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 6). |
1.0005_1 20 Oct 2018 16:00:13 |
zi |
- Add dependency on HTTP::Tiny
- Bump PORTREVISION |
1.0005 20 Oct 2018 15:26:26 |
zi |
New port: devel/p5-Twitter-API:
Twitter::API provides an interface to the Twitter REST API for perl.
Features:
* full support for all Twitter REST API endpoints
* not dependent on a new distribution for new endpoint support
* optionally specify access tokens per API call
* error handling via an exception object that captures the full
request/response context
* full support for OAuth handshake and Xauth authentication
Additional features are available via optional traits:
* convenient methods for API endpoints with simplified argument
handling via ApiMethods
* normalized booleans (Twitter likes 'true' and 'false', except
when it doesn't) via NormalizeBooleans
* automatic decoding of HTML entities via DecodeHtmlEntities
* automatic retry on transient errors via RetryOnError
* "the whole enchilada" combines all the above traits via Enchilada
* app-only (OAuth2) support via AppAuth
* automatic rate limiting via RateLimiting
WWW: https://metacpan.org/release/Twitter-API |
Number of commits found: 8
|