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
Port details on branch 2024Q2
rubygem-actionpack71 Action Controller and Action View of Rails MVC Framework
7.1.3.4 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.1.3.4Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-05-19 23:12:59
Last Update: 2024-06-06 14:43:00
Commit Hash: 1b4afb2
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-actionpack71-7.1.3.4/catalog.mk
  2. /usr/local/share/licenses/rubygem-actionpack71-7.1.3.4/LICENSE
  3. /usr/local/share/licenses/rubygem-actionpack71-7.1.3.4/MIT
Collapse this list.
Dependency lines:
  • rubygem-actionpack71>0:www/rubygem-actionpack71
To install the port:
cd /usr/ports/www/rubygem-actionpack71/ && make install clean
To add the package, run one of these commands:
  • pkg install www/rubygem-actionpack71
  • pkg install rubygem-actionpack71
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-actionpack71
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1717568592 SHA256 (rubygem/actionpack-7.1.3.4.gem) = dcafc71bec6a975c3984a1ed8e698e2f9afeeb441c838766c16c29633705edd2 SIZE (rubygem/actionpack-7.1.3.4.gem) = 244736

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. ruby32 : lang/ruby32
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-actionview71>=7.1.3.4<7.1.3.4_99 : devel/rubygem-actionview71
  2. rubygem-activesupport71>=7.1.3.4<7.1.3.4_99 : devel/rubygem-activesupport71
  3. rubygem-nokogiri>=1.8.5 : textproc/rubygem-nokogiri
  4. rubygem-racc>=0 : devel/rubygem-racc
  5. rubygem-rack>=2.2.4,3 : www/rubygem-rack
  6. rubygem-rack-session>=1.0.1 : www/rubygem-rack-session
  7. rubygem-rack-test>=0.6.3 : www/rubygem-rack-test
  8. rubygem-rails-dom-testing-rails71>=2.2<3 : textproc/rubygem-rails-dom-testing-rails71
  9. rubygem-rails-html-sanitizer>=1.6<2 : textproc/rubygem-rails-html-sanitizer
  10. ruby32 : lang/ruby32
  11. 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-actionmailbox71
  2. mail/rubygem-actionmailer71
  3. net/rubygem-activestorage71
  4. textproc/rubygem-actiontext71
  5. www/rubygem-actioncable71
  6. www/rubygem-rails71
  7. www/rubygem-railties71

Configuration Options:
No options to configure
Options name:
www_rubygem-actionpack71
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.1.3.4
06 Jun 2024 14:43:00
commit hash: 1b4afb2513c49df08e64d4f8ade15f2a2dd9834ccommit hash: 1b4afb2513c49df08e64d4f8ade15f2a2dd9834ccommit hash: 1b4afb2513c49df08e64d4f8ade15f2a2dd9834ccommit hash: 1b4afb2513c49df08e64d4f8ade15f2a2dd9834c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-actionpack71: Update to 7.1.3.4

Changes:	https://github.com/rails/rails/releases
Security:	CVE-2024-28103
(cherry picked from commit 6881e88d3a3669c62ef22085989ef31ee3f0dedf)
7.1.3.3
19 May 2024 23:09:27
commit hash: 9a7374377de048f3eaa34c252d6a65b06499773ccommit hash: 9a7374377de048f3eaa34c252d6a65b06499773ccommit hash: 9a7374377de048f3eaa34c252d6a65b06499773ccommit hash: 9a7374377de048f3eaa34c252d6a65b06499773c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-actionpack71: Update to 7.1.3.3

Changes:	https://github.com/rails/rails/releases
(cherry picked from commit 0e51b15c8746cdfa62ba366fca41b49f0b7eab77)

Number of commits found: 2