Port details |
- rubygem-jquery-rails4 Provides a Rails generator for jQuery
- 4.3.1 www
=0 4.3.1Version of this port present on the latest quarterly branch.
- Maintainer: ruby@FreeBSD.org
- Port Added: 2014-09-14 02:07:19
- Last Update: 2017-03-27 19:16:29
- SVN Revision: 437079
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/rails/jquery-rails
- Description:
- This gem provides a Rails generator to install jQuery and the jQuery-ujs
driver into your Rails 3 application, and then have them included
automatically instead of Prototype.
WWW: https://github.com/rails/jquery-rails
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- rubygem-jquery-rails4>0:www/rubygem-jquery-rails4
- No installation instructions:
- This port has been deleted.
- PKGNAME: rubygem-jquery-rails4
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1490305874
SHA256 (rubygem/jquery-rails-4.3.1.gem) = 711e4ed2e04b678f6b62537d0ea32d77211304e7bfad99a97089b0cef739310a
SIZE (rubygem/jquery-rails-4.3.1.gem) = 517120
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:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby23 : lang/ruby23
- gem23 : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-rails-dom-testing>=1.0 : textproc/rubygem-rails-dom-testing
- rubygem-railties4>=4.2.0 : www/rubygem-railties4
- rubygem-thor>=0.14 : devel/rubygem-thor
- ruby23 : lang/ruby23
- gem23 : devel/ruby-gems
- Patch dependencies:
-
- ruby23 : lang/ruby23
- gem23 : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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.3.1 27 Mar 2017 19:16:29 |
sunpoet |
Move www/rubygem-jquery-rails4 to www/rubygem-jquery-rails
- Bump PORTREVISION for dependent ports |
4.3.1 23 Mar 2017 23:25:19 |
sunpoet |
Update to 4.3.1
Changes: https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md |
4.3.0 22 Mar 2017 21:36:49 |
sunpoet |
Update to 4.3.0
Changes: https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md |
4.2.2 01 Jan 2017 01:10:43 |
sunpoet |
Update to 4.2.2
Changes: https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md |
4.2.1 12 Dec 2016 13:37:02 |
swills |
www/rubygem-jquery-rails4: update to 4.2.1 |
4.1.1 06 Dec 2016 22:16:25 |
swills |
www/rubygem-jquery-rails4: allow slave port to override deps properly |
4.1.1 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
4.1.1 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.1.1 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.1.1 10 Mar 2016 19:55:39 |
sunpoet |
- Update to 4.1.1
Changes: https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md |
4.1.0 17 Jan 2016 13:24:38 |
sunpoet |
- Update to 4.1.0
- Update LICENSE_FILE
Changes: https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md
Sponsored by: PortsCamp Taiwan |
4.0.5 12 Nov 2015 21:42:56 |
sunpoet |
- Add LICENSE_FILE |
4.0.5 02 Sep 2015 17:05:33 |
sunpoet |
- Update to 4.0.5
Changes: https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md
https://github.com/rails/jquery-rails/commits/master |
4.0.4 17 Jun 2015 17:27:09 |
sunpoet |
- Update to 4.0.4
Changes: https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md
Security: eb8a8978-8dd5-49ce-87f4-49667b2166dd
Security: CVE-2015-1840 |
4.0.3 13 Jun 2015 13:55:09 |
sunpoet |
- Sort RUN_DEPENDS
- Add NO_ARCH
- Remove contiguous blank lines |
4.0.3 10 Jun 2015 18:09:38 |
swills |
www/rubygem-rails4: update to 4.2.1
Differential Revision: https://reviews.freebsd.org/D2710 |
3.1.2 23 May 2015 15:30:21 |
sunpoet |
- Add LICENSE
- Fix COMMENT
- Update RUN_DEPENDS
- Update WWW |
3.1.2 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) |