Port details |
- rubygem-fabrication Object generation framework for ActiveRecord or any other Ruby object
- 2.31.0 databases
=2 2.31.0Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2022-11-19 22:21:08
- Last Update: 2023-12-01 10:56:07
- Commit Hash: c514f12
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://fabricationgem.org/
- Description:
- Fabrication generates objects in Ruby. Fabricators are schematics for your
objects, and can be created as needed anywhere in your app or specs.
Fabrication can generate anything, but has specific support for ActiveRecord
Models, Mongoid Documents, Sequel Models, and DataMapper Resources.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-fabrication>0:databases/rubygem-fabrication
- To install the port:
- cd /usr/ports/databases/rubygem-fabrication/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/rubygem-fabrication
- pkg install rubygem-fabrication
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-fabrication
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1701425873
SHA256 (rubygem/fabrication-2.31.0.gem) = 2c79f10d1b88034a2ebd47ce77acba66847fc4636581c8282b3408adc68e85aa
SIZE (rubygem/fabrication-2.31.0.gem) = 15360
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:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Runtime dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_rubygem-fabrication
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.31.0 01 Dec 2023 10:56:07
    |
Muhammad Moinur Rahman (bofh)  |
databases/rubygem-fabrication: Update version 2.30.0=>2.31.1
Changelog: https://rubygems.org/gems/fabrication/versions/2.31.0 |
2.30.0 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 |
2.30.0 19 Nov 2022 22:18:43
    |
Muhammad Moinur Rahman (bofh)  |
databases/rubygem-fabrication: New port
Fabrication generates objects in Ruby. Fabricators are schematics for
your objects, and can be created as needed anywhere in your app or
specs.
Fabrication can generate anything, but has specific support for
ActiveRecord Models, Mongoid Documents, Sequel Models, and DataMapper
Resources.
Sponsored by: Nepustil |
Number of commits found: 3
|