Port details |
- rubygem-cancancan Simple authorization solution for Rails with all permissions stored in a single location
- 3.6.1 security =2 3.6.1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-05-16 06:31:15
- Last Update: 2024-05-28 23:57:47
- Commit Hash: ac00968
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/CanCanCommunity/cancancan
- Description:
- CanCanCan is an authorization library for Ruby and Ruby on Rails which restricts
what resources a given user is allowed to access.
All permissions can be defined in one or multiple ability files and not
duplicated across controllers, views, and database queries, keeping your
permissions logic in one place for easy maintenance and testing.
It consists of two main parts:
- Authorizations library that allows you to define the rules to access different
objects, and provides helpers to check for those permissions.
- Rails helpers to simplify the code in Rails Controllers by performing the
loading and checking of permissions of models automatically and reduce
duplicated code.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-cancancan>0:security/rubygem-cancancan
- To install the port:
- cd /usr/ports/security/rubygem-cancancan/ && make install clean
- To add the package, run one of these commands:
- pkg install security/rubygem-cancancan
- pkg install rubygem-cancancan
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-cancancan
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1716929019
SHA256 (rubygem/cancancan-3.6.1.gem) = 975c1d5cbf58d5df48a9452a7f61ae3d254608cd87570402f5925a8864c56b62
SIZE (rubygem/cancancan-3.6.1.gem) = 30208
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:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- www/rubygem-bullet_train
- www/rubygem-bullet_train-roles
- www/rubygem-bullet_train-super_load_and_authorize_resource
Configuration Options:
- No options to configure
- Options name:
- security_rubygem-cancancan
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|