notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
NOW FIXED. We had a known problem with lists of packages - they were out of date. The fix has been applied to production. See packages-import/issues/3 & packages-import/issues/4
Port details
rubygem-asana1 Ruby wrapper for the Asana REST API
1.0.0_1 www Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.0_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/rubygem-asana1-1.0.0_1/catalog.mk
  2. /usr/local/share/licenses/rubygem-asana1-1.0.0_1/LICENSE
  3. /usr/local/share/licenses/rubygem-asana1-1.0.0_1/MIT
Collapse this list.
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):
rubygem-asana1
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--1.0.0_1-----
FreeBSD:14:latest--1.0.0_1--1.0.0_1-1.0.0_1
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby30 : lang/ruby30
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-faraday1>=1.0<2 : www/rubygem-faraday1
  2. rubygem-faraday_middleware>=1.0<2 : www/rubygem-faraday_middleware
  3. rubygem-faraday_middleware-multi_json>=0.0<1 : devel/rubygem-faraday_middleware-multi_json
  4. rubygem-oauth2>=1.4<3 : net/rubygem-oauth2
  5. ruby30 : lang/ruby30
  6. gem : devel/ruby-gems
Patch dependencies:
  1. ruby30 : lang/ruby30
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby30 : lang/ruby30
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:
Expand this list (1 items)
Collapse this list.
  1. https://rubygems.org/downloads/
Collapse this list.
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)
CommitCreditsLog message
1.0.0_1
27 Nov 2023 18:07:46
commit hash: a331adfa22886c86f85e4c3f6f702ed39b32eed1commit hash: a331adfa22886c86f85e4c3f6f702ed39b32eed1commit hash: a331adfa22886c86f85e4c3f6f702ed39b32eed1commit hash: a331adfa22886c86f85e4c3f6f702ed39b32eed1 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-asana1: Remove obsoleted port

Use www/rubygem-asana instead.
1.0.0_1
14 Jan 2023 23:08:33
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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: 468ba47b0fdf7fabd4f73e4d0b3c470fbc20674ccommit hash: 468ba47b0fdf7fabd4f73e4d0b3c470fbc20674ccommit hash: 468ba47b0fdf7fabd4f73e4d0b3c470fbc20674ccommit hash: 468ba47b0fdf7fabd4f73e4d0b3c470fbc20674c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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: afad9c893c460e5609410c3301091afcd58b62accommit hash: afad9c893c460e5609410c3301091afcd58b62accommit hash: afad9c893c460e5609410c3301091afcd58b62accommit hash: afad9c893c460e5609410c3301091afcd58b62ac files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-asana1: Add rubygem-asana1 1.0.0 (copied from rubygem-asana)

- Add PORTSCOUT

Number of commits found: 4