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
NOW FIXED. We had a known problem with lists of packages - they were out of date. The fix has been applied to production. See packages-import/issues/3 & packages-import/issues/4
Port details
rubygem-activerecord80 Object-relational mapping layer for Rails MVC Framework
8.0.1 databases 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-01-02 16:33:14
Last Update: 2025-01-02 16:28:00
Commit Hash: 8e6d376
Also Listed In: rubygems
License: MIT
WWW:
https://github.com/rails/rails/tree/main/activerecord
https://rubyonrails.org/
Description:
Active Record connects classes to relational database tables to establish an almost zero-configuration persistence layer for applications. The library provides a base class that, when subclassed, sets up a mapping between the new class and an existing table in the database. In the context of an application, these classes are commonly referred to as models. Models can also be connected to other models; this is done by defining associations. Active Record relies heavily on naming in that it uses class and association names to establish mappings between respective database tables and foreign key columns. Although these mappings can be defined explicitly, it's recommended to follow naming conventions, especially when getting started with the library.
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-activerecord80-8.0.1/catalog.mk
  2. /usr/local/share/licenses/rubygem-activerecord80-8.0.1/LICENSE
  3. /usr/local/share/licenses/rubygem-activerecord80-8.0.1/MIT
Collapse this list.
Dependency lines:
  • rubygem-activerecord80>0:databases/rubygem-activerecord80
To install the port:
cd /usr/ports/databases/rubygem-activerecord80/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/rubygem-activerecord80
  • pkg install rubygem-activerecord80
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-activerecord80
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1735802470 SHA256 (rubygem/activerecord-8.0.1.gem) = 34a7f0610660bb704f0363025d4b8d35ffe8ddc8f5b8147e0809171f724b5306 SIZE (rubygem/activerecord-8.0.1.gem) = 543232

Packages (timestamps in pop-ups are UTC):
rubygem-activerecord80
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest8.0.18.0.1-8.0.18.0.1---
FreeBSD:13:quarterly8.0.18.0.1-8.0.18.0.1---
FreeBSD:14:latest8.0.18.0.1-8.0.18.0.1---
FreeBSD:14:quarterly8.0.18.0.1-8.0.18.0.1---
FreeBSD:15:latest8.0.18.0.1n/a8.0.1n/a---
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-activemodel80>=8.0.1<8.0.1_99 : databases/rubygem-activemodel80
  2. rubygem-activesupport80>=8.0.1<8.0.1_99 : devel/rubygem-activesupport80
  3. rubygem-timeout>=0.4.0 : devel/rubygem-timeout
  4. ruby32 : lang/ruby32
  5. 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. databases/rubygem-paranoia
  2. databases/rubygem-solid_cable
  3. databases/rubygem-solid_cache
  4. databases/rubygem-solid_queue
  5. devel/rubygem-default_value_for
  6. mail/rubygem-actionmailbox80
  7. net/rubygem-activestorage80
Expand this list (9 items / 2 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. textproc/rubygem-actiontext80
  3. www/rubygem-rails80
  4. Collapse this list.

Configuration Options:
No options to configure
Options name:
databases_rubygem-activerecord80
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: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
8.0.1
02 Jan 2025 16:28:00
commit hash: 8e6d3761cc916b7edd534a9e5f2cb8ab599b3eb8commit hash: 8e6d3761cc916b7edd534a9e5f2cb8ab599b3eb8commit hash: 8e6d3761cc916b7edd534a9e5f2cb8ab599b3eb8commit hash: 8e6d3761cc916b7edd534a9e5f2cb8ab599b3eb8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-activerecord80: Add rubygem-activerecord80 8.0.1

Active Record connects classes to relational database tables to establish an
almost zero-configuration persistence layer for applications. The library
provides a base class that, when subclassed, sets up a mapping between the new
class and an existing table in the database. In the context of an application,
these classes are commonly referred to as models. Models can also be connected
to other models; this is done by defining associations.

Active Record relies heavily on naming in that it uses class and association
names to establish mappings between respective database tables and foreign key
columns. Although these mappings can be defined explicitly, it's recommended to
follow naming conventions, especially when getting started with the library.

Number of commits found: 1