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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2023Q3
rubygem-actionpack70 Action Controller and Action View of Rails MVC Framework
7.0.7.2 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.7.2Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-08-26 16:14:58
Last Update: 2023-08-26 15:21:34
Commit Hash: 732a6bd
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.7.2/catalog.mk
  2. /usr/local/share/licenses/rubygem-actionpack70-7.0.7.2/LICENSE
  3. /usr/local/share/licenses/rubygem-actionpack70-7.0.7.2/MIT
Collapse this list.
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 = 1692815142 SHA256 (rubygem/actionpack-7.0.7.2.gem) = c441ff3898bf5827540bcab929d2f5be6e75b64c101513629a3c88e269615561 SIZE (rubygem/actionpack-7.0.7.2.gem) = 233472

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
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-actionview70>=7.0.7.2<7.0.7.2_99 : devel/rubygem-actionview70
  2. rubygem-activesupport70>=7.0.7.2<7.0.7.2_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. ruby31 : lang/ruby31
  8. 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. 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: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
7.0.7.2
26 Aug 2023 15:21:34
commit hash: 732a6bd5439ae21a56aba3f1338a332f405a1b4bcommit hash: 732a6bd5439ae21a56aba3f1338a332f405a1b4bcommit hash: 732a6bd5439ae21a56aba3f1338a332f405a1b4bcommit hash: 732a6bd5439ae21a56aba3f1338a332f405a1b4b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-actionpack70: Update to 7.0.7.2

Changes:	https://github.com/rails/rails/releases
(cherry picked from commit 7bca2e0f3a930a317396939cde1bc1907ebb34a4)
7.0.7
26 Aug 2023 15:21:29
commit hash: 8cac0ef2666594a338a0a2b2488305dac5c0dd57commit hash: 8cac0ef2666594a338a0a2b2488305dac5c0dd57commit hash: 8cac0ef2666594a338a0a2b2488305dac5c0dd57commit hash: 8cac0ef2666594a338a0a2b2488305dac5c0dd57 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-actionpack70: Update to 7.0.7

Changes:	https://github.com/rails/rails/releases
(cherry picked from commit 2661949329c34f4f79353ecfbed09df8d9869b76)
7.0.6
26 Aug 2023 15:21:24
commit hash: a1b50214d883932f4406b29ccf205c386e424f9dcommit hash: a1b50214d883932f4406b29ccf205c386e424f9dcommit hash: a1b50214d883932f4406b29ccf205c386e424f9dcommit hash: a1b50214d883932f4406b29ccf205c386e424f9d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-actionpack70: Update to 7.0.6

Changes:	https://github.com/rails/rails/releases
Security:	CVE-2023-28362
(cherry picked from commit cdf1f139bae1e7e38522f7c9380f116876712930)

Number of commits found: 3