Port details |
- rubygem-asana1 Ruby wrapper for the Asana REST API
- 1.0.0_1 www
=0 1.0.0_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2022-10-03 02:28:13
- Last Update: 2023-11-27 18:07:46
- Commit Hash: a331adf
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/Asana/ruby-asana
- Description:
- This gem is a simple Ruby wrapper for the Asana REST API. It uses
ActiveResource to provide a simple, familiar interface for
accessing your Asana account.
¦ ¦ ¦ ¦ ![SVNWeb - no subversion history for this port SVNWeb - no subversion history for this port](/images/subversion-greyed.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-asana1>0:www/rubygem-asana1
- No installation instructions:
- This port has been deleted.
- PKGNAME: rubygem-asana1
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1661599529
SHA256 (rubygem/asana-1.0.0.gem) = bc108db2047f1480b930b007044ec95319341208a5add8d2ee16a49d26f2aaac
SIZE (rubygem/asana-1.0.0.gem) = 69120
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:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-faraday1>=1.0<2 : www/rubygem-faraday1
- rubygem-faraday_middleware>=1.0<2 : www/rubygem-faraday_middleware
- rubygem-faraday_middleware-multi_json>=0.0<1 : devel/rubygem-faraday_middleware-multi_json
- rubygem-oauth2>=1.4<3 : net/rubygem-oauth2
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_rubygem-asana1
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Port Moves |
- port moved to www/rubygem-asana on 2023-11-27
REASON: Remove obsoleted port. Use www/rubygem-asana instead
|
Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.0_1 27 Nov 2023 18:07:46
![commit hash: a331adfa22886c86f85e4c3f6f702ed39b32eed1 commit hash: a331adfa22886c86f85e4c3f6f702ed39b32eed1](/images/git.png) ![commit hash: a331adfa22886c86f85e4c3f6f702ed39b32eed1 commit hash: a331adfa22886c86f85e4c3f6f702ed39b32eed1](/images/codeberg.svg) ![commit hash: a331adfa22886c86f85e4c3f6f702ed39b32eed1 commit hash: a331adfa22886c86f85e4c3f6f702ed39b32eed1](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/rubygem-asana1: Remove obsoleted port
Use www/rubygem-asana instead. |
1.0.0_1 14 Jan 2023 23:08:33
![commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae](/images/git.png) ![commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae](/images/codeberg.svg) ![commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
1.0.0_1 09 Oct 2022 15:38:05
![commit hash: 468ba47b0fdf7fabd4f73e4d0b3c470fbc20674c commit hash: 468ba47b0fdf7fabd4f73e4d0b3c470fbc20674c](/images/git.png) ![commit hash: 468ba47b0fdf7fabd4f73e4d0b3c470fbc20674c commit hash: 468ba47b0fdf7fabd4f73e4d0b3c470fbc20674c](/images/codeberg.svg) ![commit hash: 468ba47b0fdf7fabd4f73e4d0b3c470fbc20674c commit hash: 468ba47b0fdf7fabd4f73e4d0b3c470fbc20674c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/rubygem-asana1: Change RUN_DEPENDS from rubygem-oauth21 to rubygem-oauth2
- Bump PORTREVISION for dependency change |
1.0.0 03 Oct 2022 02:10:21
![commit hash: afad9c893c460e5609410c3301091afcd58b62ac commit hash: afad9c893c460e5609410c3301091afcd58b62ac](/images/git.png) ![commit hash: afad9c893c460e5609410c3301091afcd58b62ac commit hash: afad9c893c460e5609410c3301091afcd58b62ac](/images/codeberg.svg) ![commit hash: afad9c893c460e5609410c3301091afcd58b62ac commit hash: afad9c893c460e5609410c3301091afcd58b62ac](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/rubygem-asana1: Add rubygem-asana1 1.0.0 (copied from rubygem-asana)
- Add PORTSCOUT |
Number of commits found: 4
|