Port details |
- rubygem-actionpack4 Action Controller and Action View of Rails MVC Framework
- 4.2.11.3 www =2 4.2.11.3Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2013-10-24 18:32:39
- Last Update: 2024-06-18 04:03:01
- Commit Hash: bced0f9
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://rubyonrails.org/
- https://github.com/rails/rails/tree/main/actionpack
- 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 by rendering views,
which are templates of various formats. In short, Action Pack provides the view
and controller layers 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-actionpack4>0:www/rubygem-actionpack4
- To install the port:
- cd /usr/ports/www/rubygem-actionpack4/ && make install clean
- To add the package, run one of these commands:
- pkg install www/rubygem-actionpack4
- pkg install rubygem-actionpack4
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-actionpack4
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1589631182
SHA256 (rubygem/actionpack-4.2.11.3.gem) = 67e84b5fcde0b2d885987a444646fb4d741926fd565565a336e73c5153e7a5a4
SIZE (rubygem/actionpack-4.2.11.3.gem) = 186880
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-actionview4>=4.2.11.3 : devel/rubygem-actionview4
- rubygem-activesupport4>=4.2.11.3 : devel/rubygem-activesupport4
- rubygem-rack16>=1.6<2 : www/rubygem-rack16
- rubygem-rack-test>=0.6.2 : www/rubygem-rack-test
- rubygem-rails-dom-testing1>=1.0.5<2 : textproc/rubygem-rails-dom-testing1
- rubygem-rails-html-sanitizer>=1.0.2<2 : textproc/rubygem-rails-html-sanitizer
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- devel/rubygem-simple_form
- devel/rubygem-sprockets-rails-rails4
- mail/rubygem-actionmailer4
- www/rubygem-haml-rails-rails4
- www/rubygem-lograge
- www/rubygem-rails4
- www/rubygem-railties4
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- www_rubygem-actionpack4
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.11.3 18 Jun 2024 04:03:01 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-actionpack4: Update WWW and clean up pkg-descr |
4.2.11.3 05 Mar 2024 01:57:55 |
Yasuhiro Kimura (yasu) |
devel/ruby-gems: Update to 3.5.6
While here, mark textproc/rubygem-nokogumbo as BROKEN because build
fails with clean latest ports tree and all supported ruby versions.
ChangeLog: https://github.com/rubygems/rubygems/blob/v3.5.6/CHANGELOG.md
PR: 276884
Approved by: sunpoet (ruby@, maintainer)
Exp-run by: antoine |
4.2.11.3 17 Jan 2023 01:07:50 |
Yasuhiro Kimura (yasu) |
devel/ruby-gems: Update to 3.4.2
ChangeLog: https://github.com/rubygems/rubygems/releases/tag/v3.4.2
PR: 268578
Approved by: meta (ruby@, maintainer)
Exp-run by: antoine |
4.2.11.3 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.2.11.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.2.11.3 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
4.2.11.3 20 Feb 2022 13:06:12 |
Dan Langille (dvl) |
devel/ruby-gems: Update to 3.3.7
These are fixes Ruby 3.0
Changes were compiled against all dependencies of devel/ruby-gems and
they all built cleanly.
There are five known build failures, all prexisting:
* devel/rubygem-xdg5: requires Ruby 3.0
* devel/rubygem-xdg: requires Ruby 3.1
* graphics/rubygem-objectdetect: port explicitly marked broken
* mail/rubygem-tmail: port explicitly marked broken
* science/cdcl: marked broken, unfetchable
Plus, science/rubygem-ruby-dcl gets skipped because of science/cdcl
PR: 258108
Approved by: ruby (zi@) |
4.2.11.3 11 Jan 2022 18:47:03 |
Po-Chuan Hsieh (sunpoet) |
rubygem-actionpack4: Update WWW |
4.2.11.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.2.11.3 17 May 2020 18:32:40 |
sunpoet |
Update to 4.2.11.3
Changes: https://github.com/rails/rails/releases |
4.2.11.1_1 31 Aug 2019 21:59:03 |
sunpoet |
Update version requirement of RUN_DEPENDS
- Add PORTSCOUT
- Update pkg-descr
- Take maintainership |
4.2.11.1_1 12 Aug 2019 19:47:09 |
sunpoet |
Fix gemspec for rubygem-rack-test 1.1.0 update
- Bump PORTREVISION for package change |
4.2.11.1 18 Mar 2019 18:24:43 |
sunpoet |
Update to 4.2.11.1
Changes: https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md |
4.2.11 03 Dec 2018 18:56:42 |
sunpoet |
Update to 2.7.8
Changes: https://github.com/rubygems/rubygems/blob/master/History.txt
PR: 233645
Exp-run by: antoine |
4.2.11 02 Dec 2018 15:39:56 |
sunpoet |
Update to 4.2.11
Changes: https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md |
4.2.10 31 Jul 2018 23:54:23 |
sunpoet |
Update WWW |
4.2.10 28 Sep 2017 11:02:20 |
sunpoet |
Update to 4.2.10
Changes: https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md |
4.2.9_1 13 Jul 2017 18:12:24 |
sunpoet |
Fix gemspec for rubygem-rack-test 0.7.0 update
- Bump PORTREVISION for package change
Notified by: antoine |
4.2.9 27 Jun 2017 16:15:57 |
sunpoet |
Update to 4.2.9
Changes: https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md |
4.2.8 02 Mar 2017 18:01:28 |
sunpoet |
Update to 4.2.8
Changes: https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md |
4.2.7.1_2 08 Jan 2017 14:16:36 |
sunpoet |
Move devel/rubygem-actionview to devel/rubygem-actionview4
- Bump PORTREVISION for dependent ports |
4.2.7.1_1 04 Jan 2017 15:33:34 |
sunpoet |
Update WWW: http://www.rubyonrails.org/ redirects to http://rubyonrails.org/ |
4.2.7.1_1 03 Jan 2017 00:19:25 |
swills |
www/rubygem-actionpack4: switch to rubygem-rails-dom-testing 1.x dep |
4.2.7.1 29 Sep 2016 14:17:44 |
tz |
Update Rails 4 from 4.2.6 to 4.2.7.1
Security: CVE-2016-6316
Security: CVE-2016-6317
Approved by: swills (mentor) |
4.2.6 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
4.2.6 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
4.2.6 27 Apr 2016 16:36:42 |
swills |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070 |
4.2.6 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
4.2.6 12 Mar 2016 00:03:20 |
sunpoet |
- Update to 4.2.6
Changes: https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md |
4.2.5.2 06 Mar 2016 06:38:41 |
sunpoet |
- Update to 4.2.5.2
Changes: https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md
https://github.com/rails/rails/compare/v4.2.5.1...v4.2.5.2
Security: 5a016dd0-8aa8-490e-a596-55f4cc17e4ef
MFH: 2016Q1 |
4.2.5.1 02 Feb 2016 22:45:58 |
sunpoet |
- Update to 4.2.5.1
Changes: https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md
https://github.com/rails/rails/compare/v4.2.5...v4.2.5.1
Security: bb0ef21d-0e1b-461b-bc3d-9cba39948888
MFH: 2016Q1 |
4.2.5 12 Nov 2015 21:39:55 |
sunpoet |
- Update to 4.2.5
Changes: https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md |
4.2.4 27 Oct 2015 15:54:40 |
sunpoet |
- Add LICENSE_FILE |
4.2.4 25 Aug 2015 14:53:09 |
sunpoet |
- Update to 4.2.4
Changes: https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md |
4.2.3 28 Jun 2015 17:57:31 |
sunpoet |
- Update to 4.2.3
Changes: https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md |
4.2.2 17 Jun 2015 17:26:46 |
sunpoet |
- Update to 4.2.2
Changes: https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md |
4.2.1 13 Jun 2015 13:56:29 |
sunpoet |
- Fix and sort RUN_DEPENDS
- Add NO_ARCH
- Remove contiguous blank lines |
4.2.1 11 Jun 2015 13:23:29 |
swills |
www/rubygem-actionpack4: fix version of rubygem-rails-dom-testing dep |
4.2.1 10 Jun 2015 18:09:38 |
swills |
www/rubygem-rails4: update to 4.2.1
Differential Revision: https://reviews.freebsd.org/D2710 |
4.1.6 14 Sep 2014 02:06:58 |
swills |
www/rubygem-rails4: create port for rails4
This port required creating a number of new ports, old versions of existing
ports and other adjustments, so do all that while here too.
Rails is a web-application framework for the MVC pattern that includes
both a template engine, controller framework, and object-relational
mapping package. Everything needed to develop web-apps that can run on
CGI, FastCGI, and mod_ruby
Being a full-stack framework means that all layers are built to work
seamlessly together. That way you Don't Repeat Yourself (DRY) and you
can use a single language from top to bottom. Everything from templates
to control flow to business logic is written in Ruby - The language of
love for industry heavy-weights.
WWW: http://www.rubyonrails.org
Submitted by: xmj (based on) |
4.0.2 05 Dec 2013 20:27:34 |
sunpoet |
- Update to 4.0.2
Changes: https://github.com/rails/rails/blob/v4.0.2/actionpack/CHANGELOG.md |
4.0.1 30 Nov 2013 18:29:41 |
sunpoet |
- Update to 4.0.1
- Add LICENSE
- Move PKGNAMESUFFIX upward
- Remove contiguous blank line
Changes: https://github.com/rails/rails/blob/v4.0.1/actionpack/CHANGELOG.md |
4.0.0 30 Oct 2013 03:00:33 |
swills |
- Add stage support |
4.0.0 24 Oct 2013 18:32:25 |
swills |
- Add rubygem-actionpack 4.0 port for the consumers that need it, not ready to
update main port yet. |