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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
rubygem-importmap-rails-rails70 Use ESM with importmap to manage modern JavaScript in Rails without transpiling or bundling
2.0.1 www 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 2.0.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-11-01 08:01:22
Last Update: 2024-02-21 15:10:53
Commit Hash: e75b020
Also Listed In: rubygems
License: MIT
WWW:
https://github.com/rails/importmap-rails
Description:
Import maps let you import JavaScript modules using logical names that map to versioned/digested files -- directly from the browser. So you can build modern JavaScript applications using JavaScript libraries made for ESM without the need for transpiling or bundling.This frees you from needing Webpack, Yarn, npm, or any other part of the JavaScript toolchain. All you need is the asset pipeline that's already included in Rails. With this approach you'll ship many small JavaScript files instead of one big JavaScript file. Thanks to HTTP/2 that no longer carries a material performance penalty during the initial transport, and in fact offers substantial benefits over the long run due to better caching dynamics. Whereas before any change to any JavaScript file included in your big bundle would invalidate the cache for the the whole bundle, now only the cache for that single file is invalidated. There's native support for import maps in Chrome/Edge 89+, and a shim available for any browser with basic ESM support. So your app will be able to work with all the evergreen browsers.
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-importmap-rails-rails70-2.0.1/catalog.mk
  2. /usr/local/share/licenses/rubygem-importmap-rails-rails70-2.0.1/LICENSE
  3. /usr/local/share/licenses/rubygem-importmap-rails-rails70-2.0.1/MIT
Collapse this list.
Dependency lines:
  • rubygem-importmap-rails-rails70>0:www/rubygem-importmap-rails-rails70
To install the port:
cd /usr/ports/www/rubygem-importmap-rails-rails70/ && make install clean
To add the package, run one of these commands:
  • pkg install www/rubygem-importmap-rails-rails70
  • pkg install rubygem-importmap-rails-rails70
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-importmap-rails-rails70
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1708450622 SHA256 (rubygem/importmap-rails-2.0.1.gem) = e739a6e70c09f797688c6983fa79567ec1edc9becc30d55b3f7cc897b1825586 SIZE (rubygem/importmap-rails-2.0.1.gem) = 16384

Packages (timestamps in pop-ups are UTC):
rubygem-importmap-rails-rails70
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.0.12.0.1--2.0.1---
FreeBSD:13:quarterly2.0.12.0.1--2.0.11.2.31.2.31.2.3
FreeBSD:14:latest2.0.12.0.1--2.0.1---
FreeBSD:14:quarterly2.0.12.0.1--2.0.11.2.31.2.31.2.3
FreeBSD:15:latest2.0.12.0.1n/a-n/a1.2.31.2.32.0.1
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-actionpack70>=6.0.0 : www/rubygem-actionpack70
  2. rubygem-activesupport70>=6.0.0 : devel/rubygem-activesupport70
  3. rubygem-railties70>=6.0.0 : www/rubygem-railties70
  4. ruby31 : lang/ruby31
  5. gem : devel/ruby-gems
Patch dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby31 : lang/ruby31
This port is required by:
for Run
  1. www/rubygem-rails70

Configuration Options:
No options to configure
Options name:
www_rubygem-importmap-rails-rails70
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.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0.1
21 Feb 2024 15:10:53
commit hash: e75b020eaa23ecef9f43f17c95d946f9c6745451commit hash: e75b020eaa23ecef9f43f17c95d946f9c6745451commit hash: e75b020eaa23ecef9f43f17c95d946f9c6745451commit hash: e75b020eaa23ecef9f43f17c95d946f9c6745451 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-importmap-rails-rails70: Update to 2.0.1

Changes:	https://github.com/rails/importmap-rails/releases
1.2.3
02 Nov 2023 07:37:40
commit hash: 957ff9d78c659b6160d075782fa5b95e7b8d2ba4commit hash: 957ff9d78c659b6160d075782fa5b95e7b8d2ba4commit hash: 957ff9d78c659b6160d075782fa5b95e7b8d2ba4commit hash: 957ff9d78c659b6160d075782fa5b95e7b8d2ba4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-importmap-rails-rails70: Update to 1.2.3

Changes:	https://github.com/rails/importmap-rails/releases
1.2.1
01 Nov 2023 07:56:33
commit hash: d414bf7c3780b74c1a38875db9b21db233763206commit hash: d414bf7c3780b74c1a38875db9b21db233763206commit hash: d414bf7c3780b74c1a38875db9b21db233763206commit hash: d414bf7c3780b74c1a38875db9b21db233763206 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-importmap-rails-rails70: Add rubygem-importmap-rails-rails70 1.2.1
(copied from rubygem-importmap-rails)

Number of commits found: 3