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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details on branch 2024Q4
rubygem-actionpack70 Action Controller and Action View of Rails MVC Framework
7.0.8.6 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 7.0.8.6Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-12-19 09:59:27
Last Update: 2024-12-19 09:23:13
Commit Hash: 31dd1d9
Also Listed In: rubygems
License: MIT
WWW:
https://github.com/rails/rails/tree/main/actionpack
https://rubyonrails.org/
Description:
Action Pack is a framework for handling and responding to web requests. It provides mechanisms for routing (mapping request URLs to actions), defining controllers that implement actions, and generating responses. In short, Action Pack provides the controller layer in the MVC paradigm. It consists of several modules: - Action Dispatch, which parses information about the web request, handles routing as defined by the user, and does advanced processing related to HTTP such as MIME-type negotiation, decoding parameters in POST, PATCH, or PUT bodies, handling HTTP caching logic, cookies and sessions. - Action Controller, which provides a base controller class that can be subclassed to implement filters and actions to handle requests. The result of an action is typically content generated from views. With the Ruby on Rails framework, users only directly interface with the Action Controller module. Necessary Action Dispatch functionality is activated by default and Action View rendering is implicitly triggered by Action Controller. However, these modules are designed to function on their own and can be used outside of Rails.
HomepageHomepage    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-actionpack70-7.0.8.6/catalog.mk
  2. /usr/local/share/licenses/rubygem-actionpack70-7.0.8.6/LICENSE
  3. /usr/local/share/licenses/rubygem-actionpack70-7.0.8.6/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • rubygem-actionpack70>0:www/rubygem-actionpack70
To install the port:
cd /usr/ports/www/rubygem-actionpack70/ && make install clean
To add the package, run one of these commands:
  • pkg install www/rubygem-actionpack70
  • pkg install rubygem-actionpack70
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-actionpack70
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1729927121 SHA256 (rubygem/actionpack-7.0.8.6.gem) = b648e5d21270cc4ba47f37067ec791d68d0454e4df6b18000b659d7325a1dca7 SIZE (rubygem/actionpack-7.0.8.6.gem) = 233984

Packages (timestamps in pop-ups are UTC):
rubygem-actionpack70
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest7.0.107.0.10--7.0.10n/an/an/a
FreeBSD:13:quarterly7.0.107.0.107.0.7.2-7.0.10n/an/an/a
FreeBSD:14:latest7.0.107.0.107.0.3.1_1-7.0.107.0.4.3-7.0.4.3
FreeBSD:14:quarterly7.0.107.0.10--7.0.107.0.87.0.87.0.8
FreeBSD:15:latest7.0.107.0.10n/a-n/an/a7.0.87.0.8
FreeBSD:15:quarterly7.0.107.0.10n/a-n/an/a--
FreeBSD:16:latest-7.0.10n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby32 : lang/ruby32
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-actionview70>=7.0.8.6<7.0.8.6_99 : devel/rubygem-actionview70
  2. rubygem-activesupport70>=7.0.8.6<7.0.8.6_99 : devel/rubygem-activesupport70
  3. rubygem-rack22>=2.2.4,3<3,3 : www/rubygem-rack22
  4. rubygem-rack-test>=0.6.3 : www/rubygem-rack-test
  5. rubygem-rails-dom-testing-rails70>=2.0<3 : textproc/rubygem-rails-dom-testing-rails70
  6. rubygem-rails-html-sanitizer>=1.2.0<2 : textproc/rubygem-rails-html-sanitizer
  7. ruby32 : lang/ruby32
  8. gem : devel/ruby-gems
Patch dependencies:
  1. ruby32 : lang/ruby32
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby32 : lang/ruby32
This port is required by:
for Run
  1. mail/rubygem-actionmailbox70
  2. mail/rubygem-actionmailer70
  3. net/rubygem-activestorage70
  4. textproc/rubygem-actiontext70
  5. www/rubygem-actioncable70
  6. www/rubygem-rails70
  7. www/rubygem-railties70

Configuration Options:
No options to configure
Options name:
www_rubygem-actionpack70
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: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
7.0.8.6
19 Dec 2024 09:23:13
commit hash: 31dd1d990b7c965483c9fd5d2343427d2c4b0f18commit hash: 31dd1d990b7c965483c9fd5d2343427d2c4b0f18commit hash: 31dd1d990b7c965483c9fd5d2343427d2c4b0f18commit hash: 31dd1d990b7c965483c9fd5d2343427d2c4b0f18 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
Author: Po-Chuan Hsieh
www/rubygem-actionpack70: Update to 7.0.8.6

Changes:	https://github.com/rails/rails/releases
(cherry picked from commit c52c6afb2196b70e792dd902d0580dc9cbbc7152)
7.0.8.5
19 Dec 2024 09:21:55
commit hash: a26656eff46acd76ef80f19efbdab8024c215ba9commit hash: a26656eff46acd76ef80f19efbdab8024c215ba9commit hash: a26656eff46acd76ef80f19efbdab8024c215ba9commit hash: a26656eff46acd76ef80f19efbdab8024c215ba9 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
Author: Po-Chuan Hsieh
www/rubygem-actionpack70: Update to 7.0.8.5

Changes:	https://github.com/rails/rails/releases
Security:	CVE-2024-41128, CVE-2024-47887
(cherry picked from commit c6b3da3d624b207724fc544125fb26b9ff162d44)

Number of commits found: 2